@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

:root{
    --bg-color-flash: #36c0b7;
    --bg-color-err-flash: #d00404;
    --bg-color-setup-err-flash: #f66908;
    --color-flash: #fff;
    --color-err-flash-link: cyan;
    --color-setup-err-flash-link: #0000FF;
}

a {
    border-bottom-color: transparent;
    color: #2ebaae;
    text-decoration: underline;
}

a:visited {
    color: #2ebaae;
}

p {
    margin: 0 0 10px 0;
}

table td {
    vertical-align: middle;
}

#logo {
    background: transparent url(/StaticHTML/images/cloudhiro-logo.png) no-repeat center;
    width: 201px;
    height: 66px;
    visibility: hidden; /*display: none;*/
}

#chk-logo {
    width: 182px;
    height: 36px;
    vertical-align: middle;
    margin: 0px 0px 0px 24px;
}

/* AWS list table */

table.AWStable {
    width: 90%;
    border-collapse: collapse;
    margin: 20px 5px;
}

table.AWStable thead {
    border-bottom: none;
}

table.AWStable th {
    padding: 7px;
    font-weight: 900;
    background: #d2e1e0;
    line-height: initial;
}

/* provide some minimal visual accomodation for IE8 and below */
table.AWStable tr {
    background: #b8d1f3;
}

/*  Define the background color for all the ODD background rows  */
table.AWStable tr:nth-child(odd) {
    background: #d2e1e0;
}

/*  Define the background color for all the EVEN background rows  */
table.AWStable tr:nth-child(even) {
    background: #e0edec;
}

table.AWStable td {
    padding: 5px;
    border: #d1d1d1 1px solid;
    line-height: initial;
    max-width: 100%;
    white-space: nowrap;
}

table.AWStable td.long {
    max-width: 180px;
}

table.AWStable td.pre {
    white-space: pre;
}

table.AWStable td.sg, table.AWStable td.tags, table.AWStable td.volumes, table.AWStable td.name {
    white-space: normal;
    min-width: 150px;
    overflow: hidden;
}

table.AWStable td input[type="checkbox"].tag-action {
    transform: scale(1.2);
}

table.AWStable td input[type="checkbox"].tag-action:checked {
    color: red;
}

/*
    i-tag
 */
table.AWStable td.tags div.i-tag {
    background: #c8d8d7 url("/StaticHTML/images/remove_x16.png") no-repeat right center;
    display: inline-block;
    border: 1px solid #c8c8c8;
    margin: 5px;
    min-width: 100px;
    padding: 0 22px 0 3px;
    cursor: pointer;
    pointer-events: all;
}

table.AWStable td.tags div.i-tag.view-only {
    background: #c8d8d7;
    cursor: auto;
    pointer-events: none;
}

table.AWStable td.tags div.i-tag.invalid {
    background: #efd1d1 url("/StaticHTML/images/remove_x16.png") no-repeat right center;
    border: 1px solid #841e1e;
}

table.AWStable td.tags div.i-tag:hover {
    background-color: #4c8c88;
    color: #ffffff;
}

table.AWStable td.tags div.i-tag.removing {
    background: #efdbdd url("/StaticHTML/images/removing_x16.png") no-repeat right center;
    border: 1px dashed red;
    pointer-events: none;
}

table.AWStable td.tags div.i-tag.creating {
    background: #d7dbec url("/StaticHTML/images/creating_x16.png") no-repeat right center;
    border: 1px dashed #0f2baa;
    pointer-events: none;
}

/*
    p-tag
 */
table.AWStable td.tags div.p-tag {
    background: #c8d8d7 url("/StaticHTML/images/remove_x16.png") no-repeat right center;
    display: inline-block;
    border: 1px solid #c8c8c8;
    margin: 5px;
    min-width: 100px;
    padding: 0 22px 0 3px;
    cursor: pointer;
    pointer-events: all;
}

table.AWStable td.tags div.p-tag.view-only {
    background: #c8d8d7;
    cursor: auto;
    pointer-events: none;
}

table.AWStable td.tags div.p-tag.invalid {
    background: #efd1d1 url("/StaticHTML/images/remove_x16.png") no-repeat right center;
    border: 1px solid #841e1e;
}

