﻿@font-face {
    font-family: Janna;
    src: url(JannaLT.ttf);
}
.pagination {
    border: solid 0px #000;
    border-top: solid 0px white;
    float: left;
    height: 0;
    padding-bottom: 10px;
}

.PagerImagesDiv {
    border: solid 0px red;
    float: left;
    margin: 0;
    vertical-align: middle;
}

/*For GoToFirst Image*/
.ImageFirstDiv {
    border: solid 0px green;
    padding-right: 3px;
    float: left;
}

/*for Prev Image*/
.imgPrevDiv {
    padding-right: 3px;
    float: left;
}

.PageInfoDiv {
    border: solid 0px green;
    padding: 0;
    margin-top: 3px;
    float: left;
}

.imgNextDiv {
    padding-right: 3px;
    padding-left: 3px;
    float: left;
}

.imgLastDiv {
    float: left;
}

.labelPagesCount {
    margin-top: 0;
    line-height: 1.3;
    color: var(--light_color);
}

.PagerPagesDiv {
    border: solid 0px green;
    float: left;
    margin: 0;
    vertical-align: top;
    padding-left: 5px;
}

.GvGoToStyle {
    border: solid 0px green;
    padding-left: 5px;
    float: right;
}

.GoTotextBox {
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #15bdc0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}

.divGridView {
    height: auto !important;
}

.GridView {
    font-size: 11px;
    color: #493c31;
    margin: 0px;
    padding: 0px;
    /*width: auto;*/
}

    .GridView th {
        font-size: 1.3em;
        border: none; /*background:#82a1b6;*/
        background-color: #82a1b6; /* #f5f5f5;*/
        border: 1px solid #ddd;
        text-align: center;
        padding-right: 2px;
        color: #eeeeee;
        padding-left: 2px;
        height: 35px;
        white-space: nowrap;
    }

    .GridView td {
        border: solid 1px #ddd;
        padding-left: 2px;
        padding-right: 2px;
        font-size: 12px;
        font-family: Janna;
        line-height: 25px; /*font-weight:bold;    */
    }

/* auto complete */
.DivResults {
    border: solid 1px #ccc;
    position: absolute;
    background-color: White;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
}

.DivResult {
    padding-right: 15px;
    border-bottom: solid 1px #eeeeee;
    cursor: pointer;
    padding: 3px;
    background-color: #ffffff;
    color: #000000;
}

.NoDataFound {
    padding-right: 15px;
    border-bottom: solid 1px #eeeeee;
    padding: 3px;
    background-color: #ffffff;
    color: Red;
}

input[type=text]::-ms-clear {
    display: none;
}
/* end */

.ajax__calendar_container TABLE tbody {
}

.ajax__calendar_container {
    width: 100% !important;
}

.ajax__calendar .ajax__calendar_container {
    border: solid 1px #cccccc !important;
}

/* Multi Select DDL Style*/
.ArrowImg {
    /*   margin-top:0px;   width:17px;   height:17px;   float:right; */
    margin-top: 3px;
    margin-right: 5px;
    width: 9px;
    height: 17px;
    float: right;
    cursor: pointer;
}

.ddlTable {
    border: solid 1px #A4B97F;
}

.txtControl {
    border: solid 0px red;
    text-decoration: none;
    padding: 0;
    height: 19px;
}

.PanelStyle {
    background-color: White;
    position: absolute;
    font-size: 10px;
}

.new-grid td .tdControl {
    height: 0px;
}

.MainDivItemsMultiSelect {
    border-bottom: solid 1px #ccc;
    padding-top: 4px;
    cursor: pointer;
}

    .MainDivItemsMultiSelect:hover {
        background-color: #f5f5f5;
    }

.MultiSelectItems {
    margin: 4px;
    cursor: pointer;
}

    .MultiSelectItems label {
        font-weight: normal !important; /* font-size: 12px; */ /* margin-top: -20px; */
        margin-left: 6px;
        line-height: 1.42857143;
        cursor: pointer;
    }
/* End*/



/*Style your DataPager Control*/
.pager {
    float: left;
    height: 40px;
    /*margin-left: -5px;*/
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

    .pager ul li a, .pagerbuttons, .selected {
        /*float: left;*/
        font-size: 12px;
        font-weight: bold;
        /*height: 18px;*/
        margin: 0 5px;
        min-width: 30px;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        color: White;
    }

    .pager ul li a, .pagerbuttons {
        background: #3cb878;
    }

        .pager ul li a.active, .pager ul li a:hover, .selected, .pager a:hover {
            background: #1a2e46;
            color: White;
        }

.register {
    /*background: #0e4069 url(../images/register_bg.jpg) left top repeat;*/
    /*background: #0e4069 left top repeat;*/
    background: radial-gradient(circle, rgb(50 119 144) 10%, #0e4069 75%);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: #0e4069 0 0 80px 1px;
}

    .register h2 {
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 0px dotted #dfdfdf;
    }

    .register .forminput {
        width: 100%;
        border: 1px solid #dfdfdf;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
        font-size: 20px;
        padding: .375rem .75rem;
    }

    .register .formselect {
        width: 100%;
        max-height: 38px;
        background: #fcfcfc;
        border: 1px solid #ddd;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
        font-size: 20px;
        padding: .375rem .75rem;
    }

    .register .forminput:focus {
        border: 1px solid #ccc;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .register .formselect:focus {
        border: 1px solid #ccc;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .register .formlabel {
        margin: 7px 0 5px 5px;
        font-size: 20px;
        text-align: left;
        color: #dfdfdf;
    }



    .register .btn {
        cursor: pointer;
        width: 30%;
        height: 42px;
        margin-top: 0px;
        padding: 0;
        background: var(--cyan);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 10px;
        border: 0;
        font-weight: 600;
        color: var(--white);
        font-size: 20px;
    }

    .register .registerlogin {
        margin-top: 20px;
    }

        .register .registerlogin a {
            color: #dfdfdf;
            text-decoration: underline;
            padding: 10px;
        }

    .register .bg-dot {
        /*position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1;
        opacity: 0.3;*/
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        margin: 0 auto;
        z-index: -1;
        background: #002e5b;
        opacity: 0.8;
    }

.error {
    border: 1px solid #b94a48 !important;
    background-color: #fee !important;
}

.form-control::placeholder {
    padding-left: 5px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
}

.ModalPopupBG {
    background-color: #2c3b49;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index:1;
}

.fc-header-title h2 {
    opacity 1;
}

.no-text-decoration {
    text-decoration: none !important;
}

.RowHover {
    color: #000;
    background: #e1f1ff;
}

.SelectedRow {
    color: #000;
    background: #e1f1ff;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.x_title .filter {
    width: 40%;
    float: right;
}

/*.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--orange_color);
    font-weight: 600;
    padding: 2px;
    font-size: 1.5rem;
}*/
/* by malek 
.x_title h2:before {
  font-family: 'FontAwesome';
  content: "\f038";
  padding-right:3px;
}
*/
.x_title h2 small {
    margin-left: 10px;
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
    /* overflow-x: auto;
    overflow-y:hidden;*/
}

    .x_content h4 {
        font-size: 16px;
        font-weight: 500;
    }

.table-col-group {
    width: 14.66666667%;
}

.table-col-group-2 {
    width: 18.66666667%;
}

.custom-control-label {
    display: inline-block;
    padding-top: 4px;
    padding-left: 4px;
    margin-bottom: 0;
    font-size: 100%;
    color: #000;
    background: rgb(98 151 195 / 8%);
    width: 100%;
}

.form-control {
    /*border-radius: 0;*/
    width: 100%;
    border-bottom: thin solid #CCCCCC !important;
    box-shadow: none !important;
    /*background-color: transparent!important;*/
    box-shadow: none;
}

.clearfix:after, form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.titel-bg{
    background-color: #404E67;
    background: linear-gradient( 
60deg
, #4CA1AF, #2C3E50);
}