﻿@import url('../form/icheck/skins/all.css');
@import url('../jquery/jquery-ui.css');


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 300;
}


@font-face {
    font-family: Open Sans;
    src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Arial-sans-serif';
    src: url('fonts/Arial/arial.eot');
    src: url('fonts/Arial/arial.eot?#iefix') format('embedded-opentype'), url('fonts/Arial/arial.woff') format('woff'), url('fonts/Arial/arial.ttf') format('truetype'), url('fonts/Arial/arial.svg#Arial-sans-serif') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    min-width: 320px;
    overflow-x: hidden;
}

body {
    font-family: "Open Sans";
    font-weight: 300;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-size: 14px;
}

.datetimepicker th {
    visibility: visible !important;
}

.page-wrapper, .Waitlisttype {
    display: none;
}

.page-wrapper {
    padding-bottom: 44px;
}

body .wrapper {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans";
    font-weight: 300;
    margin: 0;
}

a {
    color: #098e83;
    cursor: pointer;
}

    a:hover {
        color: #015030;
        text-decoration: underline;
    }

.custom-tooltip + .tooltip > .tooltip-inner {
    background-color: #1c765c;
    color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #555;
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
    color: #555;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
    color: #555;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
    color: #555;
}

#status.showloader {
    display: block !important;
}
/* Commmon css here */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: green;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    color: #555;
}

select, .form-control {
    border-radius: 0px;
}

.btn {
    font-size: 16px;
}

.simple-picker .btn {
    font-size: 13px;
}

.clear-btn:hover, .clear-btn:focus, .clear-btn:active {
    background-color: #bfbebe !important;
}

.no-margin {
    margin: 0px;
}

.auto-margin {
    margin: auto;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px !important;
}

.datetimepicker th {
    color: #fff;
}

.requiredfiled {
/*    color: #f00;*/
    color: #9E0000E0;
}

.events-none {
    pointer-events: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0;
    outline: thin;
}

.panel-group .panel {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-image: none;
    background-color: transparent;
    padding: 0px;
}

textarea {
    resize: vertical;
}

.form-control:focus {
    border-color: #1c765c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    background: #ffffff;
    border-radius: 0;
    margin-right: 5px;
    color: #AAA;
    text-shadow: none;
}

.Unauthorized-page {
    display: table;
    width: 100%;
    text-align: center;
}

    .Unauthorized-page .content-title {
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background: #015030;
    border-color: #015030;
}

.btn-theme-inverse:hover, .btn-theme-inverse:focus, .btn-theme-inverse:active {
    color: white;
    background-color: #015030;
    border-color: #015030;
}

.cs-checkbox-green, .cs-radio-green {
    position: relative;
    padding-left: 30px;
}

    .cs-checkbox-green input, .cs-radio-green input {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 20px;
        height: 20px;
        border: 0px;
        border-radius: 0px;
        margin: 0px;
        z-index: 2;
        opacity: 0
    }

    .cs-checkbox-green .cs-checkbox, .cs-radio-green .cs-radio, .so-checkbox {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 0px;
        display: inline-block;
    }

.so-checkbox {
    left: 5px;
    top: 9px;
}

    .cs-checkbox-green .cs-checkbox:after, .cs-radio-green .cs-radio:after, .so-checkbox:after {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 20px;
        height: 20px;
        border: 0px;
        border-radius: 0px;
        content: '';
        display: inline-block;
        background: url('../images/checkbox-image.png');
    }
/* Show keyboard focus clearly */
.cs-checkbox-green input[type="checkbox"]:focus + .cs-checkbox {
    outline: 2px solid #1c765c;
    outline-offset: 2px;
}


.cs-radio-green input:focus + .cs-radio {
    outline: 2px solid #005fcc;
    outline-offset: 3px;
}


.cs-checkbox-green input[type='checkbox']:checked + .cs-checkbox:after, .quizsection .homeQuizboardBg .checkbox input[type="radio"]:checked + .Cradiobtn:before,
.SelectOffender input[type='radio']:checked + .so-checkbox:after, .SelectOffender input[type='checkbox']:checked + .so-checkbox:after {
    background: url('../images/checkbox-image.png');
    background-position: -22px 0px;
}

.cs-radio-green .cs-radio:after {
    background-position: -88px 0px;
}

.cs-radio-green input[type='radio']:checked + .cs-radio:after {
    background: url('../images/checkbox-image.png');
    background-position: -110px 0px;
}
/* When checkbox receives keyboard focus */
.checkbox-wrapper input:focus-visible + .so-checkbox {
    outline: 2px solid #1c765c; /* strong visible color */
    outline-offset: 2px;
}

/* Fallback for older browsers */
.checkbox-wrapper input:focus + .so-checkbox {
    outline: 2px solid #1c765c;
    outline-offset: 2px
}


.btn-theme-inverse {
    color: white;
    background-color: #1c765c;
    border-color: #1c765c;
}

.btn {
    border-radius: 0px;
}

.main-pages .wrapper {
    position: relative;
}
/* Login page css here */
.login-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #c6def3;
    height: 100%;
    display: inline-block;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform 0.5s, padding-top 0.5s;
    transition: transform 0.5s, padding-top 0.5s;
    z-index: 9;
}

