﻿.select2-container .select2-selection--single {
   margin-bottom:4px;
}
.required{

    color:red;
}
@media print {
    @page {
        margin: 0;
    }

    body {
        margin-bottom: 25px;
    }

    #left_bar, .blue_lin, .developer, .btn, .btn-primary, #print-button {
        display: none !important;
    }

    input {
        display: none;
        border-bottom: 2px solid #000000;
    }

        input[type=text] {
            display: inline-block;
            border: none;
        }

        input[type=submit], input[type=button] {
            display: none;
            -webkit-appearance: none;
        }

        input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

    .col-lg-6 {
        width: 49%;
        display: inline-block;
    }
}


/*
::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px
}

.squareScroll ::-webkit-scrollbar-thumb {
    border-radius: 0px
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    background: rgb(0,183,234);
    background: -moz-linear-gradient(top, rgba(0,183,234,1) 0%, rgba(0,158,195,1) 65%);
    background: -webkit-linear-gradient(top, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 65%);
    background: linear-gradient(to bottom, rgb(204 0 0) 0%,rgb(9 113 3) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );
}

::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1)
}

.threadpane ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2)
}

.msg-pane-v2 .threadpane ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2)
}

::selection {
    background: #a4dcec;
}

::-moz-selection {
    background: #a4dcec;
}

::-webkit-selection {
    background: #a4dcec;
}*/

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc !important;
    font-style: italic;
}

li.subheading_menu {
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    color: #fff;
    background: #1889CB;
    padding: 5px;
}

.widget_wrap {
    display: table;
    width: 100% !important;
}

ul.acitem li a {
    line-height: 15px !important;
    padding: 8px 0;
}

.saved-data {
    text-align: center;
    margin-top: 10px;
    border: 2px solid #23A6F0;
    padding: 0 0 12px;
}

.portlet-title {
    background: #6b7075 !important;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 14px;
}

.portlet-body table th {
    border-bottom: none;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    background: #F9F9F9;
    /*text-transform: lowercase;*/
}

.portlet-body table td {
    padding: 5px 3px;
}

.portlet-body .table-bordered td {
    border: 1px solid #d4d3d3;
    text-align: center;
}

.portlet-body table tr:nth-child(odd) {
    background: #ddf7e3;
}

.portlet-body table tr:nth-child(even) {
    background: #fff5f5;
}

.portlet-body table td a {
    color: #6e6363b8;
}


.left_label ul li label {
    vertical-align: middle;
    position: absolute;
    line-height: 34px;
}

h3.page-title {
    /* margin: 10px 0; */
    padding: 5px 10px;
    background: #6b7075 !important;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
    /*    text-shadow: 0 0px 7px #F00;*/
}

