/* here you can put your own css to customize and override the theme */

.add-new-btn {
    color: #333;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0px;
    margin-top: -6px;
}
.login .logo {
    color: white !important;
}
/*Tab */
.nav-tabs.nav-justified > li > a {
    border: none !important;
    border-radius:0 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
}

.nav-tabs.nav-justified > li > a:hover {
    border: none !important;
    border-radius:0 !important;
    background-color: inherit !important;
}

.nav-tabs.nav-justified > li > a > .mapText {
    border: none !important;
    border-top:4px solid #FFF!important;
    display: block !important;
    background-color:#EFEFEF !important;
    padding: 20px 0;
}

.nav-tabs.nav-justified > li.active > a > .mapText {
    border-top:4px solid #093!important;
    background-color: #FFF !important;
    color: #000 !important;
}

.nav-tabs.nav-justified > li > a > .map {
    border: none !important;
    height: 90px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.nav-tabs.nav-justified > li.active > a {
    border-right:1px solid #fff !important;
    background-color:#fff !important;
}


.custom-form-control{
    margin-left: 10px !important;
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    border-radius: 4px !important;
    vertical-align: middle !important;
    padding: 6px 12px !important;
}

.greeniconcolor
{
    color: green !important;
    font-size: 24px !important;
}
.amount_table
{
    font-weight: 700;
}
.amount_table td {
    padding: 10px;
}
.non-link
{
    text-decoration: none !important;
}
.custom_input{    width: 60px !important;}
.custom-form-control {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#slider label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
}
#left_area{
    width: 30%;
    float: left;
}
#right_area{
    width: 70%;
    float: left;
}
.table-borderless td,
.table-borderless th {
    border: 0 !important;
}