﻿.active-tab{
    background-color: #89949B !important;
}
.add-row{
    color: #00b69b !important;
}

.rubix-panel-header .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}
.rubix-header-option {
    cursor: pointer !important;
}
.rubix-header-option .fa {
     font-size: 15px;
     padding: 12px 0px 12px 5px;
}
.rubix-header-option.fa {
     font-size: 15px;
     padding: 12px 0px 12px 5px;
}
.clickable {
    cursor: pointer !important;
}
.no-list {
    list-style:none;
}
.ul-business-unit-list {
    margin: 0;
    padding: 0;
}

.table-pagination {
    padding: 15px;
    text-align: center;
}
.table-pagination a {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.table-pagination .pagination {
    margin-bottom: 0 !important;
}
 .no-padding {
     padding: 0!important;
 }
 table.no-margin, .no-margin {
     margin: 0!important;
 }
 
 .clear {
     clear: both;
 }

.container-rigth {
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: 75px !important;
    bottom: 0;
    width: 330px !important;
    right: -300px;
    z-index: 2;
    display: block;
}
.container-rigth.active {
    right: 0;
}
.container-rigth-content ul {
    padding: 0!important;
}
.container-rigth-content {
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    float: right;
    height: 100%;
    padding: 10px;
    overflow-y: auto;   
    width: 300px !important;
}

.container-rigth-options {
    width: 30px !important; 
    float: left;
    display: block;
}

.container-rigth-options>span {
    display: block;
    padding: 5px;
    border-radius: 0;
    text-align: center;
}

/*Date range*/
.daterangepicker_input {
    display: none !important;
}
.daterangepicker .calendar.right{
}
.calendar td {
  max-width: 20px !important;
  min-width: 20px !important;
  width: 20px !important;
  padding: 0 !important;
}

.html5-editor-save {
    box-shadow: #ff0000 0px 0px 20px;
}

.notice-modal p {
    text-align: center;
    font-size: 18px;
}


.document-type-list {
    background-color: #c5214c;
    padding: 4px;
    border-radius: 5px;
    border: none;
    outline-color: none;
}
.document-type-list:focus {
    outline-color: none;
    outline: none;
}
body {
    background-color: rgb(233, 240, 245) !important;
}

.modal.fade .modal-dialog{
   -webkit-transition: opacity 1.25s linear;
      -moz-transition: opacity 1.25s linear;
       -ms-transition: opacity 1.25s linear;
        -o-transition: opacity 1.25s linear;
           transition: opacity 1.25s linear;
 }

@media (max-width: 600px) {
    .search-index-control-documents {
        margin-top: 200px;
    }
}