body{
    background:#192026 !important;
    color: rgba(255, 255, 255, 0.65);
}
.checkbox-styled:not(ie8) input:checked ~ span:before {
    -webkit-transform: rotate(
-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
-45deg);
    height: 10px;
    border-color: #e0bc54;
    border-top-style: none;
    border-right-style: none;
}
.btn-primary {
    color: #192026 !important;
    background-color: #fcdd88 !important;
    border-color: #ffc72d !important;
}
.btn-primary:hover, .btn-primary:focus, .open .dropdown-toggle.btn-primary {
    color: #192026 !important;
    background-color: #efbc32 !important;
    border-color: #ffc72d !important;
}
.dataTable th{cursor:pointer;}

td.form-group.uib-time.minutes,td.form-group.uib-time.hours {
    padding-top: 0px;
}

.prevWindow, .center-center-box{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%,-50%);
    background: #2b323a;
	color: #fff;
    padding: 15px;
}
div.cover {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgb(90 90 90 / 25%);
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 20%);
}
.table-hover > tbody > tr:hover {
    background-color: rgb(244 201 62 / 41%);
}


.uib-timepicker a.btn.btn-link{
    line-height: 0;
padding:0 14px;}
input.ng-datepicker-input:focus {
    outline: none;
}
select option {
  margin: 40px;
  background: #2b323a;
  color: #b5b7ba;
    font-weight: 400;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
textarea.form-control {
    border-left: 1px solid rgb(242 202 88);
}
textarea.form-control:focus {
    border-left: 1px solid #ad8000;
}
.loaderBox {

    padding: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-40px);
}
.loader {
  border: 3px solid #5c6165; /* Light grey */
  border-top: 3px solid #e0bc54; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1.3s linear infinite;
}
.form-group .form-control:focus {
    border-color: #ad8000;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.alert-dismissable .close, .alert-dismissible .close {
     position: relative;
     top: -2px;
      right: 0px;
     color: inherit;
 }
 .form-control {
    padding: 0;
    height: 30px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: rgb(242 202 88);
    background: transparent;
    color: #92959a;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.notLoggedIn #base{padding-left:0px}
.notLoggedIn #menubar.animate{
     -webkit-transition: initial;
    -o-transition: initial;
     transition: initial;
}

.contextPlace{
    border: 1px solid #c0c0c0;
    position: absolute;
    z-index: 9999999;
    margin-top: -120px;
    margin-left: -80px;
    background: white;
    border-radius: 9px;
    padding: 0px;

    list-style-type: none;
    visibility:hidden;

}
#html_parser .alert{}
#html_parser .alert.alert-callout {
    max-width: 500px;
    widht:100%;
    position: relative;
    padding-left: 20px;
    background: rgba(239, 239, 239, 0.72);
    color: #313534;
    border-radius: 3px;
    border-color: rgba(83, 88, 88, 0.39);
    margin-bottom:10px;
}
.contextPlace li {
    border-bottom:1px solid #c0c0c0;
    padding: 2px 15px;
    cursor: pointer;
}
.contextPlace li:hover {
    background:#dcdada;
}
.contextPlace li:last-child {
    border-bottom:none;
}
.inTableInput {
    border: none;
    background: rgba(173, 173, 173, 0.32);
    padding: 1px 5px;
}
:focus {
    outline: none;
}

