/*

* Override Pages default styles or create your own styles here

*/

@font-face {
    font-family: 'neuropolitical';
    src: url('../../assets/fonts/Neuropolitical_Rg/neuropolitical_rg.eot');
    src: url('../../assets/fonts/Neuropolitical_Rg/neuropolitical_rg.eot#iefix') format('embedded-opentype'),
        url('../../assets/fonts/Neuropolitical_Rg/NeuropoliticalRg-Regular.woff') format('woff'),
        url('../../assets/fonts/Neuropolitical_Rg/NeuropoliticalRg-Regular.ttf') format('truetype'),
        url('../../assets/fonts/Neuropolitical_Rg/NeuropoliticalRg-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.card-title2 {
    font-family: neuropolitical !important;
    font-size: 13px !important;
}

.wrap-mobile {
    background: url('../../assets/img/templates/iphone-min.png') no-repeat;
    background-size: contain;
    height: 500px;
    min-width: 300px;
    width: 50%;
    margin: auto;
}

.wrap-ipad {
    background: url('../../assets/img/templates/ipad-min.png') no-repeat;
    background-size: contain;
    height: 735px;
    min-width: 540px;
    width: 50%;
    margin: auto;
}

.wrap-macbook {
    background: url('../../assets/img/templates/macbook-min.png') no-repeat;
    background-size: contain;
    height: 825px;
    min-width: 1145px;
    width: 50%;
    margin: auto;
}

/*Modal lg*/

@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 1200px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1200px;
    }
}

.modal-md {
    max-width: 900px;
}

@media (min-width: 992px) {
    .modal-md {
        max-width: 900px;
    }
}

.login-wrapper {
    height: 100%;
    background-color: #000000;
}

.login-wrapper .bg-pic>img {
    height: 100%;
    opacity: 0.9;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #ffb733;
}

.parsley-errors-list {
    color: darkred;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 0;
    content: "";
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fbfbfb;
    border-color: #e0e0e0;
}

.dropdown-menu {
    z-index: 7000 !important;
}

select.form-control:not([size]):not([multiple]) {
    -webkit-appearance: menulist;
}


/* select.form-control:not([size]):not([multiple]) {    
    height: 54px;
}

select {
    height: calc(2.25rem + 2px);
} */

.sweet-overlay {
    z-index: 1051;
}

.la-ball-fall {
    width: 56px;
}

.widget--1 {
    height: 145px;
}

.widget--1-chart {
    height: 100px;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget--2 {
    height: 145px;
}

.widget--2-chart {
    height: 100px;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget--3 {
    height: 145px;
}

.widget--3-chart {
    height: 100px;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget--4 .list-inline a {
    padding: 3px 4px;
    border-radius: 3px;
    opacity: .7;
}

.widget--4 .list-inline .active a {
    opacity: 1;
}

.widget--4 .nvd3-line svg {
    height: 316px;
}

.widget--4 .company-stat-boxes .close {
    line-height: 0;
}

.widget--4 .widget--4-search {
    margin-top: -3px;
}

@media (max-width: 992px) {
    .widget--4 {
        flex: none;
    }
}

.bg-success-2 {
    background-color: #10CFBD;
}

#table_monitor td {
    vertical-align: middle;
}

#table_reports td {
    vertical-align: middle;
}

#table_api td {
    vertical-align: middle;
}

.form-group-default.form-group-default-select2>label {
    z-index: 10000 !important;
}

ul.squares li div {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    margin-bottom: 1px;
}

div#legend span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    margin-bottom: 1px;
}

.img-list-resume {
    height: 18px;
}

.table tbody tr td {
    padding: 10px;
}

.table-metricas tbody tr td {
    background: transparent !important;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    font-size: 12.5px;
    padding: 1px;
}

.table-metricas tbody tr td span {
    display: inline-block;
    width: 5px;
    height: 5px;
    padding: 5px;
}

tr.odd .table-metricas.table-striped tbody tr td {
    background: #fff !important;
}

tr.even .table-metricas.table-striped tbody tr td {
    background: #fafafa !important;
}

