/*
body {
    font-size: 0.85rem;
}
*/
@media (min-width: 992px){
    .sidebar-fixed .sidebar {
        width: 220px;
    }

    .sidebar .sidebar-nav {
        width: 220px
    }

    .sidebar .nav {
        width: 220px;
    }
    .app-body .main {
        margin-left: 220px!important
    }
    .app-footer{
        margin-left: 220px!important
    }
}

h2.title{
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.alert{
    opacity: 1!important;
}

.strong, .control-label{
    font-weight: bold
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-right-radius: 0; border-bottom-right-radius: 0;position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.cursor-pointer{
    cursor: pointer!important
}
pre{
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 20px;
    background-color: #f0f3f5;
    margin: 10px 0;
}
.btn-xs{
    padding: .25rem .5rem;
    font-size: .67rem;
    line-height: 1;
    border-radius: .2rem;
}
.img-avatar{
    font-size: 35px;
}
.alert-float{
	position: fixed;
    min-width: 320px;
    max-width: 750px;
    margin-left: 50%;
    top: 23px;
    z-index: 9999999;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer
}
.alert-float div{
	position: relative; left: -50%;
	background-color: #fff3cf;
	border: 1px solid #feedbd;
	padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    padding-right: 54px;
}

.alert-danger {
    color: #ffffff;
    background-color: #d8312b;
    border-color: #d8312b;
}
.alert-danger a{
    color: #FFF
}
.yellow{
    color: #fec005;
}
/*
.card-header{
    font-weight: 600
}
*/
.bootstrap-table .btn [class^="icon-"], .btn [class*=" icon-"] {
    display: initial
}
.bootstrap-table .form-control {
    padding: 0.48rem 0.75rem;
}
.select2-selection{
    height: 34px!important
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px!important
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px!important;
}
.select2-selection--multiple{
    height: auto!important
}
.daterange-row{
    position: absolute;
    top: 60px;
    width: 100%;
    right: 30px;
}
.avatar-nav .dropdown-menu{
    border: 1px solid #c8ced3;
    margin-top: 9.8px;
    border-radius: 0;
}
.daterange-row{
     padding-left: 33vw!important
}

#editor .ql-tooltip{

    right: 0!important;
    top: 0!important;
    left: auto!important;

}

#editor .ql-editor p{

    margin-bottom: .8rem!important
}

#editor .ql-video{
    width: 560px;
    max-width: 100%;
    height: 315px;
}

#html_text, #plain_text{
    font-family: courier new;
    font-size: .8rem;
    font-weight: 600;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination > li {
    display: inline
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}


.sidebar .nav-dropdown.open .nav-dropdown-toggle{
    font-weight: bold;
    color: #2aa8d6!important;
    background: #424a52;
}

.sidebar .nav-dropdown.open .nav-dropdown-items .open a{
    color: #2aa8d6!important;
}
.sidebar .nav-dropdown.open {
    background: rgba(0,0,0,.5);
}
.photo-wrapper{
    position: relative;
    height: 204px;
    width: auto;
    display: inline-block;
    margin: 2px 2px 2px 0;
}
.photo-wrapper.video-wrapper{
    height: 220px
}
.photo-wrapper.active{
    padding: 10px;
}
.photo-wrapper.active.video-wrapper{
    height: 205px!important
}
.photo-wrapper.new{
    margin-right: 5px!important
}
.photo-wrapper a{
    height: 100%;
    display: block;
}


.photo-wrapper.active .photo{
    height: 185px!important
}
.photo-check{
    position: absolute;
    top: 0;
    left: 6px;
    font-size: 20px;
    color: #FFF;
    z-index: 3;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    cursor: pointer

}
.photo-check:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.photo-check.active{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    color: #30abdf;
    /*height: 17px;
    width: 17px;
    background-color: #FFF;
    line-height: 17px;
    border-radius: 17px;*/
    margin-top: 6px;


    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    z-index: 3;
}

.photo-check-big{
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    z-index: 3;
}

.photo-check.active .fa{
    margin-top: -1px;
}

.photo{
    height: 204px!important;
}
.photo-section{
    font-size: 17px
}

.photo-info{
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 20px;
    color: #30abdf;
    z-index: 4;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    cursor: pointer

}
.photo-info:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.photo-cred{
    position: absolute;
    top: 0;
    right: 36px;
    font-size: 20px;
    color: #30abdf;
    z-index: 4;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    cursor: pointer

}
.photo-cred:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.photo-embed{
    position: absolute;
    top: 0;
    right: 66px;
    font-size: 20px;
    color: #30abdf;
    z-index: 4;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    cursor: pointer

}
.photo-embed:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.photo-edit{
    position: absolute;
    top: 0;
    right: 99px;
    font-size: 20px;
    color: #30abdf;
    z-index: 4;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    cursor: pointer
}
.photo-edit a i{
    font-size: 20px!important;
    color: #30abdf;
    z-index: 4;
    opacity: 0.7;
}
.photo-edit a i:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.media-container .selection {
    background: rgba(0, 0, 255, 0.1);
    border-radius: 0.1em;
    border: 0.05em solid rgba(0, 0, 255, 0.2);
}
.section-title{
    cursor: pointer
}

.fa-trash-alt, .fa-info-circle{
    cursor: pointer
}
#mediaset-name{
    cursor: pointer
}

.fa-camera{
    cursor: pointer;
    font-size: 143px;
    color: #999;
    cursor: pointer
}

/* Fancybox Custom buttons*/
.fancybox-button--trash {
  padding: 13px;
  color: #ccc;
}

.fancybox-button--download {
  padding: 13px;
  color: #ccc;
}

.fancybox-button--star {
  padding: 13px;
  color: #ccc;
}

.fancybox-button--close {
  padding: 9px;
  color: #ccc;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc;
}

.modal-dialog:not(.modal-lg) { 
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    margin: auto; 
    width: 500px; 
    height: 300px; 
}

.modal-top-centered{
    margin: 30px auto!important;
}


.pointer{
    cursor: pointer
}

.dismiss-item {
    position: absolute;
    top: 1px;
    left: -26px;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    border-radius: 25px;
    background-color: #e63636;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer
}

.operator{
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}
.negative_number{
    color: red
}

.color-tag{
    font-size: 1.2rem;
    margin-right: 2px;
}
.color-tag i{
    width: 22px;
    height: 22px;
}
.color-tag i:before{
    border: 2px solid #FFF;
    border-radius: 20px;
    width: 24px;
    height: 23px;
    display: inline-block;
}
.color-tag i:hover:before, .color-tag i.active:before{
    border-color: #c9c9c9;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 80%;
  }
  .dismiss-item {
        top: 7px;
  }
  .w-md-auto{
        width: auto!important
    }
}


/* Above 1200 is XL */
/* No custom CSS */

/* Large */
@media (max-width: 1199px) {

}

/* Medium */
@media (max-width: 991px) {
    .daterange-row{
        padding-left: 25vw!important
    }
}

/* Small */
@media (max-width: 767px) {
    .daterange-row{
        position: initial;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0!important;
    }
    .daterange-row div{
        padding:0!important 

    }
    .daterange-row .text-right{
        text-align: left!important
    }

}

/* Extra-small */
@media (max-width: 576px) {

    .breadcrumb{
        font-size: .8rem;
    }

    

    .brand-card-body>:not(:last-child) {
        border-right: 0;
    }

}


@media print {
    body {
        background-color: #FFF;  
    }
 
    /* More print styles */
    /* ... */
}