.login-form-wrapper, .Adfs-form-wrapper {
    width: 400px;
    background: #fff;
    text-align: center;
    margin: auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .login-form-wrapper h1, .Adfs-form-wrapper h1 {
        color: #015030;
        display: block;
        font-size: 26px;
        font-weight: 300;
        margin: 20px 0 10px;
        text-transform: uppercase;
    }

        .login-form-wrapper h1 span, .Adfs-form-wrapper h1 span {
            font-weight: 700;
        }

    .login-form-wrapper h6, .Adfs-form-wrapper h6 {
        display: block;
        color: #015030;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .login-form-wrapper .input-group {
        background-color: #FFF;
        border: 1px #f5f5f5 solid;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        margin-bottom: -1px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    }

        .login-form-wrapper .input-group .input-group-addon {
            background-color: transparent;
            border: none;
            position: relative;
        }

            .login-form-wrapper .input-group .input-group-addon i, .form-forgotpassword .input-group .input-group-addon i {
                color: #1c765c;
                margin: auto 5px;
                text-align: center;
                width: 18px;
            }

                .login-form-wrapper .input-group .input-group-addon i:after {
                    border-left: 1px #e1e1e1 solid;
                    content: "";
                    height: 50%;
                    margin-left: 15px;
                    position: absolute;
                    top: 25%;
                }

        .login-form-wrapper .input-group input {
            background-color: transparent;
            border-color: transparent;
            font-size: 16px;
            height: auto;
            padding: 10px 20px;
            border: 0px;
            box-shadow: none;
            position: relative;
        }

        .login-form-wrapper .input-group:nth-child(2) {
            margin-bottom: 20px;
        }

    .login-form-wrapper .form-signin {
        margin: 0 auto;
        max-width: 330px;
        padding: 15px;
    }

    .login-form-wrapper .input-group.btn-group {
        border: 0px;
    }

        .login-form-wrapper .input-group.btn-group input {
            border-radius: 0px;
        }

    .login-form-wrapper .input-group .btn {
        border-bottom: 2px solid #1c765c;
        border-right: 1px solid #9ec5e6;
        margin-bottom: 0px;
        font-size: 18px;
        color: white;
        background-color: #1c765c;
    }

        .login-form-wrapper .input-group .btn:hover {
            border-bottom: 2px solid #015030;
            border-right: 1px solid #9ec5e6;
            background-color: #015030;
            margin-bottom: 0px;
        }

    .login-form-wrapper .input-group.btn-group a {
        background-color: #1c765c;
        border-radius: 0px;
    }

        .login-form-wrapper .input-group.btn-group a:hover {
            background-color: #015030;
        }

span.error {
    display: none;
    text-align: left;
    color: #f00;
}

    span.error.warning {
        display: block;
    }

a.forgotlink:hover {
    color: #015030;
    text-decoration: underline;
}

.input-group.date input {
    padding: 5px;
}

.login-form-wrapper p {
    color: #098e83;
}

.form-forgotpassword .input-group .input-group-addon {
    padding: 5px 8px;
}

span.error.forgot-email-error-msg {
    text-align: center;
    margin-bottom: 8px;
}

#useraccordion .dropdown-menu > li > a.toggle-column-hide,
.accordion-showhide-group .dropdown-menu > li > a.toggle-column-hide {
    text-decoration: line-through;
}
/* Top header css here */
#header {
    background: #fff;
    display: inline-block;
    border-bottom: 3px #569fd2 solid;
    width: 100%;
}

.logo-area {
    float: left;
    height: 50px;
    text-align: center;
    width: 230px;
    display: block;
    z-index: 5;
}

    .logo-area a {
        display: block;
        padding: 10px 0px;
    }

        .logo-area a img {
            margin: auto;
        }

.top_menu li {
    border-left: 1px solid #eeeeee;
}

    .top_menu li:last-child {
        border-right: 1px solid #eeeeee;
    }

    .top_menu li a {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        color: #1c765c;
        line-height: 50px;
        padding: 0 18px;
    }

#topSearchContainer {
    margin-top: 10%;
    margin: 8px 15px 0 0;
}

.globalsearchbtn {
    border: 1px solid #1c765c;
    border-radius: 30px;
    padding: 0px 20px 10px 14px;
    width: 13px;
    overflow: hidden;
    position: absolute;
    height: 34px;
    right: 50%;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

    .globalsearchbtn form {
        position: relative;
    }

    .globalsearchbtn i {
        color: #1c765c;
        margin-left: -5px;
        padding-top: 10px;
        float: left;
    }

    .globalsearchbtn input {
        margin: 0px;
        padding: 0px;
        border: 0px;
        outline: 0px;
        box-shadow: none;
        height: 34px;
        font-size: 15px;
        line-height: 30px;
        color: #015030;
        margin-left: 14px;
    }

    .globalsearchbtn:hover {
        width: 230px;
        background: #fff;
    }

        .globalsearchbtn:hover #txtTopSearch {
            width: 230px;
        }
    .globalsearchbtn:focus-within {
        width: 230px;
        background: #fff;
    }

    .globalsearchbtn input:focus {
     
        outline-offset: 2px;
    }


   


#header .tools-bar ul li a {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    color: #1c765c;
    padding: 0 15px;
    font-size: 14px;
}

    #header .tools-bar ul li a i {
        text-shadow: none;
    }

    #header .tools-bar ul li a:hover, #header .tools-bar ul li a:focus {
        background-color: #015030;
        /* color: #fff; */
    }

#header .tools-bar ul.top_menu li a:hover, #header .tools-bar ul.top_menu li a:focus {
    background-color: #015030;
    color: #fff;
}

#header .tools-bar ul.top_menu li a.active {
    background-color: #015030;
    color: #fff;
}

#header .tools-bar ul li a.dropdown-toggle:hover, #header .tools-bar ul li a.dropdown-toggle:focus {
    color: #1c765c;
}

#header .tools-bar ul li a.avatar-header {
    padding: 0px;
    position: relative;
    width: 34px;
    margin: 7px 0px 0 0;
}

#header .tools-bar ul.top_right_menu li a:hover,
#header .tools-bar ul.top_right_menu li a:active,
#header .tools-bar ul.top_right_menu li a:focus {
    background: none;
}

.circleIcon i {
    padding: 10px 11px !important;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid;
    width: 34px;
    height: 34px;
}

#header .tools-bar ul li a.avatar-header .badge {
    background-color: #B00C0C;
    font-weight: 300;
    height: 19px;
    line-height: 19px;
    min-width: 19px;
    padding: 0 6px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -3px;
    z-index: 2;
}

.circleIcon i:hover {
    color: #fff;
    background-color: #015030;
}
/* Match hover effect when focused via keyboard */
.circleIcon:focus i,
.circleIcon:focus-visible i {
    color: #fff;
    background-color: #015030;
  
    outline-offset: 2px;
}

/* Remove ugly default outline on mouse click */
.circleIcon:focus:not(:focus-visible) {
    outline: none;
}


.topUserMenu i {
    font-size: 34px;
    padding-top: 8px;
}

.top_right_menu {
    margin-right: 30px;
}

#header ul.dropdown-menu {
    margin-top: 5px;
    min-width: 200px;
    max-width: 250px;
    text-transform: capitalize;
}

#header .dropdown-menu.icon-right li a i {
    float: right;
    margin-right: -3px;
    margin-top: 6px;
}

#header .tools-bar ul.dropdown-menu li a {
    padding: 8px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header .tools-bar ul.dropdown-menu li:last-child {
    border-top: 1px solid #eeeeee;
}

