﻿/* Write your CSS code. */
@media print {
    ::-webkit-scrollbar {
        display: none;
    }
}

.table-ico {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

    .table-ico .fa {
        line-height: inherit;
    }
.iradio_square-blue,
.icheckbox_square-blue {
    margin-right: 5px;
    transform: scale(0.7);
    vertical-align: middle;
    margin-top: -2px;
}
.lbl-row{
    margin-bottom: 6px;
}
#grid-brokerage-new-business-list_filter button.btn,
#grid-investment-advisory-list_filter button.btn {
    margin-left: 8px;
    padding: 4px 12px;
}
.main-header .logo img {
    max-height: 40px;
}
.skin-blue .main-header .logo,
.skin-blue .main-header .logo:hover {
    background-color: #546167;
}
.navbar-custom-menu > .navbar-nav > li .btn-default.btn-flat {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    color: #fff;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:hover {
    background: none;
}
@media print {
    .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: normal;
    }
    .box-body{
        padding: 0px;
    }
    .box.box-primary {
        border: none;
    }
    .content{
        padding-left: 0px;
        padding-right: 0px;
    }
    .content-header,
    .content-header > h1 {
        display: none !important;
    }
}

.header-with-background {
    background-color: #cfd8dc;
}

.dropzone {
    border: 2px dashed #0087F7 !important;
    border-radius: 5px !important;
    background: white !important;
}

.with_ellipsis h3.box-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    font-size: 15px;
    width: 100%;
}

    .with_ellipsis h3.box-title .fa {
        margin-right: 4px;
    }

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.d-none {
    display: none;
}

.datepicker {
    border-radius: 0px !important;
    padding: 6px 12px!important;
}
body.sidebar-hide .wrapper {
    background: #ecf0f5;
}
body.sidebar-hide .main-header .navbar .sidebar-toggle {
    display: none;
}
.sidebar-mini.sidebar-hide .content-wrapper, .sidebar-mini.sidebar-hide .main-footer {
    margin-left: 0px !important;
}