﻿.navbar-inverse {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1f2d3b, #34495e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1f2d3b, #34495e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1f2d3b, #34495e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1f2d3b, #34495e); /* Standard syntax */
    border-color: #34495e;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

h2, h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 10px solid #1dafd0;
    text-transform: uppercase;
    font-size: 20px;
}

.fa-2x {
    font-size: 1.5em;
}

.savebox i,
.Savebutton i {
    color: #bbb;
}

.navbar-inverse .navbar-nav > li > a {
    color: #eee;
}

.badge-notify {
    background: red !important;
    position: relative;
    top: -10px;
    left: 10px;
    height: 20px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}

.panel-input {
    margin-right: 10px;
    /*vertical-align:text-top;*/
}

    .panel-input label {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        height: 2.13em;
        line-height: 2.13em;
        margin: 2px 0 0;
        padding: 0 15px 0 15px;
        margin-right: -5px;
    }

.panel-search {
    margin-top: 4px;
}

.panel-input button {
    width: 12.4em;
    margin-top: 2px;
}

.boxheight {
    height: 2.13em;
    line-height: 2.13em;
}

form .text-box {
    width: 100%;
    max-width: 100%;
}

form .has-feedback label ~ .form-control-feedback {
    top: 20px;
    right: 7px;
}

form .k-datetimepicker {
    width: 100%;
}

form input[name=RatedDate] {
    max-width: 100%;
}

    form input[name=RatedDate] ~ .form-control-feedback {
        top: -3px;
        right: 63px;
    }

footer p {
    text-align: center;
}


.centered {
    position: fixed;
    top: 25%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.smallModal {
    width: 500px;
}

nav.nav ul li {
    overflow: visible;
}

i.fa-power-off {
    opacity: 0.5;
    font-size: 20px;
    padding-right: 10px;
}

    i.fa-power-off:hover {
        opacity: 1;
        text-shadow: 0 0 10px #ffffff;
    }

.searchButton {
    height: 2.13em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.fa-search:before,
.fa-rotate-left:before, .fa-undo:before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    opacity: 0.5;
}

.New-Modal50 {
    width: 50%;
    max-width: 940px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
    display: inline-block;
}

    .New-Modal50 .new_Modal50Tr .border-right {
        border-right: 1px solid #eee;
        padding-bottom: 15px;
    }

    .New-Modal50 .dialog_title {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        color: #999;
        margin-top: 10px;
    }

    .New-Modal50 .new_modal50Inp {
        width: 100%;
        height: 37px;
        border: 1px solid #eee;
        padding: 10px;
    }

        .New-Modal50 .new_modal50Inp:focus {
            outline: 0;
        }

    .New-Modal50 .new_Modal50TrBtn {
        margin-top: 30px;
        text-align: center;
    }

        .New-Modal50 .new_Modal50TrBtn .modalBTn {
            color: #fff;
            text-transform: uppercase;
            font-size: 17px;
            padding: 15px;
            padding-left: 70px;
            padding-right: 70px;
            background: #eee;
            display: inline-block;
            text-decoration: none;
            margin: 5px;
        }

        .New-Modal50 .new_Modal50TrBtn .modalBtnGreen {
            background: #0A9A7A;
        }

        .New-Modal50 .new_Modal50TrBtn .modalBtnRed {
            background: #c0392b;
        }

#PolicyIdSearch {
    color: #025a87;
}

.menuDisable {
    pointer-events: none !important;
}

    .menuDisable span {
        background: #ccc !important;
    }
/*Telerik css*/
.k-grid .k-edit-cell {
    color: black;
}

body .k-animation-container {
    width: 170px !important;
}

    body .k-animation-container .k-list-container {
        width: 170px !important;
        height: auto !important;
        max-height: 600px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        body .k-animation-container .k-list-container div:last-of-type {
            height: auto !important;
        }

.k-with-icon .k-state-active {
    background: #0A9A7A;
    /*url(/Content/images/check-white.svg) no-repeat; */
    background-size: 9px;
    background-position: 50% 50%;
    width: 17px;
    height: 17px;
    padding: 0 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 5.5px;
    right: 4px;
    color: #0A9A7A;
}

.k-textbox, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    margin-top: -2px;
}

