﻿/*
    Custom Style Sheet for TWFG MGA Application

    COLORS
        TWFG Meadow Green:      #96BD4A
        TWFG Tree Green:        #15875B
        TWFG Midnight Forest:   #335753
        TWFG Morning Blue:      #53A2A6
        TWFG Waterway Blue:     #3E6C7B
        TWFG Purple Dusk:       #9F70A8
        TWFG Texas Rose:        #AE4772
        TWFG Sunset Orange:     #D66755
        TWFG Golden Sunshine:   #EBA84D
*/
body {
    padding-top: 50px !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
/*
------------------------------------------------------------------------
    LOGIN/FORGOT PASSWORD PAGES
------------------------------------------------------------------------
*/
.login-body {
    padding: 0 15px 0 15px !important;
}
@media(max-width:1023px){
    .login-logo {
        display: block;
        height: 63px;
        width: 253px;
        margin: 30px 0 25px 15px;
    }
    .login-splash {
        display: block;
        height: auto; 
        width: auto; 
        max-width: 71.5%; 
        margin: 0 0 15px 0;
    }
    .login-input-group {
        margin: 15px auto 15px auto;
        max-width: 445px;
    }
}
@media(min-width:1024px) {
    .login-logo {
        display: block;
        height: 63px;
        width: 253px;
        margin: 30px 0 25px 15px;
    }
    .login-splash {
        display: block;
        height: 280px; 
        width: 732px; 
        margin: 0 0 15px 0;
    }
    .login-input-group {
        margin: 15px auto 15px 225px;
        max-width: 445px;
    }
}
.login-input {
    margin: 0 0 15px 0;
}
.login-link:link {
    color: #EBA84D;
}
.login-link:visited {
    color: #EBA84D;
}
.login-link:hover {
    color: #BC863E;
}
.login-link:active {
    color: #BC863E;
}
.login-xenith {
    height: auto; 
    width: auto; 
    max-width: 110px; 
    max-height: 100px;
    margin-top: 30px;
}
/*
------------------------------------------------------------------------
    NAVBAR
------------------------------------------------------------------------
*/
.navbar-logo {
    max-width: 135px;
    margin-top: -12px;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
    white-space: nowrap
}
/*
------------------------------------------------------------------------
    CONTENT WRAPPERS
------------------------------------------------------------------------
*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 250px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    top: 51px;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    border-right: 1px solid #e7e7e7;
    background: #f8f8f8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0 15px 15px 15px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
/*
------------------------------------------------------------------------
    SIDEBAR
------------------------------------------------------------------------
*/
/*@media(min-width:1024px) {
    .sidebar-wrapper {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: block;
        padding: 15px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #f8f8f8;
        border-right: 1px solid #e7e7e7;
    }
}*/
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #53A2A6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #EBA84D;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color: #EBA84D;
}
.sidebar-header {
    color: #53A2A6;
    font-weight: bold;
    padding: 0;
    font-size: 20px;
}
.sidebar-img {
    vertical-align: -5px;
    margin-right: 5px;
    height: 30px;
    width: 30px;
}
.sidebar-toggle {
    display: initial !important;
    position: fixed;
    top: 55px;
    left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media(min-width:1024px) {
    #wrapper {
        padding-left: 250px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
        padding: 0 15px 15px 15px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .sidebar-toggle {
        display: none !important;
    }
}
/*
------------------------------------------------------------------------
    TABS
------------------------------------------------------------------------
*/
.tab-wrapper {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    overflow: visible;
    position: relative;
    box-shadow: 0 1px 2px #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.tab-title {
    display: block;
    color: #53a2a6;
    /*font-size: 1.9vw;*/
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #f8f8f8;
    height: 40px;
    line-height: 40px;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.tab-restriction {
    display: block;
    color: #f8f8f8;
    /*font-size: 1.9vw;*/
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #D66755;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.tab-bar {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f8f8f8;
    height: 40px;
    line-height: 28px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.tab-fade {
    background: linear-gradient(to bottom right, rgba(248, 248, 248, 0), rgba(248, 248, 248, 1));
    background: -moz-linear-gradient(bottom right, rgba(248, 248, 248, 0), rgba(248, 248, 248, 1));
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248, 248, 248, 0)), color-stop(100%, rgba(248, 248, 248, 1)));
    height: 40px;
    /*position: absolute;*/
    position: fixed;
    pointer-events: none;
    right: 0;
    /*top: 0;*/
    width: 24px;
    z-index: 2;
}
.tab-item {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    background-color: #f8f8f8;
}
.tab-item > a {
    color: #53a2a6;
    text-decoration: none;
}
.tab-item > a:hover,
.tab-item > a:focus {
    color: #EBA84D;
    text-decoration: none;
}
.tab-item-active {
    border-bottom: 2px solid #EBA84D;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tab-item-active > a {
    color: #EBA84D;
}
/*
------------------------------------------------------------------------
    PILLS
------------------------------------------------------------------------
*/
.nav-pills > li > a {
    color: #53A2A6;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
}
.nav-pills > li.hover > a {
    color: #53A2A6;
    background-color: #EEEEEE;
}
.nav-pills > li.active > a {
    color: #ffffff;
    background-color: #EBA84D;
}
.nav-pills > li.active:hover > a {
    color: #ffffff;
    background-color: #EBA84D;
}
/*
------------------------------------------------------------------------
    MAIN
------------------------------------------------------------------------
*/
.main-body {
    padding-top: 50px !important;
    background-color: #FCF9F5 !important;
}
@media(min-width:768px) {
    .content-wrapper {
        padding: 0 20px 20px 20px;
    }
}
.main-title {
    color: #53a2a6;
    font-size: 24px;
    font-weight: bold;
    margin-left: 15px;
}
.main-header {
    color: #53a2a6;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 0 0;
}
.main-header-info {
    color: #53a2a6;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 0 0;
}
.main-label {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}
.space {
    margin: 10px -15px 0 -15px;
}
/*
------------------------------------------------------------------------
    BUTTONS
------------------------------------------------------------------------
*/
.btn-default {
    color: #fff;
    font-weight: normal;
    background-color: #EBA84D;
    border: 0;
    border-radius: 0px;
    min-width: 100px;
    min-height: 30px;
}
.btn-default:focus,
.btn-default.focus {
    color: #fff;
    font-weight: normal;
    background-color: #ED9224;
    border: 0;
    border-radius: 0px;
    min-width: 100px;
    min-height: 30px;
}
.btn-default:hover {
    color: #fff;
    font-weight: normal;
    background-color: #ED9224;
    border: 0;
    border-radius: 0px;
    min-width: 100px;
    min-height: 30px;
}
.btn-login {
    color: #fff;
    font-weight: normal;
    background-color: #EBA84D;
    border: 0;
    border-radius: 0px;
    min-width: 100px;
    min-height: 30px;
}
.btn-login:focus,
.btn-login.focus {
    color: #fff;
    font-weight: normal;
    background-color: #ED9224;
    border: 0;
    border-radius: 0px;
    min-width: 100px;
    min-height: 30px;
}
.btn-login:hover {
    color: #fff;
    font-weight: normal;
    background-color: #ED9224;
    border: 0;
    border-radius: 0px;
    min-width: 100px;
    min-height: 30px;
}
.btn-kendo {
    color: #fff;
    font-weight: normal;
    background-color: #EBA84D;
    border: 0;
    border-radius: 0px;
}
.btn-kendo:focus,
.btn-kendo.focus {
    color: #fff;
    font-weight: normal;
    background-color: #ED9224;
    border: 0;
    border-radius: 0px;
}
.btn-kendo:hover {
    color: #fff;
    font-weight: normal;
    background-color: #ED9224;
    border: 0;
    border-radius: 0px;
}
/*
------------------------------------------------------------------------
    MODAL
------------------------------------------------------------------------
*/
.close {
    float: left;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}
