@import "custom-classes.css";

.jarviswidget-color-blue > header {
    border-color: #006BA3 !important;
    background: #006BA3;
}

.jarviswidget-color-green > header {
    border-color: #00833F !important;
    background: #00833F;
}

.jarviswidget-color-red > header {
    border-color: #DC1A36 !important;
    background: #DC1A36;
}

.jarviswidget-color-yellow > header {
    border-color: #F9C709 !important;
    background: #F9C709;
}

.jarviswidget-color-black > header {
    border-color: #231F20 !important;
    background: #231F20;
}

.fa-color-blue,
.text-color-blue {
    color: #006BA3;
}

.fa-color-green,
.text-color-green {
    color: #00833F;
}

.fa-color-red,
.text-color-red {
    color: #DC1A36;
}

.fa-color-yellow,
.text-color-yellow {
    color: #F9C709;
}

.fa-color-black,
.text-color-black {
    color: #231F20;
}

.fa-color-white,
.text-color-white {
    color: #FFFFFF;
}

.back-color-blue {
    background-color: #006BA3;
}

.back-color-green {
    background-color: #00833F;
}

.back-color-red {
    background-color: #DC1A36;
}

.back-color-yellow {
    background-color: #F9C709;
}

.back-color-black {
    background-color: #231F20;
}

.back-color-white {
    background-color: #FFFFFF;
}

hr {
    margin: 10px 0 10px 0;
}

#logo > img {
    height: 40px;
    width: auto;
    margin-top: -10px;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
}

#4global-logo {
    height: 20px !important;
    width: auto !important;
}

.thumbs-text {
    display: none;
}

.fa-thumbs-up {
    color: #00833F;
    font-size: large;
}

.fa-thumbs-down {
    color: #DC1A36;
    font-size: large;
}

.fa-trash-o {
    color: #DC1A36;
}

.table-edit-button {
    padding: 0 10px;
}

.smart-form header {
    margin: 5px 0 25px 0 !important;
}

.widget-body header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 5px 0 25px 0 !important;
}

.yes-no-toggle {
    margin-bottom: 40px !important;
}

.toggle > i {
    left: 0;
}

#focus > .row {
    padding-bottom: 50px;
}

.dropdown-container {
    height: 640px;
}

.lighter-asterisk {
    color: #006BA3;
    font-size: 0.7em;
}

.nav-tabs > li > a {
    color: #FFFFFF;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #D1D1D1;
}

.alert-heading-error {
    padding-left: 10px;
}

.alert-list-error {
    padding: 5px 0 0 11px;
}

#map_canvas {
    width: 100%;
    height: 392px;
}

.tab-error {
    border: solid 2px #DC1A36;
}

.bout-box {
    height: 130px;
    border-radius: 6px;
}

.bout-box h3 {
    font-size: 19px;
    font-weight: 100;
    margin: 10px 0;
}

.select.state-error {
    border: 1px solid #DC1A36 !important;
    background-color: #FFFFFF !important;
}

.onoffswitch {
    width: 72px;
}

.onoffswitch-switch {
    right: 54px;
}

.event-details span {
    color: #006BA3;
    font-style: normal;
}

.btn-primary {
    background: #006BA3;
}

.btn-success {
    background: #00833F;
}

.btn-warning {
    background: #F9C709;
}

.btn-alert {
    background: #DC1A36;
}

.table-td-strong span {
    font-weight: bold;
}

.fc-event-vert .fc-event-time {
    display: none;
}

.select2-results .fa {
    float: right;
    position: relative;
    line-height: 20px;
}

.modal_loading {
    /* display: none; */
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6) url("../img/boxing_gloves_loading.gif") 50% 50% no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    overflow: hidden;
}

.custom-padding-40 {
    padding: 40px 0;
}

.dataTables_filter {
    float: none;
}

.dataTables_length {
    margin-right: 5px;
}

.site-title {
    margin-left: 10px;
    font-weight: 400;
}

.site-logo-group {
    width: 400px !important;
}

.club-profile-member {
    max-height: 35px;
}

.btn-header a>span {
    font-weight: 700;
    line-height: 24px;
    text-decoration: none !important;
    font-size: 17px;
}

.select2-search-choice-close:before {
    color: #aaa4a3;
    content: "\f057";
}

.selected td {
    background-color: #acacac !important; /* Add !important to make sure override datatables base styles */
    font-weight: 600;
}

/* * MAPS
*/
.control-zinfo {
    width: 26px;
    height: 26px;
    background-position: 50% 50%;
    display: block;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.65);
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}

.img-wrap {
    position: relative;
    display: inline-block;
    border: 1px red solid;
    font-size: 0;
}

.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .2;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}

.img-wrap:hover .close {
    opacity: 1;
}

.no-display {
    display: none;!important;
}

.w-100 {
    width: 100%;
}

.d-none {
    display: none;
}