#header .tools-bar ul li a i {
    padding-right: 5px;
}

#header .tools-bar ul li a.dropdown-toggle i {
    padding-right: 0px;
}

#header .tools-bar ul li a.dropdown-toggle {
    padding: 0px 5px 0px 8px;
}
/* Footer css here */
footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #1c765c;
    color: #fff;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
}

    footer p {
        margin: 12px 0px;
        padding-left: 60px;
        text-align: left;
    }
/* Page title css here */
.page-title {
    background-color: #1c765c;
    color: #fff;
    padding: 5px 25px 5px;
    text-align: center;
    margin-top: -5px;
}

    .page-title h1 {
        text-transform: uppercase;
        font-size: 28px;
        font-weight: bold;
        margin: 0px;
        line-height: 35px;
    }
/* page content section css here */
.page-content {
    padding: 30px;
    overflow: auto;
}

.main-accordion {
    position: relative;
}

.main-accordion-title, .sub-accordion-title {
    background: #1c765c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px 15px;
    font-family: "Open Sans";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #ededed;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
}

    .main-accordion-title strong, .sub-accordion-title strong {
        text-transform: uppercase;
    }

    .main-accordion-title a, .sub-accordion-title a, .main-information-accordion-title a {
        /*display: inline-block;*/
        background: #fff;
        margin: 0px 2px;
        float: right;
        height: 28px;
        width: 25px;
        padding: 0px;
        line-height: 28px;
        font-size: 12px;
        text-align: center;
        color: #015030;
        border: 0px;
        border-radius: 0px;
    }

        .main-accordion-title a i, .sub-accordion-title a i, .main-information-accordion-title a i {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .main-accordion-title a.collapsed i, .sub-accordion-title a.collapsed i {
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            transition: all 0.3s ease;
        }

        .main-information-accordion-title a.collapsed i {
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            transition: all 0.3s ease;
        }

        .main-accordion-title a:hover,
        .main-accordion-title a:focus,
        .main-accordion-title a:active,
        .main-accordion-title a:visited,
        .main-accordion-title a:focus-within,
        .sub-accordion-title a:hover,
        .sub-accordion-title a:focus,
        .sub-accordion-title a:active,
        .sub-accordion-title a:active:focus,
        .sub-accordion-title a:active:hover,
        .sub-accordion-title a:visited,
        .sub-accordion-title a:focus-within,
        .main-information-accordion-title a:hover,
        .main-information-accordion-title a:focus,
        .main-information-accordion-title a:active,
        .main-information-accordion-title a:active:focus,
        .main-information-accordion-title a:active:hover,
        .main-information-accordion-title a:visited,
        .main-information-accordion-title a:focus-within {
            background: #fff;
            color: #015030;
        }

.main-accordion-body, .sub-accordion-body, .main-information-accordion-body {
    padding: 20px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.main-accordion-body {
    box-shadow: 0px 2px 10px #000;
}

.accordion-showhide-group .tblShowHideCols,
.accordion-showhide-group .tblShowHideCols_multiple,
.tblShowHideCols {
    padding: 2px 6px;
}

.sub-accordion-title {
    font-size: 22px;
    line-height: 26px;
}

    .sub-accordion-title a {
        margin: 1px 2px;
    }

.sub-accordion-body {
    box-shadow: 0px 2px 10px #b5bbb9;
}

.sub-accordion-body, .main-information-accordion-body {
    background: #eaf5f1;
    width: 100%;
    display: inline-block;
}

    .main-accordion-body label, .sub-accordion-body label, .main-information-accordion-body label {
        color: #1c765c;
        /*font-family: 'Arial-sans-serif';*/
        font-size: 14px;
    }

    .main-accordion-body input, .sub-accordion-body input, .main-accordion-body textarea, .sub-accordion-body textarea {
        border-radius: 0px;
        font-size: 15px;
    }

.sub-accordion {
    margin-bottom: 20px !important;
}

.main-accordion-body input[type='checkbox'], .sub-accordion-body input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.main-accordion-body.sub-accordion-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.inline-checkbox {
    margin-top: 30px;
}
/* provider details page css here */
.main-information-accordion-body {
    background: #fff;
    border-top: 1px solid #ededed;
}

.main-information-accordion {
    background: #fff;
}

    .main-information-accordion h2 {
        padding: 5px 10px;
        font-size: 20px;
        margin: 0px;
        line-height: 24px;
    }

        .main-information-accordion h2 strong {
            text-transform: uppercase;
        }

    .main-information-accordion span.sectionLabels {
        margin-left: 15px;
    }

    .main-information-accordion span label {
        background-color: #f1f3f5;
        font-weight: 400;
        font-size: 11px;
        padding: 3px 15px;
        border-radius: 2px;
        margin: 0px;
        color: #1c765c;
        font-family: "Arial", sans-serif;
    }

.main-information-accordion-title a {
    margin: 0px 2px;
    padding: 3px 8px;
    box-shadow: none;
    height: 28px;
    width: 28px;
}

.main-information-accordion-body h3 {
    font-size: 30px;
    color: #015030;
    padding: 0px;
    word-break: break-all;
}

.boundAliases span {
    padding: 5px 10px;
    background-color: #eee;
    margin: 0px;
    position: static;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.main-information-accordion-body .edit-btn {
    float: right;
}

.offender-img {
    max-width: 110px;
    border: solid 1px #015030;
    padding: 1px;
}

.left-menu {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    background: #1c765c;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .left-menu a, .left-menu a:hover, .left-menu a:focus {
        color: #fff;
        text-decoration: none;
    }

        .left-menu a:hover, .left-menu a:focus, .left-menu a.active {
            color: #fff;
            text-decoration: none;
            background-color: #015030;
        }

    .left-menu ul li a {
        overflow: hidden;
        color: inherit;
        line-height: 20px;
        display: inline-block;
        font-family: "Open Sans";
        font-size: 0px;
        width: 50px;
        padding: 15px 10px 12px 20px;
        margin: 0;
        height: 45px;
        margin-bottom: -5px;
    }

    .left-menu ul li:first-child a {
        font-size: 14px;
    }

    .left-menu ul li .icon {
        font-size: 18px;
        width: 17px;
        height: 17px;
        text-align: center;
        margin: 0 15px 0 -2px;
        line-height: 17px;
        color: #fff;
    }

    .left-menu ul li:first-child a {
        background: #fff;
        color: #1c765c;
    }

    .left-menu ul li:first-child {
        margin-bottom: 40px;
    }

    .left-menu ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

        .left-menu ul li:first-child {
            border-bottom: 0px;
        }

.main-pages .body-content, .main-pages #header {
    padding-left: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.main-pages #header {
    padding-left: 0px;
}

.main-pages.nav-collapse .body-content {
    padding-left: 300px;
}

.main-pages.nav-collapse .left-menu {
    width: 300px;
}

    .main-pages.nav-collapse .left-menu ul li a {
        width: 300px;
        font-size: 14px;
    }

    .main-pages.nav-collapse .left-menu ul li:first-child a i.fa-bars:before {
        content: "\f00d";
    }

.accordion-btn-group {
    position: absolute;
    top: 8px;
    right: 42px;
    color: #1c765c;
    text-align: center;
}

    .accordion-btn-group li {
        display: block;
        vertical-align: top;
    }

    .accordion-btn-group i {
        color: #1c765c;
    }

.btn-default:hover i, .btn-default:focus i {
    color: #fff;
}

.dataTables {
    margin: 20px 0px;
}

    .dataTables thead, table thead {
        background: #4eab85;
    }

    .dataTables tr.odd, table tr.odd {
        background: #fff;
    }

    .dataTables tr.even, table tr.even {
        background: #96e6c6;
    }

        .dataTables tr.odd:hover, .dataTables tr.even:hover, table tr.odd:hover, table tr.even:hover {
            background: #1c765c;
            color: #fff;
        }

            .dataTables tr.odd:hover a.admin-user-actions, tr.odd:hover i.grid-icon, .dataTables tr.even:hover a.admin-user-actions,
            table tr.odd:hover a i, tr.even:hover i.grid-icon, table tr.even:hover a i {
                color: #fff;
            }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px 8px;
}

.admin-user-actions {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: transparent;
    margin: 0px 4px;
    display: inline-block;
    cursor: pointer;
}

.add-user-btn {
    display: inline-block;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    background: #fff;
    right: 76px;
    cursor: pointer;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #6cc4a0;
    border-color: #6cc4a0;
}

#mainnewuseraccordion .pagination, #searchresultsaccordion .pagination {
    float: right;
    margin: 0px;
}