table.AWStable td.tags div.p-tag:hover {
    background-color: #4c8c88;
    color: #ffffff;
}

table.AWStable td.tags div.p-tag.removing {
    background: #efdbdd url("/StaticHTML/images/play-29952.png") no-repeat right center;
    border: 1px dashed red;
    pointer-events: none;
}

table.AWStable td.tags div.p-tag.creating {
    background: #d7dbec url("/StaticHTML/images/play-29952.png") no-repeat right center;
    border: 1px dashed #0f2baa;
    pointer-events: none;
}


table.AWStable td.ec2-actions a {
    margin: 2px;
}

div.account-rules table td {
    vertical-align: middle;
    font-family: "Raleway", Helvetica, sans-serif;
    padding: 0 0.75em;
    /*letter-spacing: 0.25em;*/
}

div.account-rules table td.title {
    background-color: #d2e1e0;
    /* font-size: 1.2em; */
    font-weight: bold;
    max-width: 50px; /* keep the checkboxes at the same line (from left) if all rules are hidden */
}

div.account-rules table td.shutdown_ntagged_desc {
    padding: 2em 1.5em 0.5em;
    font-weight: bold;
    color: #e16262;
}

div.account-rules table tr.rule-shutdown_untagged {
    background-color: #f2d8d8;
}

.menu-container .links ul li a.customer-action {
    text-transform: none;
}

div.account {
    margin: 0 0 0.5em 0;
    display: inline-block;
    background: #d2e1e0;
}

div.rule {
    margin: 0 0 1em 0;
}

.container div.account a, .container div.rule a {
    padding: 4px 16px;
}

.container div a.resource-action {
    padding: 4px 16px;
    border-left: none;
}

p.account-name {
    margin: 0 2em 0 0;
    text-align: left;
    color: inherit;
    text-decoration: none;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.25em;
    display: inline;
    float: left;
}

p.rule-name, p.resource-name {
    margin: 0 2em 0 0;
    text-align: left;
    color: #2ebaae; /*inherit;*/
    text-decoration: none;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.25em;
    display: inline;
    float: left;
}

/* flash messages */

#flash-message {
    display: none;
    background: var(--bg-color-flash); /* #0078cc; */
    position: absolute;
    bottom: 60px;
    left: 40px;
    padding: 20px;
    color: var(--color-flash);
    letter-spacing: 0.05em;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
    width: auto;
    font-size: 1.3em;
    /*-webkit-animation-duration: .2s;*/
}

#flash-setup-err-message {
    display: none;
    background: var(--bg-color-setup-err-flash);
    position: absolute;
    bottom: 60px;
    left: 40px;
    padding: 13px;
    color: var(--color-flash);
    letter-spacing: 0.05em;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
    width: auto;
    font-size: 1em;
    z-index: 9999;
    /*-webkit-animation-duration: .2s;*/
}

#flash-err-message {
    display: none;
    background: var(--bg-color-err-flash);
    position: absolute;
    bottom: 60px;
    left: 40px;
    padding: 13px;
    color: var(--color-flash);
    letter-spacing: 0.05em;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
    width: auto;
    font-size: 1em;
    /*-webkit-animation-duration: .2s;*/
}

#flash-setup-err-message .errorLink, #flash-err-message .errorLink {
    display: inline-block;
    padding-left: 6.5px;
}

#flash-setup-err-message .errorLink{
    color: var(--color-setup-err-flash-link);
}

#flash-err-message .errorLink {
    color: var(--color-err-flash-link);
}

/* future-imperfect */

#header {
    position: absolute;
    background-color: #061551 !important;
}

#header h1 a {
    font-size: 1.7em;
}

h2, h1.ppc-landing, h3.ppc-landing, h4.ppc-landing, h5.ppc-landing {
    font-size: 1.5em;
    color: #2ebaae;
    -moz-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

#wrapper {
    padding: 0.75em 2em;
    width: 95em;
}

div#banner { /*div#wrapper.banner*/
    background: url("/StaticHTML/images/banner-x100.jpg") top center no-repeat;
    margin: 25px auto;
    width: 851px;
    height: 315px;
    cursor: pointer;
}

body.logged-in #main {
    max-width: 100%;
}

