﻿thead tr th {
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    color: #41a9e0;
}
textarea {
    border-color: #41a9e0 !important;
}

.form-control {
    border-color: #41a9e0 !important;
}

input {
    border-color: #41a9e0 !important;
}

.select2 {
    border: 1px solid #41a9e0 !important;
}

table {
    background-color: #f5f5f5 !important;
}



th {
    background-color: #41a9e0;
    /*font-weight: bold;*/
}

thead td {
    background-color: #3c8dbc;
    font-weight: bold;
    /*font-weight: bold;*/
}

.dropdown-menu > li > a {
    color: #f5f5f5;
    padding: 8px 15px 5px 15px;
    font-weight: bold;
    border: 1px solid #f5f5f5;
    background-color: #41a9e0;
}

.dropdown-menu > li > a {
    color: #f5f5f5;
    padding: 8px 15px 5px 15px;
    font-weight: bold;
    border: 1px solid #f5f5f5;
    background-color: #41a9e0;
}

.navbar-inverse .navbar-nav > li > a {
    color: whitesmoke;
    font-weight: bold;
    text-transform: uppercase;
}

.body-content {
    margin-top: -20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 98%;
}

.site-footer {
    width: 100%;
    min-height: auto;
    padding: 10px 0;
    height: auto !important;
    height: 170px;
    margin-top: 5px;
    text-align: center;
    color: whitesmoke;
    font-style: italic;
    background-color: #41a9e0;
    border-color: #41a9e0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: auto;
}
    .site-footer p {
        margin: 0;
    }
.navbar-brand {
    height: auto;
}
ul.nav.navbar-nav {
    margin-top: 20px;
}

body {
    background-color: #ffffff;
    height: 100%;
}


.navbar-inverse {
    background-color: #41a9e0;
    border-color: #41a9e0;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-color: #f5f5f5;
}
   

.nav > li > a {
    padding: 15px 5px;
}
.txt-wrap-hide {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.txt-wrap-hide:hover {
    overflow: visible;
    white-space: initial;
    background-color: white;
    text-wrap:normal;
    overflow-wrap:break-word;
}
.body-content {
    min-height: 80vh;
}

form .required label::after {
    color: #e32;
    content: "*";
    display: inline;
}

.select2-container .select2-choice
{
    height:34px !important;
}

.dropdown-menu > li > a {
    color: #f5f5f5;
    padding: 8px 15px 5px 15px;
    font-weight: bold;
    border: 1px solid #f5f5f5;
    background-color: #41a9e0;
}

    .dropdown-menu > li > a:hover {
        color: #41a9e0;
        background-color: #f5f5f5;
        /*border: 1px solid #204d74;*/
    }


.dropdown-menu > li:last-child > a {
    margin-bottom: -4px;
}


.dropdown-menu > li:first-child > a {
    margin-top: -5px;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


td {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

    td:hover {
        overflow: visible;
        white-space: initial;
        background-color: white;
        text-wrap: normal;
        overflow-wrap: break-word;
    }

.badge {
    /* display: inline-block; */
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #41a9e0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fffe00;
    border-radius: 10px;
    /* position: relative; */
    /*top: -15px;
    left: -68px;*/
}

@media (max-width: 767px) {
    td {
        padding: 20px !important;
    }
}


