﻿body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.validation-summary-errors ul {
    padding-left: 20px;
    padding-right: 20px;
}

.wrapper {
    margin-top: 0px;
    padding-top: 0px;
}

.tbl-bgcolor-red {
    background-color: #f09090 !important;
}

.hotkey {
    text-decoration: underline;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    border-radius: 0px;
}
/*logo City name styles*/
.courtcity {
    color: #666666;
    position: absolute;
    z-index: 12;
    top: 72%;
    left: 100px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    background: #F7F7F7;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.full-width .nav > li > a:hover, .full-width .nav  li.active a, .full-width .nav li.dropdown a:hover , .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width  .nav .open > a:hover, .full-width  .nav .open > a:focus{
    background-color: #F77B6F;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

/*Side Bar styles*/
#sidebar {
    width: 180px;
    position: absolute;
    background: #E4E4E4;
    overflow: hidden;
}

ul.sidebar-menu li a {
    background:#6A83A0;
    color: #ffffff;
    padding: 8px 0 25px 10px;
    font-size: 14px;
}

ul.dropdown-menu.extended.logout li {
    border-top: none !important;
}

ul.sidebar-menu li a i {
    font-size: 20px;
}

ul.sidebar-menu li {
    height: 60px;
    border-top: 1px solid #d9dee1;
    margin-bottom: -2px;
    margin-left: 0px;
    margin-right: 0px;
}

    ul.sidebar-menu li ul.sub li {
        height: auto;
        background-color: #546D88;
    }

        ul.sidebar-menu li ul.sub li a {
            background:#546D88;
            font-weight:300;
            /*padding: 0px 25px;*/
            color: #FFF;
        }

.dropdown-menu {
    position: static;
}

.btn-view {
        background-color: #75bad8 !important;
        border-color:#727A7C;
        color: #e9f4f9 !important;
        font-weight: 600;
        border-radius: 6px;
        width:49px;
    }
ul.sidebar-menu li.sub-menu {
    height: auto;
}

ul.sidebar-menu li a:active, ul.sidebar-menu li a:hover {
    color: #FFF;
    background: #999999;
    height: auto;
}

.dcjq-icon {
    background: url(images/nav-expand2.png) no-repeat bottom;
    top: inherit;
    margin-top:7px;
}

.active .dcjq-icon {
    background: url(images/nav-expand2.png) no-repeat top;
}

.dropdown-menu.extended.logout > li > a i, .dropdown-menu.extended.logout > li > form > a i {
    font-size: 24px !important;
    color:#4D4D4D;
}

.dropdown-menu.extended li a {
    font-size: 8px !important;
    font-weight: 700 !important;
    background:#E4E4E4 !important;
    color:#4D4D4D;
}

/*Search button Styles*/
.search {
    width: 171px;
    margin-bottom: 29px;
    border-radius: inherit;
    margin-left: 3px;
    color: black;
    background-color: white;
    background: url("images/search-icon1.png") no-repeat 144px 8px;
    border: 1px solid black;
    padding: 0 30px 0 10px;
}

.drpexternal {
    background: url("images/External_GRY.png") no-repeat;
}

.search:focus {
    margin-bottom: 29px;
    color: black;
    width: 171px;
    border: 1px solid black;
}

#sidebarToggle {
    cursor: pointer;
    display: block;
    position: absolute;
    margin-top: 60px;
    color: #AEB2B7;
    font-size: 1.4em;
    padding-left: 1px;
    z-index: 1001;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #28B1E6;
    height: auto;
    color: #FFF;
}

    ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
        color: #FFF;
    }

    ul.sidebar-menu li a.active i {
        color: #FFF;
    }

ul.sidebar-menu li ul.sub li {
    border-top: none;
     background-color: #546D88;
}

ul.sidebar-menu li a span {
    margin-left: 5px;
    font-weight:300;
    padding: 3px 0px 0px 4px;
}

/*Login partial dropdown styles*/
.dropdown-menu.extended {
    max-width: 180px !important;
    min-width: 180px !important;
    top: 76px;
    border-radius: inherit;
    background:#E4E4E4;
}

.log-arrow-up {
    left: 30px;
}

.dropdown-menu.extended.logout > li:last-child {
    background: #bbbdbf !important;
}

#sidebarToggle :hover {
    color: white;
}


/* schedule modal editor */

.underline {
    text-decoration: underline;
}