.modal {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    /*background-color: #53A2A6;*/
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 0px;
}
.modal-header .close {
    margin-top: 0px;
}
.modal-title {
    margin: 0 0 0 50px;
    font-size: 20pt;
    font-weight: bold;
    color: #53a2a6;
}
.modal-body {
    position: relative;
    padding: 10px 50px 30px 50px;
}
.modal-body .modal-label {
    color: #53A2A6;
    font-size: 14pt;
    font-weight: bold;
}
.modal-body .modal-link {
    color: #000;
    font-size: 14pt;
}
.border-right {
    border-right: 1px solid lightgrey;
}

.modal-row {
    margin-bottom: 15px;
}
.modal-textarea {
    width: 100%;
}
/*
------------------------------------------------------------------------
    KENDO
------------------------------------------------------------------------
*/

.k-checkbox-label {
    color: #53a2a6;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 0 0;
}
.k-grid {
    box-shadow: 1px 1px 2px #000000 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}
.k-textbox {
    width: 100% !important;
    box-shadow: 1px 1px 2px #000000 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
    /*margin-top: 10px;*/
}
.k-datepicker {
    width: 100% !important;
    box-shadow: 1px 1px 2px #000000 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
    /*margin-top: 10px;*/
}
.k-dropdown {
    width: 100% !important;
    /*box-shadow: 1px 1px 2px #000000 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;*/
    /*margin-top: 10px;*/
}
.k-dropdown > .k-dropdown-wrap {
    box-shadow: 1px 1px 2px #000000 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.k-numerictextbox {
    width: 100% !important;
    box-shadow: 1px 1px 2px #000000 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}
.k-widget.k-tooltip-validation.k-invalid-msg {
    font-size: 16px;
    background-color: rgb(251, 182, 87);
    border-radius: 4px;
    color: #A94443;
}

/*
------------------------------------------------------------------------
    TEMP CSS
------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------
    Payment
------------------------------------------------------------------------
*/
.payment-header {
    color: #53a2a6;
    padding-top: 25px;
}

.top-padding {
    margin-top: 15px;
}

/*
------------------------------------------------------------------------
    Quote
------------------------------------------------------------------------
*/
.quote-sub-header {
    color: #53a2a6;
    padding-top: 25px;
}

/* helper class to see rows */
.divborder {
    border: 1px solid black;
}

.check-list label {
    margin-bottom: 30px;
}

/*
------------------------------------------------------------------------
    Policy
------------------------------------------------------------------------
*/
dt.large {
    width: 290px;
    padding-right: 20px;
}
dt.medium {
    width: 205px;
    padding-right: 20px;
}
.dollar-sign {
    position: relative;
}
.dollar-sign:before {
    position: absolute;
    top: -1px;
    content:"$";
    left: 5px;
    z-index: 1;
    color: #333333;
}
.dollar-sign input {
    padding-left:10px;
    box-shadow: 1px 1px 2px #000000 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}
.dollar-sign-grid {
    position: relative;
}
.dollar-sign-grid:before {
    position: absolute;
    top: -1px;
    content:"$";
    left: 5px;
    z-index: 1;
    color: #333333;
}
.dollar-sign-grid input {
    padding-left:10px;
    box-shadow: 1px 1px 2px #000000 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.check-list .dollar-sign:before {
    top: 0;
}

.check-list .k-textbox {
    margin-top: 1px;
}

.summary-header > .glyphicon {
    cursor: pointer;
}

@media (min-width: 768px) {
    .text-right-responsive {
        text-align: right;
    }
}

/*Used to highlight kendo grid rows*/
.highlighted {
    background-color: #ffdaa0 !important;
}