/* Minification failed. Returning unminified contents.
(407,28): run-time error CSS1039: Token not allowed after unary operator: '-color'
 */
/* CMS Section */

@import url('base/normalize.css');
/*@import url("base/colors.css");*/
/*@import url('base/typography.css');*/
@import url('base/layout.css');


html, body {
    margin: 0;
    padding: 0;
    -moz-min-width: 680px;
    -ms-min-width: 680px;
    -o-min-width: 680px;
    -webkit-min-width: 680px;
    min-width: 680px;
    height: 100%;
    background: #27383c url(../../Content/images/Aerosim/Textured-Background-Tile.png) repeat;
    font-family: Figtree, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #27383c;
    /*background-color: var(--color-dark-main);*/
}

h1, h2, h3, h4 {
    font-weight: bold;
    /*color: #2BA4DD;*/
    /* text-transform: uppercase; !important;*/
}

h1 { /*font-size: 2.3em;*/
    text-transform: uppercase;
}

h2 {
    margin-top: 15px !important;
    text-transform: uppercase !important;
    color: #00d282;
    font-size: 1.9em;
    font-weight: 600;
    margin-bottom: 10px !important;
}

label {
    font-weight: normal;
}

.btn,
.button,
a .button,
div .button,
span .button,
button,
input .button,
input .file,
input[type="reset"] .button,
input[type="submit"] .button
/*input .checkbox,*/
/*input .radio,*/ {
    -webkit-appearance: button;
    cursor: pointer;
    margin-right: 10px;
    -moz-min-width: 84px;
    -ms-min-width: 84px;
    -o-min-width: 84px;
    -webkit-min-width: 84px;
    min-width: 84px;
    min-height: 33px;
    border: none;
    color: #000 !important;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bolder;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #b8dbde;
    /*box-shadow: 0 0 2px 1px #333;*/
    /*background: #cfd0d3; /* Old browsers */
    /*background: -moz-linear-gradient(top, var(--color-accent-altn) 0, #555555 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-acron-lbl)), color-stop(100%, #555555)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, var(--color-accent-altn) 0, #555555 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, var(--color-accent-altn) 0, #555555 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, var(--color-accent-altn) 0, #555555 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, var(--color-accent-altn) 0, #555555 100%); /* W3C */
    /*-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8dbde', endColorstr='#555555', GradientType=0);*/
    /*-moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8dbde', endColorstr='#555555', GradientType=0);*/
    /*-o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8dbde', endColorstr='#555555', GradientType=0);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8dbde', endColorstr='#555555', GradientType=0); /* IE6-9 */
}

    /**/
    .btn:hover,
    .button:hover,
    a .button:hover,
    div .button:hover,
    span .button:hover,
    button:hover,
    input .button:hover,
    input .file:hover,
    input[type="reset"] .button:hover,
    input[type="submit"] .button:hover {
        color: #222222;
        border-color: transparent;
        /*background-image: url(../images/Aerosim/Grey-Buttons-Inactive.png) !important;*/
        /*background: url(../images/Aerosim/Grey-Buttons-Active.png) repeat center center;*/ /* For IE 6 and 7 */
        /*-webkit-appearance: none;*/
        -ms-outline: none !important;
        outline: none !important;
        -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        background: #d2e8ea;
        /*box-shadow: 0 0 2px 1px #333;*/
        /*background: #ffffff; /* Old browsers */
        /*background: -moz-linear-gradient(top, var(--color-accent-altn) 0, #666666 100%); /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-acron-lbl)), color-stop(100%, #666666)); /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top, var(--color-accent-altn) 0, #666666 100%); /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top, var(--color-accent-altn) 0, #666666 100%); /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top, var(--color-accent-altn) 0, #666666 100%); /* IE10+ */
        /*background: linear-gradient(to bottom, var(--color-accent-altn) 0, #666666 100%); /* W3C */
        /*-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#666666', GradientType=0);*/
        /*-moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#666666', GradientType=0);*/
        /*-o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#666666', GradientType=0);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#666666', GradientType=0); /* IE6-9 */
    }

    /**/
    .btn:active,
    .button:active,
    a .button:active,
    div .button:active,
    span .button:active,
    button:active,
    input .button:active,
    input .file:active,
    input[type="reset"] .button:active,
    input[type="submit"] .button:active {
        color: #222222;
        border-color: transparent;
        /*background-image: url(../images/Aerosim/Grey-Buttons-Inactive.png) !important;*/
        /*background: url(../images/Aerosim/Grey-Buttons-Active.png) repeat center center;*/ /* For IE 6 and 7 */
        /*-webkit-appearance: none;*/
        -ms-outline: none !important;
        outline: none !important;
        -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        background: #eef6f7;
        /*box-shadow: 0 0 2px 1px #333;*/
        /*background: rgb(33, 33, 33); /* Old browsers */
        /*background: -moz-linear-gradient(top, #212121 0, #474747 21%, #cfd0d3 100%); /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top, #666666 0, #ffffff 100%); /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top, #666666 0, #ffffff 100%); /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top, #666666 0, #ffffff 100%); /* IE10+ */
        /*background: linear-gradient(to bottom, #666666 0, #ffffff 100%); /* W3C */
        /*-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#ffffff', GradientType=0);
        /*-moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#ffffff', GradientType=0);
        /*-o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#ffffff', GradientType=0);
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
        /*background-image: url(../images/Aerosim/Grey-Buttons-Active.png) ;*/
        /*background: url(../images/Aerosim/Grey-Buttons-Inactive.png) repeat center center;*/
    }

    /* Kill off the bootstrap input focus glow */

    /* using input selector without type applies
    -webkit-appearance: none; to checkboxes causing
     box to disappear*/

    button:active,
    button:focus,
    button:hover,
    input[type="text"]:active,
    input[type="text"]:focus,
    input[type="text"]:hover,
    input[type="search"]:active,
    input[type="search"]:focus,
    input[type="search"]:hover,
    input[type="select"]:active,
    input[type="select"]:focus,
    input[type="select"]:hover,
    select:active,
    select:focus,
    select:hover,
    textarea:active,
    textarea:focus,
    textarea:hover {
        /*-webkit-appearance: none;*/
        -ms-outline: 0 !important;
        outline: 0 !important;
    }

