body{
    margin: 0px;
    padding: 0px;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}


.dataTables_wrapper .dataTables_filter input { 
    margin-left: 0.5em;
	 color: #263238;
	 padding-left: 38px;
    font-weight: 300;
    font-size: 14px;
	 border: 1px solid #ddd;
	 border-radius: 2px;
	 height: 36px;
	 width: 226px;
	 background: url(../images/search-copy.png) no-repeat scroll left 7px center;
	 background-size: 16px 16px;
         background-color: #fff;
}

.dataTables_wrapper .dataTables_length {
   float: right;
	color: #263238;
	font-weight: 300!important;
   font-size: 14px;
}

.dataTables_wrapper .dataTables_length > label {
	font-weight: 300!important;
}

.dataTables_wrapper .dataTables_length > label > select {
	/*width: 52px;*/ 
	width: 55px;
	height: 36px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.dataTables_wrapper .dataTables_filter {
   float: left; 
   color: #263238;
}

.dataTables_wrapper .dataTables_info {
	font-size: 13px;
	font-weight: 300;
	color:#263238;
	/*margin-top: 60px;*/
   clear: both;
   float: right;
   padding: 5px 30px;
   margin-bottom: 30px;
}

.paginate_button{
    border-radius: 2px!important;
}

.dataTables_wrapper .dataTables_paginate {
	margin-top: 60px;
   float: left;
   text-align: left;
   padding-top: 0.25em;
}


.gridLink{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
}

.gridLink:hover{
    text-decoration: none;
}

.adminCard{
    background-color: #fff;
    padding: 30px 15px;
}


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

.sidebar ul.nav li.nav-item a.nav-link{
    font-size: 14px;
}

table.dataTable thead th, table.dataTable tfoot th{
    font-weight: 500;
}

.table>thead>tr>th{
    background-color: #fff;
    border: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table>tbody>tr>td{
    padding-top: 15px;
    padding-bottom: 15px;
}

.noUnderline:hover{
    text-decoration: none;
}

.rightPaddingIcon{
    padding-right: 7px;
}


.tooltip{
    font-size: 1.2rem;
    border-radius: 0!important;
}

.form-group label{
    font-weight: 300;
    font-size: 1.4rem;
}

.breadcrumb{
    border-radius: 0;
    margin-bottom: 0;
}

.sorting:after{
    opacity: 0;
}

.card-header{
    /*background-color: #fff;*/
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.noPaddingLeft{
    padding-left: 0;
}

.noPaddingRight{
    padding-right: 0;
}

.sidebar ul.nav li.nav-item a.nav-link.active i{
    color: #fff;
}

.sidebar ul.nav li.nav-item a.nav-link.active{
    background: #20a8d8;
}


.loginScreen{
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    min-height: 100vh!important;
}


.dz-image img{
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width:  767px) {
    
}


#TableRESClean_filter.dataTables_filter{
    display: none;
}

#TableRESClean_length.dataTables_length{
    display: none;
}

#TableRESClean_info.dataTables_info{
    display: none;
}

#TableRESClean_paginate.dataTables_paginate.paging_simple_numbers{
    display: none;
}

table.dataTable thead .sorting{
    content: "";
}

table.dataTable thead .sorting_desc{
    content: ""!important;
}

table.dataTable thead .sorting:after{
    content: ""!important;
}

table.dataTable thead .sorting_desc:after{
   content: ""!important; 
}

table.dataTable thead .sorting_asc:after{
    content: ""!important;
}


.sliderSmallLabel{
	font-size: 42px;
	text-align: center;
	color: #a5c00a;
	text-shadow: 8px 9px 16px rgba(0, 0, 0, 0.86);
}

.sliderTextLabel{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.sliderButton{
	min-height: 42px;
	border-radius: 4px;
	background-color: #a8c30a;
	padding: 10px 30px;
	border: 1px solid transparent;
	transition: .5s;
}

.sliderButtonText{
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	padding: 0px 30px;
}

.sliderButton:hover{
	background-color: #fff;
	border-color: #a8c30a;
}

.resetButton{
	border: 0;
	background: 0;
}

.sliderButton:hover .sliderButtonText{
	color: #a8c30a;
}

.progress{
	display: none;
}

.iconColors i{
	color: #20a8d8;
}

span.select2-selection.select2-selection--single{
	height: 34px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #607d8b;
}

.dataTables_wrapper{
	overflow: scroll;
}


.noPadding{
    padding-left: 0px;
    padding-right: 0px;
}

.noPaddingAlways{
    padding-left: 0px;
    padding-right: 0px;
}

.noPaddingLeft{
    padding-left: 0px;
}

.noPaddingRight{
    padding-right: 0px;
}


.noPaddingLeftAlways{
    padding-left: 0px;
}

.noPaddingRightAlways{
    padding-right: 0px;
}


#TableRESClean2_filter.dataTables_filter{
    display: none;
}

#TableRESClean2_length.dataTables_length{
    display: none;
}

#TableRESClean2_info.dataTables_info{
    display: none;
}

#TableRESClean2_paginate.dataTables_paginate.paging_simple_numbers{
    display: none;
}

.lightGreen{
	background-color: #96baa5;
}

.radioPadding{
	padding-left: 25px;
}

.tableIcon{
	background-color: white;
	border-radius: 100px;
	/*border: 1px solid red;*/
	padding: 11px;
	width: 18px;
	height: 18px;
	
	zoom: 0.8;
	margin-top: -5px;
}

.tableIcon:hover{
	background-color: red;
	border-color: red;
}

.tableIcon:hover i{
	color: white;
}

.noTextDecorationHover:hover{
	text-decoration: none!important;
}

a > .tableIcon:hover{
	text-decoration: none!important;
}

.tableIcon i{
	font-size: 18px;
	color: red;
}

.showAdsIframe iframe {
	display: block;
	width: 100%;
}

.textAreaStyle{
	min-height: 113px;
    width: 100%;
    margin: 0;
    margin-bottom: -5px;
    border: 0;
    padding: 10px;
    outline: 0;
}

.charCount{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #efefef;
	padding: 4px;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 7px;
}

#tableBody input{
	width: 100%;
}

#tableBody img{
	transition: max-width .2s;
}

#tableBody tr td:first-child:hover img{
	max-width: 600px!important;
}

#tableBody img:hover{
	max-width: 600px!important;
}

#tableBody .btn-outline-primary{
	padding-top: 1px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
}

.pull-right, .pull-left{
	z-index: 1234;
}

.modal-dialog {
    max-width: 500px;
    margin: 60px auto!important;
}

select.form-control:not([size]):not([multiple]){
	height: 40px!important;
}

.jodit_toolbar{
	z-index: unset!important;
}