html,
body {
    background-color: #f7f8fa;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.navbar-default {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    border-right: none;
    border-left: none;
    margin: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #525558;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #0099e5;
}

.section {
    background-color: #ffffff;
    display: block;
    clear: both;
}

.container-card {
    background-color:#fff; 
    padding: 20px;
    border-radius: 7px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.2);*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

h1 {
    font-size: 30px;
    color: #525558;
    margin: 6px 0 12px 0;
}

h2 {
    font-size: 22px;
    color: #71767a;
    margin: 0px 0 16px 0;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

.card-top {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.link_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.chart {
  width: 100%; 
}

.caption {
    background-color: #efefef;
}

.caption .title {
    font-size: 18px;
    line-height: 1.4em;
}

.cards {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.card {
    position: relative;
    display: inline-block;
    padding: 0px;
    border: 0px;
    border: 1px solid #eeeff2;
}

/*.card:hover {*/
/*    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.08);*/
/*}*/

.card-medium {
    width: 300px;
    margin: 0 25px 50px 25px;
}

.card a,
.card a:active,
.card a:hover {
    text-decoration: none;
}

.card .caption,
.card .caption a {
    padding: 5px;
    color: #525558;
}

.card a:hover {
    color: #0099e5;
    text-decoration: none;
}

.card-top {
    background-color: #b9c1c7;
}

.card-top a.link_wrap {
    opacity: 1;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}

.card-top:hover {
    opacity: 0.6;
}

.dropdown .action {
    font-size: 25px;
}

.card-selected {
    border: 5px solid #52abe1;
}

.selection-info div {
    float: left;
    margin-right: 10px;
}
.badge-success {
    background-color: #28a745;
}

.badge-danger {
    background-color: #dc3545;
}

.help-block {
    margin-top: 0;
    font-size: 12px;
}

.navbar-brand {
    padding: 8px 15px;
}

.nav-upgrade-btn {
    float: left;
    text-shadow: 0 0 0 #fff;
    background: #ffb900;
    border-color: #ffb900;
    color: #fff;
    fill: #fff;    
}

.nav-upgrade-btn:hover {
    background: #ffd200;
    border-color: #ffd200;
    box-shadow: 0 0 0 3px #ffe97f;
    color: #fff;
    fill: #fff;    
}

#loader-div {
    display: none;
    position : fixed;
    z-index: 100;
    background-image : url('/img/wait.gif');
    opacity : 0.8;
    background-color:#efefef;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
div.dt-buttons {
    float: right !important;
}

#adminSettingForm .checkbox {
	margin-top:0px;
	margin-bottom:0px;
}


.ball-spin-fade-loader > div {
    background-color: red;
}

#wait {
    display:none;
    width:69px;
    height:89px;
    position:absolute;
    top:50%;
    left:50%;
    padding:2px;
    z-index:99999;
}

hr {
    border: 0;
    border-top: 1px solid #c0c0c0;
    margin-top: 15px;
    margin-bottom: 15px;
}

table.dataTable thead td {
    border-bottom: 1px solid #efefef;
}