input[type="text"],
input[type="search"],
textarea,
select,
.form-control {
    background-color: rgb(150,150,150);
    color: #000;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: 4px;
    height: auto;
    border: 2px solid transparent;
    padding: 4px;
}

/* Internet Explorer - scrollbars*/
body {
    -ms-scrollbar-3dlight-color: #505252;
    scrollbar-3dlight-color: #505252;
    -ms-scrollbar-arrow-color: black;
    scrollbar-arrow-color: black;
    -ms-scrollbar-base-color: #505252;
    -ms-scrollbar-highlight-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    -ms-scrollbar-shadow-color: #333333;
    scrollbar-shadow-color: #333333;
    -ms-scrollbar-track-color: #333333;
    scrollbar-track-color: #333333;
    scrollbar-base-color: #505252;
    /*scrollbar-dark-shadow-color: #C0C0C0;*/
}

/*Chrome - scrollbars*/

::-webkit-scrollbar {
    margin: 2px;
    width: 15px !important;
    height: 15px !important;
    /* 1 */
}
/*
::-webkit-scrollbar-button {
    background-color: #505252 !important;
    -ms-box-shadow: inset 0 0 1px #000000 !important;
    -webkit-box-shadow: inset 0 0 1px #000000 !important;
    -moz-box-shadow: inset 0 0 1px #000000 !important;
    -o-box-shadow: inset 0 0 1px #000000 !important;
    box-shadow: inset 0 0 1px #000000 !important;
}

::-webkit-scrollbar-arrow {
    background-color: #868484 !important;
    color: #000000 !important;
    -ms-content: url(../images/DataTables/sort_asc.png);
    content: url(../images/DataTables/sort_asc.png);
}
*/

