/*** PAGE ***/
.w-1250 {
	max-width: 1250px !important;
}

body {
	background-color: #fafafa !important;
}

.head {
	color: #3dcd58;
}

.navbar-add {
	font-weight: bold;
	background-color: #fff;
	box-shadow: 0px 11px 8px -10px #CCC, 0px -11px 8px -10px #CCC;
}

h3,
.h3 {
	color: #3dcd58;
}

.pagination.grey .page-item.active .page-link {
    color: #fff !important;
    background-color: #5c636a !important;
    border-color: #565e64 !important;
}

.pagination.grey .page-item .page-link {
  color: #5c636a !important;
}


.pagination.grey .page-item .page-link:focus {
    box-shadow: 0 0 0 3px #eee;
}

.form-check-input.green:checked {
  background-color: #3dcd58;
  border-color: #3dcd58;
}

.form-check-input.green:focus {
    border-color: #ccff99;
    outline: 0;
    box-shadow: 0 0 0 3px #ccff99;
  }

.datatable-sorting {
    color: #343a40;
    text-decoration: none;
    padding-right: 2px;
}

/*** SMALL SCREEN ***/
@media only screen and (min-width: 851px) {
	#stats90 {
		display: block !important;
	}
}

@media only screen and (min-width:451px) and (max-width:850px) {
	#stats45 {
		display: block !important;
	}
}

@media only screen and (min-width: 451px) {
    .head-title-changeable{
        width: 80% !important;
    	padding-top: 3px;
    	padding-bottom: 3px;
    }

    .head-login-changeable{
        width: 20% !important;
    	padding-top: 3px;
    	padding-bottom: 3px;
    	text-align: right;
    }

    .row-cols-3-changeable .col-changeable{
        width: 33.3333333333% !important;
    }

    .row-cols-3-changeable .col-changeable div{
        padding-top: 7px;
    }
}

@media only screen and (min-width:0px) and (max-width:450px) {
	#stats15 {
		display: block !important;
	}

	.row-cols-3-changeable .col-changeable{
	    width: 100% !important;
	    padding-top: 3px;
	    padding-bottom: 3px;
    }

    .head-title-changeable{
        width: 100% !important;
    	padding-top: 3px;
    	adding-bottom: 3px;
    	text-align: center;
    }

    .head-login-changeable{
        width: 100% !important;
    	padding-top: 3px;
    	padding-bottom: 3px;
    	text-align: center;
    }

    .hide-for-small-screen{
        display: none;
    }
}

.footer {
    height:60px;
    text-align:center;
    color:#aaa;
}

.footer a{
    text-decoration: underline !important;
    cursor: pointer;
}

.footer hr {
    color:#aaa;
}

.footer .delimiter {
    margin:0 10px;
}

/*** STATUS ***/

.status-square {
	height: 45px;
}

.status-square div {
	width: 100%;
	height: 100%;
}

.status-square-90 {
	width: 0.85%;
	margin-right: 0.25%;
}

.status-square-45 {
	width: 1.7%;
	margin-right: 0.5%;
}

.status-square-15 {
	width: 5.1%;
	margin-right: 1.5%;
}

.status-square-SUCCESS {
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	!important;
}

.status-square-DANGER {
	background-color: #fff3cd;
	border: 1px solid #ffeeba;
	!important;
}

.status-square-FAIL {
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	!important;
}

/*** Rich Text Textrarea  ***/
a.richText-btn:link, a.richText-btn:visited, a.richText-btn:active
{
 color: black !important;
}

a.richText-btn:hover
{
 color: black !important;
}

.tabForm{
    background-color: #fff;
    border-color: #dee2e6;
    border-style: none solid solid solid;
    border-width: 1px;
    min-height: 505px;
}