#main-content {
    margin-left: 180px;
    background-color: #FFF;
    padding-bottom: 40px;
}
/* Footer*/
.site-footer {
    background: #a6acad;
    margin-left: 180px;
}

/*Wizards*/
legend {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #101010;
}

hr {
    border-top: 1px solid #101010;
}

legend a#bklink {
    padding-left: 10px;
}

.form-field-Name {
    padding-left: 18px;
    color: black;
    font-weight: bold;
}

.dcjq-parent-li {
    height: auto !important;
}


/*buttons*/
.btn-primary {
    background-color: #365468;
    border-color: #365468;
    height: 30px;
    width: 90px;
}

.btn.btn-primary {
    padding: 4px 12px;
    border-radius:6px;
}

.btn-primary:hover {
    background-color: #365468;
    border-color: #365468;
}

.btn-cancel {
    height: 30px;
    width: 130px;
    padding: 4px 12px;
    margin-right: 10px;
}


/*Media Queries*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */

    .mobileNavDrop {
        padding-left: 24px;
        margin-top: -19px;
    }
}

@media only screen and (min-width: 925px) and (max-width: 1210px) {
    .headerlinks {
        width:26%;
        padding-top: 10px;
    }
    }
@media only screen and (min-width: 500px) and (max-width: 924px) {
    .headerlinks {
        width:24%;
        padding-top: 15px;
    }
        .login-body {
        width:100%;
        align-content:center;
        background:#fff;
        height:auto;

    }
    .padding-zero {
        height:900px;
    }
    .login-page .login-panel-default {
        width:165% !important;
    }
    }

@media only screen and (min-width: 1210px) and (max-width: 1510px) {
    .headerlinks {
        width:30%;
        padding-top: 10px;
    }
 
    .login-body {
       
        align-content:center;
       
    }
   

    }

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
    .site-footer {
        margin-left: 180px;
    }
    .notifyslider{
        width:32%;
}

    }
 @media screen and (max-width: 1200px) and (orientation: landscape) {
        .MediaQueryTab {
           padding-left: 20px!important;
        }
    }
.btn-document {
background-color: #F7F7F7 !important;
border-color: #727A7C !important;
color: #727A7C !important;
font-weight:600;    
border-radius: 6px;
}
.close-case-button {
    background-color: #365468 !important;
    border-color: #365468 !important;
    color: #fff !important;
    border-radius: 7px !important;
    line-height:16px;
    font-size:12px;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-document-cancel{
    background-color: #F7F7F7 !important;
border-color: #727A7C !important;
color: #727A7C !important;
font-weight:600;    
border-radius: 6px;
height:30px;
width:90px;
line-height:14px;
}
.btn-print-close {
color: #666666;
background-color: #F6F6F6;
border: 1px solid #666666 !important;
border-radius: 7px!important;
padding: 5px 10px !important;
font-size: 12px !important;
line-height: 1.5 !important;
width: 90px;
height: 30px;
}
.btn-save {
color: #fff;
background-color: #365468;
border: 1px solid #666666 !important;
border-radius: 7px!important;
width: 90px;
height: 30px;
padding: 5px 10px !important;
font-size: 12px !important;
line-height: 1.5 !important;
}
.btn-danger{
      height:30px;
    width:90px;
}
.modal-header {
    background: #365468 !important;
    
}
.add{
background-color: #78CD51 !important;
border-color: #78CD51 !important;
color: #FFFFFF;
padding: 1px 30px;
font-size: 18px;
line-height: 1.5;
border-radius: 5px;
}
.borderline {
    border-bottom: 1px solid #333333 !important;
}
body{
    color :#333333 !important;
}
.font
{
    font-weight:400 !important;
    color:#333333 !important;
    background:none !important;
}
.cl-header{
     height: 200px;
  border:1px solid black;
  width:100px;
}
.td-border
{
    border-left: hidden !important;
    border-right:hidden !important;
    background:none !important;
}
.add-span{
    font-size: 17px;
}
.add-chk{
    width: 17px;
height: 15px;
}
.panel-heading{
    border-bottom:none;
}
.head-alink{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
    color: #2FABDC!important;
    font-weight: bold!important;
}
.txthead-align{
    text-align:center;
    padding-left:73px !important;
}
.tableheader {
        background-color: #F6F6F6;
        border-left: 1px solid #D5D5D5;
        border-right: 1px solid #D5D5D5;
        font-weight:bold;
    }
.tableborders {
        border-bottom: 1px solid #D5D5D5;
        border-top: 1px solid #D5D5D5;
    }
.no-pad{padding:0 0 0 0;margin-right:4%}
.location{
    border-bottom:1px solid black;
}
.location-Cancel{
 font-size: 12px !important;
margin-right: 15px;
}
.location-jis{
    padding-right: 61px;
    padding-left: 92px;
}
.right-align{
    text-align:right;
}
.modal-header {
        background: #365468 !important;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
    }
.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list>.k-state-selected, .k-list>.k-state-highlight, .k-panel>.k-state-selected, .k-button:active, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-marquee-color{
    background-color: #365468 !important;
border-color: #365468 !important;
}
 .search-btn{
width: 20%;
float: right;
position: inherit;
margin-top: -34px;
border: 1px solid #000;
background: #fff;
border-left: #fff!important;
height: 34px;
outline:none;
}
 .pagesub-header{
     padding-left: 10px;
line-height: 28px;
color: #333333;
font-size:24px;
 }
 .pageb-header{
     padding-left: 10px;
line-height: 36px;
color: #333333;
font-size: 30px;
 }
 #PageLinks{
     padding-left: 43px;
font-size: 18px;
line-height: 26pt;
cursor: pointer;
text-decoration: none;
 }
 #PageLinks a{
     color: #2FABDC !important;
 }