::-webkit-scrollbar-track {
    background: #38595e !important;
    -moz-box-shadow: inset 0 0 1px #000000 !important;
    -ms-box-shadow: inset 0 0 1px #000000 !important;
    -webkit-box-shadow: inset 0 0 1px #000000 !important;
    -o-box-shadow: inset 0 0 1px #000000 !important;
    box-shadow: inset 0 0 1px #000000 !important;
    /*-webkit-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    border-radius: 12px !important;*/
}

::-webkit-scrollbar-track-piece {
    color: inherit;
}

::-webkit-scrollbar-thumb {
    -moz-border-radius: 9px !important;
    -ms-border-radius: 9px !important;
    -webkit-border-radius: 9px !important;
    -o-border-radius: 9px !important;
    border-radius: 9px !important;
    border: 3px solid transparent !important;
    background: #b8dbde !important;
    background-clip: content-box !important;
    /* -moz-box-shadow: inset 0 0 5px #000000 !important;*/
    /*-ms-box-shadow: inset 0 0 5px #000000 !important;*/
    /*-webkit-box-shadow: inset 0 0 5px #000000 !important;*/
    /*-o-box-shadow: inset 0 0 5px #000000 !important;*/
    /*box-shadow: inset 0 0 5px #000000 !important;*/
}

    ::-webkit-scrollbar-thumb:hover {
        /*border: 1px solid #333333 !important;*/
        background-color: #d2e8ea !important;
    }

    ::-webkit-scrollbar-thumb:active {
        /*border: 1px solid #333333 !important;*/
        background-color: #eef6f7 !important;
    }

    ::-webkit-scrollbar-thumb:disabled {
        background: #868484;
    }

::-webkit-scrollbar-corner {
    border: none;
    background: transparent;
}

::-webkit-resizer { /* 7 */
        color: inherit;
    }

/*#region [2.4 General]*/


/*#region  [0.10. Info and Errors] */
.error {
    float: none;
    color: #a00000;
    padding-left: .5em;
    vertical-align: top;
}

.field-validation-error {
    color: red !important;
    float: right;
    padding-top: 5px;
}

.validation-summary-errors {
  color: #fff !important;
  font-style: italic;
  list-style: none;
  background-color: #e1002f !important;
  font-weight: 600;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
}

    .validation-summary-errors > ul {
        padding: 0 0 0 0px !important;
        margin: 0 !important;
        list-style: none;
    }

/*#endregion */

/*#endregion [1.1 General]*/

/*#region [2.5. Fixes ]*/

/*Firefox and fieldsets width that interferes with the responsive table.
Firefox-specific hack not provide in Bootstrap:*/
/*@-moz-document url-prefix() {fieldset{display: table-cell;}}*/

.wrap {
    max-width: 1024px;
}

    /* Clearfix for floated children */

    .wrap:after {
        display: block;
        clear: both;
        -ms-content: "";
        content: "";
    }


/*#region [3.3. Modals / .modal ]*/

.modal {
    width: auto !important;
    height: auto !important;
}
.modal-title {
    font-family: Figtree,Helvetica,Arial,sans-serif;
    font-weight:500;
    font-size:35px;
}

.modal-title img {
    float:right;
}

.modal-content {
    background-color: #2d5359;
    background-color: var(--color bg-dark-35);
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    background-color: #00d282;
    color: #00363d;
}

