.table-hover>tbody>tr:not(.not-hover):hover {
    background-color: rgba(77, 155, 173, 0.62) !important;
}

/*From Layout */
.form-group {
  border: 1px solid #C9CFDA;
  border-radius: 2px;
  transition: all 0.2s ease;
}

.form-group label {
  padding: 7px 10px 0px;
  margin-bottom: 0px;
  color: #4A4A4A;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
}

.form-group input.form-control:not(.no-wrap),
.form-group textarea.form-control:not(.no-wrap) {
  padding: 0 10px;
  background-color: transparent;
  border: 0;
  height: 20px;
  line-height: 20px;
  /* margin-bottom: 6px; */
  color: #333;
  resize:none;
  font-weight: 700;
}

.form-group select.form-control:not(.no-wrap){
  padding: 0 5px;
  background-color: transparent;
  border: 0;
  height: 30px;
  line-height: 30px;
  /* margin-bottom: 6px; */
  color: #333;
  resize:none;
  font-weight: 700;
}

.form-group input.form-control:not(.no-wrap) {
  padding: 17px 10px;
}

.form-group textarea.form-control:not(.no-wrap) {
  height: 40px;
}

.form-group input[readonly].form-control:not(.no-wrap),
.form-group select[readonly].form-control:not(.no-wrap),
.form-group textarea[readonly].form-control:not(.no-wrap){
  background: #eee;
  box-shadow: none;
}

.form-group input.form-control:not(.no-wrap):focus,
.form-group select.form-control:not(.no-wrap):focus,
.form-group textarea.form-control:not(.no-wrap):focus {
  outline: none;
  box-shadow: none;
}

.form-group.focus label, .form-group.filled label {
  color: #A4A5A9;
}

.form-group.focus:not(:readonly) {
  background: #f0f0f0;
  border-color: #C9CFDA;
  outline: none !important;
}

.form-group.has-error {
  border-color: rgba(237, 85, 100, 0.64);
}

/* .form-group.has-success {
  border-color: rgba(0, 166, 90, 0.64);
}

.form-group.has-warning {
  border-color: rgba(243, 156, 18, 0.64);
} */

.form-group.has-error .form-control:not(.no-wrap), .form-group.has-error .form-control:not(.no-wrap):focus {
  box-shadow: none;
}

.form-group .form-control-feedback.fa {
    line-height: 0px;
    right: 0px !important;
    top: 16px;
}

.form-group .fileUpload {
  margin-left: 0;
  margin-top: -18px;
}

.form-group .input-group-addon:not(.no-wrap) {
  text-align: center;
  border: 0;
  background: inherit !important;
  border-left: 5px solid rgba(255, 255, 255, 0);
  font-weight: 600;
  font-size: 13px;
  padding: 0px 8px 0 5px;
  border-radius: 0px 3px 3px 0px !important;
  background: rgba(201, 207, 218, 0.58) !important;
  border-color: rgba(255, 255, 255, 0) !important;
  color: #82868c;
}

.form-group.focus .input-group-addon:not(.no-wrap) {
  background: #e4e4e4;
}

.form-group .input-group-addon--right {
  padding: 2px 7px 0 8px;
  border-radius: 3px 0px 0px 3px !important;
}

.form-group .help-block {
  margin-left: 5px;
}

form .row {
  margin-bottom: 0;
}

/* select 2 style for this template*/
.form-group .select2-container--default .select2-selection {
    border: 0!important;
}

.form-group .select2-container--default .select2-selection .select2-selection__rendered{
    font-weight: 700;
}

.form-group .select2-container--default.select2-container--open .select2-selection {
    background: #f0f0f0 !important;
}

.select2-container--open {
    z-index: 9999999
}

/* remove padding on inputs */
.has-feedback .form-control {
  padding-right: 0px !important;
}

/*Buttons Layout */

