﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

.report-filter .form-group {
    min-height: unset !important;
}

td.action a, td.daction a {
    text-decoration: none !important;
}

td.action, td.daction {
    white-space: nowrap;
}

td[aria-encode="true"] {
    cursor: pointer;
}

.collapsible-container > .table-striped > tbody:nth-of-type(2n+1) {
    /*background-color: #4e5d6c !important;*/
    background-color: transparent !important;
    color: #fff;
}

.collapsible-container .fa, .no-collapsible-container .fa {
    font-size: 18px;
    padding: 3px 5px;
}

.no-collapsible-container > .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #4e5d6c;
    /*background-color: transparent !important;*/
}

.tbl-row-cotainer {
    border: solid 1px #fff;
    padding: 10px;
}

.collapsible-container a[aria-expanded=true] .fa-chevron-right {
    display: none;
}

.collapsible-container a[aria-expanded=false] .fa-chevron-down {
    display: none;
}

.collapsible-container .table-striped > tbody > tr {
    background-color: transparent;
}

.login-link {
    text-decoration: none !important;
}

    .login-link:hover {
        text-decoration: underline !important;
    }

.input-validation-error {
    background-color: #FBE3E4;
    border: solid 1px Red;
}

.nav-divider {
    border-bottom: 1px solid #596a7b;
    height: 1px;
    margin: 7px 0;
}

.fa-trash {
    cursor: pointer;
}

.btn-primary {
    margin-top: 22px !important;
    /*margin-right: 14px !important;*/
}


.actsandsections ul li {
    list-style: none;
}

.tbl-lal {
    background-color: #596a7b;
}

.casemember {
    padding-left: 20px;
    font-size: 19px;
    font-weight: 800;
}

.datepicker td, .datepicker th {
    padding: 4px 10px !important;
    font-size: 14px;
    border-radius: 0 !important;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #df691a !important;
}

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(to bottom, #df691a, #df691a);
        background-image: -ms-linear-gradient(to bottom, #df691a, #df691a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df691a), to(#df691a));
        background-image: -webkit-linear-gradient(to bottom, #df691a, #df691a);
        background-image: -o-linear-gradient(to bottom, #df691a, #df691a);
        background-image: linear-gradient(to bottom, #df691a, #df691a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df691a', endColorstr='#df691a', GradientType=0);
        border-color: #df691a #df691a #df691a;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

@media(max-width:767px) {
    #mySidenav .dropdown-menu {
        padding-left: 40px !important;
    }

    .navbar-nav > li {
        float: unset !important;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .logo {
        text-align: center;
        padding: 0 15px 0 0 !important
    }

    td.action .glyphicon {
        font-size: 25px;
        padding: 0 0 0 10px;
    }

    td.daction .glyphicon {
        font-size: 18px;
        padding: 0 0 0 10px;
    }

    .accused-container {
        max-height: unset !important;
    }
}

@media(min-width:768px) {
    #mySidenav .dropdown-menu {
        padding-left: 61px !important;
    }

    .navbar-nav > li {
        float: unset !important;
    }

    td.action .glyphicon {
        font-size: 25px;
        padding: 0 0 0 10px;
    }

    td.daction .glyphicon {
        font-size: 18px;
        padding: 0 0 0 10px;
    }

    .accused-container {
        max-height: 78px !important;
        overflow: auto;
    }
}

@media(min-width:992px) {
    #mySidenav .dropdown-menu {
        padding-left: 10px !important;
    }

    .chckbox-with-no-label {
        padding-top: 34px;
    }
}

@media(min-width:1200px) {
    #mySidenav .dropdown-menu {
        padding-left: 20px !important;
    }

    .chckbox-with-no-label {
        padding-top: 34px;
    }
}

.validation-summary-errors.text-danger,
.validation-summary-errors.text-danger:hover {
    color: unset !important;
}

#mySidenav .dropdown-menu {
    position: inherit !important;
    background-color: #162534 !important;
    border: solid 1px #6C6C6C !important;
    width: 100%;
}

#mySidenav .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

#mySidenav a.active {
    color: #fff;
    font-weight: bold;
}

#mySidenav ul {
    margin-bottom: 0px !important;
}

#mySidenav a.dropdown-toggle {
    /*font-weight: 800;*/
    color: #f1f1f1;
}

#mySidenav {
    margin-top: 0px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors p {
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
}


/*New slider*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: auto;
    transition: 0.5s;
    padding-top: 0px;
}

    .sidenav a {
        padding: 7px 0px 7px 10px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

.closebtn-container {
    /*margin-top: -69px;*/
    margin-right: 10px;
    padding: 0px;
    margin-bottom: 0px;
    /*line-height: 46px;*/
}

.sidenav .closebtn {
    top: -9px;
    font-size: 36px;
    z-index: 999;
}