#mainnewuseraccordion .dropdown-menu, #searchresultsaccordion .dropdown-menu {
    min-width: 100px;
    padding: 0px;
    margin: 0px;
}

#mainnewuseraccordion .users-count .selectpicker, #searchresultsaccordion .users-count .selectpicker {
    width: 100px;
    text-align: right;
}

    #mainnewuseraccordion .users-count .selectpicker li, #searchresultsaccordion .users-count .selectpicker li {
        text-align: left;
    }

        #mainnewuseraccordion .users-count .selectpicker li span, #searchresultsaccordion .users-count .selectpicker li span {
            margin-right: 15px;
        }

#mainnewuseraccordion .users-count, #searchresultsaccordion .users-count {
    padding: 0px;
    border: 0px;
}
/* classification css here  */
.classification-row.row {
    margin: 0px;
    padding: 20px;
}

.classification-row label {
    display: block;
}

.classification-row select {
    margin-bottom: 20px;
    width: 300px;
    height: 30px;
    border-radius: 0px;
}

.classification-row .input-group {
    width: 300px;
}

.classification-row .rightside-items {
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    position: absolute;
    top: 100%;
    transform-origin: 0 0;
    transition: all .3s ease 0s;
    z-index: 99 !important;
    width: 220px;
    text-align: left;
}

    .classification-row .rightside-items.activelist {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }
/* Forgot Password popup css here */
.ForgotPasswordPopup .modal-dialog {
    padding: 20px 20px 30px;
    background: #fff;
    border-radius: 5px;
}

.popup-close-btn {
    background: #1c765c;
    color: #fff;
    float: right;
    margin-bottom: 15px;
}

    .popup-close-btn:hover, .popup-close-btn:focus {
        background: #015030;
        color: #fff;
    }

.ForgotPasswordPopup .modal-content {
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 0px;
    box-shadow: none;
}

.ForgotPasswordPopup form {
    width: 300px;
    margin: auto;
    text-align: center;
}

.ForgotPasswordPopup .input-group {
    margin-bottom: 8px;
}

.ForgotPasswordPopup .input-group-addon {
    background: none;
}

.ForgotPasswordPopup .btn-block {
    padding: 5px 16px;
    width: auto !important;
    float: none !important;
    margin: auto !important;
}

.ForgotPasswordPopup .btn-group {
    text-align: center;
    width: 100%;
    margin: auto;
}

.ForgotPasswordPopup img, .ForgotPasswordPopup h6 {
    margin-bottom: 20px;
}

.offender-status, .offender-status-active {
    background: #e63333;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px;
}

.offender-status-active {
    background: #1c765c;
    padding: 3px 16px;
}
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    display: none;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/loader.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    z-index: 999;
    display: none;
    /* is width and height divided by two */
}

.case-page .searchbar, #mainnewuseraccordion .searchbar {
    width: 300px;
}

.case-page .searchbar {
    margin-left: 0px;
}

.searchpageresultstable .dataTables_length, .dataTables_wrapper .dataTables_length {
    float: right;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
}

.dataTables_length label, .dataTables_filter label {
    font-size: 0px;
}

.dataTables_filter input {
    height: 35px;
    width: 280px;
    font-family: "Open Sans";
    font-size: 13px;
    margin: 15px auto;
    padding: 6px 12px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .dataTables_filter input:focus {
        border: 1px solid #9aecce;
    }

.dataTables_length select {
    height: 35px;
    width: 80px;
    font-size: 14px;
    font-family: "Open Sans";
}

.searchpageresultstable thead {
    background-color: #4eab85;
}

    .searchpageresultstable thead tr th {
        border-color: transparent;
    }

table.dataTable tbody tr {
    background-color: #96e6c6;
}

    table.dataTable tbody tr.odd {
        background-color: #fff;
    }

    table.dataTable tbody tr:hover {
        background: #1c765c;
        color: #fff;
    }

        table.dataTable tbody tr:hover a {
            color: #fff;
        }

.dataTables_paginate a.previous, .dataTables_paginate a.next {
    font-size: 0px;
    width: 30px;
    height: 30px;
    position: relative;
    vertical-align: bottom;
    border: 0px !important;
}

    .dataTables_paginate a.previous:after {
        position: absolute;
        left: 0px;
        top: 0; /* ✅ FIX */
        content: '<';
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #ccc;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .dataTables_paginate a.next:after {
        position: absolute;
        left: 1px;
        top: 0; /* ✅ FIX */
        content: '>';
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #ccc;
        display: inline-block;
        width: 30px;
        height: 30px;
        color: #000;
        line-height: 30px;
    }


.dataTables_paginate span a {
    font-size: 14px;
    border: 0px !important;
    background: none !important;
    padding: 0 7px !important;
}

    .dataTables_paginate span a.current {
        background: #9aecce !important;
        color: #fff;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_paginate a:focus {
    outline: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    background-color: transparent !important;
    border: 0px !important;
    color: #000 !important;
}

.dataTables_paginate a.disabled {
    cursor: not-allowed !important;
}
.dataTables_paginate span a {
    font-size: 14px;
    border: 0px !important;
    background: none !important;
    padding: 0 7px !important;
    height: 30px;
    line-height: 30px;
    vertical-align: middle; /* ✅ THIS is the key */
}




#mainnewuseraccordion .dataTables_wrapper .dataTables_length {
    float: right;
}

