/** General **/

html,body{
    overflow-x: hidden!important;
}
body{
	
    font-family: Roboto;
    font-size: 18px;
    line-height: 30px;
    color: #3a3a3a;
    background-color: #f1f1f1;
    position: relative;
    overflow-x: hidden!important;
}

a, button{
    transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
}


a{
    color: #0E76BC;
}

a:focus{
    color: #0E76BC;
    text-decoration: none;
}

a:hover{
    color: #f2622e;
    text-decoration: none;
}

.link-arrow{
    display: inline-block;
    color: #001D4E;
    position: relative;
    border-bottom: 3px solid #f2622e;
    font-size: 18px;
    line-height: 22px;    
}

.link-arrow-small-1{
    display: inline-block;
    color: #001D4E;
    position: relative;
    border-bottom: 2px solid #f2622e;
    font-size: 16px;
    line-height: 18px;    
}


.btn{
    /*border-radius: 55px;*/
    border-radius: 0;
    border: none;
    padding: 9px 24px;
    font-size: 16px;
    /*font-weight: 500;*/
}


.btn-primary, .btn-primary:focus{
    background-color: #F2622E;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus:hover{
    background-color: #c73e0c;
}

.btn-danger{
    /*background-color: #ef5a42;*/
    background-color: #BB2810;
}

.btn-danger:hover{
    background-color: #ef5a42;
    color: #fff;
}


.btn-success{
    background-color: #6fb539;
    color: #fff;
}

.btn-success:hover{
    background-color: #578E2D;
}


.btn-white{
    background-color: #ffffff;
    color: #00AEEF;
    border: 1px solid #d7d7d7;
}

.btn-white:hover{
    background-color: #f9f9f9;
    color: #0090C6;
}

.btn-info{
    background-color: #00b2f3;
}

.btn-info:hover{
    background-color: #1E8AE0;
}

.btn-icon{
    font-size: 13px;
    padding: 10px;
}


.btn-large{
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    padding: 10px 42px;
    border-radius: 5px;
}

@media(max-width: 767px){
     .btn-large{
        font-size: 19px;
        padding: 10px 25px;
    }
}

@media(max-width: 500px){
    .btn-large{
        font-size: 16px;
        padding: 8px 20px;
    }
}


/*generic dropdown menus*/
.dropdown-menu{
    border-radius: 0;
}
/* end generic dropdown menus*/

.control-label{
    font-weight: 500;
    font-size: 16px;
}


form{
    margin-bottom: 0;
}

.form-group{
    margin-bottom: 25px;
}

.form-group:last-child{
    margin-bottom: 0!important;
}

/** inline form groups **/
.form-group--inline{
    padding-top: 13px
}

.form-group--inline:not(:last-child){
    margin-bottom: 4px;
    border-bottom: 1px solid #dddd;
    padding-bottom: 13px;
}

.form-group--inline label{
    width: 205px;
    margin-bottom: 0;
    display: inline-block;
}

.form-group--inline > div{
    float: left;
}

.form-group--inline .label{
    position: relative;
    top: 1px;
    font-size: 13px;
    padding: 4px 10px;
}



.form-group--inline:after{
    content: " ";
    display: block;
    clear: both;
}
/** end inline form groups **/

.form-group--border-bot:not(:last-child){
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 10px!important;
}

