@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

/* 
    Created on : 01-Nov-2016, 07:53:05
    Author     : brian
*/

body {
    background-color: #eeeeee;
    background-image: url('../images/acp/watermark.png');
    background-repeat: no-repeat;
    background-position: right 20px top 60px;
    font-family: 'Roboto Condensed', sans-serif;
}

.devMode {
    font-family: monospace;
    font-size: 18pt;
    text-align: center;
    background-color: #aa3333;
    color: #ffffff;
    padding: 3px;
}

.demoNotice {
    font-family: monospace;
    font-size: 14pt;
    text-align: center;
    background-color: #3366ff;
    color: #ffffff;
    padding: 3px;
}
.sidenav .demoMode {
    text-align: center;
    background: #3366ff;
    color: #ffffff;
    z-index: 100;
}

.headerContainer {
    padding: 10px 20px 10px 70px;
    background: #222222;
    color: #cccccc;
    display: flex;
    flex-direction: row;
}

.onlineHeader {
    padding-left: 150px;
}

.userHeader, .onlineHeader {
    flex: 1;
}

.userHeader .btn-default {
    background: #444444;
    color: #eeeeee;
    border: #555555 solid 1px;
}

.userHeader .btn-default:hover {
    background: #555555;
    border: #666666 solid 1px;
}

.container-fullheight {
    height:100%;
    display:table;
}

.container-fullheight .row-fluid {
    height: 100%;
    display:table-cell; 
    vertical-align: middle;
}

.content {
    
}



 /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    position: fixed;  /*Stay in place */
    z-index: 10; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111;
    color: #bbbbbb;
}

.sidenav .header {
    padding: 20px 10px;
    /* height: 70px; */
}

.sidenav .header img {
    margin: 0 auto;
    max-width: 120px;
    margin-bottom: 15px;

}

.sidenav .content {
    /* padding: 50px 0; */
}

.sidenav .content .fa {
    text-align: center;
}

.sidenav .content ul {
    width: 200px;
    border-top: 1px solid #222222;
    padding-top: 10px;
}

.sidenav .content .title {
    padding: 5px 10px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 10px;
    text-decoration: none;
    font-size: 13pt;
    color: #818181;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .fa {
    width: 30px;
}

.sidenav .nav-text {
    transition-delay: 1s;
    transition: 1s;
}

/* Position and style the close button (top right corner) */
.sidenav .close-nav-btn {
    position: relative;
    top: 25px;
    padding: 5px 10px;
    text-align: center;
}

 .sidenav .open-nav-btn {
    position: relative;
    top: 25px;
    padding: 5px 10px;
    text-align: center;
 }
 
 .sidenav .footer {
     display: none;
 }
 
 .sidenav-opened .footer {
     display: block;
     color: #555555;
     font-size: 7pt;
     text-align: center;
     overflow: hidden;
     white-space: nowrap;
     padding: 0 40px;
 }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
/*    transition: margin-left .5s;*/
    padding: 20px;
    margin-left: 200px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

#brokersList {
    
}

#domainList {
    font-size: 1.2em;
    border: 1px solid #cccccc;
    padding: 5px;
    padding-bottom: 8px;
}

#brokersList ul, #domainList ul, .table ul {
    margin: 0;
}

#brokersList ul li, #domainList ul li {
    margin-bottom: 2px;
}

#domainList ul li span {
    display: block;
    overflow: scroll;
    padding-top: 5px;
    padding-bottom: 5px;
}

#brokersList ul li:last-of-type, #domainList ul li:last-of-type {
    margin-bottom: 0;
}

.user-disabled td {
    color: #888888;
    font-style: italic;
}

.user-disabled td .btn {
    font-style: normal;
}

.container-left {
    margin-left: 0;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    margin: 0 0 10px 0;
}

.table-navigator {
    margin-bottom: 5px;
}

.policy-list-table td {
    font-size: 8pt;
}

