/** Sobreescribe los estilos del sb-admin.css */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
body
{
    overflow-y: scroll;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
textarea
{
    resize: none;  
}
.loader-icon
{
    height: 30px;
    color: #666;
}

.progress
{
    height: 30px;
}
.controlWrapperStyle {
    width: 100% !important;
}
.bg-login-image 
{
    background: url("https://cdn.shopify.com/s/files/1/2513/1384/files/slide1_2000x.jpg?v=1509727079");
    background-position: center;
    background-size: cover;
}

.modal-backdrop 
{
    background-color: #000;
}

.modal-opacity
{
    opacity: 1;
}

.img-thumbnail
{
    min-height: 150px;
    max-height: 200px;
}

.pointer
{
    cursor: pointer;
}

.text-small
{
    font-size: 1em;
}

.pointer-none
{
    pointer-events: none;
}

.border-dotted
{
    border-style: dotted;
    border-width: 1px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] 
{
    background-color: #b11f24 !important;
    color: white;
}

/* Select2 JS Plugin */
.select2-container--default .select2-selection--multiple 
{
    background-color: white; border: 1px solid #ced4da !important;
    border-radius: 0px !important; cursor: text; width: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple 
{
    border: solid #ced4da 1px !important; outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice 
{
    background-color: #000 !important;
    border: none !important; border-radius: 4px;
    cursor: default; float: left;
    margin-right: 5px; margin-top: 5px;
    padding: 0 8px; font-weight: 300;
    color: #eee;
}

.select2-container--bootstrap .select2-selection--single {
    height: calc(1.5em + 1rem + 2px) !important;
    line-height: 1.5 !important;
    padding: 6px 24px 6px 12px !important;
    border-radius: 0 !important;
}

.rz-none
{
    resize: none;
}

.toggled span, .toggled .sidebar-heading
{
    display: none !important;
}

.logo-not-toggled
{
    display: block;
}

.logo-toggled
{
    display: none;
}

.toggled .logo-not-toggled
{
    display: none;
}

.toggled .logo-toggled
{
    display: block;
}

.col_display
{}

.sidebar-dark .nav-item .nav-link i 
{
    color: #fff;
}

.sidebar 
{
    border-right: 5px solid #fff !important;
}

.sidebar.toggled .nav-item .collapse 
{
    left: calc(3.5rem + 1.5rem / 2) !important;
}

.dtrg-start td
{
    background-color: #d1ecf1 !important;
    border-top: solid 1px #0c5460;
    color: #0c5460 !important;
}

.dtrg-end td
{
    background-color: #fff !important; 
}

.graph-row
{
}

#loader 
{
    display: block;
}

#_im_task_floating_box
{
    width: 25rem !important;
}
.badge-counter 
{
    transform: scale(1) !important;
    margin-top: -1rem !important;
}

.card
{
    border-top: solid #eee 5px;
}

#history
{
    max-height: auto;
    overflow-y: scroll;
}
.form-control
{
    font-weight: 500;
}
#_im_stats .bg-primary
{
    min-height: 220px;
}
.controlsDivStyle 
{
	display: none !important;
}
#wdr-toolbar-wrapper #wdr-toolbar li 
{
	display: inline-block;
	background: 0 0;
	vertical-align: top;
	padding: 0;
	position: relative;
	width: 57px;
	margin-right: 20px;
	min-width: 75px;
}
#_im_header_taks_dropdown {
    max-height: 430px;
    overflow-y: scroll;
}

/** Report classes */
.reportTotals {
    background-color: #b11f24 !important;
    color: #fff !important;
    font-family: Arial !important;
    font-size: 14px !important;
}

.quote-edit
{
    width: 100%;
    border: none;
    border-bottom: solid 3px #DDD;
    background-color: rgb(255, 255, 255, 0.8);
    padding: 10px;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 980px !important;
    }

    .sidebar.toggled 
    {
        overflow: visible;
        width: 3.5rem !important;
    }

    .sidebar.toggled .nav-item .nav-link 
    {
        width: 3.5rem;
    }
}

@media (max-width: 720px) {
    .col_display
    {
        display: none;
    }
}