#main p {
    text-align: justify;
}

#main table.AWStable {
    width: 100%;
}

#footer {
    text-align: center;
}

.menu-container {
    margin: 0.5em 0 0.5em 0;
}

.menu-container a {
    color: inherit;
    text-decoration: none;
}

.menu-container ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.menu-container ul li {
    display: inline-block;
    padding-left: 0;
}

.menu-container .links {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*border-left: solid 1px rgba(160, 160, 160, 0.3);*/
    height: inherit;
    line-height: inherit;
    /*margin-left: 1.5em;*/
    overflow: hidden;
    /*padding-left: 1.5em;*/
}

.menu-container .links ul li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    line-height: 1;
    margin-left: 1em;
    padding-left: 1em;
}

.menu-container #theme-list ul li {
    border-left: none;
    display: block;
    margin-bottom: 15px;
}

.menu-container .links ul li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 0.8em;
    color: #3c3b3b;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.25em;
    line-height: 1.25;
    margin: 0 0 1em 0;
}

.menu-container .links ul li a {
    border-bottom: 0;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.25em;
}

/* mark in color the CPU usage statistics current view, also mark the active accounts and state filter */
.menu-container .links ul li a.current-view, .menu-container .links ul li a.on {
    color: #2ebaae; /*#3c3b3b;*/
    font-weight: bold;
}

/* hide the "hamburger" menu, show only if screen width is max of 480px */
#header nav.main ul li.menu {
    display: none;
}

#primary_nav_wrap{
    background-color: #061551 !important;
}

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

#primary_nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

/* #primary_nav_wrap ul li a:active{
    color: red !important;
} */

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #061551 !important;
    padding: 0;
}

#aws-reg i, #azr-aws i{
    font-weight: 600 !important;
    font-style: normal;
    color: #f7921e;
}

#primary_nav_wrap ul ul li {
    float: none;
    width: 250px;
    margin-left: 0;
    color: #fff !important;
    font-size: 18px;
}

/* #primary_nav_wrap ul li ul li:hover{
    color: yellow !important;
} */

#primary_nav_wrap ul ul a {
    line-height: 120%;
    padding: 10px 15px
}

#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%
}

#primary_nav_wrap ul li:hover > ul {
    display: block;
}

#header .links {
    overflow: visible;
}

#header .links ul li {
    border-left: none;
    padding-left: 0;
    line-height: unset;
}

#header .links ul li a {
    border-right: solid 1px rgba(160, 160, 160, 0.3);
    padding-right: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

#primary_nav_wrap ul li ul .menu-item:hover{
    background-color: #202d60;
    cursor: pointer;
}
#primary_nav_wrap ul ul .menu-item:hover{
    color: #ff6600;
}

#header .links ul li.first-logged-in, #header .links ul li.first-logged-out {
    margin-left: 0;
}

.logged-in #header .links ul li.first-logged-out {
    margin-left: 1em;
}

#header .links ul li:last-child {
    border-right: none;
}

#header .links ul ul li {
    margin-left: 0;
    padding: 0px 0px 0px 15px
}

#header .links ul ul li a {
    border-right: none;
    white-space: nowrap;
}

/* Do not display to logged in users */
.logged-in #header ul li.loggedout {
    display: none;
}

#header ul li.loggedin {
    display: none;
}

/* Display to logged in users */

.logged-in #header ul li.loggedin {
    display: inline-block;
}

.logged-in #header ul li.loggedin ul {
    background-color: var(--bg-light6);
    color: var(--color-light1);
    line-height: 40px;
    opacity: 0.98;
}

/*
	menu item as header only
#header .links ul li a.dummy {
 pointer-events: none;
}
*/

/* Sub menu */


/* switch buttons (hyperlinks) */

.switch {
    display: inline-block;
    padding: 2px 5px;
    text-decoration: none;
    border: none;
}

.switch.start.running, .switch.stop.stopped {
    pointer-events: none;
    /* Disables the button completely. Better than just cursor: default; */
    /* ie support - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); */
    opacity: 0.7;
}

a.switch.reboot {
    background: transparent url("/StaticHTML/images/reboot_x22.png") no-repeat center;
    width: 22px;
    height: 22px;
    margin: 1px 0;
}

