﻿body {
}

body > .container-fluid {
    /*padding-top:60px;*/
}
.navbar {
    margin-bottom:0;
}
.collapse.navbar-collapse .nav > li.active a
/*.nav > li.active a*/
{
    background-color:#337ab7;
    color:#fff ;
    font-weight: bold;
    border-bottom:3px solid #E67E0B;

}
div.test {
    position: absolute;
    
    height: 500px;
    
    top: 50%;
    margin-top: -200px;
}

div.test >  h4 > span {
    font-size:35px;
}

.navbar a.navbar-brand.topnav {
    padding:0;
}

.navbar span.logo {
    /*background-image:url(img/mevents-logo.png);*/
    background:url(img/mevents-logo.png) no-repeat center;
    background-size:205px 37.3px;
    /*width:274px;*/
    width:205px;
    height:50px;
    border:0;
    border-image-width:0;
   display: block;
 
}



.isonline {
        font-size: 29px;
    margin-right: 15px;
    vertical-align: middle;
}
span.dns-resolved-failed {
    background-color: #C9302C;
    height: 31px;
    width: 31px;
    display: inline-block;
    overflow: hidden;
    border-radius: 16px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 31px;
    margin-right:15px;
}


.opacity-50 {
    opacity:0.5;
}


.loader {
    position:fixed;
    top:50%;
    left:50%;
    height:64px;
    width:64px;
    margin-left: -32px;
    margin-top: -32px;
    background:transparent url(img/loader.gif) no-repeat;
}

.color-ok { color: #5cb85c !important;}
.color-danger {color:#C9302C !important;}
.color-warning {color:#EC971F !important;}
.color-primary{color:#337ab7 !important;}
.color-white{color:#fff !important;}
.color-black{color:#000 !important;}

.color-bg-ok        {background-color:#5cb85c !important;}
.color-bg-danger    {background-color:#C9302C !important;}
.color-bg-warning   {background-color:#EC971F !important;}
.color-bg-primary   {background-color:#337ab7 !important;}
.color-bg-white     {background-color:#fff !important;}
.color-bg-black     {background-color:#000 !important;}

.text-align-center {text-align:center;}
.text-align-right {text-align: right;}

.border-t {border-top: 1px solid #000;}
.border-r {border-right: 1px solid #000;}
.border-b {border-bottom: 1px solid #000;}
.border-l {border-left: 1px solid #000;}

.clearfix {clear: both;}

.mtv-val-error {
   border: 1px solid red;
}
.mtv-val-error-txt {
    color: #dc3545!important;
    font-size:14px;
}
.db-disabled {
    opacity:0.7;
    pointer-events:none;
}
.db-animate-circle:after {
    content: "\f110";
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 1000;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    /* background: #000; */
    opacity: 1;
    /* text-align: center; */
    font-size: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: FontAwesome;
    animation: fa-spin 1.5s infinite linear;
}

/*Overrides*/
.btn .fa {
    line-height: inherit !important;
}