.form-section-heading{
    font-weight: 500;
    margin: 25px 0 25px 0;
    padding: 8px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.form-group-instructions{
    color: #aaa;    
    font-size: 13px;
    margin-top: 5px;
    font-weight: 300;
}


.form-control{
    border-radius: 0;
    border-color: #d7d7d7;
    box-shadow:none;
    font-size: 14px;
}


.form-control--inline{
    display: inline-block;
    width: auto;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: #66afe9;
}

.has-error .form-control{
    border-color: #E71D36;
    box-shadow: none;
}
.has-error .form-control:focus{
    box-shadow: none;
    
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
    color: #E71D36;
}


input[type='search']:focus, input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus{
    border-color: #66afe9;
}

.container-narrow{
    max-width: 600px;
    margin: auto;
}

.content-wrap{
    padding: 50px 0 200px 0;
}

.page-title{
    font-size: 21px;
    font-weight: 400;
    /*text-transform: lowercase;*/
    margin: 0 0 20px 0;
    color: #3a3a3a;
    
}

.alert{
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 0;
}

.alert-danger, .label-danger{
    background-color: #ef5a42;
    color: #fff;
}

.alert-success, .label-success{
    background-color: #6fb539;
    color: #fff;
}

.alert-warning, .label-warning{
    background-color: #FFB400;
    color: #fff;
}

.alert-info{
    color: #696969;
}


/** sweet alert **/

.swal2-popup {
  font-size: 1.6rem !important;
}

body.in-iframe .swal2-modal{
    margin-top: 100px!important;
}
/** end sweet alert **/


/** bootstrap progress bar **/
.progress{
    border-radius: 0;
    margin-bottom: 0;
}
.progress-bar-info{
    background-color: #3BAEF1;
}

.progress-bar-success{
    background-color: #20BF55;
}
/** end bootstrap progress bar **/


/** pagination **/

.pagination{
    margin: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #F2622E;
    color: #fff;
    border: 1px solid #d7d7d7;
}

.pagination>li>a, .pagination>li>span{
    border: 1px solid #d7d7d7;
    color: #777;
    padding: 5px 12px;
    font-size: 15px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0;
}

/** end pagination **/

/** tables **/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 14px 5px;
    font-size: 14px;
}

.table.table-small-font>tbody>tr>td, .table.table-small-font>tbody>tr>th, .table.table-small-font>tfoot>tr>td, .table.table-small-font>tfoot>tr>th, .table.table-small-font>thead>tr>td, .table.table-small-font>thead>tr>th{
    font-size: 11px;
}

.table--with-icon-btns td:not(.table-actions-cell){
    padding: 19px 5px 10px 5px;
}


.table-top{
  border-bottom: 1px solid #ccc;
}

.table-search__input{
    display: inline-block;
    width: 200px;
    height: 34px;
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 1px;
    font-size: 13px;
}

.table-search__input:focus{
    border-color: #d7d7d7;
}

.table-search__btn{
    display: inline-block;
    position: relative;
    top: -5px;
    height: 34px;
    color: #ccc;
    border-radius: 0 3px 3px 0;
    line-height: 15px;
}

.table-search__clear{
    position: absolute;
    right: 44px;
    top: 10px;
    color: #ccc;
    font-size: 13px;
}

.table-filter{
    font-size: 14px;
    margin-right: 20px;
}

.table-filter__daterange-field{
    width: 136px;
}


.table-actions-cell{
    text-align: right;
    min-width: 130px;
}
.table-actions-cell .btn{
    border-radius: 3px;
    padding: 9px;
    font-size: 12px;
    margin-left: 4px;
}