.policy-list-table a {
    color: #444444;
}

.policy-list-table a.btn {
    color: #ffffff;
}

.policy-list-table a:hover {
    text-decoration: none;
}

.policy-list-table a .fa-sort {
    color: #aaaaaa;
}

.policy-list-table a .fa-sort-up, .policy-list-table a .fa-sort-down {
    color: #00aa00;
}

.policy-list-table .policy-row {
    cursor: pointer;
}


.product-list-table {
    
}

.product-list-table td {
    
}

.product-list-table tr.disabled td {
    color: #777777;
    font-style: italic;
}

.product-list-table tr.disabled .label {
    font-style: normal;
    line-height: 1.5em;
}


.form-control-small,
.form-control-static-small {
    padding: 1px 2px;
    font-size: 9pt;
    line-height: normal;
    font-weight: normal;
}

.form-control-small {
    height: 22px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.form-control-static-small {
    min-height: 22px;
}

.form-control-inline {
    display: inline;
    width: auto;
}

.field-wrapper {
    position: relative;
}

.field-wrapper input {
    padding-left: 16px;
}

.field-wrapper:before {
    font-family: FontAwesome;
    position: absolute;
    margin-left: 4px;
    margin-top: 7px;
    color: #aaaaaa;
    font-size: 8pt;
}

.field-wrapper-filter:before {
    content: "\f0b0";
}

.field-wrapper:after {
    font-family: FontAwesome;
    position: absolute;
}

.field-wrapper-clear:after {
    content: "\f00d";
    right: 4px;
    top: 7px;
    font-size: 8pt;
    cursor: pointer;
}

.filter-select .filter-group {
    font-size: 8pt;
    font-weight: normal;
    padding: 3px;
    border: 1px solid #cccccc;
    position: absolute;
    background-color: #ffffff;
    margin-top: -1px;
}

.filter-select .filter-group label {
    font-weight: normal;
}

.filter-select .filter-group div {
    padding: 4px 0 0;
}

.filter-select .filter-group ul {
    max-height: 400px;
    overflow: auto;
}

.filter-select li {
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}
/*.filter-select li:first-of-type {
    border-top: none;
}*/

.policy-options {
    border-bottom: 1px solid #cccccc !important;
}

.policy-active {
    background: #E2F6E2;
}
.policy-active:hover {
    background: #b8e9b8;
}
.policy-active td:last-of-type {
    text-align: center;
    text-transform: uppercase;
}

.policy-pending {
    background-color: #FDF5C9;
}
.policy-pending:hover {
    background-color: #fbeb97;
}
.policy-pending td:last-of-type {
    text-align: center;
    text-transform: uppercase;
}

.policy-renewal {
    background-color: #dbedff;
}
.policy-renewal:hover {
    background-color: #a3d1ff;
}
.policy-renewal td:last-of-type {
    text-align: center;
    text-transform: uppercase;
}

.policy-expired {
    background-color: #EAEAEA;
}
.policy-expired:hover {
    background-color: #cecece;
}
.policy-expired td:last-of-type {
    text-align: center;
    text-transform: uppercase;
}

.policy-revoked {
    background-color: #FFD8D8;
}
.policy-revoked:hover {
    background-color: #FF7F7F;
}
.policy-revoked td:last-of-type {
    text-align: center;
    text-transform: uppercase;
}

.policy-suspended {
    background-color: #FFD8D8;
}
.policy-suspended:hover {
    background-color: #FF7F7F;
}
.policy-suspended td:last-of-type {
    text-align: center;
    text-transform: uppercase;
}

.policy-quote {
    background-color: #a2dcee;
}
.policy-quote:hover {
    background-color: #64c6e3;
}
.policy-quote td:last-of-type {
    text-align: center;
    text-transform: uppercase;
}

.policy-test {
    background-color: #d6d6d6;
}
.policy-test:hover {
    background-color: #bebebe;
}
.policy-test td:last-of-type {
    text-align: center;
    text-transform: uppercase;
}


.policy-options td {
    border-bottom: 3px solid #cccccc;
}



.policy-modal, .policy-export-modal {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100;
    display: none;
    background-color: rgba(0,0,0,0.8);
    overflow: auto;
}

.policy-panel, .policy-export-panel {
    background: #fafafa;
    margin: 40px auto;
    padding: 10px 30px 30px;
    max-width: 800px;
}

.policy-panel .loading, .policy-export-panel .loading {
    font-size: 24pt;
    text-align: center;
    padding-top: 20px
}

.policy-panel .loaderror, .policy-export-panel .loaderror {
    font-size: 18pt;
    text-align: center;
    padding-top: 20px;
    color: #ff4444;
}

.policy-panel .tab-pane {
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.policy-panel .form-control-static {
    padding-top: 4px;
}

.policy-panel .inner-panel {
/*    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 15px 20px 20px;*/
    margin-bottom: 20px;
}

.policy-panel .title {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 5px;
    color: #666666;
}

.policy-panel .form-group {
    margin-bottom: 2px;
}

.policy-panel .options {
    margin-top: 20px;
}

.policy-panel .vp-details-table {
    font-size: 9pt;
}

.policy-panel .vp-details-table label {
    width: 25%;
    text-align: right;
    margin-right: 5px;
}

.policy-panel .vp-details-table .payment {
    padding: 5px 10px 0;
    background: #fafafa;
    margin-bottom: 1px;
}

.policy-panel .vp-details-table .payment:last-of-type {
    margin-bottom: 0;
}

.policy-panel .vp-details-table .payment-complete {
    background: #ddffdd;
}

.policy-panel .vp-details-table .payment-incomplete {
    background: #ffdddd;
}

/*caravan policy styles*/

.policy-panel .cp-details-table {
    font-size: 9pt;
}

.policy-panel .cp-details-table label {
    width: 25%;
    text-align: right;
    margin-right: 5px;
}

.policy-panel .cp-details-table .payment {
    padding: 5px 10px 0;
    background: #fafafa;
}

.policy-panel .cp-details-table .payment-complete {
    background: #ddffdd;
}

.policy-panel .cp-details-table .payment-incomplete {
    background: #ffdddd;
}



.form-group .checkbox-group .checkbox {
    margin-left: 15px;
}

.no-results {
    text-align: center;
    padding: 15px;
    font-size: 18pt;
    color: #555555;
}

.results-error {
    color: #ff4444;
    font-size: 8pt;
    white-space: pre;
    overflow: auto;
}

.news-items {
    
}

.news-items .news-item, .news-post {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
}

.news-items .news-item .title, .panel-body .title {
    font-size: 1.4em;
    font-weight: bold;
}

.panel-body .title {
    background: #eeeeee;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.panel-body .subtitle {
    padding: 5px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.panel-body .options {
    margin-top: 15px;
}

.news-items .news-item .content {
    margin: 5px 0;
}

.news-items .news-item .info {
    text-align: right;
    font-size: .8em;
}

.news-items .news-item-sticky {
    border-top: #FF6600 3px solid;
}

.error-msg {
    color: #aa3333;
}

.session-status-panel {
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.session-status-panel h4:first-of-type {
    margin-top: 0;
}

.session-status-panel table:last-of-type {
    margin-bottom: 0;
}

.panel {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #cccccc;
}

.btn, .btn-sm, .btn-xs {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px 6px;
    height: 28px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 4px;
    }
}

.gitLog {
    max-height: 600px;
    overflow: auto;
}

.price-tabs .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #ffffff;
    padding: 10px;
}

.price-tabs .nav-tabs {
    margin-bottom: 0;
}

.full-width {
    display: inline-block;
    width: 100%;
}

.filesList {
    max-height: 300px;
    overflow: auto;
}

.fileItem {
    margin-bottom: 5px;
    border: 1px solid #dddddd;
    padding: 5px;
    font-size: 9pt;
}

.payment-details {
    border: 1px solid #ddd;
}

.payment-details, .note-content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 250px;
}

.policy-notes textarea {
    resize: none;
    min-height: 30px;
}

.policy-notes .note {
    border: 1px solid #ddd;
    padding: 5px;
    background: #fafafa;
    margin-bottom: 3px;
    white-space: pre;
    font-size: 9pt;
    color: #222;
}

.policy-notes .note-info {
    font-size: 8pt;
    color: #555;
    text-align: right;
}

.session-status-content {
    overflow: auto;
    max-height: 300px;
}

.news-options {
    text-align: right;
}

.news-master-options {
    margin: 0 0 10px 0;
}


.login-bg {
    background: url('../images/acp/login_bg_1.jpg') no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
}

.login-container {
    width: 300px;
    color: #ffffff;
    margin: 5% auto 0;
}

.login-container .login-top-bg {
    background: rgba(26,77,113,0.5);
    padding: 30px;
    padding-bottom: 15px;
}

.login-container .login-bottom-bg {
    background: rgba(42,76,101,0.5);
    padding: 30px;
    padding-top: 15px;
    text-align: center;
    font-weight: bold;
}

.login-container .form-group {
    margin-bottom: 0;
}

.login-container .btn {
    width: 100%;
/*    font-size: 1.4em;*/
    margin-top: 5px;
    padding: 8px 5px;
    font-weight: bold;
}

.login-container .btn-primary {
    background: #f1705d;
    border: 1px solid #f1705d;
    color: #ffffff;
}

.login-container .btn-primary:hover {
    background: #f19b8e;
    border: 1px solid #f19b8e;
}

.login-container .btn-default {
    background: #796570;
    border: 1px solid #796570;
    color: #ffffff;
}

.login-container .btn-default:hover {
    background: #ad90a0;
    border: 1px solid #ad90a0;
}

.login-container .btn-naked {
    border: 1px solid #dddddd;
    color: #ffffff;
}

.login-container .login-bottom-bg .btn-naked {
    font-size: 1.35em;
    padding: 5px;
}

.login-container .btn-naked:hover {
    background: rgba(255,255,255,0.2);
    border: 1px solid #ffffff;
}

.login-container .form-control2 {
    font-size: 12pt;
    border-bottom: 0;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 5px;
    width: 100%;
    color: #919191;
}

.login-container .form-control3 {
    border-bottom: 1px solid #e5e5e5;
}

.login-container .form-control4 {
    font-size: 12pt;
    border: 1px solid #e5e5e5;
    padding: 5px;
    width: 100%;
    color: #919191;
}

.login-container .blurb {
    text-align: center;
    font-size: 14pt;
    margin: 10px 0;
}

.login-container .error-msg {
    background: #ffcccc;
    padding: 3px;
    border-left: 5px solid #ff4444;
    color: #ff4444;
}

.login-container .g-recaptcha {
    margin-top: 5px;
}

.login-container .g-recaptcha > div {
    width: 100% !important;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222222;
    color: #bbbbbb;
    padding: 10px;
    text-align: right;
    font-size: 10pt;
    z-index: 5;
}

footer a, footer a:active, footer a:visited {
    color: #ffffff;
}

.userExtraInfoPopup {
    background: #fafafa;
    color: #333333;
    padding: 5px;
    border: 1px solid #cccccc;
    z-index: 100;
}

.userExtraInfoPopup ul {
    margin: 0;
}

.brokers-table td {
    font-size: 0.85em;
}

.danger-alert {
    font-weight: bold;
    color: #a94442;
    background-color: #f2dede;
    padding: 5px;
}

.acp-broker-logo {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.acp-broker-logo img {
    max-width: 150px;
    margin: 0 auto;
    padding-bottom: 15px;
}