a.switch.start {
    background: transparent url("/StaticHTML/images/start_x24.png") no-repeat center;
    width: 24px;
    height: 24px;
}

a.switch.stop {
    background: transparent url("/StaticHTML/images/stop_x24.png") no-repeat center;
    width: 24px;
    height: 24px;
}

section.registration-guide {
    margin-left: 5em;
}

section.registration-guide ul {
    list-style: none;
}

section.registration-guide ul li {
    margin-top: 1.5em;
}

img.view {
    transition: all .2s ease-in-out;
    margin-left: 5em;
}

img.view:hover {
    transform: scale(1.5);
}

#j-cron {
    width: 200px;
}

#cron-container, #datetime-container {
    margin: 0 0 2em 0;
}

/* jQuery - Cron  CSS instead loading it separately */

.cron-button {
    height: 16px;
    padding-left: 20px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.cron-button-save {
    background-image: url('img/disk.png');
}

.cron-changed {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fdd;
}

.cron-controls {
    margin-left: 10px;
    color: #c77;
    font-size: 0.9em;
}

.cron-controls > span.cron-loading {
    background-image: url('img/loading.gif');
}

#form-errors {
    display: none;
    color: #c77;
    font-size: 0.9em;
}

/* for r2 class (Settings page) https://codepen.io/bbodine1/pen/novBm */
input[type="checkbox"] {
    opacity: 1;
    width: unset;
    display: inline-block;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox;
    z-index: 999;
    /*padding-right: 2em;*/
    /*
    cursor: pointer;
    background: #34495E;
    border-radius: 1px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box ;
    width: 30px;
    height: 30px;
    border-width: 0;
    transition: all .3s linear;
    */
}

input[type="checkbox"] + label {
    z-index: -1;
    display: block;
}

/*

select.multiple {
    height: unset;
}

#form-accounts, #form-accounts table {
	margin: 0;	
}

*/

div.container {
    overflow: hidden;
    margin: 0.5em 0 0.5em 0;
}

div.container.next {
    float: left;
    width: 33%;
}

div#submit-container, div#prod-container {
    width: 100%;
}

.container a.first {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 0.8em;
    color: #3c3b3b;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.25em;
    margin: 0 0 1em 0;
    pointer-events: none;
    /* Disables the button completely. Better than just cursor: default; */
}

.container a, .container a.dropdown {
    float: left;
    text-align: center;
    padding: 14px 16px;
    color: inherit;
    text-decoration: none;
    border-bottom: 0;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.25em;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
}

div.container a#spotasg {
    float: none;
    text-transform: none;
    border-left: none;
}

div.container a.i-name, div.container a.i-id {
    float: none;
    text-transform: none;
    border-left: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    color: inherit;
    text-decoration: none;
    padding: 14px 16px;
}

/* .container a:hover, .dropdown:hover .dropbtn {
} */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    font-family: "Raleway", Helvetica, sans-serif;
    float: none;
    color: inherit;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.container a.filter-account, .container a.filter-rule, .container a.account-action, .container a.rule-action, .container a.resource-action {
    background: transparent url("/StaticHTML/images/unchecked-checkbox_x24.png") no-repeat 6px center;
    padding-left: 50px;
}

.container a.filter-account.on, .container a.filter-rule.on, .container a.account-action.on, .container a.rule-action.on, .container a.resource-action.on {
    background: transparent url("/StaticHTML/images/checked-checkbox_x24.png") no-repeat 6px center;
    color: #2ebaae;
}

/* .slide */
div.slide {
    width: 80px;
    height: 26px;
    background: #333;
    margin: 20px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

div.slide:after {
    content: 'OFF';
    color: #e16262;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

div.slide:before {
    content: 'ON';
    color: #27ae60;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
}

div.slide input[type="checkbox"] {
    visibility: hidden;
}

div.slide label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    /* background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); */
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 0;
}

div.slide input[type="checkbox"]:checked + label {
    left: 43px;
}

div.slide input[type="checkbox"] + label:before {
    content: unset;
}

div.slide input[type="checkbox"]:checked + label:before {
    background: unset;
    border-color: unset;
    color: unset;
    content: unset;
}

/* end .slide */

table#notes td.asterisk {
    width: 60px;
}

