﻿input#Username, input#Password {
    width: 250px;
}

.container {
    max-width: 98% !important;
}
    .container.maxwidth {
        width: 1170px !important;
    }


.divMainProject {
    min-height:400px;
}

.jsgrid{
    font-size:10px !important;
}
#taskList .jsgrid-grid-body {
    /*height: 550px !important;*/
}

#jsGrid .jsgrid-grid-body {
    max-height: 617px !important;
    min-height: 617px !important;
    overflow-y: hidden !important;
}

#taskList .jsgrid-grid-body {
    max-height: 663px !important;
    min-height: 663px !important;
    overflow-y: hidden !important;
}

#jsGrid .jsgrid-grid-header {
    overflow-y: auto !important;
    overflow-x: auto !important;
}

#taskList .jsgrid-grid-header {
    overflow-y: auto !important;
    overflow-x: auto !important;
}

td.jsgrid-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 200px; */
    white-space: nowrap;
}


.form_login button:focus {
    outline: none;
    box-shadow: none;
}

    div.ex4 {
        width: 100%;
        height: 362px;
        overflow: auto;
    }
input#Editbtn {
    background: #b94a48;
}
input.btn.btn-default {
    
    border: none;
    color: white;
    padding: 6px 18px 6px 18px;
    line-height: 18px;
}
input#Savebtn {
    background: #a4d5ff;
}
    input#AddNotes {
    background: grey;
    color: white;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 4px;
}
    h4.bottom_space {
    margin-bottom: 30px;
}
    h2.heading_add_note {
    margin-bottom: 59px;
}
    div#SearchDiv {
    margin-bottom: 10px;
}
    i.fa.fa-file-excel.download, i.fa.fa-search.search {
    padding-right: 5px;
}
button#ShowSearch {
    padding: 5px 20px;
    line-height: 20px;
    /*background: #2196F3;*/
    background: #4c5a6e;
    border: none;
    border-radius: 4px;
    margin-bottom: 16px;
}
    button#ShowSearch i.fas.fa-caret-down {
    padding-left: 8px;
    font-size: 18px;
    vertical-align: text-bottom;
}
    /*.bottomspace {
    margin-bottom: 10px;
}*/
    .margintop label.control-label {
    padding-bottom: 3px;
}
    .isprinted label.control-label {
    padding-bottom: 0px!important;
}
    .margintop .col-md-4,.margintop .col-md-2,.margintop .col-md-3,.margintop .col-md-8,.margintop .col-md-12, .margintop .col-md-6 {
    margin-bottom: 10px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color:#00000005;
}
.isprinted {
    display: inline-block;
    background: #2196F3;
    color: white;
    border-radius: 4px;
    padding: 5px 10px 6px 10px;
    vertical-align: bottom;
}
input#IsPrinted {
    width: 16px;
    height: 16px;
    vertical-align: sub;
}
/*.box-border {
    border-right: 1px solid #c3bebe;
}*/
textarea#Message {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    background-image: url(../images/bg1.png);
}
.logo img {
    width: 63%;
    margin: 10px 0;
}
div#top_space {
    margin-top: 7em;
}
.nav.navbar-nav a {
    color: #ffffffe8 !important;
    font-weight: 600;
    font-size: 15px;
}
ul.nav.navbar-nav {
    padding-top: 27px;
}
.hedaer_top .container {
    max-width: 78% !important;
    margin: 0 auto;
}
.overlay {
    z-index: 9999 !important;
}
a.fc-day-grid-event {
    cursor: pointer;
}
input.btn.search_btn {
    background: #dddddd;
}
a.logo {
    color: #1d2343;
    font-weight: bold;
    font-size: 30px;
    font-family: raleway;
    font-family: acme;
    line-height: 80px;
    padding-bottom: 0;
}
input.isprinted:hover {
    background: #2196F3;
}
.modal-dialog {
    width: 700px;
}
.modal-header {
    border-bottom: none;
}
@media (max-width: 576px)  {
    .popup_open .popuptext {
        left: 33%;
    }
    .bottomspace .btn {
        padding: 5px 6px !important;
        font-size: 11px;
    }
    .hedaer_top .container {
        max-width: 100% !important;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #7d868a;
    }
    ul.nav.navbar-nav {
        padding-top: 0;
    }
    .logo img {
        margin-left: 15px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #cdd9de;
    }
    .popup {
        width: 96% !important;
        overflow-y: scroll;
        height: auto;
        max-height: 600px;
        margin: 20px auto;
    }
    h4.bottom_space {
    margin-bottom: 15px;
}
    .row.add_option {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
    input.btn.search_btn {
        float: right;
        margin-bottom: 10px;
    }
    .row.add_option {
        border-top: none;
    }
    h4.heading_add_note {
        padding-top: 10px;
    }
    .heading_add_note span {
        border-bottom: 2px solid grey;
        padding-bottom: 3px;
    }
    div#top_space {
        margin-top: 8.5em;
    }
    a.logo {
    padding-left: 10px;
    color: #f5f5f5;
}
    /*.navbar-inverse {
    background-size: cover;
    background-position: right;
}*/
    .checkprint {
        text-align:left !important;
    }
    .popup .close {
    top: 11px;
    right: 24px;
    color: #000;
}
    .modal-dialog {
    width: auto;
}
.select_year select.form-control {
    width: 100% !important;
    margin-bottom: 10px;
    
}
    .grid-wrap {
        overflow: scroll;
    }
    .mobile_css {
        margin-bottom:10px;
    }
    .logo img {
        width: 40%;
    }

}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    .logo img {
        width: 36%;
    }
}
@media only screen and (min-device-width : 674px) and (max-device-width : 682px) and (orientation : landscape) {
    .logo img {
        width: 36%;
    }
}
@media only screen and (min-device-width : 682px) and (max-device-width : 768px) and (orientation : landscape) {
    .logo img {
        width: 36%;
    }
}