.control-group, .form-group {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 1px;
    padding-left: 10px;
}

    .form-group label, .control-group label, .control-group span {
        float: left;
        width: 29%;
        padding: 11px 0;
    }

    .form-control, .controls input, .control-group input, .control-group select {
        float: left;
        width: 70%;
    }

    .control-group input, .control-group select, .control-group textarea {
        display: block;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

span.radio-inline label {
    padding: 4px 0px;
}

.form-actions {
    text-align: center;
    margin: 20px 0 8px;
    display: inline-block;
    width: 100%;
}

.form-actions1 {
    text-align: center;
    margin: 20px 0 8px;
    display: inline-block;
    width: 100%;
}

.middle_of_page {
    margin: 0 auto;
    float: none;
}

h3 small {
    color: #FFF;
}


/* Error Messages */
.xerp_info, .xerp_success, .xerp_warning, .xerp_warn, .xerp_error, .xerp_stop {
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    display: block;
}

.xerp_info {
    color: #0b0b0c;
    background-color: #7B7B7C;
    background-image: url('./img/info.png');
}

.xerp_success {
    color: #0b0b0c;
    background-color: #7B7B7C;
    background-image: url('./img/success.png');
}

.xerp_warning, .xerp_warn {
    color: #0b0b0c;
    background-color: #7B7B7C;
    background-image: url('./img/warning.png');
}

.xerp_error {
    color: #0b0b0c;
    background-color: #7B7B7C;
    background-image: url('./img/error.png');
}

.xerp_stop {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('./img/stop.png');
}
/* End Error Messages */

.control-group .button {
    float: right;
    width: auto;
    margin: 5px 10px 0;
}

.form-group input[type=checkbox], .form-group input[type=radio], .control-group input[type=checkbox], .control-group input[type=radio] {
    padding: 0;
    width: 30px !important;
    border: none !important;
    height: 22px !important;
    box-shadow: none !important;
    margin-top: 5px !important;
}

span.radio-inline label {
    padding: 10px 12px;
}

ul.chosen-results {
    background: #fff;
    z-index: 999;
}

    ul.chosen-results li:hover {
        background: #eee;
        cursor: pointer;
    }

.widget_content {
    max-width: 525px;
}

.widget_wrap h3 {
    padding: 5px 29px 20px;
}

li.user_thumb {
    box-sizing: content-box;
}

li.zxy ul {
    display: block !important;
}

/*Menu Current page*/
li.expand::before {
    /*border: #b5ccd4 1px solid;
color: #084e70;
background-position: 0 -289px;
font-weight: bold;*/
}

.xerp_curr {
    background-color: rgb(255 137 92 / 58%);
    font-weight: bold;
    color: brown;
}

/*Autocomplete animation*/
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 200px;
    font-family: 'Noto Sans Bengali', 'Exo', sans-serif;
    font-size: small;
    text-align: left;
    list-style-type: none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*color-profile*/

.xerp_green {
    color: #71c70c;
}

.xerp_green-bg {
    background-color: #71c70c;
    color: white;
}

.xerp_red {
    color: #821418;
}

.xerp_red-bg {
    background-color: #821418;
    color: white;
}

.control-group input[type="image"] {
    display: block;
    height: 22px;
    padding: 2px 2px;
    margin-bottom: 9px;
}

label.control-label.full-wdth {
    width: 100%;
}

input:focus, select:focus, textarea:focus, input:hover, select:hover, textarea:hover, button:hover {
    border-color: #6b7075;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 102 102 / 60%);
}

/* Gradient transparent - color - transparent */

hr.xerp_line {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(14,139,255, 0), rgba(14,139,255, 0.8), rgba(14,139,255, 0));
    background-image: -moz-linear-gradient(left, rgba(14,139,255, 0), rgba(14,139,255, 0.8), rgba(14,139,255, 0));
    background-image: -ms-linear-gradient(left, rgba(14,139,255, 0), rgba(14,139,255, 0.8), rgba(14,139,255, 0));
    background-image: -o-linear-gradient(left, rgba(14,139,255, 0), rgba(14,139,255, 0.8), rgba(14,139,255, 0));
}


div.xerp_upload {
    width: 230px;
    height: 20px;
    margin: 40px auto;
}

input.file {
    width: 150px;
    height: 20px;
    border: 1px solid #BBB;
    border-right: 0;
    color: #888;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    outline: none;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        color: white;
        background-color: black;
        display: inline-block;
        cursor: pointer; /* "hand" cursor */
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: #6b7075;
        }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

div.file_upload {
    width: 80px;
    height: 24px;
    background: #7abcff;
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    /*background: linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
    display: inline;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 8px;
}

    div.file_upload:before {
        content: 'UPLOAD';
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
    }

    div.file_upload input {
        position: relative;
        height: 30px;
        width: 250px;
        display: inline;
        cursor: pointer;
        opacity: 0;
    }

.gridview, #ctl00_BodyContent_GridView1 {
    width: 100%;
}

.xerp_vmiddle {
    vertical-align: middle;
}

.xerp_absolute_centre {
    text-align: center;
    vertical-align: middle;
}

.ajax__calendar_body td {
    padding: 1px 2px !important;
}

.ajax__calendar .ajax__calendar_container {
    padding: 5px 0;
}

td.ajax__calendar_other {
    opacity: .3;
}

.ajax__calendar_body tr:nth-child(even) {
    background: transparent !important;
}


/*Gridview Paging Style*/

.gvpaging {
    background-color: #ddf7e3 ;
    padding: 2px;
    margin: 2% auto;
}

    .gvpaging a {
        margin: auto 1%;
        border-radius: 25%;
        background-color: #96D9FF;
        padding: 5px 10px 5px 10px;
        color: #fff;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
    }

        .gvpaging a:hover {
            background-color: #6b7075; /*#ae2676;*/
            color: #6b7075;
            text-decoration: none;
        }

    .gvpaging span {
        background-color: #1889CB;
        color: #fff;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-radius: 25%;
        padding: 5px 10px 5px 10px;
    }

    .gvpaging td {
        background-color: #ddf7e3 ;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: 'Noto Sans Bengali', 'Exo', sans-serif;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

table input {
    /*text-align: center;*/
}

.xtable-b {
    border: 2px solid #999;
}

#print-button {
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    float: right;
}

    #print-button:focus, #print-button:hover {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        filter: none;
    }

