/* CSS Document */
.container-fluid {
    margin-top: 16px;
}

.full_modal-dialog {
    width: 98% !important;
    overflow-y: auto;
    min-width: 98% !important;
    min-height: 92% !important;
    overflow-y: auto;
    max-width: 98% !important;
    padding: 0 !important;
}


body.modal-open {
    overflow: visible;
}

/*.calender-wrapper{z-index:1151 !important;*/
/*}*/
/*.modal{*/
/*    overflow-y: auto;*/
/*    height: 100%;*/

/*}*/

.full_modal-content {
    height: 99% !important;
    overflow-y: auto;
    min-height: 99% !important;
}

.disabledDiv {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

.modal {
    overflow: auto;
}

.table-bordered td, .table-bordered th {
    border-color: black !important;
}

.sidebar-nav a:hover {
    color: white;
    background-color: red;
}

/* RADIO BUTTON DESIGN */
.container1 {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container1 img {
    height: 22px;
    padding-right: 5px;
}

.sancharMenu, .dartaChalaniMenu, .budgetMenu, .jinsiMenu, .nyayaMenu, .libraryMenu, .disabledCard, .erickshawMenu, .bewasthapanMenu, .meetingMinuteMain {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 10px;
    padding-bottom: 5px;
}

.inline-display {
    display: inline;
}

/* Hide the browser's default radio button */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

body {
    padding-top: 85px;
    background: #f5f5f5;
}


.navbar-brand {
    min-width: 250px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.navbar-brand img {
    margin: 0 auto;
}

.navbar {
    min-height: 85px;
    /*background: linear-gradient(#4a5480, #25357d);*/
    background: linear-gradient(90deg, rgb(0 43 59) 0%, rgb(5 39 21) 50%, rgb(8 7 49) 100%);
    /*//4a5480*/
    border: none;
    box-shadow: 0 5px 20px rgba(39, 38, 53, 0.2);
}

.navbar-nav > li > a {
    line-height: 54px;
    padding: 15px 20px;
    color: #fff;
}

.fa-university {
    font-size: 55px;
}

.navbar-form {
    margin-top: 25px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #aaa;
}

#sidebar-wrapper {
    background: #fff;
    box-shadow: 0 5px 20px rgba(39, 38, 53, 0.2);
    overflow: auto;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

.sidebarIcon {
    margin-right: 10px;
    font-size: 17px;
}

.caret {
    margin-right: 9px;
}

.search {
    background: transparent;
    border: 1px solid #b9b9b9;
    border-radius: 0;
    color: #777;
}


input[type="text"].search::-webkit-input-placeholder {
    color: #b9b9b9;
}

.searchIcon {
    font-size: 18px;
    color: #777;
    padding: 5px;
}

.tabBox {
    padding: 22px 15px;
    background: #fff;
    color: #fff;
    margin-bottom: 25px;
    border-radius: 6px;
}

.tabBox .icon {
    font-size: 65px;
}

.tabBox .icon1 {
    font-size: 40px;
}

.tabBox .count {
    font-size: 40px;
    font-weight: bold;
}

.tabBox .count1 {
    font-size: 20px;
    font-weight: bold;
}

.tabBox .titleFont {
    font-size: 15px;
    font-weight: bold;
}

.classCount {
    background: #1abc9c;
}

.footer {
    position: fixed;
    padding: 0px 0px 0px 200px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*background: linear-gradient(#4a5480, #25357d);*/
    background: linear-gradient(90deg, rgb(0 43 59) 0%, rgb(5 39 21) 50%, rgb(8 7 49) 100%);
    color: white;
    line-height: 50px;
    text-align: center;
}

.sectionCount {
    background: #2ecc71
}

.studentCount {
    background: steelblue;
}

.staffCount {
    background: #9b59b6
}

.teacherCount {
    background: #34495e
}

.ratioCount {
    background: #16a085
}

.whiteBox {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.chartbox {
    margin-left: 5px;
}

/* Added css*/
.btn {
    border-radius: 0;
    font-size: 12px;
    padding: 6px 25px;
}

.btn i {
    margin-right: 5px;
}

.top5 {
    margin-top: 5px;
}

.top15 {
    margin-top: 15px;
}

.top10 {
    margin-top: 10px;
}

.rightP15 {
    padding-right: 15px;
}

.toggler, .toggler:focus, .toggler:hover, .toggler:visited {
    color: #fff;
    line-height: 85px;
    outline: none;
}

.pageName {
    margin-top: 0;
    color: #323144;
    font-size: 17px;
}

.whiteBox h4, .whiteBox h5 {
    color: #167f92;
    margin-bottom: 5px;
    margin-top: 20px;
}

.myTable th {
    background: #167f92;
    color: #fff;
}

.myTable tr:nth-child(even) {
    background: #ebf3f5
}

.myTable tr:nth-child(odd) {
    background: #fbfbfb;
}

.myTable tr:hover {
    background: #dee8ea;
    cursor: default
}

.myTable .fa {
    font-size: 18px;
}

.myTable .fa-trash {
    color: #CC0000
}

.info {
    background: #fafafa;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #eee
}

.selectCount {
    width: 50px;
}

.info .control-label {
    color: #777;
    font-weight: normal;
}

.form-inline label, .form-inline input {
    margin-right: 20px;
}

.form-inline label {
    font-weight: normal;
    font-size: 17px;
    color: #4a5480;
}

.hStyle {
    color: #167f92 !important;
    font-size: 18px !important;
}

.pagination li a {
    background: #167f92;
    color: #fff;
    border-radius: 0;
    padding: 11px 20px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

label {
    font-weight: normal
}

.btn-primary {
    background: linear-gradient(#4a5480, #25357d);
}

#wrapper {
    padding-top: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 10px 15px 5px;
    border-bottom: 1px solid #e5e5e5;
    background: #ececec;
}

.modal-footer {
    padding: 8px 15px;
}


.sidebar-nav li a {
    color: #555;
    border-bottom: 1px solid #dadada;
}

.sidebar-nav li a:hover {
    /*background: linear-gradient(#4a5480, #25357d);*/
    background: linear-gradient(90deg, rgb(0 43 59) 0%, rgb(5 39 21) 50%, rgb(8 7 49) 100%);
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #999;
}

.sidebar-nav a.active {
    /*background: linear-gradient(#4a5480, #25357d);*/
    background: linear-gradient(90deg, rgb(0 43 59) 0%, rgb(5 39 21) 50%, rgb(8 7 49) 100%);
    color: #fff !important;
}

.r15 {
    margin-right: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-radius: 0;
    background: linear-gradient(#4a5480, #25357d);
    color: #fff;
}

.nav-tabs > li > a:hover, .nav > li > a:hover, .nav > li > a:focus {
    border-radius: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-radius: 0;
    background: #eaeaea;
    color: #0f5288;
    border-bottom: 3px solid;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.routine {
    border-collapse: collapse;
}

.routine thead th {
    background: #27ae60;
    color: #fff;
}

.routine tr:nth-child(even) {
    background: #e9e9e9
}

.routine tr:nth-child(odd) {
    background: #f6f6f6;
}

.routine tr:hover {
    background: #dee8ea;
    cursor: default
}

.routine tbody tr td:first-child {
    background: #bbb;
}

/*timeline css */
/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline .timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}

.timeline .timeline-item:after {
    clear: both;
}

.timeline .timeline-item .timeline-badge {
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -25px;
    background-color: #7c7c7c;
    border: 3px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline .timeline-item .timeline-badge.primary {
    background-color: #1f9eba;
}

.timeline .timeline-item .timeline-badge.info {
    background-color: #5bc0de;
}

.timeline .timeline-item .timeline-badge.success {
    background-color: #59ba1f;
}

.timeline .timeline-item .timeline-badge.warning {
    background-color: #d1bd10;
}

.timeline .timeline-item .timeline-badge.danger {
    background-color: #ba1f1f;
}

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
    margin: 0;
}

.timeline-horizontal:before {
    height: 3px;
    top: auto;
    bottom: 26px;
    left: 56px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 45px;
    width: 48%;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}

.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
    display: none;
}

.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: 0px;
    left: 43px;
}

.color-white {
    color: snow !important;
}

.color-red:hover {
    color: paleturquoise !important;
}

.committeeCount {
    background: #2ecc71;
}

/*.currentCount{*/
/*background:#1abc9c;*/

/*}*/

.path2 {
    stroke-dasharray: 1200;
    /*   stroke-dashoffset: 800; */
    animation: draw1 2s linear alternate;
    width: 100%;
}

@keyframes draw1 {
    from {
        stroke-dashoffset: 1;
    }
    to {
        stroke-dashoffset: 9000;
    }

}

.panel-heading a:before {
    /*font-family: 'Glyphicons Halflings';*/
    /*content: "\e114";*/
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#top:hover i {
    color: #fff;
    top: 5px;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content1 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content1, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 95px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal-close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.modal-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

#contractorForm {
    padding: 0px 10px 10px 10px;
}

#budgetForm {
    padding: 0px 10px 10px 10px;
}

#stockForms {
    padding: 0px 10px 10px 10px;
}

#companyDetails {
    padding: 10px 10px 10px 10px;
}

.fa-credit-card {
    cursor: pointer;
}

.fa-forward {
    cursor: pointer;
}

.fa.disabled,
.fa[disabled],
.disabled > .fa,
[disabled] > .fa {
    /*color: lightgrey*/
    background-color: #cccccc;
    color: #666666;
    /*or*/
    opacity: 0.9;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/*multiselect*/
.multi-select-container {
    display: inline-block;
    position: relative;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    display: block;
    font-size: 0.875em;
    padding: 0.6em 1em 0.6em 30px;
    white-space: nowrap;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}

.titleBox {
    background-color: #fdfdfd;
    padding: 10px;
    /* margin-left:20px;
     font-size: 18px;*/
}

.titleBox label {
    color: #444;
    margin: 0;
    display: inline-block;
}

.commentBox {
    padding: 10px;
    border-top: 1px dotted #bbb;
}

.commentBox .form-group:first-child, .actionBox .form-group:first-child {
    width: 80%;
}

.commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
    width: 18%;
}

.actionBox .form-group * {
    width: 100%;
}

.taskDescription {
    margin-top: 10px;
}

.commentList {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.commentList li {
    margin: 0;
    margin-top: 10px;
}

.commentList li > div {
    display: table-cell;
}

.commenterImage {
    width: 30px;
    margin-right: 5px;
    height: 100%;
    float: left;
}

.commenterImage img {
    width: 100%;
    border-radius: 50%;
}

.commentText p {
    margin: 0;
}

.sub-text {
    /*color:black;*/
    font-family: verdana;
    font-size: 15px;
    color: lightslategray;

}

.actionBox {
    border-top: 1px dotted #bbb;
    padding: 20px;
}

.morecontent span {
    display: none;
    margin-right: 0px;
}

.morelink {
    display: inline;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: darkslategray;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

/*.fa-times{
    cursor: pointer;
}

.fa-trash{
    cursor: pointer;
}
*/
/*.fa-plus{
    color: yellow;
}*/
.fa:hover {
    cursor: pointer;
    text-decoration: none;
}

.requiredField:after {
    color: red;
    content: '*';
    padding-left: 5px;
}

.circle-icon {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 1px #888;
    padding: 0.5em 0.6em;
}

.ayabya {
    background-color: #edc1f2;

}

.ayabya ul {
    list-style-type: none;

}

.ayabya li {
    overflow: auto;
    margin-bottom: 5px;
    border-bottom: groove;
}

.ayabya li:hover {
    background: #fff;
    cursor: pointer;
}

#queries {
    margin-top: 8px;
    /*margin-left: 243px;*/
    padding-top: 12px;
    color: red;
    font-size: 25px;
}

.fa-info-circle {
    color: #0E6251;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.5em;
}

.custom-height-modal {
    /*height: 600px;*/
    width: 450px;
}

.dt-buttons {
    float: right
}

.budget_breadcrumbs {
    /*border-radius: 10px;*/
    font-weight: bold;
}

.page-break {
    break-before: page;
}

@media print {
    .page-break {
        break-after: page;
    }
}

#footerDiv {
    display: none !important;
}