#mainnewuseraccordion .dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
}

.modal-header .close {
    position: absolute;
    right: 35px;
    top: 28px;
    color: #fff;
    opacity: 1;
}

.error_msg {
    border-color: red;
}

.modal-btn {
    text-align: center;
}

.modal-dialog {
    width: 80%;
}

.avatar-upload {
    position: relative;
    max-width: 185px;
    margin: 15px auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 0px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                text-align: center;
                line-height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 200px;
        height: 200px;
        position: relative;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.inner-submenu {
    display: none
}

.offender-imgage-block, .uiAliases {
    border: 1px solid #1c765c;
}

.uiAliases {
    display: inline-block;
    padding: 15px;
    margin: auto;
}
/* Porifle popup css here */
.popup-title {
    font-size: 20px;
    display: inline-block;
}

.profilepopup .modal-dialog, #changePassword .modal-dialog, .small-dialog-popup .modal-dialog, .medium-dialog-popup .modal-dialog {
    width: 450px;
    top: 50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    margin: auto;
}

.profilepopup.Reminderpopup .modal-dialog {
    width: 480px;
}

.medium-dialog-popup .modal-dialog {
    width: 600px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
}

.profilepopup .modal-header .close,
.CourtContactpopup .modal-header .close {
    right: 15px;
    top: 10px;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0px;
}

.profilepopup .modal-header,
.CourtContactpopup .modal-header {
    background: #1c765c;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.CourtContactpopup .modal-body {
    border: 1px solid #ddd;
    margin: 15px;
    padding: 0px;
}

    .CourtContactpopup .modal-body .row {
        margin: 0px;
    }

.popup-section-title {
    background: #1c765c;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.profilepopup .form-group {
    position: relative;
}

.profilepopup p {
    position: absolute;
    left: 120px;
    top: 0px;
    display: inline-block;
}

.extra-btn {
    line-height: 34px;
    padding: 0px;
}

    .extra-btn:hover i, .extra-btn:focus i {
        background: #fff;
        color: #015030;
    }

#srcCourtTable_filter input, #srcCourtContactTable_filter input {
    margin-left: 0px;
}

.changepassword-row {
    max-width: 400px;
    margin: auto;
}

label.error {
    color: red;
    max-width: 400px;
    margin: auto;
    font-family: "Open Sans";
}

span.error-msg {
    color: red;
    max-width: 400px;
    margin: auto;
}

.addnewproviderbtn {
    padding: 30px 0px 0px;
    text-align: center;
    border-top: 1px solid #000;
    margin: 20px -20px 0px;
}

.add-referral-btn {
    position: absolute;
    right: 42px;
    top: 7px;
}

    .add-referral-btn .btn {
        padding: 4px 12px;
        color: #1c765c;
        background: #fff;
        font-weight: bold;
        border: 0px;
    }

    .add-referral-btn button:hover,
    .add-referral-btn button:focus,
    .add-referral-btn button:active,
    .add-referral-btn button:active:hover,
    .add-referral-btn button:active:focus,
    .add-referral-btn .open button:hover,
    .add-referral-btn .open button:focus,
    .add-referral-btn .open button:active,
    .add-referral-btn .open button:active:hover,
    .add-referral-btn .open button:active:focus {
        background-color: #fff !important;
        border: 0px !important;
        color: #1c765c !important;
    }

.referral-tab-list li.active:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    border-top: 10px solid #fff;
    left: 0px;
    right: 0px;
    margin: auto;
}

.referral-tab-list li {
    margin: 0px 5px 0px 0px;
}

    .referral-tab-list li, .referral-tab-list li.active a, .referral-tab-list > li > a:focus, .referral-tab-list > li > a:hover,
    .referral-tab-list > li.active > a, .referral-tab-list > li.active > a:focus, .referral-tab-list > li.active > a:hover,
    .referral-tab-list li.disabled a {
        background: #fff;
        color: #1c765c;
        border: 0px;
    }

        .referral-tab-list li a {
            color: #1c765c;
            border: 0px;
            cursor: pointer;
            padding: 6px 12px;
            font-size: 16px;
            font-weight: bold;
        }

        .referral-tab-list li.disabled a {
            pointer-events: none;
            cursor: not-allowed;
        }

.referral-tab-content {
    background: #fff;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 2px 10px #000;
}

