
/************************ standard css ********************/

/************* TITLE ***************/
.sub_title_format{ color:#3699ff !important; font-size: 20px; font-weight: 600;  line-height: 2; text-align:center; margin-top: 0px;
 border-left: 6px solid #312A9F;  margin:0 auto !important; padding-left: 10px !important;}
/**.sub_title_format::after{content:''; width: 60px  !important; height: 3px; background-color: #F7ED36; display: block;}**/


h2{ color:#3699FF; font-size: 30px; font-weight: 600;  line-height: 1.5; text-align:left;}
 /**h2::after{content:''; width: 60px !important; height: 3px; background-color: #F7ED36; display: block;} **/
.title{ color:#3699FF; font-size: 30px; font-weight: 600;  line-height: 1.8; text-align:left;}
.title::after{content:''; width: 60px  !important; height: 3px; background-color: #F7ED36; display: block;}
/************* TITLE ***************/
/************* popup ***************/

.modal-header{padding: 7px 15px; border:0px;}
.modal-header .close{margin-top: 7px; position: relative;z-index: 9;}
.close{opacity: 1; color:#003267;}
/************* popup ***************/


/************* Hyper Link ***************/
a{color: #00ADEF; }
a:hover{color: #003267; text-decoration: none; transition: 0.5s ease;}
/************* Hyper Link ***************/

/************* pagination tag ***************/
label.form__label {
    margin-bottom:10px !important;
     margin-right: 4px;
}

@media (max-width: 576px) and (min-width: 320px) {
    .search_btn{
    margin-left:0px;
    }
    .cust_form .form-group .datepicker{  
   /* margin-left: 11px; */
     margin-right: -9px;
    width: 100%  !important;
    }
    
    .download_file{
    margin-bottom:10px;
    }
    
	.mleft h2 {
        font-size: 22px;
    }
    .dataTables_wrapper .dataTables_info{
     bottom: 22px !important;
     left: 62px !important;
    }
    
    table#forexTable {
    display: block !important;
    }
    
 }

/************* Button ***************/
.search_btn{ background: linear-gradient(45deg, #312A9F, #3699FF);
  border-radius: 15px 0px;
  border:1px solid #3699FF;
    color: #fff; 
    font-family: 'Poppins-Medium';
    padding: 7px 30px;
    margin:  0px;
 }
.search_btn:hover{
  color:#312A9F; 
  border:1px solid #312A9F;
  background:#fff; 
  border-radius: 0px 15px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#003267', GradientType=0 );
}

.grey_btn{
     border-radius: 15px 0px;
     border:1px solid #888888;
     background: #DBDBDB; 
     color:#333; 
     font-family: 'Poppins-Medium';     
     padding: 7px 30px; 
         
 }
 
.grey_btn:hover{
 color:#333; 
 border:1px solid #888888;
 background: #fff;
 border-radius: 0px 15px;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#003267', GradientType=0 );
}

.yellow_btn_sm{ font-size: 14px; border-radius: 50px; background: #F7ED36; color:#003267; font-weight: 600;     padding: 7px 20px; border:1px solid #F7ED36;    box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);}
.yellow_btn_sm:hover{ color:#ffffff; border:1px solid #00ADEF;
background: rgba(0,171,239,1);
background: -moz-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,171,239,1)), color-stop(100%, rgba(0,50,103,1)));
background: -webkit-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%);
background: -o-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%);
background: -ms-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%);
background: linear-gradient(to bottom, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#003267', GradientType=0 );
box-shadow: 0 3px 12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.25); transition: 0.5s ease;}
.yellow_btn_sm svg{fill: #003267; height: 15px; width: 15px; padding-top: 5px; }
.yellow_btn_sm:hover svg{fill: #ffffff; transition: 0.5s ease; }

.red_btn{font-size: 14px; border-radius: 50px; background: #FF0000; color:#ffffff; font-weight: 600;     padding: 7px 15px; border:1px solid #FF0000;    box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);}
.red_btn:hover{background: #ffffff; color:#FF0000;border:1px solid #FF0000;    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.2);}
.red_btn svg{fill: #ffffff; height: 15px; width: 15px;}
.red_btn:hover svg{fill: #FF0000;}

.green_btn{font-size: 14px; border-radius: 50px; background: #008000; color:#ffffff; font-weight: 600;     padding: 7px 15px; border:1px solid #008000;    box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);}
.green_btn:hover{background: #ffffff; color:#008000;border:1px solid #008000;    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.2);}
.green_btn svg{fill: #ffffff; height: 15px; width: 15px;}
.green_btn:hover svg{fill: #008000;}
/************* Button ***************/

/************* Card View ***************/
.card_view{border-radius: 10px; padding: 20px; background-color: #fff; display: block; box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.2); margin-bottom: 30px;}
.card_view:hover{ box-shadow: inset 0 3px 12px rgba(194,238,255,1);
    -moz-box-shadow: inset 0 3px 12px rgba(194,238,255,1);
    -webkit-box-shadow: inset 0 3px 12px rgba(194,238,255,1); transition: 0.5s ease;}
/************* Card View ***************/

/************* flaot ***************/
.float-left{float: left;}
.float-right{float: right;}
.w-100{width: 100%;}
/************* flaot ***************/

/************* flaot ***************/
.text_dark_blue{color: #003267;}
.text_red{color: #FF0000 !important;}
/************* flaot ***************/

/************* Margin ***************/
.mb-30{margin-bottom: 30px;}
.mb-20{margin-bottom: 20px;}
.mb-0{margin-bottom: 0px;}
/************* Margin ***************/

/************* padding ***************/
.pr-0{padding-right:0px;}
.pl-0{padding-left: 0px;}
/************* padding ***************/

/************* Inline list ***************/
ul.inline-list{padding-left:0px;}
ul.inline-list li{list-style:none; display: inline-block; }
ul.list{padding-left: 16px;}
ul.list li{list-style: disc;line-height: 26px;}
ul.list li::marker { color: #00ADEF;}
/************* Inline list ***************/


/************* list in 2 columns ***************/
 ul.two_columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
/************* list in 2 columns ***************/


/************************ Form css ********************/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #00ADEF !important;
    --active-inner: #fff !important;
    --focus: 3px rgba(0, 173, 239, 0.3) !important;
    --border: #B5B5B5 !important;
    --border-hover: #00ADEF !important;
    --background: #fff !important;
    --disabled: #f6f8ff !important;
    --disabled-inner: #C2EEFF !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px !important;
    width: 21px !important;
    outline: none;
    /* display: inline-block; */
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border)) !important;
    background: var(--b, var(--background)) !important;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-x`hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px !important;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 16px;
    /*line-height: 21px;*/
    display: inline-block;
    /*vertical-align: top;*/
    cursor: pointer;
    /*margin-left: 4px;*/
    color: #333;
    font-weight: 400 !important;
    padding: 0px 5px 0px 10px;
    margin: 0px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 0px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner) !important;
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: 0.5;
  }
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus{outline: 1px auto #ffffff;     outline-offset: 0px;}
/************************ Form css ********************/
/************* form ***************/
.cust_form{text-align:left;}
.cust_form .form-control{
    border: 1px solid #EEEEEE;
    border-radius: 30px;
    box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    background-color:#fff;
    height: 40px;
    padding: 9px 12px;
    }
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #EEEEEE !important;
    color: fieldtext !important;
}
.cust_form input::file-selector-button { font-size:12px; padding: 2px 15px; border: 0px; border-radius: 30px; }
.cust_form .form-control:focus, .cust_form .form-control:hover{background-color:#fff;
box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    transition: 0.7s ease;
}
.cust_from .custom-checkbox .custom-control-input~.custom-control-label::before{border-radius:0rem;}
.cust_from.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.filter-btn{margin-top: 23px;}
label{font-size: 16px; font-weight: 500 !important;}
label.radio-inline{font-weight: 400 !important;}
.cust_from .form-group label{font-size: 16px; font-weight: 500 !important;}
.cust_form .form-group{margin-bottom: 20px;}
.cust_form .form-group input{margin-bottom: 10px;}
.cust_form .form-group  label.custom-control-label{padding-left: 0px;}
.cust_radio .checkbox-inline, .cust_radio .radio-inline{padding-left: 30px;}
.cust_radio .checkbox-inline input, .cust_radio .radio-inline input{margin-left: -30px;}
.cust_radio p.radio_title{font-weight: 500 !important;}
.cust_form textarea.form-control{    height: auto; border-radius: 15px;}
.cust_form .form-control[disabled], .cust_form .form-control[readonly]{ background: #efefef;}
.cust_form .form-group .form-check input{margin-bottom: 0px !important; }
.cust_form .form-group .form-check .custom-control-input{position: absolute;}
.cust_form .form-group label.custom-control-label{margin-left: 17px;}
.cust_form .form-group .custom-checkbox{margin-bottom: 0px;     display: flex;align-items: center;}
.cust_form .form-group .checkbox-inline{margin-bottom: 0px;     display: inline-block !important;align-items: center;}
.cust_form .form-group .checkbox-inline label.custom-control-label{margin-left: 10px;}
.checkbox-inline .custom-control-label::before{left:-10px;}
.custom-checkbox.checkbox-inline .custom-control-input ~ .custom-control-label::before{border-radius:0px !important;}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00ADEF !important;
    border-color: #FFF !important;
    color: #fff;
}
.custom-control-label::before ~ .custom-control-label::after{ height: 21px !important;width: 21px !important;}
.checkbox-inline .custom-control-label::before, .custom-control-label::after{height: 21px !important;width: 21px !important;}
.custom-control-label::before{top:0px !important;}
.custom-control-input, .custom-control-label::after{top:0px !important;}
.custom-checkbox .custom-control-input ~ .custom-control-label::before{border-radius:0px !important;}

/************* form ***************/

/************* Table ***************/
.publication_table .table thead th, .publication_table .table thead td{
Color:#ffffff; font-weight: 500;
background: #3699ff;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#003267', GradientType=0 );}

.table thead th, .table thead td{vertical-align: middle !important;}
.table thead th, .table tbody td{vertical-align: middle !important;}
.align_left{text-align:left !important;}
.align_center{text-align:center !important;}
.align_right{text-align: right !important;}
.detele_table_icon svg{
	height: 25px;
    width: 25px;
    fill: #003267;
}
.detele_table_icon svg:hover, .pdf_table_icon svg:hover, .view_table_icon svg:hover{
    fill: #F7ED36;
}
.pdf_table_icon svg{
	height: 25px;
    width: 25px;
    fill: #ff0000;
}
.view_table_icon svg{
	height: 25px;
    width: 25px;
    fill: #00adef;
}


/************* Table ***************/

.application_link {
    color:#333;
    box-shadow:inset 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0 3px 12px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    border-radius: 7px;
    padding: 15px;
}
.application_link:hover{
    color:#333;
    box-shadow:0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow:0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 3px 12px rgba(0,0,0,0.2);
    transition: 0.7s ease;
}
.application_link a{
    color:#333;
}
.application_link:hover a{
    color: #00ADEF;
}


/*************************** new popup sweet *************************/
.sweet-alert h2{position: relative; margin-top:5px !important; color:#003267 !important; font-size:22px; font-weight:600;}

    .sweet-alert h2:after{left:0px; right:0px; margin: 0 auto;}
.sweet-alert p{margin-top: 14px;
    font-size: 18px !important; color:#333 !important; font-weight:400;}
    
    .sweet-alert button{border-radius: 50px !important; background: #F7ED36 !important; color:#003267 !important; font-weight: 500 !important;     padding: 10px 30px; border:1px solid #F7ED36;    box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2); border:1px solid #F7ED36 !important; }
.sweet-alert button:hover{ transition: 0.5s ease;color:#ffffff !important; border:1px solid #00ADEF !important;
background : rgba(0,171,239,1) !important;
background: -moz-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,171,239,1)), color-stop(100%, rgba(0,50,103,1))) !important;
background: -webkit-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: -o-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: linear-gradient(to bottom, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#003267', GradientType=0 ) !important;
box-shadow: 0 3px 12px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.25) !important;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.25) !important; transition: 0.5s ease !important;

 

}
.sweet-alert .sa-icon.sa-success{display:block;}
/*************************** new popup sweet *************************/
/************************ download file ********************/
.download_file{ float: right;}

 

.card-icons ul.inline-list{width: 100%; text-align: right;}
.download_file ul.inline-list li a{border-radius: 30px; padding: 11px 12px; box-shadow:inset 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0 3px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0 3px 12px rgba(0,0,0,0.2); display:block; margin-left:5px;}
.download_file ul.inline-list li a.excel_download:hover{box-shadow: inset 0 3px 12px rgba(16,121,63,0.4);
    -moz-box-shadow: inset 0 3px 12px rgba(16,121,63,0.4);
    -webkit-box-shadow: inset 0 3px 12px rgba(16,121,63,0.4); transition: 0.5s ease; }

 

.download_file ul.inline-list li a.pdf_download:hover{box-shadow: inset 0 3px 12px rgba(255,0,0,0.3);
    -moz-box-shadow: inset 0 3px 12px rgba(255,0,0,0.3);
    -webkit-box-shadow: inset 0 3px 12px rgba(255,0,0,0.3); transition: 0.5s ease; }
.download_file ul.inline-list li a svg{width:20px; height:20px;     vertical-align: middle;}
.download_file ul.inline-list li a.excel_download:hover svg{fill:#10793F;}
.download_file ul.inline-list li a.pdf_download:hover svg{fill:#ff0000;}

 

.download_file .excel_download{}
.download_file .pdf_download{}
/************************ download file ********************/
/*************************** Data Table ***********************/
.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .bottom select{border: 1px solid #EEEEEE;
    border-radius: 30px !important;
    box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.dataTables_wrapper .dataTables_filter input{padding:4px 10px;}
.dataTables_wrapper .bottom select{padding:0px 4px;}
.dataTables_wrapper .dataTables_filter input:hover, .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .bottom select:hover {
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    transition: 0.7s ease;
}
.dataTables_wrapper .bottom{padding-top:10px; }

.dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled, .dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled:hover, .dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled:visited, .dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled:active {
  background: #00adef !important;
  color: #fff !important;
  border-radius: 30px !important;
  width: 26px !important;
  padding: 2px !important;
  height: 26px !important;
  text-align: center !important;
  font-size: 14px !important;
}
.dataTables_wrapper .dataTables_paginate .ui-button, .dataTables_wrapper .dataTables_paginate .ui-button.previous, .dataTables_wrapper .dataTables_paginate .ui-button.next {
  color: #333 !important;
  opacity: 1;
  background: transparent !important;
}
.dataTables_paginate a {
  font-weight: 400;
  color:inherit !important;
}
.dataTables_paginate a.previous {
  content: "<";
}
.tab-item a:hover {
  text-decoration: none;
}
.dataTables_filter{position: relative;
    top: 0px;
    right: 0px;}
    


#tabledata .dataTables_wrapper .dataTables_paginate .paginate_button.current, #tabledata .dataTables_wrapper .dataTables_paginate .paginate_button:hover {background: #3699FF !important;
     color: #fff !important;
     border-radius: 7px 0px 7px 0px !important;
     width: 26px !important;
     padding: 1px 4px !important;
     height: 26px !important;
     text-align: center !important;
     font-size: 14px !important; border-color:#3699FF !important;transition: none !important;}
    
    
.dataTables_wrapper .dataTables_length{
    margin-top: 14px;
}   
    
    
    
table.dataTable.no-footer{border-bottom:0px !important;}
table td{text-wrap: nowrap !important;}
.dataTables_length select {
    border-radius: 30px !important;
    box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
    border: 1px solid #EEEEEE;
}
/*************************** Data Table ***********************/
/************************** popup ****************************/
/*.swal2-popup{    align-items: flex-start;}*/
.swal2-popup .swal2-title{margin-borttom:0px;}
.swal2-popup h2.swal2-title{ color: #3699ff;
    font-size: 25px !important;
    font-weight: 600;
    line-height: 1.5 !important;
    /*text-align: left;*/
    margin-bottom: 0px !important;
    border:none;}
.swal2-popup h2.swal2-title::before{
    content:'';
    width: 5px;
    height: 30px;
    background: #311a9f;
    margin-right: 13px;
    transform: translate(-15px, 5px);
    position: absolute;
     }
.swal2-popup #swal2-content {
    /*text-align: left !important;*/
    color: #333 !important;
    font-weight: 500 !important;
    margin:15px 0px;
}

 

.swal2-popup .swal2-styled.swal2-confirm{ 
     border-radius: 15px 0px !important; 
     background: linear-gradient(45deg, #312A9F, #3699FF); 
     border:1px solid #3699FF !important; 
     color:#fff !important; 
     font-family: 'Poppins-Medium';    
      padding: 10px 30px;     
 }
 
.swal2-popup .swal2-styled.swal2-confirm:hover{ 
  border-radius:0px 15px !important;
  background: #fff !important; 
  border:1px solid #312A9F !important;
  color:#312A9F !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#003267', GradientType=0 ) !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

h2#swal2-title {
    padding-left: 10px;
}

 

.swal2-popup .swal2-styled.swal2-cancel{ 
     border-radius: 50px !important; 
     background: #DBDBDB !important; 
     color:#000000 !important; 
     font-weight: 600 !important;     
     padding: 10px 30px; 
     border:1px solid #DBDBDB;    
     box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2) !important;
    -webkit-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2) !important;
}

.swal2-popup .swal2-styled.swal2-cancel:hover{ 
    transition: 0.5s ease !important;
    color:#ffffff !important; 
    border:1px solid #00ADEF !important;
    background: rgba(0,171,239,1) !important;
    background: -moz-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,171,239,1)), color-stop(100%, rgba(0,50,103,1))) !important;
    background: -webkit-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#003267', GradientType=0 ) !important;
   box-shadow: 0 3px 12px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.25) !important;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.25); transition: 0.5s ease !important;
}

 

.swal2-popup .swal2-actions{margin:10px 0px 0px !important;}

.form-group label .required {

    color: red;

    margin-left: 2px;

  }
/************************** popup ****************************/
button.close{opacity:1;}
button.close svg{fill:#003267; height: 15px;}

 

button.close svg:hover{fill:#00ADEF; opacity:1;}
.modal-header .close{margin-top:-15px; height:15px; width:15px; right:0px; top:0px; margin-right:0px !important;}

.modal-dialog{ display: flex; text-align:center;
	align-items: center !important; 
	justify-content: center !important; 
	position: absolute; 
    top: 0; left: 0; width: 100%; height: 100%; 
    margin: 0px auto;
  }
  .modal-header .sub_title_format{
    text-align:center;
  }
  .modal-header .sub_title_format:after{left: 0;
    right: 0;
    margin: 0 auto;
  }
.modal-body{font-size:16px; padding-top:0px !important; 
border-top:0px !important;    padding: 0px 15px 15px;}
/*.modal.show .modal-dialog {
    transform: none;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    top: 35%;
    display: flex; align-items: center !important; justify-content: center !important; 
}*/

.modal-open .modal{opacity:1;background: rgba(0,0,0,0.5);}
.popup_btn li a{padding:10px 30px !important;}
table.dataTable.cell-border>thead>tr>th, table.dataTable.cell-border>thead>tr>td{border-left: 1px solid rgba(255, 255, 255, 0.15);}
table.dataTable.cell-border>thead>tr>th:last-child, table.dataTable.cell-border>thead>tr>td:last{border:0px;}
table{border:0px !important;}

.cust_form .form-group .datepicker{
    margin-right: -11px;
    width: 86%; 
  }
  
@media (max-width: 576px) and (min-width: 320px) {
.search_btn{
margin-left:0px;
}
/*.cust_form .form-group input {  
 margin-left: 0px; width: 100%;
}*/
.cust_form .form-group input {
 margin-bottom: 10px;
    width: 80%;
    }

.download_file{
    margin-bottom:10px;
    }
    
	.mleft h2 {
        font-size: 22px;
    }
    .dataTables_wrapper .dataTables_info{
     bottom: 22px !important;
     left: 62px !important;
    }
    
    table#repoMarketSumTable{
     display: block !important;
    }

}

@media (max-width: 1600px) and (min-width: 1080px){
  label.form__label{
    margin-bottom: 10px !important;
      margin-right: 4px;
      
  }
 .cust_form .form-group .datepicker{
    margin-right: -11px;
    width: 78%  !important; 
  }
}
.cust_form .form-group .datepicker{
    margin-right: -11px;
    width: 86% ; 
  }
#repoMarketSumTable_paginate { display: none;}
.dt-buttons {
  display: none;
}

#repoMarketSumTable_filter { display: none;}

.dataTables_length{float:left}
.dataTables_info{float:left; padding-top: 0.9rem;padding-left:0.5rem;}
 
.dataTables_paginate.paging_simple_numbers{
float: right;
text-align: right;    
 padding-top: .25em;
}
 
.bottom:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.publication_table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{   background: #3699ff ;
    color: #fff ;
    border-radius: 7px 0 7px 0px;
    width: 30px ;
    padding: 2px ;
    height: 30px ;
    text-align: center ;
    font-size: 14px ;
    border-color: #3699ff ;
    display:inline-block;
    
}

.dataTables_paginate .previous{
    transform: translate(0px, 2px);
}
.dataTables_paginate .next{
    transform: translate(0px, 2px);
}


.paginate_button {
    width: 1.5rem;
    display: inline-block;
    text-align: center;
}
 
 @media (min-width: 576px) {
.cust_form .form-group input {
 margin-bottom: 10px;
    width: 80%;
    }

}
 