.modalGradient {
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.73, #2d5359),
	color-stop(0.82, #CFCFCF),
	color-stop(0.91, #7B7B7B),
	color-stop(1, #2B2B2B)
);
background-image: -o-linear-gradient(top, #2d5359 73%, #CFCFCF 82%, #7B7B7B 91%, #2B2B2B 100%);
background-image: -moz-linear-gradient(top, #2d5359 73%, #CFCFCF 82%, #7B7B7B 91%, #2B2B2B 100%);
background-image: -webkit-linear-gradient(top, #2d5359 73%, #CFCFCF 82%, #7B7B7B 91%, #2B2B2B 100%);
background-image: -ms-linear-gradient(top, #2d5359 73%, #CFCFCF 82%, #7B7B7B 91%, #2B2B2B 100%);
background-image: linear-gradient(to top, #2d5359 73%, #CFCFCF 82%, #7B7B7B 91%, #2B2B2B 100%);

    font-size: 12px;
}

.modal-body {
    font-family: Figtree,Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-size: 14px;
    padding-top: 0px;
    color: #FFF;
    background-color: #2d5359;
}

.modal-body-dr {
    font-family: Figtree,Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-size: 14px;
    padding-top: 0px;
    color: #FFF;
    background-color: #2d5359;
    position: relative;
    padding: 15px;
}

.modalBodyHelp {
    font-family: Figtree,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.helpHeader {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.modalBodyHelp p {
    margin-bottom: 2px;
}

.modal-footer {
    border-top: none;
    background-color: #2d5359;
}

/*#endregion [3.3.2. Modals / .modal ]*/


/*#region
    [3.7. Forms / form /.form]
*/
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px;
        line-height: 35px;
    }
}

/* Fix for a known Bootstrap bug */
.row {
  margin-left: 0px;
  margin-right: 0px;
}

#headerSection {
    background-color:#000;
    color: #fff;
    background-image:url('../../Content/images/Aerosim/Header-without-logo970.png');
    background-repeat: no-repeat;
    padding: 12px;
}

#headerSection a {
    color: #fff;
    text-decoration: none;
}

#blockNavSection {
    background-image: url('../../Content/images/Aerosim/lowerHeaderGradient.png'),  /* On top */
       url('../../Content/images/Aerosim/Textured-Background-Tile.png');   /* On bottom */
    /*background-repeat: repeat-x;*/
    /*background-color: #0b0e0e;*/
    background-repeat: repeat-x, repeat;
    padding-top: 15px;
    padding-bottom: 8px;
}

#blockNavSection div {
    margin-top: 5px;
}

#midSection
{
    background-image: url('../../Content/images/Aerosim/lowerHeaderGradient.png'),  /* On top */
       url('../../Content/images/Aerosim/Textured-Background-Tile.png');   /* On bottom */
    background-repeat: repeat-x, repeat;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#contentNavigationSeciton {
    margin-top: 20px;
}

#blockNavigation {
    color: #fff;
}

#blockNavigation .selected {
    background-color: #00d282;
    /*background: rgb(207,208,211); /* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(207,208,211,1) 0%, rgba(71,71,71,1) 79%, rgba(33,33,33,1) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,208,211,1)), color-stop(79%,rgba(71,71,71,1)), color-stop(100%,rgba(33,33,33,1))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(207,208,211,1) 0%,rgba(71,71,71,1) 79%,rgba(33,33,33,1) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(207,208,211,1) 0%,rgba(71,71,71,1) 79%,rgba(33,33,33,1) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(207,208,211,1) 0%,rgba(71,71,71,1) 79%,rgba(33,33,33,1) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, rgba(207,208,211,1) 0%,rgba(71,71,71,1) 79%,rgba(33,33,33,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd0d3', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}

#blockNavigation .unavailable {
    background-color: #b8dbde;
    /*background: rgb(33,33,33); /* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(33,33,33,1) 0%, rgba(71,71,71,1) 21%, rgba(207,208,211,1) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,33,33,1)), color-stop(21%,rgba(71,71,71,1)), color-stop(100%,rgba(207,208,211,1))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(33,33,33,1) 0%,rgba(71,71,71,1) 21%,rgba(207,208,211,1) 100%); /* Chrome10+,Safari5.1+ */
    /* background: -o-linear-gradient(top, rgba(33,33,33,1) 0%,rgba(71,71,71,1) 21%,rgba(207,208,211,1) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(33,33,33,1) 0%,rgba(71,71,71,1) 21%,rgba(207,208,211,1) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, rgba(33,33,33,1) 0%,rgba(71,71,71,1) 21%,rgba(207,208,211,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#cfd0d3',GradientType=0 ); /* IE6-9 */
    opacity: 0.4;
    pointer-events: none;
}

#blockNavigation .notAllowed {
    background: #38595e; /* Older browser support */
    background: repeating-linear-gradient( 45deg, #b8dbde, #b8dbde 4px, #eef6f7 4px,#eef6f7 8px );
    opacity: 0.4;
    pointer-events: none;
}

/* #blockNavigation .rolledOver { */
.blockNavigationItem:hover {
    background-color: #d2e8ea;
    /*background: rgb(33,33,33); /* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(33,33,33,1) 0%, rgba(71,71,71,1) 21%, rgba(119,119,119,1) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,33,33,1)), color-stop(21%,rgba(71,71,71,1)), color-stop(100%,rgba(119,119,119,1))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(33,33,33,1) 0%,rgba(71,71,71,1) 21%,rgba(119,119,119,1) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(33,33,33,1) 0%,rgba(71,71,71,1) 21%,rgba(119,119,119,1) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(33,33,33,1) 0%,rgba(71,71,71,1) 21%,rgba(119,119,119,1) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, rgba(33,33,33,1) 0%,rgba(71,71,71,1) 21%,rgba(119,119,119,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
}

input[type="text"], input[type="password"], textarea, select {
  background-color : #ddd;
  color: #000;
  resize: none;
  /*
  display: inline;
  width: 100%;
  */
  margin-top: 4px;
  font-size:14px;
}

footer {
  text-align: center;
  /* NOTE: Enabling the rule below causes a discolored bar to appear as the footer */
  /*background-color: #040707;*/
  padding: 20px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Kill off the bootstrap input focus glow */
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
select:hover,
select:active,
select:focus
{
    outline:0px !important;
    /*-webkit-appearance:none;*/
}

#notAuthorizedSection {
    margin-top: 60px;
}

#notAuthorizedBlock {
    background-color: #00a0e4;
    padding-bottom: 40px;
    border-radius: 3px;
    color: #fff;
}

