.dataTables_wrapper .dataTables_paginate .paginate_button {

}

.nav-tabs-custom>.nav-tabs>li>a, .nav-tabs-custom>.nav-tabs>li>a:hover {
    background: transparent;
    margin: 0;
    color: black;
    font-weight: 400;
    font-size: 12px;
}

.highlight {
    font-weight: 700;
    color: #3c8dbc;
}

.ui.grid {
    margin-left: 0.5rem !important;
}
div.dataTables_wrapper div.dataTables_length select {
    vertical-align: middle;
    min-height: 1em;
}

.input {
    height: 2em;
}

.dataTables_length {
    margin-top: 10px;
}

.filter_btn {

}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #3c8dbc!important;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #3c8dbc !important;
}

.label-success {
    background-color: #00a65a !important;
}

.progress-description, .info-box-text {
    display: block !important;
    font-size: 30px !important;
    line-height: 80px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
    width: 98%;
    text-align: center;
    font-size: 20px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #000;
    background: #3c8dbc;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
    width: 98.5%;
    text-align: center;
    font-size: 20px;
}

.fc-widget-header:first-of-type, .fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
    background-color: white !important;
}

.fc-view, .fc-view>table {
    position: relative;
    z-index: 1;
    border: 1px solid #d2d6de !important;
}

.fc-content {
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #00a65a;
}

.modal-header .close {
    margin-top: -22px;
}

.validate {
    border: 1px solid;
    border-radius: 5px;
    padding: 15px;
    background-color: #3c8dbc;
    text-align: center;
    font-size: 20px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555;
    padding: 3px;
}

@media (min-width: 990px) {
    .littlebox {
        width: 12.499999995%
    }
}

@media (max-width: 472px) {
    .nav>li {
        width: 100%;
    }

    .nav-tabs-custom>.nav-tabs>li.active {
        border-top-color: #3c8dbc;
        border-bottom: 1px solid #3c8dbc;
    }
}

@media (max-width: 990px)  {
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin-left: 0px !important;
    }
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent !important;
    border-left-color: #3c8dbc !important;
    border-right-color: #3c8dbc !important;
}

.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: -1px;
    background-color: #eee;
}

.nav-tabs-custom>.nav-tabs {
    margin: 0px;
    border-bottom: 1px solid #3c8dbc;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: 4px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.qtip-blue {
    font-size: 15px;
}

.logo-lg {
    font-size: 19px;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}