@media (max-width: 991px) {
    .custom-h3 {
        font-size: 17px;
        line-height: 35.88px;
    }
}

.table-fechas tbody tr td {
    background: transparent !important;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    font-size: 12.5px;
    padding: 1px;
}

tr.odd .table-fechas.table-striped tbody tr td {
    background: #fff !important;
}

tr.even .table-fechas.table-striped tbody tr td {
    background: #fafafa !important;
}

.dropzone-file .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-image: url("../plugins/dropzone/images/spritemap-attachment.png") !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%;
}

@media all and (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:1.5/1),
(min-device-pixel-ratio:1.5),
(min-resolution:138dpi),
(min-resolution:1.5dppx) {
    .dropzone-file .dz-default.dz-message {
        background-image: url("../plugins/dropzone/images/spritemap-attachment@2x.png") !important;
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone-zip .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-image: url("../plugins/dropzone/images/spritemap-zip.png") !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%;
}

@media all and (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:1.5/1),
(min-device-pixel-ratio:1.5),
(min-resolution:138dpi),
(min-resolution:1.5dppx) {
    .dropzone-zip .dz-default.dz-message {
        background-image: url("../plugins/dropzone/images/spritemap-zip@2x.png") !important;
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.login-logo {
    text-align: center;
    max-height: 80px;
}

.login-logo img {
    max-height: 80px;
}

/**********************
Editor Mailing Stripo
************************/

#container {
    height: 650px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

#externalSystemContainer {
    background-color: #f6f6f6;
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #d9d8d8;
}

#undoButton,
#redoButton {
    display: none;
}

#stripoSettingsContainer {
    width: 400px;
    float: left;
}

#stripoPreviewContainer {
    width: calc(100% - 400px);
    float: left;
}

.notification-zone {
    position: fixed;
    width: 400px;
    z-index: 99999;
    right: 20px;
    bottom: 80px;
}

.control-button {
    border-radius: 17px;
    padding: 5px 10px;
    border-color: grey;
}

.btn-round {
    border-radius: 20px!important;
    padding: 6px!important;
    height: 34.41px;
    width: 34.41px;
}

#changeHistoryLink {
    cursor: pointer;
}

#stripoSettingsContainer .esdev-app .nav-tabs.nav-justified>li,
#stripoSettingsContainer .esdev-app .nav-tabs.nav-justified li {
    display: inline-flex;
    width: 30% !important;
    min-width: 200px !important;
}

#stripoSettingsContainer.esdev-app .nav-tabs.nav-justified {
    display: flex;
    flex-direction: row;
}

#stripoSettingsContainer.esdev-app .nav-tabs.nav-justified>li {
    display: block;
    width: auto;
}


@media screen and (min-width: 768px) {
    .esdev-app .splitter_panel .bottom_panel {
        top: 350px;
        
    }
    .esdev-code-editor-block-panel {
        min-height: 300px !important;
        max-height: 610px !important;
    
    }
    .esdev-app .splitter_panel .hsplitter {
        top: 325px !important;
    }
    .stripo-preview-frame{
        min-height: 350px !important;
        max-height: 910px !important;
        }
}
@media screen and (min-width: 900px) {
    .esdev-app .splitter_panel .bottom_panel {
        top: 350px;
        
    }
    .esdev-code-editor-block-panel {
        min-height: 300px !important;
        max-height: 610px !important;
    
    }
    .esdev-app .splitter_panel .hsplitter {
        top: 325px !important;
    }
    .stripo-preview-frame{
        min-height: 350px !important;
        max-height: 910px !important;
        }
}

@media screen and (min-width: 1600px) {
    .esdev-app .splitter_panel .bottom_panel {
        top: 400px;
       
    }
    .esdev-code-editor-block-panel {
        min-height: 365px !important;
        position: absolute !important; 
    
    }
    .esdev-app .splitter_panel .hsplitter {
        top: 375px !important;
    }

    .stripo-preview-frame{
        min-height: 375px !important;
        max-height: 910px !important;
        }

element.style {
    height: 600.5px !important;
}
   
}