﻿.nav-tabs.nav-justified > .active > a {
    color: #00c0f3 !important;
    background-color: #fff !important;
    /*border-color: #00c0f3 !important;
    border-bottom: none !important;*/
}

.nav-tabs.nav-justified > li > a {
    border: 0px !important;
    color: #58595b !important;
    background-color: #fff !important;
    /*border-bottom: none !important;
    border-right:none !important;
    border-top:none !important;*/
    margin: 0px;
    border-radius: 4px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    /*border: 1px solid #00c0f3 !important;
    border-bottom: none !important;*/
    /*border-left:1px solid #00c0f3 !important;
    border-bottom: none !important;
    border-right:none !important;
    border-top:none !important;*/
    color: #00c0f3 !important;
    font-weight: bold;
}

.l-btn-lg2 {
    width: 222px;
    height: 45px;
    padding: 10px 16px;
    margin: auto 4px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3333333;
}



form .form-group:first-child {
    border-top: 1px solid #C9CBCD !important;
}

.control-label2 {
    color: #58595b !important;
    font-size: 12px;
    text-align: left;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #58595b;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: default;
}

.row {
    margin-right: 1px !important;
}