.navbar-collapse /*, .container-fluid*/ {
    padding-left: 0px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*Custom */
.navbar {
    font-size: 17px;
    padding: 5px 10px 15px 5px;
}

input[type='file']::-webkit-file-upload-button {
    padding: 6px 5px 10px 5px;
    margin: 2px;
}

/* The Radio */
.radio-container, .checbox-container {
    margin: 0px 0 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input, .checbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .radio-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .radio-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .radio-container input:checked ~ .checkmark {
        background-color: #4d94ff;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radio-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .radio-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .radio-container .checkmark:after {
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 60%;
        background: white;
    }
/*Check radio classess*/
.radio-container {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    margin-left: 0px;
}

/*Check box classess*/
.checbox-container {
    position: relative;
    padding-left: 28px;
    margin-bottom: 5px;
}
    /* Create a custom checkbox */
    .checbox-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .checbox-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .checbox-container input:checked ~ .checkmark {
        background-color: #4d94ff;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checbox-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checbox-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checbox-container .checkmark:after {
        left: 6px;
        top: 4px;
        width: 6px;
        height: 9px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.action-heading {
    margin-top: 0px;
    text-align: right;
}

    .action-heading .btn-sm {
        font-size: 19px;
    }

hr {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

    hr.inner-hr {
        margin: 3px;
    }

.action-heading .fas {
    padding-right: 5px;
}


.logo {
    text-align: center;
    padding: 15px 15px 0 0 !important
}

    .logo img {
        display: unset;
    }

table.navbar-default td {
    /*margin-top:10px !important;*/
    vertical-align: middle !important;
}
/*Logo */
/*.logo img {
        height: 50px;
        width: 100px;
    }*/
/*search box */

/*margin-top: 6px;*/
/*border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;*/

table.navbar-default form {
    margin: 0px;
    padding: 0px;
}

.popover-title {
    background-color: #cccccc;
    color: #000;
}

.popover.bottom > .arrow::after {
    border-bottom-color: #cccccc;
    top: 2px;
}

.search + .input-group-btn > .btn.btn-default {
    background-color: #4682B4;
    padding-left: 15px;
    /*border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;*/
    padding: 11px 16px;
    margin-right: 10px;
}

#searchText {
    width: 115px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    /*border-radius: 4px;*/
    font-size: 16px;
    background-color: white;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
}

    #searchText:focus {
        width: 50%;
    }

.usericon {
    font-size: 80px;
    text-align: center;
    padding: 0px;
}

/*humburger*/

/* Icon 3 */

.slidermenuhumb {
    width: 36px;
    height: 42px;
    margin-left: 10px;
    /*position: relative;*/
    margin-top: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .slidermenuhumb span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #fffffa; /* #2b3e50; #d3531a;*/
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .slidermenuhumb span:nth-child(1) {
            top: 0px;
        }

        .slidermenuhumb span:nth-child(2), .slidermenuhumb span:nth-child(3) {
            top: 10px;
        }

        .slidermenuhumb span:nth-child(4) {
            top: 20px;
        }
    .slidermenuhumb.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .slidermenuhumb.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .slidermenuhumb.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .slidermenuhumb.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

.form-group {
    min-height: 70px;
}

.collapsible-container .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}

.collapsible-container .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
}

.collapsible-container .panel-title {
    font-size: 14px;
}

    .collapsible-container .panel-title h2.collapsed {
        background-color: #485563;
    }

    .collapsible-container .panel-title h2:hover, .collapsible-container .panel-title h2 {
        background-color: #818181;
    }

    .collapsible-container .panel-title > h2 {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.collapsible-container .more-less {
    float: right;
    padding-top: 3px;
    font-size: 22px;
}

table tr th {
    background-color: #df691a;
}

a.fa-edit, a.fa-trash {
    text-decoration: none !important;
    padding: 5px 10px 5px 0;
}

.fa-edit, .fa-trash {
    font-size: 18px !important;
}

.fa-trash, .glyphicon-trash, .fa-unlock-alt {
    color: #d9534f !important;
}

    .fa-trash:hover, .fa-lock:hover, fa-edit:hover, .fa-unlock-alt:hover, .fa-unlock-alt:hover {
        color: red !important;
    }

.action {
    width: 80px;
    text-align: center;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #8C8C8C;
}

#CurrentCase span {
    width: 100px;
    display: inline-table;
}

/* Style the header */
.header {
    z-index: 200;
}

/* Page content */
.body-content {
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

    /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .body-content {
        padding-top: 90px;
    }

/* Uploaded image */
.thumbnail-image {
    width: 220px;
    height: auto;
}

.document-list a {
    text-decoration: none !important;
}

tr.strike *, tr.strike a {
    text-decoration: none !important;
    text-decoration: line-through !important;
    color: #ee1111 !important;
}
/*chart css*/
.ct-chart-pie {
    margin-top: 10%;
}

.ct-label {
    font-size: 16px !important;
}

.ct-bar {
    fill: none;
    stroke-width: 15px !important;
}

.dataTables_info {
    float: left;
    padding-top: 12px !important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.dataTables_paginate.paging_simple_numbers {
    float: right;
}

/*end chart css*/

li.filledForm a {
    color: forestgreen !important;
    font-weight: 700;
}

    li.filledForm a:hover {
        color: lightgreen !important;
        font-weight: 700;
    }

.btn.btn-default.buttons-pdf.buttons-html5 {
    margin-right: 10px !important;
}

.report-filter label {
    color: #fff;
}

.dt-buttons.btn-group {
    margin: -20px 0 10px 0px !important;
}

label.required:after {
    content: " *";
    color: red;
    font-size: medium;
}

.mandatoryfld {
    color: red;
    font-size: 10pt;
    position: relative;
    top: 1px;
    left: 5PX;
    height: 20px;
}

.userthumbnail-image {
    width: 36px;
    height: auto;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}