.btn, .btn-flat {
  border-radius: 2px;
  border: 0;
  font-weight: 700 !important;
  word-spacing: 1px;
  letter-spacing: .6px;
  font-size: 11px !important;
  font-family: "Open Sans", Arial;
  text-transform: uppercase;
  box-shadow: 0 2px 1px 0 rgba(67, 69, 139, 0.15), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
}

.btn:hover, .btn-flat:hover,.btn[class*='bg-']:hover  {
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2) !important;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2) !important;
}

.btn-xs {
  font-size: 11px !important;
}

.btn i.fa.space {
  margin-right: 5px;
}

.btn:focus {
  outline: none;
}

/* default gradient backgrounds */
.modal-header {
  background-color: #11A7DB;
  background-image: linear-gradient(to right, #11A7DB 0%, #33C3DA 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff11A7DB', endColorstr='#ff33C3DA', GradientType=1);
}

.modal-title {
    /* font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans"; */
    color:#ffffff;
}

.modal-header .close:active,
.modal-header .close:hover {
    background:rgba(255,255,255,.2);
    border-radius:50%;
    outline:0;
}

.modal-header .close {
    margin-top:-3px;
    font-size:24px;
    font-weight:400;
    color:#fff;
    opacity:.9;
    width:28px;
    height:28px;
    padding-bottom:0;
    padding-left:1px;
}

.btn-actions{
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    line-height: 27px;
}

.with-label {
    white-space: nowrap;
    margin-top: 37px;
}

.dropzone{
  border:2px dashed #0087F7;
  border-radius:5px;
  background:white;
}

.dropzone .dz-preview .dz-error-message {
    /* pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px; */
    top: 144px;
    /* left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white; */
}

.date-p,.datep{
  background: #ffffff!important;
}
/* to solve the problem of posistion relative of columns (for the tooltip for example) */
/* [class*='col'], */.list-group-item {
    position: static;
}

/* ON/OFF Switch
 * link: https://proto.io/freebies/onoff/
 * usage :
 *   <div class="onoffswitch">
 *     <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" checked>
 *     <label class="onoffswitch-label" for="myonoffswitch"></label>
 *   </div>
 */
.onoffswitch {
    position: relative; width: 50px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 26px; padding: 0; line-height: 26px;
    border: 2px solid #E3E3E3; border-radius: 26px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 26px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 22px;
    border: 2px solid #E3E3E3; border-radius: 26px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #2189DE;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #2189DE;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}

/* material version
 * link: https://bootsnipp.com/snippets/xp0QM
 * usage:
 *  <div class="material-switch">
 *      <input id="someSwitchOptionDefault" name="someSwitchOption001" type="checkbox"/>
 *      <label for="someSwitchOptionDefault" class="label-default"></label>
 *  </div>
 *
 * to switch colors : <label for="someSwitchOptionDefault" class="label-default ... primary ... success ... info ... warning ... danger"></label>
*/
.material-switch > input[type="checkbox"],
.material-switch > input[type="radio"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    /*width: 40px;*/
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.material-switch > input[type="radio"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="radio"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/* modal header with gradient */
.modal.modal-body-gradient .modal-body, .background-gradient{
    background-color: #012531;
    background-image: linear-gradient(to right, #00080a 0%, #33C3DA 100%);
    background-repeat: repeat-x;
  }

/* AdminLTE box with shadow */
.box-shadow{
  box-shadow:0 3px 15px rgba(0, 0, 0, 0.2);
}


.owl-carousel .owl-stage{ display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden;}
.owl-carousel .owl-stage .item{ flex: 1; background: #aaa; margin-right: 10px; padding: 15px;}

.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}

/* .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'fontAwesome';

}
.owl-carousel .owl-nav .owl-prev:before{
    content: "\f053";
    margin-right:10px;
}
.owl-carousel .owl-nav .owl-next:after{
    content: "\f054";
    margin-right:10px;
} */

#table_of_content>tbody>tr>td, #table_of_content>tbody>tr>th {
    padding: 2px 8px !important;
}

#table_of_content>tbody>tr>td > .btn-actions {
    width: 25px !important;
    height: 25px !important;
    line-height: 22px !important;
}