.circular-progress {
    background: linear-gradient(90deg, #03A9F4 50%, transparent 50%, transparent), linear-gradient(270deg, #03A9F4 50%, #E0E0E0 50%, #E0E0E0);
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    height: 100px;
    margin: 2em auto;
    margin-bottom: 10px;
    position: relative;
    width: 100px;
    transition: all .3s linear;
}

.stattext {
    text-align: center;
    font-size: 22px;
}

.stattext2 {
    text-align: center;
    font-size: 16px;
}

.innerofstat {
    background-color: #FAFAFA;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.54);
    content: "50";
    font-size: 55px;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    width: 100%;
}

.weather-grids{
    margin: 2em 0;
}
.weather-left{
	padding: 10px;
}
.weather-left-info{
	background: #22aaa1;
    background: -moz-linear-gradient(left, #337ab7 0%, #3c8dbc 100%);
    background: -webkit-linear-gradient(left, #337ab7 0%,#3c8dbc 100%);
    background: linear-gradient(to right, #337ab7 0%,#3c8dbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22aaa1', endColorstr='#399348',GradientType=1 );
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 0 0px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.weather-left-top{
    text-align: center;
    padding: 1em 0;
}
.weather-left-top h3{
    font-size: 4em;
    margin: 0;
    color: #FFF;
    font-weight: 600;
}
.weather-left-top h6{
    margin: 1em 0;
    color: #FFF;
    font-size: .7em;
}
.weather-left-top h4{
    margin: 0;
    color: #FFF;
	font-size:1em;
}
.weather-left-bottom-grids{
    padding: 2em;
    border-top: 1px solid #1E8435;
}
.weather-left-bottom-left{
	float:left;
}
.weather-left-bottom-left h3{
    font-size: 2em;
    margin: 0;
    color: #FFF;
}
.weather-left-bottom-left h6{
    margin: 1em 0;
    color: #FFF;
    font-size: .7em;
}
.weather-left-bottom-left h4{
    margin: 0;
    color: #FFF;
    font-size: 1em;
}
.weather-left-bottom-right{
    float: right;
    margin: 1em 1em 0 0;
}
canvas#clear-day {
	height: 50px !important;
    width: 50px !important;
}
.weather-middle-info{
	background: #22aaa1;
    background: -moz-linear-gradient(left, #22aaa1 0%, #399348 100%);
    background: -webkit-linear-gradient(left, #22aaa1 0%,#399348 100%);
    background: linear-gradient(to right, #22aaa1 0%,#399348 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22aaa1', endColorstr='#399348',GradientType=1 );
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 0 0px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.weather-middle-left{
	float:left;
	width:25%;
	background:#EE732F;
	border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
}
canvas#cloudy {
    width: 60px !important;
    height: 60px !important;
}
.weather-middle-left-top{
    text-align: center;
    padding: 4em 0;
}
.weather-middle-left-top h6{
	margin: 1em 0;
    color: #FFF;
    font-size: .7em;
}
.weather-middle-left-top h3{
    font-size: 2em;
    margin: 0;
    color: #FFF;
}
.weather-middle-left-bottom {
    padding: 1em;
    text-align: center;
    margin: 2.6em 0 0 0;
}
.weather-middle-left-bottom h4{
    color: #FFF;
    margin: 0 0 1em 0;
    font-size: .875em;
    font-weight: 600;
}
.weather-middle-left-bottom p{
	font-size:.875em;
	color:#FFF;
	margin:0;
}
.weather-middle-info-grid {
	text-align: center;
    padding: 1em 1em;
}
.weather-middle-info-grid h3{
    font-size: 2em;
    margin: .5em 0;
    color: #FFF;
    font-weight: 600;
}
.weather-middle-info-grid p {
    font-size: .875em;
    color: #fff;
}
canvas#sleet {
    width: 50px !important;
    height: 50px !important;
}
canvas#rain {
    width: 50px !important;
    height: 50px !important;
}
canvas#wind{
    width: 50px !important;
    height: 50px !important;
}
canvas#partly-cloudy-night{
    width: 50px !important;
    height: 50px !important;
}
canvas#snow{
    width: 50px !important;
    height: 50px !important;
}
canvas#fog{
    width: 50px !important;
    height: 50px !important;
}
.weather-middle-right{
	float:left;
	width:75%;
}
.weather-right{
	padding-right:0;
}
.weather-right-top {
    padding: 3em 0;
}
canvas#partly-cloudy-day{
	width:75px !important;
	height:75px !important;
}
.weather-right-top h3{
    font-size: 3em;
    margin: 0;
    color: #FFF;
    font-weight: 600;
}
.weather-right-top p{
	font-size: .875em;
    color: #fff;
    margin: 0;
}
.weather-right-bottom {
    padding: 1em;
}
canvas#clear-night{
	width:60px !important;
	height:60px !important;
}
.weather-right-bottom-left{
	float:left;
}
.weather-right-bottom-left  h6 {
    margin: 1em 0;
    color: #FFF;
    font-size: .7em;
}
.weather-right-bottom-left  h4 {
    margin: 0;
    color: #FFF;
    font-size: 1em;
}
.weather-right-bottom-right{
    float: right;
    margin: 2em 2em 0 0;
}
.weather-right-bottom-right h3{
	font-size: 2em;
    margin: 0;
    color: #FFF;
}

#bar-maintenances {
    height: 350px;
    width: 100%;
}

.skin-black .main-header{
}