.user-click {
    cursor:pointer;
}

.no-click {
    pointer-events:none;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */    
}

#AccountInfo {
    float:right;
    padding-top:10px;
    position:absolute;
    right:15px;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
    #AccountInfo .hover {
        float:left;
        padding:5px;
        line-height:30px;
        border:1px solid transparent;
    }
    /*
    #AccountInfo .hover:hover {
        opacity:1;
        background-color:rgba(0,160,228,0.4);
        border:1px solid rgba(0,160,228,0.7);
    }
    */
    #AccountInfo .hover:hover .NavigationButton {
        opacity:0.8;
    }
    #AccountInfo .hover:active .NavigationButton {
        opacity:1.0;
    }
    #AccountInfo #verticalSep {
        float: left;
        width: 2px;
        background-color: #00d282;
        height: 50px;
        margin: 5px;
        margin-top: 0;
    }
    #AccountInfo .userName {
        font-size:1.1em;
        font-weight:300;
    }
    #AccountInfo span + span {
        font-size:0.5em;
        font-weight:300;
    }

.AccountPopup {
  position:absolute;
  width: 280px;
  right: 20px;
  top: 65px;
  z-index: 10;
  clear: both;
  border: 1px solid rgb(150,150,150);
  display:none;
  border-radius: 0.5em;

  background: -moz-linear-gradient(left,  rgb(120,120,120) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(120,120,120)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgb(120,120,120) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgb(120,120,120) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgb(120,120,120) 0%,rgb(0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgb(120,120,120) 0%,rgb(0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff999999', endColorstr='#ff000000',GradientType=0 ); /* IE6-9 */
}

.AccountPopupTitle {
  text-align: center;
  width: 100%;
  font-weight: 600;
  margin:0;
  padding:2px;
}

.AccountPopupHolderBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1000;
}

.AccountPopupHolder {
    height: 150px;
    background: #2d5359;
    margin: 0.5em;
    margin-top: 0;
    color: white;
    padding: 10px;
    display: none;
    z-index: 1000;
    position: relative;
}

    .AccountPopupHolder div {
        border-bottom: 1px solid white;
        font-size: 1.2em;
        font-weight: 600;
        color: #00d282;
    }

    .AccountPopupHolder div + div {
        border:none;
        font-size:1em;
        font-weight:300;
        padding-left:10px;
        color:white;
        padding-top:7px;
    }
    .AccountPopupHolder div + div + div {
        padding-top:0px;
    }

    .AccountPopupHolder button {
        bottom: 20px;
        padding-right: 6px;
        padding-left: 6px;
        font-weight: bold;
    }
    /*
    #AccountInformationHolder a:hover {
        background-color:rgba(200,200,200,0.4);
    }
    #AccountInformationHolder a:active {
        background-color:rgba(200,200,200,0.8);
    }
        */

#accountSubmitButton img {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 5px;
    width: 25px;
    height: 25px;
    display:none;
}

#AccountErrorMessage {
    color: red;
    float: left;
    margin: 5px;
    width: 60%;
    text-align: center;
    display:none;
}

