﻿.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}
.alert-success {
    border-color: #008d4c;
}
.alert-info {
    border-color: #00acd6;
}

.alert-warning {
    border-color: #00acd6;
    background-color: #00acd6 !important;
}

.alert-danger {
    border-color: #d73925;
    background-color: #d73925 !important;
}

.alert {    
    color: #fff;
}
    .alert h4 {
        font-weight: 600;
        font-size: 24px;
    }
.alert a {
    color: #fff;
}

    .alert .close {
        color: #000;
        opacity: .2;
        filter: alpha(opacity=20);
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-check:before {
    content: "\f00c";    
}
.fa-ban:before {
    content: "\f05e";
}

.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
}

    .nav-tabs-custom > .nav-tabs {
        margin: 0;
        border-bottom-color: #f4f4f4;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

.pull-left {
    float: left !important;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}



.widget-two-success {
    background-color: rgba(38, 166, 154, 0.7) !important;
    border-color: rgba(38, 166, 154, 0.9);
}

.widget-two-warning {
    background-color: rgba(249, 200, 81, 0.7) !important;
    border-color: rgba(249, 200, 81, 0.9);
}

.widget-two-danger {
    background-color: rgba(245, 112, 122, 0.7) !important;
    border-color: rgba(245, 112, 122, 0.9);
}

.card-box {
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.widget-box-two .widget-two-icon {
    position: absolute;
    right: 30px;
    font-size: 42px !important;
    top: 30px;
    overflow: hidden;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7) !important;
    /*border: 2px solid rgba(255, 255, 255, 0.7) !important;*/
}

.mdi {
    /*display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);*/
}

.font-600 {
    font-weight: 600;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}


.text-white {
    color: #ffffff !important;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}

.m-0 {
    margin: 0 !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 13px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}