/* BS3 to BS5 migration - START */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
body {
    font-family: Poppins, "Open Sans", Helvetica-Neue, Helvetica, Arial, sans-serif;
}

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.azreadonly { background-color: #e9ecef; opacity: 1; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px;
}

/* -xs is not available in BS5*/
.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-xs > .btn, .input-group-xs > .form-control, .input-group-xs > .form-select, .input-group-xs > .input-group-text {
  padding: 1px 5px;
  font-size: 12px;
  border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group-xs > .form-select, .input-group-xs > .form-select {
  padding-right: 3rem;
}

/* -xs is not available in BS5*/



/* Removes extra dropdown caret from select*/
.bootstrap-select .dropdown-toggle::after {
    border-top: none;
    border-bottom: none;
}



.nav-tabs .nav-item .nav-link {

  margin-right:2px;
  	background-color: #FFF;
	color: #666;
	 border-color:#ccc;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #666;
  color: #FFF;
}


/* BS3 to BS5 migration - END */



.accordion-toggle {
    cursor: pointer;
}
.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    content: "\f078";    /* fa-chevron-down */
    float: right;
    margin: -20px 10px;

}
.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f054";    /* fa-chevron-up */
}

.ql-container.ql-snow {
	border-radius: unset;
}

.fancytree-ext-childcounter span.fancytree-childcounter, .fancytree-ext-filter span.fancytree-childcounter {  min-width: 15px; height: 16px; }



/*! Copyright 2014 - Meanwhile Ltd | Atlas Media Database | www.atlasmd.com */

.atlas-modal-xlg { width: 80%; }

.atlas-navbar-2rows {   padding-top: 0px;    padding-bottom: 0px;}

/* this shows the select menu background if changed*/
.select_btn_changed {background-color: #fcf8e3 !important; border: 1px solid #ccc;}


.stat-uploading-border { border: 3px solid #71b274; }
.stat-retired-border { border: 3px solid #5f7ebd; }
.stat-deleted-border { border: 3px solid #cc6666; }
.stat-uploading { background-color: #71b274; color: #FFFFFF; }
.stat-retired { background-color: #5f7ebd; color: #FFFFFF;}
.stat-deleted { background-color: #cc6666; color: #FFFFFF; }


.atlas_media {
    position: relative;
    text-align: center;
    max-height: 100%;
}

.atlas_media > img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.atlas_media .atlas_media_play_btn_button {
    color: #e6f0ee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px;
    cursor: pointer;
    opacity: .7;
    border: 1px solid #fff;
    background-color: rgba(43, 51, 63, .5);
    border-radius: 3px;
    transition: all .4s;
}

.atlas_media .atlas_media_play_btn_button .atlas_media_play_btn_button_text {
    font-size: 12px;
    color: #eee;
}


.atlas-color {
    color:  #3d5f6a;
}
.atlas-text-disabled {
    color: #d5d8d9;
}

.atlas-bg-color {
    background-color:#476d79;
}

.atlas-border {
    border-color: #476d79;
}

.atlas-text-color{
    color: #476d79;
}

.atlas-text-color:hover,.atlas-text-color:focus{
    color: #476d79 !important;
    opacity: .7;

}

.atlas-btn-white-color{
    color: #fff;
}
.btn-atlas, .atlas-btn-bg-color {
 background-color: #3d5f6a !important;
 color: #fff;
 border-color: #3d5f6a !important;
}

.btn-atlas:hover, .btn-atlas:focus, .atlas-btn-bg-color:hover, .atlas-btn-bg-color:focus {
    color: #fff;
    opacity: .9;
    box-shadow: 0 0 0 .25rem rgba(65,95,106,.25);
    outline: 0;
}


.atlas-btn-bg-color span{
    color: #fff;
}

.atlas-btn-text-color{
    color:  #3d5f6a;
}
.btn-atlas-border, .atlas-btn-border{
    background-color: #FFFFFF !important;
    border-color: #476d79;
    color: #476d79;
}

.btn-atlas-border:hover, .btn-atlas-border:focus, .atlas-btn-border:hover,.atlas-btn-border:focus{
    background-color: #476d79 !important;
    border-color: #7E98A1;
    color: #fff;
}