td.asterisk {
    background: transparent url(/StaticHTML/images/asterisk_x24.png) no-repeat right;
}

/* https://www.webdesignerdepot.com/2012/11/how-to-create-a-simple-css3-tooltip/ */
.tooltip {
    /*display: inline;*/
    position: relative;
}

.tooltip:hover:after {
    background: #627372; /*rgba(0,0,0,.8);*/
    border-radius: 5px;
    color: #fff;
    content: attr(data-account);
    padding: 5px 15px;
    position: absolute;
    z-index: 99;
    width: auto;
    top: -20px;
    left: 70%;
}

#last-update {
    padding: 0 30px;
    color: rgba(255,255,255,0.60);
}

/* start loader */

div.loader {
    width: 50px;
    height: 11px;
}

div.loader.on {
    background: transparent url("/PG/ajax-loader.gif") no-repeat 6px center;
}

div.loader.ok {
    background: transparent url("/PG/ok.png") no-repeat 6px center;
    height: 25px;
}

/* https://stackoverflow.com/questions/1964839/how-can-i-create-a-please-wait-loading-animation-using-jquery 
		http://jsfiddle.net/VpDUG/4952/ */

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(174, 174, 174, .4) /* rgba( 255, 255, 255, .8 ) */ url('/StaticHTML/images/ajax-loader.gif') 50% 50% no-repeat;
}

.modal p {
    color: #de0707;
    font-size: x-large;
    margin: 120px auto;
    text-align: center;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* end loader */

#refresh.loading {
    background: transparent url('/StaticHTML/images/ajax-loader_xs.gif') no-repeat center;
    pointer-events: none;
    /* Disables the button completely. Better than just cursor: default; */
    /* ie support - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); */
    opacity: 0.7;
}

.fa-container span:before { /* add FontAwesome icon */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

input[type="checkbox"]#prod {
    transform: scale(2);
    margin: 9px;
    opacity: 0;
}

input[type="checkbox"]#prod:focus + label:before, input[type="radio"]:focus + label:before {
    border-color: #2ebaae;
    box-shadow: none; /* 0 0 0 1px #2ebaae; */
}

div.disable {
    pointer-events: none;
    /* Disables the button completely. Better than just cursor: default; */
    /* ie support - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); */
    opacity: 0.5;
}

ul#review {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

ul#review li {
    padding-left: 0.5em;
    float: left;
    margin-left: 4em;
}

ul#review li:first-child {
    padding-left: 0;
    margin-left: 0;
}

ul#review li h3 {
    text-transform: none;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #aaaaaa;
    border-color: #aaaaaa;
}

/* tagger page */
table#instances {
    margin: 0;
}

#select-container span {
    cursor: pointer;
}

label.custom {
    font-weight: normal;
    margin: 1em 0 0.5em 0;
    color: inherit;
}

/* home page */

#home-page #home-header {
    background: transparent url(/StaticHTML/images/CloudHiro.png) no-repeat center;
    height: 54px;
    margin: 0 auto 25px;
}

#home-page div.container {
    width: 33%;
    height: 400px;
    display: inline-block;
    overflow: visible;
}

#home-page div#sandwich {
}

#home-page div.container h3 {
    display: table;
    font-size: 1.5em;
    cursor: pointer;
    color: inherit;
    margin: 0 auto;
    padding: 0;
}

#home-page div#home-content div.content {
    width: 100%;
    min-height: 200px;
    margin-bottom: 70px;
}

#home-page a#try-it {
    display: block;
    text-align: center;
    font-size: 1.9em;
    text-decoration: none;
}

#home-page h2#home-sub-header, #home-page div.content h3 {
    text-align: center;
    text-transform: none;
    font-size: 1.9em;
}

#home-page div.item {
    max-width: 291px;
    max-height: 200px;
    height: 50%;
    margin: 5% auto;
    cursor: pointer;
}

#home-page div.item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#home-page div.scheduler {
    background: transparent url("/StaticHTML/images/scheduler.jpg") no-repeat 0 0;
}

#home-page div.control {
    background: transparent url("/StaticHTML/images/control.jpg") no-repeat 0 0;
}

