.error {

	color:red;
}

/*.broker-panel ul {

	border: 1px solid gray;
	padding:30px;
	margin-top:10px;
}*/

textarea.form-control {
  height: 110px;
}

.login-block {
	bottom:30px;
}

.no-resize{
	resize:none;
}

.no-sort{
	width:50px;
}

.navbar.navbar-default.navbar-fixed-top {
    z-index: 20002;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/pageLoader.gif') 50% 50% no-repeat;
    opacity: .8;
}

.modal-body.upload-file-popup, .fm-modal .modal-body  {
  min-width:400px !important;
}
/*.fm-content-body .fm-grid-item.back-btn{
  display:none !important;
}*/
#fm-main-block .fm-navbar	.toggle_dir_class{border-color: #0192D3;}
.modal #fm-main-block .btn{
  width:auto;
}
#fileManagerModal .modal-dialog .modal-content.ui-resizable .modal-header .close.top {
  margin-top: -2px !important;
}
#fileManagerModal  .fm-modal .modal-content .modal-header .close {
  margin-top: -21px !important;
}

.fm-modal .modal-content .modal-body{
  height:auto !important
}

#fileManagerModal{
  z-index:99999999
}

#fileManagerModal .toggle_dir_class
{
  border-color: #0192D3;  
  /* font-weight: bold;  */
  cursor: not-allowed !important;  
  pointer-events: none;
}

.fm-navbar .fas.fa-copy, .fm-navbar .fas.fa-clipboard{
font-weight: 400;
}

.modal-content.fm-modal-upload{position: absolute;top:10px;width: 69vh; margin-left:20px}
.modal-content.fm-modal-upload .fm-btn-wrapper .btn-block{width:100% !important}
.fm-modal-upload .modal-header {
  min-height: 16.43px !important;
  padding: 15px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #fff !important;
}
.fm-modal-upload .modal-header .modal-title{text-align: left;}

/* 10-07-2024 for the inner create new folder model popup  */
#fileManagerModal.modal .modal-dialog.modal-dialog-centered{
    width: 600px!important;
    margin: 30px auto;
}
/* 10-07-2024 */

.modal-body.upload-file-popup .w-75.text-truncate{
    word-wrap: break-word;
}

.modal-content.fm-modal-properties  .col-9.col-xs-9{
    word-wrap: break-word;
}

.modal-content.fm-modal-preview .text-muted.pl-3{
    word-wrap: break-word;
}


/* 09-10-22024 disable-pages-button */
.disable-pages-buttons-sec .btn.disable-pages-button{
    border: 1px solid #337ab7;
    width: calc(50% - 5px);
    margin-right: 5px;
    background-color: transparent;
    color: #337ab7;
    transition: all 0.5s;
}

.disable-pages-buttons-sec .btn.disable-pages-button:last-child{
    margin-right: 0px;
}
.disable-pages-buttons-sec .btn.disable-pages-button:hover, .disable-pages-buttons-sec .btn.disable-pages-button.active{
    background-color: #337ab7;
    color: #fff;
    outline: none!important;
}
/* 09-10-22024 */
