/* body{
  font-size: 12px;
} */
table,.table{
  font-size: 11px;
  text-transform: none;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 6px 2px;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 15px !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 5px !important;
}


.has-feedback .form-control-feedback{
  top:0px
}
.loader{
  background-image: url("../img/loading/1.gif");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  margin: 15px;
  background-position: center;
}

select[multiple], select[size] {
    height: 200px;
}
.in{
  text-transform: capitalize;
}

#filedrag{
	display: none;
  background-color: #EDF9FF;
	min-height: 170px;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #3c8dbc;
	border-radius: 7px;
	cursor: default;
}
i.up{
  font-size: 40px; margin: 20px auto;
  color: #3c8dbc;
}
/* #filedrag p{
  
} */
#filedrag.hover{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

.btn-outline-info {
    color: #00acd6;
    background-color: transparent;
    background-image: none;
    border:solid 1px #00acd6;
}
.btn-outline-info:active, .btn-outline-info.active {
    outline: 0;
    background-color: #00acd6;
    color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.out-rsp{
  text-align: justify;
  margin: 10px 0px;
  text-transform: none;
}
.modal-footer {
    margin-top: 0px;
}
.modal-body,.modal-header,.box-body{
  text-transform: none;
}
.center{
  text-align: center;
}
pre{
  text-transform: none;
}

.section-content {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
     /* &::-webkit-scrollbar {
      display: none;
    } */
}

/*
.loader {
    position: fixed;
    left: -15px;
    top: -15px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading/1.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .9;
}
*/
.rsp{
  clear: both;
  display: none;
}
.dataTables_length{
  float: left;
}
.noscript{
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

/** ini - jquery.fileDrag **/
.fileDrag{
  display: block;
  width: 100%;
}
.msj-drag-drop{
  display: block;
  width: 100%;
  background-color: #EDF9FF;
  min-height: 170px;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;  
  margin: 1em 0;
  color: #555;
  border: 2px dashed #3c8dbc;
  border-radius: 7px;
  cursor: default;
}
.msj-drag-drop.hover{
  color: #f00;
  border-color: #f00;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}

.rsp-msj div img{
    width: 100% !important; 
    text-align: center;
    height: auto;
    display: block;
    /**margin: 0% 25% 0% 25%;**/
}


/** end - jquery.fileDrag **/
.tActive{
	font-weight: bold;
	color:#06AA3D;
}
.tClosed{
	font-weight: bold;
	color:#09307C;
}
.tDeleted{
	font-weight: bold;
	color:#BCB003;
}
.alert{text-align: center;}
.sp{
  color: #CE3D00;
	font-weight: bold;
	font-style: italic;
}
.ar{
  color: #5A3DED;
	font-weight: bold;
}
.comp{
  color: #338914;
}

.set{
  color: #CE3D00;
	font-style: italic;
}

/*
.register-box{
	margin-top: 2% !important;
}
.login-box, .register-box{
	
	padding: 2em;
	 background-color: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0px 18px 31px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 18px 31px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 18px 31px 0px rgba(0,0,0,0.75);
}
.login-box-body, .register-box-body  {
	background:none !important;
}
*/