#home-page div.tagger {
    background: transparent url("/StaticHTML/images/tagger.jpg") no-repeat 0 0;
}

#home-page div.recommendations {
    background: transparent url("/StaticHTML/images/recommendations.jpg") no-repeat 0 0;
}

#home-page div.spot-manager {
    margin: 50% 5% 5% 5%;
    background: transparent url("/StaticHTML/images/spot-manager.jpg") no-repeat 0 0;
}

#home-page div#home-menu {
    min-height: 500px;
    margin-bottom: 100px;
}

#home-page div#home-content {
    padding: 3%;
}

#home-page div#home-content div {
    margin-bottom: 10px;
}

#home-page div#home-content div#tagger, #home-page div#home-content div#spot-manager, #home-page div#home-content div#control {
    margin-bottom: 180px;
}

div#home-page a#registration {
    text-align: center;
    display: block;
}

div#home-page .float-img {
    max-width: 291px;
    overflow: hidden;
    float: right;
}

div#home-page .scheduler-float-img {
    margin: -120px -20px 0 0;
}

div#home-page .tagger-float-img {
    margin: -20px 64px 0 0;
}

div#home-page .spot-manager-float-img {
    margin: -20px 0 0 20px;
}

div#home-page .control-float-img {
    margin: -20px 0 0 20px;
}

/* end home page */

/* Last */

.hide {
    display: none;
}

@media screen and (max-width: 1024px) {
    div#banner { /*div#wrapper.banner*/
        display: none;
    }

}

@media screen and (max-width: 480px) {

    #header nav.main ul li.menu {
        display: block;
    }

    #main {
        max-width: 98%;
        text-align: unset;
        margin: 0 auto;
        padding: 0;
    }

    #main p {
        font-size: 120%;
    }

    p {
        margin: 0 0 15px 0;
    }

    #chk-logo {
        width: 198px;
        height: 42px;
    }

    #home-page div#home-content div.content {
        margin-bottom: 10px;
    }

    #home-page div#home-content div#tagger, #home-page div#home-content div#spot-manager, #home-page div#home-content div#control {
        margin-bottom: 10px;
    }

    #home-page div.container {
        width: 100%;
    }

    #home-page div.container h3 {
        font-size: 100%;
    }

    div#home-page .float-img {
        float: none;
    }

    div#home-page .scheduler-float-img {
        margin: 0;
    }

    div#home-page .tagger-float-img {
        margin: 0;
    }

    div#home-page .spot-manager-float-img {
        margin: 0;
    }

    div#home-page .control-float-img {
        margin: 0;
    }

    #home-page h2#home-sub-header, #home-page div.content h3, #home-page a#try-it {
        font-size: 120%;
    }
}

.stacked-bar-graph {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 40px;
}


.stacked-bar-graph span {
    display: inline-block;
    height: 100%;
    overflow: hidden;
}

div.container.next {
    float: left;
    width: 24%;
}

#tt-container input {
    margin-bottom: 10px;
    max-width: 300px;
    padding-left: 10px;
}

#spot-asg-optimize-container input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#spot-asg-optimize-container input {
    -moz-appearance:textfield;
}

.stacked-donut-graph {
    text-align: center;
    margin: 61px 20px;
    /* margin: 0 auto; */
}

div#canvas-holder {
    margin: 0 auto;
}

div#canvas-holder {
    margin: 0 auto;
    width: 100% !important;
}

.stacked-donut-graph {
    width: 30%;
    float: left !important;
}

div#grapsh {
    width: 100% !important;
    min-width: 100%;
    display: flex;
    flex-flow: wrap;
}

/* .stacked-donut-graph.total {
    width: 100%;
    margin: 0 auto;
    float: none!important;
}


.total div#canvas-holder {
    margin: 0 auto;
    width: 40%!important;
} */
.dataTable thead {
    background: #000366;
    color: #fff;
}

.dataTable thead th {
    color: #fff;
    cursor: pointer;
}

table.dataTable.no-footer {
    border: 1px solid #111;
}

.dataTable .odd {
    background: #e4e4e6;
}

.dataTables_length {
    display: none;
}

div#CostBarBreakdown {
    margin-bottom: 20px;
}