span.k-dropdown {
    margin-top: 4px;
}

.k-dropdown-wrap.k-state-default {
    background-color: #fff !important;
    border: 1px solid #ccc;
}

.k-state-selected {
    background-color: #1dafd0;
    border-color: rgba(0,0,0,0);
    /*color: #000;*/
}

    .k-state-selected a {
        color: #fff !important;
    }
/*#Telerik css*/

/* Bug Form */
#Environment {
    border: none;
    overflow: hidden;
    width:400px;
}
#CreateBugDialog {
    width: 810px;
}
.mandatory:before {
    /*float:left;*/
    color: red;
    /*#21c2f8;*/
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.5em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f069";
    /*padding-right: 5px;*/
    padding-right: 2px;
    vertical-align: text-top;
}
#BugModalBody {
    max-height: calc(100% - 100px);
}
#BugModalContent {
    /*max-height: calc(100% - 100px);*/
}
#bugFrame{
    /*height:100%;*/
    width:100%;
    min-height:768px;
}

#bugModalLoading{
    text-align:center;
    padding-top:10px;
}

.dialog-button-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    height: 51px;
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    overflow: hidden;
    text-align: right;
    clear: both;
    width: 100%;
    margin: 0;
    display: block;
    padding-right: 10px;
    padding-top: 10px;
}

.modal-message, .modal-message:first-child {
    margin-bottom: 10px;
}

    /*.modal-message.modal-message {
        padding: 20px 40px 20px 60px;
    }*/

.modal-message.info {
    background: #fff;
    border-color: #3572b0;
    color: #333;
}

    .modal-message.info:before, .modal-message-info:before {
        background-color: #3572b0;
    }

.aui-message {
    border-top: 1px solid #3572b0;
    border-right: 1px solid #3572b0;
    border-bottom: 1px solid #3572b0;
    border-left: 1px solid #3572b0;
    border-radius: 3px;
    line-height: 20px;
    margin: 20px 0 0 0;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
}
    .modal-icon {
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: -999em;
    vertical-align: text-bottom;
    width: 16px;
}

.content-body {
    padding: 20px;
    overflow: auto;
    position: absolute;
    box-sizing: border-box;
    top: 56px;
    bottom: 51px;
    left: 0;
    right: 0;
    background: #fff;
}
/* #Bug Form */

/* Get Quotes */
.quote-insurer-logo {
    width:40px; height:42px;
}
/* #Get Quotes */


.switch-radio {
    position: relative;
    height: 31px;
    width: 100%;
    margin: 17px auto;
    background: #ddd;
    border-radius: 4px;
    margin-bottom: 0;
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    line-height: 26px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    top: 2px;
    margin: 0;
    letter-spacing: .5px;
}

    .switch-label:active {
        font-weight: bold;
    }

.switch-label-off {
    padding-left: 17px;
}

.switch-label-on {
    padding-right: 17px;
    float: right;
}

.switch-input {
    display: none;
}

    .switch-input:checked + .switch-label {
        font-weight: bold;
        color: rgba(0, 0, 0, 0.65);
        -webkit-transition: 0.15s ease-out;
        -moz-transition: 0.15s ease-out;
        -ms-transition: 0.15s ease-out;
        -o-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -webkit-transition-property: color, text-shadow;
        -moz-transition-property: color, text-shadow;
        -ms-transition-property: color, text-shadow;
        -o-transition-property: color, text-shadow;
        transition-property: color, text-shadow;
    }

    .switch-input:checked + .switch-label-on ~ .switch-selection {
        left: 115px;
    }

.switch-selection,
.switch-selection-joint {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    display: block;
    width: 81px;
    height: 29px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -ms-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection-joint {
    left: 95px;
}

.switch-selection-joint {
    width: 72px;
}

.warning-row-bg {
    background-color: rgba(252,164,12,0.15) !important;
}
    .warning-row-bg td {
        border-bottom: 1px solid #fff !important;
    }