#loginLogoCover {
    max-width: 400px;
    width: 100%;
    height: 168px;
    background-image: url(/assets/img/gcrs-logo-gold.svg);
    background-size: 35%;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-position: center center;
    filteR: grayscale(100%);
    margin-bottom: 30px;
}
.header-nav-profile .dropdown > a{min-width:50px;    padding: 20px 15px;}
.header-nav-profile .dropdown.open > a{padding:15px 12px;}
.toast-container{
    position: fixed;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    margin: 20px 0 6px;
    z-index: 99;
    left:50%;
    transform: translateX(-50%);
    padding: 15px;
    background-color: #000;
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
input.ng-datepicker-input{border:none;}
.uib-time input{height: 25px}
.ng-datepicker > .calendar > span > span.day:hover {
    background: #20AFA6 !important;
    color: #fff;
}
.section-body:first-child {
     margin-top: 0px;
}
.dashboardTool{

    padding: 15px;
    border: 1px solid #e4bf68;
    border-radius: 12px;
    background: #2b323a;
}
.menubar-inverse .gui-controls a.expanded .gui-icon, .menubar-inverse .gui-controls li.active .gui-icon{
    background-color: #fcdd88;
    border-color: #fcdd88;
    color: #2b323a;
}
.menubar-inverse .gui-controls li.active .gui-icon:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #fcdd88;
}
tr.inactivebar {
    background: #400a0a !important;
}
.section-header {
    height: auto;
    padding: 5px 25px;
    margin: 0 -25px 15px;
    background: #2b323a;
    color: #b5b7ba;
}
.breadcrumb > .active {
    color: inherit;
    opacity: 1;
    font-weight: 400;
    font-size: 20px;
}
.overlay{
    height: 100%;
    width: 100%;
    top:0;
    background: #000000bd;
    position: fixed;
    z-index: 99999;
}
.modalBig{
    position: fixed;
    top:5%;
    left:5%;
    min-height:400px;
    height:90%;
    width: 90%;
    background:#fff;
    z-index:999999;
}
#overload{
    height: 100%;
    width: 100%;
    background: #E5E6E6;
    position: fixed;
    z-index: 99999;
}
#overload .spinner {
    width: 160px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    position: relative;
}
#overload .spinner > div {
    width: 50px;
    height: 50px;
}
.spinner {
    margin: 50px auto ;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #18a0f6;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.spanspin{
    display: inline-block;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
a{cursor:pointer}
div#coverLoader .content{
    top: 20%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
div#coverLoader .spinner{
    margin:10px auto;
}
div#coverLoader .spinner > div{
    background-color:#fff;
}

.tooltip-inner {
    max-width: none;
    text-align:left;
    width:100%;
    white-space: pre !important;
}
.tooltip-inner {
     white-space:pre-wrap;
}

.tooltip {
    width:initial;
    max-width: none;
    text-align:left;
}
.infobox{
    float: right;
    font-size: 23px;
    cursor:help;
}
div#coverLoader b{
    font-size: 18px;
    color:#fff;
}
div#coverLoader {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
    margin-bottom: 12px;
}
.form-group .form-control:focus ~ label {
    color: #f2ca58;
    opacity: 1;
}
.form-group .form-control ~ label:after, .form-group .form-control ~ .form-control-line:after{
	
    background-color: #f2ca58;
}
.centerhead span{
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
}
.centerhead {
     font-weight: bold;
     float: left;
     position: absolute;
     top: 10px;
     left: 50%;
     transform: translateX(-50%);
 }
