﻿
@media print {
    .noPrint {
        display: none;
    }

    .hide-on-screen {
        display: block;
    }
}

@media print {
    .printdiv {
        display: block !important;
    }
}


hr {
    border: 0;
    border-top: 1px solid #6a6666 !important;
    border-bottom: 0;
}

.dropdown-menu {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: 450px !important;
    max-width: 450px !important;
    /* width:inherit ;*/
}

.text-right {
    text-align: right !important;
}

.swal2-container {
    z-index: 20000 !important;
}

.invalid {
    border: 1px solid #dc3545 !important;
}

/*::-ms-clear {
    display: none;
}


*/
.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.select2 {
    width: 100% !important;
}

.text10px {
    font-size: 10px
}
/*@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css";*/

/* Custom page CSS (Not required)
--------------------------------------------- */

/*login*/

 
.imglogo {
    width: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.pad20 {
    padding: 20px !important
}
.hide {
    display: none !important;
}

.minheight400 {
    min-height: 400px;
}

.minheight500 {
    min-height: 500px;
}

.font10 {
    font-size: 10px;
}
.font11 {
    font-size: 11px;
}
.font12 {
    font-size: 12px;
   /* font-weight: bolder;*/
}

.select2-container--bootstrap .select2-selection {
    border-radius: 0px !important;
}

.select2-selection__rendered {
    /* line-height: 27px !important; */
}

.select2-container .select2-selection--single {
    height: 39px !important;
    border: 1px solid #ccc;
}

.select2-selection__arrow {
    height: 39px !important;
}


.summaryhighlight {
    background: #20c997
}



.has-success .select2-container--focus .select2-selection, .has-success .select2-container--open .select2-selection {
    /* border-color: #d2d6de !important;*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #00a65a !important;
    /*  border-color: #66afe9 !important; blue*/
    /* border-color: #2b542c; */
}

.select2-container--focus .select2-selection, .has-success .select2-container--open .select2-selection {
    /* border-color: #d2d6de !important;*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #66afe9 !important;
    /*  border-color: #66afe9 !important; blue*/
    /* border-color: #2b542c; */
}

.highlighttblrowwarning {
    background-color: #ffe38f;
}
.highlighttblrowdanger {
    background-color: #ffb8be;
}

.form-control.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}



#legend {
    /* position: absolute;*/
    bottom: 20px;
    right: 5px;
    /*   background: #D3D3D3;*/
    border-radius: 10px;
    display: block;
    padding: 10px;
    color: #6E6E6E;
    font-family: sans-serif;
    text-align: left;
    width: 300px;
    /*  border: 1px solid black;*/
}
    #legend ul {
        padding: 0;
        margin-left: 10px !important;
        margin-right: 0px;
        line-height: 15px;
    }
    #legend li {
        font-family: sans-serif;
        font-size: 0.8em;
        list-style-type: none;
        /*     margin-top: 10px;
                margin-bottom: 10px;*/
        vertical-align: middle;
        padding-left: 20px;
        /*        padding-right: 50px;
                padding-left: 30px;*/
    }
    #legend .header {
        margin: 1px 1px 1px 1px;
        text-align: center;
        font-weight: bold;
    }
    #legend .circle {
        position: relative;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        float: left;
        border: 1px solid #767676;
        margin-right:5px;
    }
    /*fix calendar icon left/right*/
.fc-icon-chevron-right:before {
    content: ">";
}
.fc-icon-chevron-left:before {
    content: "<";
}


.jq-toast-wrap {
    z-index: 90900 !important;
}
.bordertop {
    border-top: 1px solid #6a6666 !important;
}

.tooltip {
    z-index: 100000000;
}


.profile-card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0, .1);
    background-color: #fff;
    border-radius: 7px;
    width: 300px;
}

.profile-card-content {
    padding: 15px;
}

.profile-card-footer {
    border-top: #f3f3f3 1px solid;
    display: flex;
    flex-direction: row;
}

.profile-card-header {
    display: flex;
    background-color: #16a78c;
    color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    flex-direction: row;
}

.profile-card-header-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-card-name {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    display: block;
}

.profile-card-tiny-text {
    margin: 0px;
    font-size: 10px;
    margin-top: 5px;
    font-weight: 500;
}

.profile-card-info {
    margin: 0px;
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.profile-card-actions {
    padding: 15px 30px;
    text-align: center;
    color: #18ba9b;
}

    .profile-card-actions:hover {
        color: #18ba9b;
        text-decoration: none;
    }

.profile-card-photo {
    background-color: #ddd;
    width: 64px;
    height: 64px;
    border-radius: 50% !important;
    flex-shrink: 0;
    flex-grow: 0;
    background-size: contain;
    margin-right: 15px;
}

.drop-open .drop-content {
    animation: fadeIn 0.30s;
}

.sideprofilepic {
    width: 70px !important;
    height: 70px !important;
    /*max-height: 100px;*/
    display: inline-block;
}

/*.profilepic {
    width: 70px !important;
    height: 70px !important;*/
    /*max-height: 100px;*/
    /*display: inline-block;
}*/

.file-upload {
    display: none;
}

.profile_circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 72px;
}

img {
    max-width: 100%;
    height: auto;
}

.p-image {
    position: inherit;
    margin-left: 60px;
    margin-top: -10px;
    /* top: 110px;
    right: 85px;*/
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    cursor: pointer
}

    .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.upload-button {
    font-size: 1.2em;
}

    .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

    /*loading placeholder*/
.ph-item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
     margin-bottom: 0px !important; 
    overflow: hidden;
    padding: 10px 10px 10px;
    position: relative;
}
    .ph-item > * {
         margin-bottom: 0 !important; 
    }