@media only screen and (max-width: 576px) and (orientation : landscape) {

}
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .hedaer_top .container {
            max-width: 100% !important;
        }

        .logo img {
            width: 47%;
        }
    }

    a.logo {
        text-decoration: none;
    }

    .close {
        font-size: 26px;
        color: #050000;
    }

    .select_year select.form-control {
        width: 77%;
        margin-bottom: 10px;
    }

.select_year label {
    font-size: 20px;
}

    .overflow0 {
        overflow: hidden;
    }

    .cal {
        background: #ffffff;
        color: black;
        border-radius: 4px;
        padding: 14px 10px;
        font-weight: bold;
        border: 2px solid #d7d7d7;
    }

    .cal img {
        padding-right: 8px;
        width: 50px;
    }

    .grey-btn {
        background: #9E9E9E;
    }

        .grey-btn:hover, .grey-btn::selection {
            background: #9E9E9E;
        }

    .checkprint {
        overflow: hidden;
    }

    div#Count {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .btn-search {
        padding: 5px 20px;
        line-height: 20px;
        background: #4c5a6e;
        border: none;
        border-radius: 4px;
        margin-bottom: 16px;
    }

    .btn_add_copy {
        margin-bottom: 0;
        color: white;
    }

    #divPrint .col-md-4 input#Password {
        width: 100%;
    }

    #divPrint .form-control, select#RoleId {
        border-radius: 1px;
        border: 1px solid #ddd;
        height: 34px;
        width: 100%;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        padding: 6px 12px;
        font-size: 13px;
        color: #555555;
    }

    .save_cls input#Savebtn {
        background: #2196F3;
    }

    .userContainer {
        max-width: 1041px !important;
    }
.ui-icon {
    font-size: 12px;
    text-indent: inherit !important;
    width: 30px !important;
    height: 30px!important;
    left: 8px !important;
}

input[type="text"][disabled] {
    color: #898989;
}
