.error-text {
    margin-top: -15px;
    color: #E74C3C;
    text-align: left;
}

.error-label input, .error-label textarea {
    border-color: #E74C3C !important;
}

.login_content h1.autowidth::after, .login_content h1.autowidth::before {
    width: auto !important;
}

#uploadmanager .toggle[name=delete] {
    display: none;
}

.projectsTable {
    font-size: 15px;
    font-weight: 400;
}

.projectsTable i.fa {
    font-size: 22px;
    margin-right: 10px;
}

.top_search {
    padding: 13px 15px 12px;
    margin-bottom: 0px;
}

.top_search .input-group {

    margin-bottom: 0px;

}

.titleGroupAction {
}
tr.canDrop {
    background-color: rgb(179, 230, 255) !important;
}
tr.animate-opacity {
    -webkit-transition:opacity 250ms;
    -moz-transition:opacity 250ms;
    -o-transition:opacity 250ms;
    transition:opacity 250ms;
}
tr.dragging {
    opacity: 0.2;
}


.groupAction {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sizeBlockFooter{
    text-align: center;color: #F2F5F7 !important
}

.nav-sm .hideBlockSm{
   display: none !important;
}
.popover {
    z-index: 1010; /* A value higher than 1010 that solves the problem */
}
.projectsTable .dropdown-menu > li > a{
    padding: 5px 5px;
    
}
a .glyphicon-trash {
    display: none;
}
.btn-grid{
    padding: 1px 5px;
    margin-top: -8px;
}
.dropdown-menu{
    z-index: 1000;
    min-width:40px;
    box-shadow:  0 0 10px rgba(0,0,0,0.6);
}
.drag{
    color:rgba(128,128,128,1);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    box-shadow:  0 0 10px rgba(0,0,0,0.6);
    position: absolute;
    min-width: 340px;
    font-size: 12px;
    text-align: center;
    background-color: rgb(255, 255, 255, 0.9) !important;
    z-index: 100000; 
}
p.name {
    margin-top: 5px !important;
}
.upload-text{
    font-size: 18px;
    text-align: center;
    margin-top: -10px;
}
.ui-droppable.dz-drag-hover{
    background-color: #c5c6f7 !important;
}
.dz-drag-hover{
    background-color: #c5c5c5 !important;
}

.modalCB {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-contentCB {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  .main_menu_side {
    padding-top: 40px;
    }
   .main_container{
       display: none;
   }
   .preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../images/Spin-Preloader.gif');
    background-repeat: no-repeat; 
    background-color: #FFF;
    background-position: center;
 }