.form-control:focus {
    border-color: #ad8000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.form-control {
    padding-left: 5px;
}
textarea.form-control {
    padding: 5px;
    line-height: 1.5em;
    font-size: 13px;
    margin:10px 0 ;
}
.btn-primary.color-inv{
    color: #18a0f6;
    background: #fff;
}
.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
#hp_options .row{margin-bottom:10px;}
#settings .row{margin-bottom:10px;}
#html_parser .card-head{cursor:pointer}
/*
DROPZONE
*/
.dz-error-mark{display:none;}
.dz-success-mark{display:none;}
.dropzone,
.dropzone * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dropzone {
    cursor: pointer;
    position: relative;
    min-height: 140px;
    border: 1px dotted #fcdd88 !important;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    background: rgba(0,0,0,0.03) !important;
    padding: 8px;
}
.dropzone .dz-preview.dz-file-preview .dz-image{
    background: #2b323a !important;
}
.dropzone .dz-preview .dz-progress{
    background: rgba(255,255,255, 0.2) !important;
}
.dropzone.drag-hover {
    border-color: rgba(0,0,0,0.15);
    background: rgba(0,0,0,0.04);
}
.dropzone.drag-hover .message {
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
    filter: alpha(opacity=15);
}
.dropzone.started .message {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
}
.dropzone .message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background: url("http://dl.dropbox.com/u/1559658/dropzone/spritemap.png") no-repeat 0 -108px;
    position: absolute;
    width: 168px;
    height: 157px;
    margin-left: -84px;
    margin-top: -78.5px;
    top: 50%;
    left: 50%;
}
.dropzone .message span {
    display: none;
}
.dropzone.browser-not-supported {
    padding: 30px;
}
.dropzone.browser-not-supported .message {
    position: relative;
    background: url("http://dl.dropbox.com/u/1559658/dropzone/spritemap.png") no-repeat 0 0;
    width: 204px;
    height: 108px;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.dropzone .preview {
    width: 100px;
    height: 136px;
    display: inline-block;
    margin: 18px;
    position: relative;
}
.dropzone .preview .details {
    width: 100px;
    height: 100px;
    position: relative;
}
.dropzone .preview .details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}
.dropzone .preview .details .size {
    color: #666;
    font: 500 31px/31px "League Gothic", sans-serif;
    position: absolute;
    bottom: 2px;
    left: 17px;
    z-index: 100;
}
.dropzone .preview .details .content {
    font-size: 3px;
    white-space: pre;
    position: absolute;
    top: 5px;
    left: 12px;
    right: 19px;
    bottom: 5px;
    overflow: hidden;
    line-height: 100%;
    cursor: default;
    word-wrap: break-word;
}
.dropzone .preview.file-preview .details {
    background: url("http://dl.dropbox.com/u/1559658/dropzone/spritemap.png") no-repeat 8px -265px;
}
.dropzone .preview.image-preview .details .size {
    display: none;
    color: #000;
}
.dropzone .preview.image-preview .details:hover .size {
    display: block;
}
.dropzone .preview.image-preview .details:hover img {
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
.dropzone .preview.success .success-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.dropzone .preview.success .progress .upload {
    background: #6fb61d;
}
.dropzone .preview.error .error-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.dropzone .preview.error .progress .upload {
    background: #bc311f;
}
.dropzone .preview .error-mark,
.dropzone .preview .success-mark {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    width: 42px;
    height: 42px;
    top: -10px;
    left: -5px;
}
.dropzone .preview .error-mark span,
.dropzone .preview .success-mark span {
    display: none;
}
.dropzone .preview .error-mark {
    background: url("http://dl.dropbox.com/u/1559658/dropzone/spritemap.png") no-repeat 0 -365px;
}
.dropzone .preview .success-mark {
    background: url("http://dl.dropbox.com/u/1559658/dropzone/spritemap.png") no-repeat -42px -365px;
}
.dropzone .preview .progress {
    position: relative;
    margin: 8px 0 4px 0;
    height: 10px;
    background: rgba(0,0,0,0.08);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.dropzone .preview .progress .upload {
    -webkit-animation: loading 0.4s linear infinite;
    -moz-animation: loading 0.4s linear infinite;
    -o-animation: loading 0.4s linear infinite;
    -ms-animation: loading 0.4s linear infinite;
    animation: loading 0.4s linear infinite;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: url("http://dl.dropbox.com/u/1559658/dropzone/spritemap.png") repeat-x 0px -407px;
}
.dropzone .preview .filename {
    font-size: 12px;
    height: 12px;
    position: relative;
}
.dropzone .preview .filename span {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dropzone .preview .error-message {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245,245,245,0.8);
    padding: 8px 10px;
    color: #800;
    min-width: 140px;
    max-width: 500px;
    z-index: 500;
}
.dropzone .preview:hover.error .error-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
@-moz-keyframes loading {
    0% {
        background-position: 0 -407px;
    }

    100% {
        background-position: -14px -407px;
    }
}
@-webkit-keyframes loading {
    0% {
        background-position: 0 -407px;
    }

    100% {
        background-position: -14px -407px;
    }
}
@-o-keyframes loading {
    0% {
        background-position: 0 -407px;
    }

    100% {
        background-position: -14px -407px;
    }
}
@-ms-keyframes loading {
    0% {
        background-position: 0 -407px;
    }

    100% {
        background-position: -14px -407px;
    }
}
@keyframes loading {
    0% {
        background-position: 0 -407px;
    }

    100% {
        background-position: -14px -407px;
    }
}
@media (max-width: 768px){
	#content {
		padding-top: 0;
	}
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}