.lettersforms-types {
    background: #1c765c;
    padding: 8px 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

.referral-tab-list {
    border: 0px;
}

.lettersforms-types .add-referral-btn {
    right: 8px;
    top: 12px;
}

.referral-tab-list li.disabled {
    opacity: 0.5;
}

.searchpageresultstable {
    text-align: center;
}

.aditionalcharges span {
    padding: 2px 5px;
    display: inline-block;
    margin: 5px 3px;
    font-size: 16px;
    background: #c6def3;
    border-radius: 3px;
    border: 1px solid #4880b1;
    color: #4880b1;
}

    .aditionalcharges span b {
        margin-left: 3px;
        font-size: 12px;
        font-weight: normal;
        cursor: pointer;
    }

.small-dialog-popup-row.disablecase {
    pointer-events: none;
}
/* ADFS User Screen css here */
.Adfs-form-wrapper {
    width: 600px;
    margin: 80px auto 50px;
}

    .Adfs-form-wrapper .form-group label {
        text-align: left;
        display: block;
    }

.form-adfsuser {
    max-width: 450px;
    margin: auto;
}
/* Disposition page css here */
.casedispositioninfo {
    background: #fff;
    padding: 15px;
    margin: 0px;
    margin-bottom: 8px;
}

    .casedispositioninfo p, .casedispositioninfo span {
        color: #015030;
        font-size: 16px;
    }

        .casedispositioninfo span.casechanges {
            padding: 2px 5px;
            display: inline-block;
            margin: 5px 3px;
            font-size: 16px;
            background: #c6def3;
            border-radius: 3px;
            border: 1px solid #4880b1;
            color: #4880b1;
        }

.error-msg {
    font-weight: bold;
    color: #f00 !important;
    font-size: 14px !important;
}

span.casechanges.active {
    background: #5f8cb5;
    color: #fcfcfd;
}

.add-Disposition-btn.disabled {
    pointer-events: none;
}

.Disposition-Count label {
    display: block;
}

.Disposition-Count input {
    width: 25%;
    height: 30px;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    padding: 2px;
}

.Disposition-Count select {
    display: inline-block;
    width: 70%;
}

.table > tbody > tr > td:last-child {
    min-width: 150px;
}

.table > tbody > tr > td.aditionalcharges {
    max-width: 800px;
}

#addAliases {
    width: 38px;
    line-height: 20px;
    height: 34px;
    margin-bottom: 15px;
    display: block;
}

.Referencelistbtns {
    text-align: right;
}

    .Referencelistbtns a {
        padding: 5px 8px;
        background: #1c765c;
        color: #fff;
        margin: 22px 2px;
        display: inline-block;
    }

.secondarysearchaccordion {
    display: none;
}

.SelectOffender input {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
    opacity: 0;
}

.SelectOffender {
    position: relative;
}

#addSecondarybtn {
    display: none;
}

.SecondaryOffenderconfirmpopup p {
    font-size: 16px;
    display: block;
    position: static;
    text-align: center;
}

.child-table td:first-child {
    padding-left: 40px !important;
}

.rolespageresultstable table td {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.CourtInfoCaseNumber input {
    width: 300px;
}

.CurrentCountyCasetable.accordion-btn-group, .Dispositiontable.accordion-btn-group,
.courttable.accordion-btn-group, .CaseNotestable.accordion-btn-group, .Facilitytable.accordion-btn-group {
    /*right: 70px;*/
}

.courttablebtn {
    right: 70px;
}

.courttable.documenttable.accordion-btn-group {
    right: 42px;
}
/* popup view state css here */
.ViewState {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: none;
    z-index: 5;
}

.multicasenumberdropdown .fs-wrap, .multiroledropdown label {
    display: block;
}

.multicasenumberdropdown .fs-label-wrap .fs-label {
    padding: 10px 22px 10px 8px;
}

.multiroledropdown .fs-label-wrap .fs-label {
    padding: 8px 22px 8px 8px;
}

.multiroledropdown .fs-wrap, .Waitlisttype .fs-wrap {
    width: 100%;
}

.primary-offender-details {
    width: 100%;
    display: none;
    padding: 20px 0px 0px;
}

.secondary-offender-details {
    width: 100%;
    display: none;
    padding: 20px 0px 0px;
}

.back-btn {
    font-size: 18px;
    background: #098e83;
    color: #fff;
    padding: 3px 6px;
    margin-top: 4px;
    display: block;
}

    .back-btn:hover, .back-btn:focus {
        color: #fff;
        text-decoration: none;
    }

.errorpopup {
    text-align: center;
}

    .errorpopup p {
        position: static;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        left: 0px;
        right: 0px;
        display: block;
        width: 100%;
    }

    .errorpopup h2 span {
        font-size: 18px;
        margin: 0px 6px;
    }

    .errorpopup .fade.in {
        background: rgba(0,0,0,0.5);
    }

.CourtContactManagementpopup .modal-body {
    border: 0px;
}
/* Lettersforms css here  */
.letterforms-content {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.letterform-content {
    padding: 20px 40px;
    background: rgba(198, 243, 239, 0.5);
    box-shadow: 0px 1px 8px #696969;
    border-radius: 5px;
}

.Letter-grid {
    margin: 5px 8px 0px 0px;
    display: inline-block;
/*    background: #1c765c;*/
    background: #114B37;
    color: #fff;
    padding: 15px 8px;
    text-align: center;
    vertical-align: top;
}

.letters-grids {
    width: 19.4%;
}

.Letter-grid:last-child {
    margin-right: 0px;
}

.letter-grid-icon {
    font-size: 40px;
}

.Letter-grid ul {
    margin-left: 25px;
}

    .Letter-grid ul li {
        text-align: left;
        list-style-type: disc;
        font-size: 16px;
        margin-bottom: 5px;
    }

.Letter-grid h4 {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 18px;
    text-transform: uppercase;
    min-height: 50px;
}

.Letter-grid ul li a {
    color: #d6d6d6;
    text-decoration: none;
}

    .Letter-grid ul li a:hover, .Letter-grid ul li a:focus {
        color: #fff;
        text-decoration: none;
    }

.screeningpage-multidropdown .fs-wrap, .screeningpage-multidropdown label, .full-width, .placementmultiselect .fs-wrap {
    width: 100%;
}

.screeningpage-multidropdown .fs-dropdown, .placementmultiselect .fs-dropdown, .Waitlisttype .fs-dropdown {
    width: 93%;
}

.margin-bottom-14 {
    margin-bottom: 14px;
}

.dataTable {
    width: 100% !important;
}

.modalbackground .modal.in {
    background: rgba(0,0,0,0.5);
}

.totalrecord-text {
    margin: 30px auto 20px;
    font-size: 16px;
    font-weight: bold;
}

#header .dropdown-menu.icon-right.notifications li a i {
    float: none;
    margin-right: 3px;
    margin-top: 0px;
}

#header .tools-bar ul.dropdown-menu.notifications li:last-child {
    border-top: 0px;
}

.CrimeCategoryOthers, .CrimeCategoryDiversionOthers {
    display: none;
}

.CrimeCategoryDiversionOthers {
    margin-top: 23px;
    margin-bottom: 12px;
}

#ReferralPacketPopUp .row, #ReferralPacketPopUp .main-title {
    margin: 0px;
}

