﻿body {
    font-family: 'Kanit', sans-serif !important;
    color: #666;
    font-weight: 300;
}

a#backToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 5px;
    right: 5%;
    display: none;
    outline: none !important;
    background-color: #13a5e0;
    text-align: center;
}

    a#backToTop .fa-angle-up {
        color: #fff;
        font-size: 20px;
        line-height: 39px;
    }

h3 {
    color: #4f2f8f !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

.fa-check {
    width: 30px;
    height: 30px;
    background-color: #088607;
    border-radius: 50%;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    line-height: 32px !important;
}

.fa-times {
    width: 30px;
    height: 30px;
    background-color: #cc1b1b;
    border-radius: 50%;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    line-height: 32px !important;
}

.fa-exclamation {
    width: 30px;
    height: 30px;
    background-color: #ffd800;
    border-radius: 50%;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    line-height: 32px !important;
}

.fixed-top {
    position: fixed !important;
}
/*new-css*/
/*.dashboard-navigation {background-image: linear-gradient(to right, #1098df 0%, #3966ba 51%, #5345a2 100%);}
.dashboard-navigation a.navbar-brand img { width:150px;}
.navbar-links ul li .nav-link {color:#fff;}
.navbar-links ul li .nav-link:hover { text-decoration:none;color:#fff;}
.navbar-dark .navbar-nav .nav-link {color: #fff !important; font-weight: 300;}
.form-control {font-weight: 300;}
.form-controls {padding-left:26px;}
.dropdown-menu {left:-70px !important;}
*/
.left-padding {
    margin-left: 15rem;
}

.shadow {
    box-shadow: 0 0 1rem rgba(0,0,0,.15) !important;
}

.btn-gradient {
    background-image: linear-gradient(to right, #1098df 0%, #3966ba 51%, #5345a2 100%);
    color: #fff;
    border: 0px;
    padding: 9px 20px 10px 20px;
    font-size: 18px;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

    .btn-gradient:hover, .btn-gradient:active {
        background-image: linear-gradient(to right, #5345a2 0%, #3966ba 51%, #1098df 100%) !important;
        color: #fff;
    }

.pamten-projectlist .btn-group {
    margin-right: 1rem !important;
}

.login-form {
    padding: 20px 0 0;
}

.pamten-background {
    background-image: url(../images/side-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 620px;
    background-position: top;
}

.login-form .form-control {
    height: 60px;
}

.login-section {
    padding: 60px 40px 199px;
}

    .login-section h3 {
        padding-bottom: 20px;
    }

header ul li {
    padding: 0 5px;
    margin-left: 0 !important;
}

    header ul li a {
        font-weight: 300;
    }

.navbar.bg-dark {
    background-image: linear-gradient(to right, #1098df 0%, #3966ba 51%, #5345a2 100%);
}

.navbar {
    border-radius: 0px !important;
    padding: 0 10px !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar a.navbar-brand {
    width: 200px;
}

    .navbar a.navbar-brand img {
        max-width: 80%;
    }

.pamten-dashboard {
    top: 12.5% !important;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.pamten-projectportfolioreport {
    top: 12.5%;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.pamten-dashboard .jumbotron {
    border-radius: 5px;
    width: 100%;
    padding: 17px 22px 0px;
}

.pamten-projectportfolioreport .jumbotron {
    border-radius: 5px;
    width: 100%;
    padding: 17px 22px 0px;
}

.pamten-projectlist .jumbotron {
    border-radius: 5px;
    width: 100%;
    padding: 17px 22px 20px;
}

.pamten-projectlist .start-date-picker img, .pamten-projectlist .end-date-picker img {
    margin-left: -20%;
    cursor: pointer;
}

.weekly-projectlist .jumbotron {
    border-radius: 5px;
    width: 100%;
    padding: 17px 22px 0px;
}

.weekly-projectlist select.form-control {
    width: 200px;
}

.dashboard-section {
    padding-top: 200px;
}

.pamten-projectlist {
    top: 12.5%;
    position: fixed;
    width: 100%;
    z-index: 9;
}
/*.weekly-projectlist {top: 14.5%;position: fixed; width: 100%; z-index: 9;}*/
.weekly-projectlist {
    padding-top: 130px;
}

.weekly-update {
    padding-top: 20px;
}

    .weekly-update .jumbotron {
        padding: 10px 21px;
    }

.update-list .jumbotron {
    padding: 20px;
}

.projectportfolioreport-list .jumbotron {
    padding: 20px;
}


.chosen-container-multi .chosen-choices {
    position: relative;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    overflow-y: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
}

input.chosen-search-input {
    height: 60px;
    overflow-y: scroll;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #dbd8d8;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #ddd;
}
/*.form-field .btn-gradient {margin-top: 30px;padding: 5px}*/
label {
    font-weight: 300;
}

.form-field {
    padding: 10px;
}

.update-list {
    padding-top: 205px;
}

.projectportfolioreport-list {
    padding-top: 205px;
}

.dashboard-section .pull-right {
    padding: 5px;
}

.allocation-chart {
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
}

.pamten-projectlist .border {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.update-list thead {
    background-color: #662d91;
}

.projectportfolioreport-list thead {
    background-color: #662d91;
}

.update-list th {
    font-weight: 300;
    color: #fff;
}

.projectportfolioreport-list th {
    font-weight: 300;
    color: #fff;
}

.update-list .jumbotron {
    background-color: #fff;
    margin-top: 20px;
}

.projectportfolioreport-list .jumbotron {
    background-color: #fff;
    margin-top: 20px;
}

.sow-cr-list thead {
    background-color: #662d91;
}

.sow-cr-list th {
    font-weight: 300;
    color: #fff;
}

.sow-cr-list .jumbotron {
    background-color: #fff;
    margin-top: 20px;
}

footer p {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.go-back {
    margin-bottom: 60px;
}

    .go-back a {
        float: right;
        padding: 10px 20px;
    }

        .go-back a:hover {
            text-decoration: none;
        }

.pamten-projectlist .ui-datepicker-trigger .ui-datepicker-trigger img[title], .ui-datepicker-trigger img[alt] {
    float: right;
    margin-top: -4px;
    margin-right: 13px;
    margin-left: -29px;
    cursor: pointer;
}

.cr-section .ui-datepicker-trigger img[title], .cr-section .ui-datepicker-trigger img[alt] {
    display: none;
}

.update-cr-section .ui-datepicker-trigger img[title], .cr-section .ui-datepicker-trigger img[alt] {
    display: none;
}

.weekly-projectlist .ui-datepicker-trigger {
    float: right;
    margin: -27px 45px 0 -31px;
    cursor: pointer;
}

.cr-section .ui-datepicker-trigger {
    float: right;
    margin-top: 12px;
    margin-right: 13px;
    margin-left: -38px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.update-cr-section .ui-datepicker-trigger {
    float: right;
    margin-top: 12px;
    margin-right: 13px;
    margin-left: -38px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.forgot-password {
    padding: 20px 0 0;
}

    .forgot-password h3 {
        padding-bottom: 10px;
    }

    .forgot-password .form-control {
        height: 50px;
    }

    .forgot-password .jumbotron {
        background-color: #fff;
        padding: 30px 30px;
    }

.weekly-update .btn-gradient {
    margin-top: 20px;
}

.weekly-projectlist .jumbotron {
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    margin: 0 15px;
}

.weekly-projectlist .border {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.weekly-update .jumbotron {
    background-color: #fff;
    margin-top: 20px;
}

.scroll-limited-names thead {
    display: table;
    width: 100%;
    width: calc(100% - 0);
}

    .scroll-limited-names thead th {
        width: 20%;
    }

.scroll-limited-names tbody {
    height: 600px;
    overflow: auto;
    overflow-x: hidden;
    display: inline !important;
    width: 100%;
}

    .scroll-limited-names tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .scroll-limited-names tbody::-webkit-scrollbar, .scroll-limited-names tbody::-webkit-scrollbar-track, .scroll-limited-names tbody::-webkit-scrollbar-thumb, .scroll-limited-names tbody::-webkit-scrollbar-thumb {
        display: none;
    }

.complete-details-popup thead {
    display: table;
    width: 100%;
    width: calc(100% - 0);
}

    .complete-details-popup thead th {
        width: 20%;
    }

.complete-details-popup tbody {
    height: 600px;
    overflow: auto;
    overflow-x: hidden;
    display: inline !important;
    width: 100%;
}

    .complete-details-popup tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .complete-details-popup tbody::-webkit-scrollbar, .complete-details-popup tbody::-webkit-scrollbar-track, .complete-details-popup tbody::-webkit-scrollbar-thumb, .complete-details-popup tbody::-webkit-scrollbar-thumb {
        display: none;
    }


span.multiselect-selected-text {
    display: block;
    width: 112%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button.multiselect.dropdown-toggle.btn.btn-default::after {
    display: none;
}

.form-field .btn-group {
    margin-top: -7px;
}

.cr-section {
    padding-top: 90px;
}

    .cr-section label {
        color: #2f59a0;
        font-size: 15px;
    }

    .cr-section .jumbotron {
        background-color: #fff;
    }

    .cr-section .form-control {
        height: 45px;
        font-size: 14px;
    }

.update-cr-section {
    padding-top: 90px;
}

    .update-cr-section label {
        color: #2f59a0;
        font-size: 15px;
    }

    .update-cr-section .jumbotron {
        background-color: #fff;
    }

    .update-cr-section .form-control {
        height: 45px;
        font-size: 14px;
    }

    /*.cr-section input[type="date"].form-control {
        width: 90%;
        border-right: none;
    }*/

    .cr-section .input-group-text {
        padding: 10px 10px;
        background-color: #fff;
        border-left: none;
        height: 45px;
    }

.update-cr-section .input-group-text {
    padding: 10px 10px;
    background-color: #fff;
    border-left: none;
    height: 45px;
}

.clearfix {
    clear: both;
}

.cr-section h2 {
    color: #5245a2;
    padding-bottom: 20px;
    font-weight: 400;
}

.update-cr-section h2 {
    color: #5245a2;
    padding-top: 35px;
    padding-bottom: 20px;
    font-weight: 400;
}

.cr-section .btn-secondary {
    background-color: #999;
    color: #fff;
}

    .cr-section .btn-secondary:hover {
        background-color: #999;
        color: #fff;
    }


.update-cr-section .btn-secondary {
    background-color: #999;
    color: #fff;
}

    .update-cr-section .btn-secondary:hover {
        background-color: #999;
        color: #fff;
    }

.btn-save-reset {
    padding-top: 20px;
    text-align: center;
}

    .btn-save-reset .btn {
        padding: 10px 50px;
        font-size: 20px;
    }

.cr-section .mt-4 {
    margin-top: 1.0rem !important;
}

.update-cr-section .mt-4 {
    margin-top: 1.0rem !important;
}

/*responsive*/
@media (min-width: 1200px) {
    .container-fluid {
        width: 100%;
        padding-right: 100px;
        padding-left: 100px;
    }
    /*.pamten-dashboard .col-xl-2 { -ms-flex: 0 0 20%;flex: 0 0 20%; max-width: 20%;}*/
}

@media screen and (min-width:1920px) and (max-width: 2560px) {
    .login-form {
        padding: 125px 0;
    }

    .login-section {
        padding: 190px 40px 185px;
    }

    .pamten-dashboard {
        top: 12%;
    }

    .weekly-projectlist .form-control {
        width: 100% !important;
    }

    .pamten-projectlist {
        top: 11.5%;
    }
}

@media screen and (min-width:1690px) and (max-width: 1921px) {
    .login-form {
        padding: 125px 0;
    }

    .login-section {
        padding: 190px 40px 185px;
    }

    .pamten-dashboard {
        top: 9.5%;
    }

    .pamten-projectlist {
        top: 9.5%;
    }

    .weekly-projectlist .form-control {
        width: 100% !important;
    }
}

@media screen and (min-width:1439px) and (max-width: 1691px) {
    .login-form {
        padding: 125px 0;
    }

    .login-section {
        padding: 190px 40px 185px;
    }

    .pamten-projectlist {
        top: 9.5%;
    }

    /* .weekly-projectlist .form-control {
        width: 100% !important;
    }*/
}

@media screen and (min-width:1024px) and (max-width: 1440px) {
    header ul li {
        padding: 0 4px;
        margin-left: 0 !important;
    }

    .login-form {
        padding: 50px 0;
    }

    .login-section {
        padding: 190px 40px 185px;
    }

    .pamten-projectlist {
        top: 14.5%;
    }

    .update-list {
        padding-top: 185px;
    }

    .projectportfolioreport-list {
        padding-top: 185px;
    }

    .pamten-projectlist .jumbotron {
        border-radius: 5px;
        width: 100%;
        padding: 17px 22px 10px;
    }

    .pamten-dashboard {
        top: 8.5%;
    }

    .update-list table {
        width: 100%;
        overflow-x: auto;
    }

    .projectportfolioreport-list table {
        width: 100%;
        overflow-x: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .pamten-projectlist {
        top: 10.5%;
    }

    .update-list {
        padding-top: 180px !important;
    }

    .projectportfolioreport-list {
        padding-top: 180px !important;
    }

    .pamten-projectlist .col-xl-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .pamten-projectlist .jumbotron {
        padding-left: 40px;
    }

    .pamten-dashboard {
        top: 9.5%;
    }

        .pamten-dashboard .col-xl-12 {
            padding-left: 0;
            padding-right: 0;
        }

    .dashboard-section {
        padding-top: 245px;
    }

    svg {
        width: 100%;
    }

    .weekly-projectlist {
        padding-top: 100px;
    }

        .weekly-projectlist .col-lg-3 {
            padding: 0;
        }

    .form-field {
        padding: 10px 0;
    }

    .weekly-projectlist .form-control {
        width: 95% !important;
    }

    .update-list table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .projectportfolioreport-list table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

@media screen and (min-width:992px) and (max-width: 1023px) {
    .login-form {
        padding: 25px 0;
    }

    .login-section {
        padding: 190px 40px 185px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .pamten-background {
        background-size: contain;
        height: 401px;
    }

    .login-form {
        padding: 50px 0;
    }

    .login-section {
        padding: 60px 40px 0;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 13px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .pamten-dashboard {
        top: 7.5%;
    }

        .pamten-dashboard .col-xl-12 {
            padding-left: 0;
            padding-right: 0;
        }

    .pamten-projectlist .jumbotron {
        padding-left: 40px;
    }

    .pamten-projectlist #btnsearch.btn-gradient, .pamten-projectlist #btnreset.btn-gradient {
        margin-top: 10px;
    }

    .pamten-projectlist .jumbotron {
        padding: 17px 22px 10px;
    }

    .update-list {
        padding-top: 215px !important;
    }

    .projectportfolioreport-list {
        padding-top: 215px !important;
    }

    .update-list table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .projectportfolioreport-list table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar a.navbar-brand {
        width: 170px;
    }

    header ul li {
        padding: 0 0;
    }

    .pamten-dashboard .col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .pamten-dashboard .jumbotron, .pamten-projectlist .jumbotron, .weekly-projectlist .jumbotron {
        margin: 0 10px;
    }

    .pamten-projectlist .form-check-inline {
        margin-right: 0;
    }

        .pamten-projectlist .form-check-inline .form-check-input {
            margin-right: 3px;
        }

    .form-field .btn-gradient {
        margin-top: 0;
        padding: 5px 15px;
        margin-left: -10px;
    }

    .update-list {
        padding-top: 155px;
    }

    .projectportfolioreport-list {
        padding-top: 155px;
    }

    .update-list h3 {
        padding-left: 15px;
    }
    /* .weekly-update {padding-left: 25px;}*/
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .pamten-projectlist .form-check-inline {
        margin-right: 0;
    }

    .pamten-projectlist .col-xl-2 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pamten-projectlist .border {
        padding: 5px;
    }
}

@media screen and (min-width: 320px) and (max-width: 567px) {
    .cr-section h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .cr-section .mt-4 {
        display: none;
    }

    .update-cr-section h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .update-cr-section .mt-4 {
        display: none;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1200px;
    }
}

.messageerrordisplay {
    color: red;
}
/*.chartsmarginleft {margin-left: 198px;}*/
.dataTables_length {
    display: none;
}

.dataTables_filter {
    display: none;
}

.paginate_button current .paginate_button {
    color: blue;
}
