﻿.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: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size:12px;
}

.margin-top
{
    margin-top:0.625em !important;
}


.modal-body>.close, .modal-header>.close {
    top: 15%;
    margin-top: -0.5em;
    right: 10px;
    left: auto;
    position: absolute;
    background-color: transparent!important;
}

.close {
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=50);
    opacity: .5;
}
.close:hover
{
    opacity:1;
}


.tab-content {
    /*background-color: #303136;*/
    padding: 10px;
}

.nav-tabs > li > a:hover {
    background-color: #90CAF9 !important;
    border: medium none;
    border-radius: 0;
}

.tab-base .nav-tabs > .active > a, .tab-base .nav-tabs > .active a:hover, .tab-base .nav-tabs > .active > a:focus {
    border-color: #DE615D;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.text-underline {
    text-decoration: underline;
    color: #0000CC;
}

.text-white {
    color: whitesmoke !important;
}

.header-gradient {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.header-gradient-primary {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#96CEEA 100%);
    background-image: -o-linear-gradient(top,#fff 0,#96CEEA 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#96CEEA));
    background-image: linear-gradient(to bottom,#fff 0,#96CEEA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#8fbc8f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.header-gradient-success {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#D6ECC1 100%);
    background-image: -o-linear-gradient(top,#fff 0,#D6ECC1 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#D6ECC1));
    background-image: linear-gradient(to bottom,#fff 0,#D6ECC1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#8fbc8f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.header-gradient-warning {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#deb887 100%);
    background-image: -o-linear-gradient(top,#fff 0,#deb887 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#deb887));
    background-image: linear-gradient(to bottom,#fff 0,#deb887 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#de615d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.mt-0 {
    margin-top:0px !important;
}

.m-20 {
    margin: 20px;
}

.bg-pink-light {
    background-color: #E4B0B8;
}

.bg-white {
    background-color: #ffffff;
}

.label-required:after {
    content: " *";
    color: #de615d;
}

.cursor-hand {
    cursor:pointer;
}


table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: white;
    background-color: Highlight !important;
}

.text-bold-700
{
    font-weight:700;
}



    .bd-over-modal-lg .modal-dialog {
        display: table;
        position: relative;
        margin: 0 auto;
        top: calc(50% - 24px);
    }

        .bd-over-modal-lg .modal-dialog .modal-content {
            background-color: transparent;
            border: none;
        }


.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f9fafb;
    border-radius: .9rem;
}