/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 Sep, 2020, 4:11:13 PM
    Author     : iconicus-1
*/
.pad-30{
    padding: 30px;
}
.mb-35{
    margin-bottom: 35px;
}
/*.modal-body {
    height: 365px;
    overflow-y: auto;
}*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    background: #D9D9DE !important;
}
::-webkit-scrollbar-track {
    background: rgb(243, 243, 243) !important;
}
.requied {
    color: red;
    font-size: small;
}
.line-on-side {
    border-bottom: 1px solid #dadada;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
.line-on-side span {
    background: #fff;
    padding: 0 10px;
}
.pad-0{
    padding: 0; 
}
form .form-section {
    color: #1D2B36;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE !important;
}
form .form-actions {
    border-top: 1px solid #dadada;
    padding: 20px 0;
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.cardsettings{
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 4rem;
    border: none !important;
    box-shadow: none;
    position: fixed;
    width: 18.1%;
    height: 100%;
}
.cardsettings .active{
    color: #007bff;
}
.cardsettings hr{
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
.card-body {
    flex: initial !important;
}
.content-header {
    padding: 5px 10px 0px 5px;
}
#resgister_div{
    width:600px;
}
.dn{
    display: none;
}
.form-actions .btn
{
    min-width: 100px;
}
/*.modal-footer .btn
{
    min-width: 100px;
}
.modal-footer {
    display: block !important;
}
.modal-title {
    margin-bottom: 0;
    line-height: 0.5;
    font-size: 18px;
    font-weight: 400;
}
.modal-header {
    padding:0.8rem 1.2rem 0.5rem 1rem;
}*/
.tag-default {
    background-color: mediumseagreen !important;
}
.tag {
    display: inline-block;
    padding: 0.35em 0.4em;
    font-size: 85%;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.18rem;
    padding: 5px;
    margin: 5px;
    min-width: 80px;
}
.color-black{
    color: black;
}
.border-round {
    border-radius: 150px !important;
}
.form-control{
    font-size: 14px;
}
body{
    font-size: 14px;
}
.btn{
    font-size: 14px;
}
.note-editor .btn-primary
{
    color: black;
    background-color: white;
    border-color: lightgray;
    min-width: 10px !important;
}
.background .bg {

    background-image: url(/includes/admin/images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;
    filter: alpha(opacity=20);
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.activemenu {
    background: black;
}
.ico-radio,
.ico-checkbox{
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.ico-radio > input,
.ico-checkbox > input{ /* HIDE ORG RADIO & CHECKBOX */
    visibility: hidden;
    position: absolute;
}
/* RADIO & CHECKBOX STYLES */
.ico-radio > i,
.ico-checkbox > i{     /* DEFAULT <i> STYLE */
    display: inline-block;
    vertical-align: middle;
    width:  16px;
    height: 16px;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: inset 0 0 0 8px #fff;
    border: 1px solid gray;
    /*background: gray;*/
}
/* CHECKBOX OVERWRITE STYLES */
.ico-checkbox > i {
    height: 18px;
    width: 30px;
    border-radius: 30px;
}
/* CHECKBOX */
.ico-checkbox > input + i:after{
    content: "";
    display: block;
    height: 12px;
    width:  12px;
    /*margin-left: 2px !important;*/
    margin: 2px;
    border-radius: inherit;
    transition: inherit;
    background: gray;
}
.ico-checkbox > input:checked + i:after{ /* (RADIO CHECKED) <i> STYLE */
    margin-left: 14px;
    background:  #3598dc;
}


.ico-checkbox-checked{
    text-align: center;
    vertical-align: middle;
    line-height: 30px !important;
    border-color:gray;
    width:  130px;
    height: 15px;
    color:black;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.ico-checkbox-checked > input{ /* HIDE ORG RADIO & CHECKBOX */
    visibility: hidden;
    position: absolute;
}
/* RADIO & CHECKBOX STYLES */
.ico-checkbox-checked > i{ 
    display: inline-block;
    vertical-align: middle;
    width:  17px;
    height: 17px;
    margin-top: 1px;
    margin-left: 10px;
    border-radius: 0;
    transition: 0.2s;
    box-shadow: inset 0 0 0 8px #fff;
    border: 1px solid gray !important;
    background: gray;
    color:black;
    font-size: 9px !important;
    text-align: center;
    color: #fff;
}
.ico-checkbox-checked:hover > i{ 
    border:1px solid #3598dc !important;
}
.ico-checkbox-checked > input:checked + i{
    box-shadow: inset 0 0 0 0px #fff;
    border:1px solid #3598dc !important;
    background: #3598dc;
    display: inline-block;
    color:#fff;
}
.ico-head
{
    border-bottom: 5px solid #007bff;
    padding-bottom: 10px;
}

.help-block-error-custom{
    color: tomato;
    font-size: small;
}

.custometaginputs {
    border: 1px solid #ced4da !important;
}

.custometaginputs .label-info {
    border: 1px solid #ced4da !important;
    color: #1D2B36 !important;
    padding: 0.35em 0.4em !important;
    margin: 0px !important;
}
.note-editor.note-frame
{
    width: 100% !important;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400 !important;
}
.label-success{
    background-color: #00a65a !important;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


.label-danger {
    background-color: #dd4b39 !important;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-warning {
    background-color: #f39c12 !important;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
input[type="email"]:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.cust_disable {
    cursor :not-allowed !important;
}
.pull-right{
    float: right;
}
.btn-tool {
    margin: 0;
}
.pagenumspan
{
    margin: 5px;
}
.paginate_button.active
{
    text-decoration: underline;
}
.font-size{
    font-size: 5px !important;
}
.cat_bg_color_lg {
    background-color: lightgray;
}
.cat_bg_color_wt {
    background-color: #ffffff;
}

.itable-option-table .namecol-1 {
    flex: 0 0 25%;
    max-width: 20%;
}
.column-heading {
    color: #495057;
    padding: 5px 10px;
    font-weight: 700;
}
.cust_fontsize{
    font-size: 14px;
}

.list-group-item-content{
    color: #495057;
    font-weight: 700;
}
.paymentlog_cls {
    display: flex;
    padding: 15px 0px 0px 12px;
}
.paymentlog_cls .column-heading{
    color: #495057;
    padding: 0px 10px !important;
    font-weight: 700;
}

.pagination .disabled.page-item .page-link {
    background-color:#fff ;
    border-color: lightgray;
}
.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.03); }
.dashboard-stat:before, .dashboard-stat:after {
    content: " ";
    display: table; }
.dashboard-stat:after {
    clear: both; }
.portlet .dashboard-stat:last-child {
    margin-bottom: 0; }
.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px; }
.dashboard-stat .visual > i {
    margin-left: -35px;
    font-size: 110px;
    line-height: 110px; }
.dashboard-stat .details {
    position: absolute;
    right: 15px;
    padding-right: 15px; }
.dashboard-stat .details .number {
    padding-top: 25px;
    text-align: right;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    font-weight: 300; }
.dashboard-stat .details .desc {
    text-align: right;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 300; }
.dashboard-stat .more {
    clear: both;
    display: block;
    padding: 6px 10px 6px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    opacity: 0.7;
    filter: alpha(opacity=70); }
.dashboard-stat .more:hover {
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
.dashboard-stat .more > i {
    display: inline-block;
    margin-top: 1px;
    float: right; }
.dashboard-stat.dashboard-stat-v2 .visual {
    padding-top: 35px;
    margin-bottom: 40px; }

.dashboard-stat.white {
    background-color: #ffffff; }
.dashboard-stat.white.dashboard-stat-light:hover {
    background-color: whitesmoke; }
.dashboard-stat.white .visual > i {
    color: #666;
    opacity: 0.1;
    filter: alpha(opacity=10); }
.dashboard-stat.white .details .number {
    color: #666; }
.dashboard-stat.white .details .desc {
    color: #666;
    opacity: 1;
    filter: alpha(opacity=100); }
.dashboard-stat.white .more {
    color: #666;
    background-color: whitesmoke; }

.dashboard-stat.default {
    background-color: #e1e5ec; }
.dashboard-stat.default.dashboard-stat-light:hover {
    background-color: #d5dae4; }
.dashboard-stat.default .visual > i {
    color: #666;
    opacity: 0.1;
    filter: alpha(opacity=10); }
.dashboard-stat.default .details .number {
    color: #666; }
.dashboard-stat.default .details .desc {
    color: #666;
    opacity: 1;
    filter: alpha(opacity=100); }
.dashboard-stat.default .more {
    color: #666;
    background-color: #d5dae4; }

.dashboard-stat.dark {
    background-color: #2f353b; }
.dashboard-stat.dark.dashboard-stat-light:hover {
    background-color: #262b30; }
.dashboard-stat.dark .visual > i {
    color: #FFFFFF;
    opacity: 0.1;
    filter: alpha(opacity=10); }
.dashboard-stat.dark .details .number {
    color: #FFFFFF; }
.dashboard-stat.dark .details .desc {
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100); }
.dashboard-stat.dark .more {
    color: #FFFFFF;
    background-color: #262b30; }

.dashboard-stat.blue {
    background-color: #3598dc; }
.dashboard-stat.blue.dashboard-stat-light:hover {
    background-color: #258fd7; }
.dashboard-stat.blue .visual > i {
    color: #FFFFFF;
    opacity: 0.1;
    filter: alpha(opacity=10); }
.dashboard-stat.blue .details .number {
    color: #FFFFFF; }
.dashboard-stat.blue .details .desc {
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100); }
.dashboard-stat.blue .more {
    color: #FFFFFF;
    background-color: #258fd7; }
.addtbl td
{
    padding: 6px !important;
    padding-left: 20px !important;
    font-size: 12px !important;
}
.header {
    background-color: #fff;
    height: 50px !important;
    position: absolute;
    left: 0px !important;
    right: 0;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .header-block-nav .profile-dropdown-menu a {
    padding: 7px 13px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.header .header-block-nav .profile .name {
    display: inline-block;
    margin-right: 9px;
    font-weight: bold;
    margin-left: 5px;
    font-size: 14px;
}
.header .header-block-nav .dropdown-menu {
    margin-top: 8px !important;
    background: white;
}
.header {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}
.header .header-block-search {
    margin-right: 0px !important;
    padding-left: 10px;
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);*/
}
.header .header-block-nav .dropdown-menu {
    margin-top: 8px !important;
    background: white;
}
.header .header-block-nav #workspacelistid {
    margin-right: 150px;
}
.text-divider{margin: 0.5em 0; line-height: 0; text-align: center;}
.text-divider span{background-color: #fff; padding: 1em;}
.text-divider:before{ content: " "; display: block;  border-bottom: 1px solid #eef1f5;}

.logo-color {
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    border: 1px dashed;
}

.logo-color-one {
    color: #0067F4;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    border: 1px dashed;
}
.logo-color-inv{
    color: #0067F4;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 13px 5px 13px;
    border: 1px dashed;
}
.history_h6 {
    font-size: larger; 
    letter-spacing: 1px;
}
.ico-nav-line .nav-link.active {
    border: 1px solid lightgray !important;
    color: #1e88e5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    height: auto;
    margin-top: -3px;
    text-align: left;
}
.sweet-alert .sa-icon {
    display: none !important;
}
.ico-header-left-breadcrumb {
    margin-bottom: 5px;
    margin-top: 5px;
}
.timeline > div > .timeline-item > .timeline-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125); 
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}
select.ui.dropdown {
    height: 40px;
    padding: 0.5em;
    border: 1px solid #ced4da;
    border-radius: 5px;
    visibility: visible;
}
.logo-color-inv-one {
    color: #0067F4;
    font-size: 40px;
    font-weight: 600;
    padding: 5px 13px 5px 13px;
    border: 1px dashed;
}
input[type="date"].form-control{
    border-radius: 5px !important;
}
.small-box > .inner {
    padding: 20px;
    text-align: center;
}
.card-body
{
    padding-top: 0px;
}
.small-box h3 {
    font-size: 1.5rem !important;
}
.sweet-alert {
    background-color: white;
    font-family: "Poppins", sans-serif !important;
}
.disabled {
    cursor: not-allowed;
    pointer-events: none;
}
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(8.5rem + 0px) !important;
}
.layout-fixed .wrapper .sidebar {
    height: calc(100vh - (8.5rem + 1px)) !important;
}