.mfa_radios input {

    display: inline !important;
    opacity: 1;
    width: 23px !important;
    -webkit-appearance: radio;
    float: none;
    margin: 0;

}

.profile_text {
    height: 2.75em;
    background: var(--bg-1);
    border: 1px solid #ccc;
}

.TableTitle {
    margin-top: 40px;
    margin-bottom: -39px;
}

#flash-message {
    z-index: 10000000;
}

#flash-err-message {
    z-index: 10000000;
}

.tileContent {
    text-align: center;
    font-size: 40px;
}

.fullview {
    float: right;
    margin-right: 10px;
    opacity: 0;
    cursor: pointer;
}

.dashboardTile:hover > div > .fullview {
    opacity: 1;
}

.fullViewCountTile {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    z-index: 1000000;
    top: 0px;
    left: 0;
}

.fullviewclose {
    opacity: 0;
    cursor: pointer;
    float: right;
    font-size: 22px;
}

.tileHeader {
    height: 10px;
    padding-top: 10px;
}

.fullViewCountTile > div > .fullviewclose {
    opacity: 1;
}

.fullViewCountTile > div > .fullview {
    opacity: 0 !important;
}

.dashboardTile {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
    float: left !important;
    margin-top: 10px;

}

.countwithtitle .tileContent {
    font-size: 27px;
}

.dxg-circular-gauge {
    position: relative;
    height: 100%;
    width: 100% !important;
}

canvas {
    position: relative;
    height: 80% !important;
    width: 100% !important;
}

.tilebox {
    float: left;
    padding: 0;
}

.fullViewCountTile canvas {
    position: relative;
    height: 90% !important;
    width: 100% !important;
}

.textbox {
    background: #fff;
    float: left;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
    margin-bottom: 10px;
}
.fullViewCountTile .dxg.dxg-circular-gauge {
    width: 60% !important;
    margin: 0 auto;
}

.gaugemeter {

    height: 87%;
    width: 100%;
}

.fullViewCountTile table.dataTable.no-footer {
    border-bottom: 1px solid #111;
    width: 100% !important;
}

#wrapper {
    padding: 0;
}

body .dashboard {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 20px;

}
.pagecolor {
    width: 100%;
    min-width: 100% !important;
    display: table;
}

.dashboard table {
    float: left;
    margin-right: 10px !important;
    background: #fff;
    clear: inherit !important;
    border-bottom: 1px solid;
    width: 100% !important;
}

.dashboard .dataTables_wrapper {
    width: 96%;
    margin: 5px;
}

.dashboard .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 10px !important;
}

.dashboard .child {
    position: absolute;
    background: #fff;
    background-color: rgb(255, 255, 255);
    width: 97%;
    z-index: 10000;
    margin-right: 1;
    left: 2px;
}

.pageloader {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    z-index: 1000000;
    padding-top: 137px;
    font-size: 40px;
    top: 56px;
    left: 0;
}

.titleTitle {
    font-size: 18px;
    text-align: left;
    padding-left: 12px;
    width: 100%;
    margin-top: -5px;
    border-bottom: 1px solid  #f7f2f2;
}


table.dataTable.nowrap th, table.dataTable.nowrap td.dtr-control {
    white-space: normal!important;
}

table.dataTable.nowrap .child td {
    white-space: normal;
}
.value-text {
    font-size: 6px;
}

.fullViewCountTile .gauge {
    height: 81% !important;
    position: absolute;
    margin: 0 auto !important;
    float: none;
}
.fullViewCountTile .gauge-container
{
    text-align: center;
    width: 71% !important;
    display: table-caption;
}
.subscriptiondate {
    float: right;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.7em;
    text-decoration: none;
    letter-spacing: 0.25em;
    color: rgba(255,255,255,0.60);
}

/* Header Menu */

.links ul {
    margin-top: -2px !important;
}

.overflow {

    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

/* Header Menu End */

@media (max-width: 800px)
{
    .tilebox {
        width: 100% !important;
        height: auto !important;
    }
    .dashboardTile.countTile {
        height: auto !important;
        margin-bottom: 7px;
        width: 100% !important;
    }
}

.success {
    color: var(--color-light2);
}

.failure {
    color: var(--bg-dark5);
}