#ReferralPacketPopUp .row {
    margin: 10px;
    border: 1px solid #000;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

    #ReferralPacketPopUp .row label {
        margin: 0px;
    }

    #ReferralPacketPopUp .row .form-group {
        margin: 8px 0px;
    }

    #ReferralPacketPopUp .row.referral-rows {
        margin: 8px 15px;
        border: 0px;
    }

#ReferralPacketPopUp .modal-dialog {
    top: 15px;
    transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
    margin-bottom: 15px;
}

.noscroll {
    overflow-y: hidden;
}

.offender-dob {
    padding-left: 0px;
}

    .offender-dob .btn {
        padding: 6px 10px;
    }

.inline-input {
    width: 50px;
    display: inline-block;
}

.Other_Score input {
    width: 80px;
}

.waitlist-titles {
    background: #1c765c;
    color: #fff;
    padding: 10px;
}

    .waitlist-titles p {
        margin-bottom: 0px;
    }

#waitListOuterDiv {
    text-align: center;
}

    #waitListOuterDiv .waitListInnerDivBorder {
        border: none !important;
    }
/*#waitListInnerDiv {
    border: 1px solid #333;
    text-align: left;
    padding: 0;
}*/


.waitlist_touchups_header {
    border-left: none !important;
    border-right: none !important;
}


.waitlist_touchups {
}

.waitlist_touchups_offenderinfo {
    background-color: #a1edbc !important;
}


.waitlist_touchups tbody td {
    border: none !important;
}

.waitListInnerDivBorder {
    border: 1px solid #333;
    text-align: left;
    padding: 0;
    width: 100%;
}

#waitListOuterDiv h2 {
    font-size: 24px;
    text-align: left;
    margin: 30px 0px 10px;
    color: #1c765c;
    display: block;
    clear: both;
}

.row.waitlistmainrecord {
    border-top: 1px solid #333;
    padding-top: 10px;
    background: #66bfa5;
    border-bottom: 1px solid #333;
    margin-bottom: 8px;
    word-break: break-all;
}

.row.waitlistpeningcases {
    padding-bottom: 10px;
    margin-top: 8px;
}

.letter-popup .modal-header {
    position: relative;
}

    .letter-popup .modal-header .printbtn {
        position: absolute;
        top: 21px;
        right: 25px;
    }

    .letter-popup .modal-header .DownloadPDFbtn {
        position: absolute;
        top: 21px;
        right: 120px;
    }

    .letter-popup .modal-header .removeSignature {
        position: absolute;
        top: 21px;
        right: 267px;
        padding: 4px 16px;
        border: 0px;
        color: #1c765c;
    }

    .letter-popup .modal-header .addSignature {
        position: absolute;
        top: 21px;
        right: 440px;
        padding: 4px 16px;
        border: 0px;
        color: #1c765c;
    }

.letter-body .col.sm-12 {
    width: 100% !important;
}

.waitList-container {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 1400px;
}

.summary-table {
    width: 49% !important;
}

.summary-table-row:after, .summary-table-row:before {
    display: table;
    content: " ";
}

.summary-table-row:after {
    clear: both;
}

.spacing-text {
    margin: 0px 25px;
}

.changepsw-form-wrapper.login-form-wrapper .input-group.btn-group {
    margin: auto;
}

/*signature*/

.addsignature-btn {
    background: #fff;
    color: #1c765c;
    border: 0px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    margin-right: 22px;
    cursor: pointer;
}

.signature-popup .modal-dialog {
    width: 550px;
}

.modal-open .signature-popup .modal {
    background: rgba(0,0,0,0.5);
}

.m-signature-pad--body canvas {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px #000000 inset;
}

.m-signature-pad--footer {
}

    .m-signature-pad--footer .description {
        color: #1c765c;
        text-align: left;
        font-weight: 600;
        font-size: 16px;
        margin: 5px 0px 8px;
    }


/*Signature ends*/




/*For icons.....because some idiot applied icon CSS to the anchor tag*/
.grid-icon {
    color: #098e83;
}

    .grid-icon:hover {
        color: #fff;
    }

#ReferralPacketPopUp .modal-body {
    padding: 0px;
}

.Changepsw-Error-message {
    font-weight: 600;
    color: #f00;
    display: none;
}

#lastlogin {
    float: right;
    margin-right: 15px;
    margin-top: -9px;
}

.downloadlistvaluebtn {
    padding: 10px 12px;
}

#myiFrame {
    margin: auto;
    border: 0px;
}

.myiFrame-accordion-body {
    text-align: center;
}

    .myiFrame-accordion-body .form-group {
        text-align: left;
    }

.mt-25 {
    margin-top: 25px !important;
}

.reports_download_btn .btn {
    margin: 0px 8px;
}
/* Login page Media css here */
@media (max-width:1200px) {
    .logo-area {
        width: 190px;
    }

    #header .tools-bar ul li a {
        padding: 0px 8px;
    }

    .top_right_menu {
        margin-right: 10px;
        margin-top: 6px;
    }

    #topSearchContainer {
        margin-top: 10%;
        margin: 8px 15px 0 0;
    }

    .globalsearchbtn {
        padding: 0px 10px 9px 10px;
        width: 28px;
        height: 28px;
    }

        .globalsearchbtn i {
            margin-left: -3px;
            padding-top: 8px;
        }

    #header .tools-bar ul li a.avatar-header {
        padding: 0px;
        width: 28px;
        margin: 7px 0px 0 0;
    }

    .circleIcon i {
        padding: 5px 6px !important;
        height: 28px;
        width: 28px;
    }

    #header .tools-bar ul li a.dropdown-toggle {
        padding: 0px 2px 0px 5px;
    }

    .topUserMenu i {
        font-size: 28px;
        padding-top: 8px;
    }

    .table_wrapper {
        overflow-y: hidden;
        width: 100%;
    }

        .table_wrapper table {
            overflow-x: auto;
        }

    .waitList-container .table_wrapper {
        width: 1200px;
    }

    .main-information-accordion-body h3 {
        font-size: 22px;
    }
}

@media (min-width:992px) {
    #letterDiv {
        display: table;
        border-collapse: separate;
        border-spacing: 5px 0;
    }

    .Letter-grid {
        display: table-cell;
    }

    .report-btn {
        margin-top: 52px;
    }
}