.table-filter label{
    font-weight: 400;
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.table-filter .form-control{
    border-radius: 3px;
}

.table-filter__submit{
    border-radius: 3px;    
    color: #999;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 13px;
}

.table-filter__clear{
    color: #999;
    font-size: 13px;
    position: relative;
    top: 2px;
}

.table-num-results-top{
    float: right;
    color: #999;
    font-size: 14px;
}
/** end tables **/

/** loading full **/
.loading-full{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    z-index: 999;
    text-align: center;
    padding-top: 100px;
    font-size: 40px;
    display: none;
}

body.loading-full-show .loading-full{
    display:  block;
}
/** end loading full **/

/*** Bootstrap daterangepicker ***/ 

.daterangepicker .input-mini{
    border-radius: 0!important;   
    font-size: 13px!important;
}


.daterangepicker_input svg{
    position: relative;
    top: -28px;
    left: 8px;
    color: #aaa;
}

.daterangepicker table{
    font-size: 13px!important;
}

.ranges li{
    border-radius: 0!important;
    background-color: #f7f7f7;
    color: #1E8AE0;
}
.ranges li.active, .ranges li:hover{
    background-color:#3BAEF1;
    border-color: transparent!important;
}

.range_inputs .btn{
    padding: 5px 20px
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #3BAEF1;
}

/*** End Bootstrap daterangepicker ***/ 

/** Select 2 **/
.select2-container{
    font-size: 14px;
    /*line-height: 17px;*/
}

.select2-dropdown{
    border-radius: 0px;
}

span.select2-selection.select2-selection--single {
        outline: none;
}
.select2-container--default .select2-selection--single{
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple
{
    border-radius: 0;
    border: 1px solid #d7d7d7;
}


.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #f1f1f1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #515151;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #d8f0f6;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: #d7d7d7;
    padding: 2px 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    outline: none;
    border-color: #66afe9;
}

.select2-results__option{
    line-height: 19px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 2px;
    border-radius: 4px;
}

/** End select 2**/

/** End general **/


/** Helpers **/
.margin-bottom-0, .mb-0{
    margin-bottom: 0;
}

.margin-bottom-5, .mb-5{
    margin-bottom: 5px!important;
}

.margin-bottom-10, .mb-10{
    margin-bottom: 10px!important;
}


.margin-bottom-15, .mb-15{
    margin-bottom: 15px!important;
}

.margin-bottom-20, .mb-20{
    margin-bottom: 20px!important;
}

.margin-bottom-30, .mb-30{
    margin-bottom: 30px!important;
}

.margin-bottom-40, .mb-40{
    margin-bottom: 40px!important;
}


.margin-bottom-45, .mb-45{
    margin-bottom: 45px!important;
}


.margin-bottom-50, .mb-50{
    margin-bottom: 50px;
}

.margin-bottom-60, .mb-60{
    margin-bottom: 60px;
}

.margin-bottom-80, .mb-80{
    margin-bottom: 80px;
}


.margin-top-0{
    margin-top: 0;
}

.margin-top-5, .mt-5{
    margin-top: 5px;
}

.margin-top-10, .mt-10{
    margin-top: 10px;
}

.margin-top-15, .mt-15{
    margin-top: 15px;
}


.margin-top-20, .mt-20{
    margin-top: 20px;
}

.margin-top-30, .mt-30{
    margin-top: 30px;
}

.margin-top-40, .mt-40{
    margin-top: 40px;
}

.margin-top-60, .mt-60{
    margin-top: 60px;
}


.margin-top-80, .mt-80{
    margin-top: 60px;
}


.margin-right-5{
    margin-right: 5px;
}

.margin-right-10{
    margin-right: 10px;
}


.margin-right-15{
    margin-right: 15px;
}

.margin-right-20{
    margin-right: 20px;
}

.margin-right-25{
    margin-right: 25px;
}

.margin-right-30{
    margin-right: 30px;
}


.margin-left-0{
    margin-left: 0;
}


.margin-left-5{
    margin-left: 5px;
}

.margin-left-10{
    margin-left: 10px;
}


.margin-left-15, .ml-15{
    margin-left: 15px;
}

.margin-left-20{
    margin-left: 20px;
}

.margin-left-25{
    margin-left: 25px;
}

.margin-left-30{
    margin-left: 30px;
}

.padding-left-0{
    padding-left: 0;
}


.padding-left-5{
    padding-left: 5px;
}

.padding-left-10{
    padding-left: 10px;
}


.padding-left-15{
    padding-left: 15px;
}

.padding-left-20{
    padding-left: 20px;
}

.padding-left-25{
    padding-left: 25px;
}

.padding-left-30{
    padding-left: 30px;
}



.margin-right-0{
    margin-right: 0!important;
}

.padding-top-5{
    padding-top: 5px;
}

.padding-top-10{
    padding-top: 10px;
}

.padding-top-20{
    padding-top: 20px;
}

.padding-top-30{
    padding-top: 30px!important;
}

.padding-top-40{
    padding-top: 40px!important;
}

.padding-top-60{
    padding-top: 60px;
}

.padding-top-80{
    padding-top: 80px;
}

.padding-top-100{
    padding-top: 100px;
}

.padding-top-120{
    padding-top: 100px;
}


.padding-bottom-5{
    padding-bottom: 5px;
}

.padding-bottom-10{
    padding-bottom: 10px;
}

.padding-bottom-20{
    padding-bottom: 20px;
}

.padding-bottom-30{
    padding-bottom: 30px;
}

.padding-bottom-40{
    padding-bottom: 40px;
}


.padding-bottom-80{
    padding-bottom: 80px;
}

.padding-bottom-100{
    padding-bottom: 100px;
}

.padding-left-20{
    padding-left: 20px!important;
}

.padding-right-20{
    padding-right: 20px!important;
}

.padding-left-15{
    padding-left: 15px!important;
}

.padding-right-15{
    padding-right: 15px!important;
}

.text-upper, .text-uppercase{
    text-transform: uppercase;
}

.text-lower{
    text-transform: lowercase!important;    
}

.display-block{
    display: block;
}
.display-inline-block, .inline-block{
    display: inline-block;
}

.clear-both{
    clear: both;
}

.position-relative, .pos-relative, .pos-rel{
    position: relative;
}


.text-thin, .text-300{
    font-weight: 300;
}
.text-normal, .text-400{
    font-weight: 400!important;
}
.text-bold, .text-500{
    font-weight: 500!important;
}

.text-bolder, .text-700{
    font-weight: 700!important;
}


.opacity-0{
	opacity: 0;	
}

.visibility-hidden{
	visibility: hidden
}



.width-full, .full-width{
    width: 100%;
}

.pos-rel{
    position: relative;
}

.text-col-normal{
    color: #3a3a3a
}

.text-light-1{
    color: #999;
}

.text-light-2{
    color: #aaa;
}

.text-light-3{
    color: #ccc;
}


.font-small-1{
    font-size: 16px;
    line-height: 19px;
}

.font-small-2{
    font-size: 14px;
    line-height: 17px;
}

.font-small-3{
    font-size: 13px;
    line-height: 16px;
}

.font-normal{
    font-size: 16px;
    line-height: 23px;
}

.font-large-1{
    font-size: 19px;
    line-height: 26px;
}

.font-large-2{
    font-size: 21px;
    line-height: 29px;
}

.font-large-3{
    font-size: 25px;
}

.font-large-4{
    font-size: 29px;
}

.font-large-5{
    font-size: 33px;
}

.font-large-6{
    font-size: 39px;
}

.font-red{
    color: #EF5A42!important;
}

.font-green{
    color: #20BF55;    
}

.bg-green{
    background-color: #20BF55;    
}

.display-none{
    display: none;
}

.ellipsis-1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

/** End Helpers **/


/** cards **/
.section-title{
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 10px
}
.card{
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 2px 3px rgba(0,0,0,0.20);
    position: relative;
}

.card:not(.alert){
    background-color: #fff;
}



.card-loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ccc;
    font-size: 31px;
    text-align: center;
    padding-top: 20px;
    z-index: 10;
    display: none;
}

.card--loading .card-loader{
    display: block;    
}

.card-title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.card-subtitle{
    margin-bottom: 15px;
    color: #999;
    font-weight: 300;
}

.card-check{
    font-size: 16px;
    color: #999;
    float: right;
    text-transform: uppercase;
}

/** end cards **/

@media (min-width: 768px) {
	.row.equal {
	  display: flex;
	  display: -webkit-flex;
	  flex-wrap: wrap;
	}
	.h-100 {
		height: 100%!important;
	}  
}