.document:disabled {
    background-color: #F6F6F6 !important;
    border: 1px solid #666666 !important;
    color: #666666 !important;
    border-radius: 4px !important;
    line-height: 16px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px;
}
    .document {
        background-color: #75BAD8 !important;
        border-color: #75BAD8 !important;
        color: #fff !important;
        border-radius: 4px !important;
        line-height: 16px;
        font-size: 14px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 10px;
    }
.btn-save:hover, .btn-save:focus{
    color:rgb(250, 233, 217) !important;
}
.locationname{
    padding-left:33px;
}
.savemsg{display:none;background-color:#c6fa92; font-size: 100%;color: green;width:100%;border-radius:4px;padding-top: 5px; min-height: 30px;}
.l-style
{
    padding-top: 0px;
    padding-bottom: 4px;
}
.login-page .login-container {
    border:1px solid #000;padding-left:0px!important;
}
  .login-page .login-list > li {
        border: none !important;
        border-radius: 0 !important;
        width: 95%;
    }

    .login-page .login-signin {
        background: #4d4d4d;
        color: #ffffff;
        font-size: 16px;
        margin-top:22px;
    }

    .login-page .login-buttonlist {
        background: #e6e6e6;
        padding: 20px 10px 20px 10px;
    }

.login-page .form-signin {

    margin:0px !important;
    width:95%;
}

.login-page .login-accordian {
    color:#FFF;
}

    .login-page .login-creat-list {
        background: #e6e6e6;
        padding: 0px 10px 20px 10px !important;
    }
.login-page .login-panel-heading {
  background:#4d4d4d !important;
  border-radius:0px !important;
  color:#FFF !important;

}

    .login-page .login-btn {
        background: #365368;
        border-radius: 0px;
        color: #FFFFFF;
        font-size: 16px;
        width: 100%;
        height: 39px;
        padding-bottom: 0px !important;
        border: 1px 0 1px 0 solid #6d818f;
    }
.login-page .login-btn:hover {
    background:none !important;
}
.login-page .login-panel-body {
    padding: 20px 20px 0px 20px !important;
}
.login-page .login-panel-default {
    width:110%;
}

.login-body .login-ele {
    background: #FFF !important;
    
}
    .login-page .padding-zero {
        padding: 0 0 0 10px !important;
    }
.login-page .login-img {
    padding-left:0px !important;
    background:#FFF;
}

    .login-page .login-create-btn {
        background: #5f91b1;
        color: #fff;
        border-radius: 0px;
        width: 100%;
        font-size: 16px;
        height: 39px;
        padding-bottom: 0px !important;
        border: 1px 0 1px 0 solid #6d818f;
    }

    .login-page .login-mslogo {
        margin-right: 9px;
        margin-top: -5px;
    }

    .login-page .login-drpdn-box {
        width: 95%;
        border-radius: 0px;
        background: #4d4d4d;
        color: #FFF;
        font-size: 16px;
        height: 40px;
        margin-top: 84px;
    }
     /**Accordion Arrow icon styles*/   
    .panel-heading .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        float: right;
        color: white;
    }

    .panel-heading .accordion-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\e080";
    }