@media (max-width:992px) {

    .page-title h1 {
        font-size: 22px;
        line-height: 26px;
    }

    #mobilemainMenu li a.menu:hover {
        background: #155d48 !important;
    }

    .main-accordion-title, .sub-accordion-title {
        font-size: 20px;
        line-height: 22px;
    }

    .sub-accordion-title {
        font-size: 18px;
        line-height: 20px;
    }

    .main-accordion-body label, .sub-accordion-body label, .main-information-accordion-body label {
        font-size: 13px;
    }

    .main-accordion-body input, .sub-accordion-body input, .main-accordion-body textarea, .sub-accordion-body textarea {
        font-size: 14px;
    }

    .main-accordion-title a, .sub-accordion-title a, .main-information-accordion-title a {
        height: 21px;
        width: 21px;
        line-height: 21px;
    }

    .nav-main-xs {
        float: right;
        margin-top: 18px;
    }

    #mobilemainMenu li {
        display: block;
        float: none;
        color: #fff;
    }

    #header #mobilemainMenu li a, #header #mobilemainMenu li a:hover, #header #mobilemainMenu li a:focus {
        color: #fff;
        padding: 10px 13px;
    }

    #mobilemainMenu {
        position: absolute;
        right: 0;
        left: auto;
        top: 53px;
        width: 300px;
        background: #1c765c;
        color: #fff;
        height: 100%;
        z-index: 8;
        width: 0px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .menu-open#mobilemainMenu {
        width: 350px;
    }

    .top_right_menu {
        margin-right: 0px;
    }

    .nav-main-xs {
        float: right;
        margin-top: 18px !important;
    }

    #header .tools-bar ul.nav-main-xs li a:hover, #header .tools-bar ul.nav-main-xs li a:focus,
    #header .tools-bar ul li a:hover, #header .tools-bar ul li a:focus, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background: none;
        color: #1c765c;
    }

    #header .tools-bar ul li a.avatar-header {
        width: 100%;
        margin: 0px;
    }

    .circleIcon i {
        padding: 2px 3px !important;
        height: 20px;
        width: 20px;
    }

    .topUserMenu i {
        font-size: 20px;
        padding-top: 0px;
        padding-right: 2px;
    }

    #header ul.dropdown-menu {
        margin-top: 2px;
        min-width: 100%;
        max-width: 100%;
        background: #155d48;
        padding: 0px;
    }

    #header .tools-bar ul li a.avatar-header .badge {
        right: auto;
        left: 26px;
        top: 2px;
    }

    .modal-dialog {
        width: 95%;
    }

    table#srcCourtTable > tbody > tr > td:last-child {
        min-width: 170px;
    }
}

@media (max-width:767px) {
    body {
        font-size: 12px;
    }

    .navbar-nav {
        margin: 0px;
    }

    .globalsearchbtn {
        right: 28px;
        top: 6px;
    }

    .page-content {
        padding: 15px 10px;
        overflow: auto;
    }

    .main-accordion-body, .sub-accordion-body, .main-information-accordion-body {
        padding: 10px 12px;
    }

    .btn-theme-inverse, .clear-btn {
        display: block;
        margin: auto;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .signin-btn {
        display: inline-block;
    }

    footer p {
        margin: 8px 0px;
        font-size: 12px;
    }

    .form-group {
        margin-bottom: 8px;
    }

    .searchpageresultstable .dataTables_length, .dataTables_wrapper .dataTables_length, #mainnewuseraccordion .dataTables_wrapper .dataTables_length {
        float: none;
    }

    .accordion-showhide-group .tblShowHideCols, .accordion-showhide-group .tblShowHideCols_multiple, .tblShowHideCols {
        padding: 1px 4px;
        font-size: 12px;
    }

    .btn-group .dropdown-menu > li > a {
        padding: 3px 12px;
        font-size: 12px;
        line-height: 16px;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-bottom: 13px;
    }

    .SecondaryOffenderconfirmpopup p {
        font-size: 14px;
    }

    .SecondaryOffenderconfirmpopup button, .addNewProviderpopup .modal-dialog .btn,
    #addReportsForm button {
        display: inline-block;
    }

    .addnewproviderbtn {
        margin: 20px auto 0px;
    }

    .addNewProviderpopup .modal-dialog {
        width: 96%;
    }

    .left-menu {
        width: 35px;
    }

        .left-menu ul li a {
            padding: 6px 6px 6px 12px;
            width: 35px;
            height: 30px;
        }

        .left-menu ul li:first-child {
            margin-bottom: 30px;
        }

        .left-menu ul li .icon {
            font-size: 14px;
            margin: 0 0px 0 -2px;
        }

    .main-pages .body-content, .main-pages #header {
        padding-left: 35px;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 6px 5px;
    }

    .main-accordion-title, .sub-accordion-title {
        font-size: 16px;
        line-height: 22px;
    }

    .page-title h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .main-information-accordion-body .row {
        margin: 0px;
    }

    .offender-img {
        margin: auto;
    }

    .main-information-accordion-body .row .col-md-10, .main-information-accordion-body .boundAliases {
        padding: 0px;
    }

    .add-referral-btn .btn {
        font-size: 12px;
    }

    .casedispositioninfo {
        padding: 15px 0px;
    }

    .back-btn {
        width: 70px;
        font-size: 14px;
    }

    .add-btn a {
        display: inline-block;
        font-size: 12px;
        padding: 5px;
    }

    .profilepopup.Reminderpopup .modal-dialog {
        width: 100%;
    }

    .main-information-accordion h2 {
        font-size: 16px;
    }

    .letterform-content {
        padding: 15px 28px;
    }

    .letters-grids {
        width: 100%;
        min-height: 100%;
    }

    .Letter-grid h4 {
        font-size: 16px;
        margin-bottom: 10px;
        min-height: 100%;
    }

    .Letter-grid ul li {
        font-size: 14px;
    }

    .referral-tab-list li a {
        font-size: 14px;
        padding: 4px 8px;
    }

    .referral-tab-content {
        padding: 10px 20px 20px;
    }

    #lastlogin {
        margin: 0px;
        float: none;
        display: block;
    }

    footer p {
        text-align: center;
        padding-left: 0px;
    }
}

@media (max-width:480px) {
    .login-wrapper {
        padding: 0px 15px;
    }

    .login-form-wrapper {
        width: 100%;
        margin-top: 30px !important;
    }

    .profilepopup .modal {
        padding: 15px !important;
    }

    .profilepopup .modal-dialog, #changePassword .modal-dialog, .small-dialog-popup .modal-dialog, .medium-dialog-popup .modal-dialog {
        width: 100%;
    }
}