.AccountPopup.active, .AccountPopupHolder.active, .AccountPopupHolderBackground.active {
    display:block;
}

.NavigationButton {
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  -ms-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  margin-top: 0px;
  opacity:0.5;
}

.NavigationButton.Account {
  background-image: url(../images/Aerosim/Buttons/Account-Icon.png);
  float: right;
}

.NavigationButton.SerialNumber {
  background-image: url(../images/Aerosim/Buttons/bar-code.png);
  float: right;
  background-position: bottom;
}

.NavigationButton.selected {
  opacity:1 !important;
}

.selectionOverview {
    text-decoration: underline;
    cursor: pointer;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* New Standard Table */

.lcmsTable {
  margin-top: 10px;
  margin-bottom: 20px;
}

.lcmsTable th, .lcmsTable th, .lcmsTable td, .lcmsTable td {
  padding: 6px;
  padding-left: 9px;
}

.lcmsTable {
  background-color: #787473;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.lcmsTable table tr:first-child th:first-child {
  border-top-left-radius: 9px;
}

.lcmsTable table tr:first-child th:last-child {
  border-top-right-radius: 9px;
}

.lcmsTable table tr th {
  background-color: #0b0e0e;
}

.lcmsTable table {
  width: 100%;
}

/*.lcmsModal {
  background-color: white;
}

.lcmsModal .modal-backdrop {
  opacity: 0.5 !important;
}*/

/*.modal-backdrop {
  opacity: 0.8 !important;
}*/

/*.lcmsModal {
  background-color: white !important;
}*/

.hasDatepicker + img{
    height:24px;
}

.privacyPolicy {
  color: dimgray;
  font-size: 0.86em;
  padding: 5px;
}

.privacyPolicy p {
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  border-radius: 7px;
  padding: 5px;
  margin-bottom: 0px;
}

.privacyPolicyRegister {
  margin-top: 20px;
  border: 1px solid white;
  border-radius: 7px;
  padding-top: 6px;
  background-color: ghostwhite;
  color: royalblue;
  font-size: 0.95em;
}

.privacyPolicyRegister a {
  color: blue;
  /*text-decoration: underline;*/
}

.logo { /*margin: 5px;*/
  -moz-min-width: 250px;
  -ms-min-width: 250px;
  -o-min-width: 250px;
  -webkit-min-width: 250px;
  min-width: 250px;
  min-height: 50px; /*height: 100%;*/
  /*background-image: url(../../images/Aerosim/Aerosim-LMS-logo.png);*/
  background-image: url(../../Content/images/brand/logo-header.png);
  background-position: center;
  background-repeat: no-repeat;
  -ms-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.logo-egg {
  background-image: url(../../Content/images/l3/ETHOS-Easter.png) !important;
  min-height: 100px !important;
}