td {
    vertical-align: middle !important;
}

    td input.form-control, td select.form-control, td textarea.form-control {
        width: 100% !important;
    }

.float_right {
    float: right;
}

td.float_right {
    padding: 1px 1px !important;
    text-align: right;
}

.align_right {
    text-align: right;
}

table#ctl00_BodyContent_GridView1 td {
    padding: 3px;
    line-height: 13px;
    font-size: 13px;
}

.panel {
    min-height: .01%;
    overflow-x: auto;
    border: 2px #0a0809 solid !important;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.05) !important;
    box-shadow: 5px 5px 5px rgba(0,0,0,.05) !important;
    margin-top: 10px;
    overflow: hidden;
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) {
    .panel {
        min-height: 360px;
    }
}

.panelAddToGrid {
    min-height: .01%;
    overflow-x: auto;
    border: 2px #0a0809 solid !important;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.05) !important;
    box-shadow: 5px 5px 5px rgba(0,0,0,.05) !important;
    margin-top: 10px;
    overflow: hidden;
}
@media (min-width: 1025px) {
    .panelAddToGrid {
        min-height: 100px;
    }
}

.table-responsive table, fieldset table {
    margin: 0;
    width: 100%;
}

#ctl00_BodyContent_GridView1 {
    margin: 0 !important;
}

    /*.right, #ctl00_BodyContent_GridView1 td:last-child {
        float: right;
        text-align: right;
    }*/

.right {
        float: right;
        text-align: right;
    }
.panel table, .membersinfo {
    margin: 10px !important;
    width: 95%;
}

legend {
    background: #6b7075 !important;
    border: none !important;
    text-align: center;
    color: #ffffff !important;
    /* border-bottom: 2px solid darkred; */
}

.form-button {
    position: relative;
    min-height: 50px;
}

    .form-button.controls {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-bottom: 10px;
        display: block;
        overflow: hidden;
    }

.btn {
    /* display: block; */
    padding: 6px 12px;
    /* margin-bottom: 0; */
    /* font-size: 14px; */
    /* font-weight: 400; */
    line-height: 1.42857143;
    /* text-align: center; */
    /* white-space: nowrap; */
    /* vertical-align: middle; */
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    /* cursor: pointer; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    /* background-image: none; */
    border: 1px solid #064492;
    border-radius: 4px;
}

input[type=submit] {
    padding: 3px 10px;
    border-radius: 5px;
    color: white;
    border-color: #6b7075;
}
    input[type=submit]:hover {
        background-color: #6b7075;
        color: lightgreen;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
/*
table#ctl00_BodyContent_GridView1 td {
    padding: 3px;
    line-height: 15px;
}

th, td {
    border: 1px solid gray !important;
    padding: 5px !important;
    vertical-align: middle;
}

#Div2 th, #Div2 td {
    border: none !important;
    vertical-align: middle;
}

.div2 th, .div2 td {
    border: none !important;
    vertical-align: middle;
}

#CrystalReportViewer1 td, #CrystalReportViewer1 th {
    border: none !important;
    padding: initial !important;
}

#CrystalReportViewer1__widget td, #CrystalReportViewer1__widget th {
    border: none !important;
    padding: initial !important;
}

.required-field-block span {
    width: 100%;
}

.ajax__calendar {
    z-index: 9999;
}*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #c8c1c1;
}

