.jsdb {
	//border: 1px solid;
    text-align: center;
    margin: 5px;
}

.jsdb2 {
	//border: 2px solid;
    text-align: center;
    margin: 5px;
    height: 115px;
    background: #949898;
}

.jsdb-sml {
	//border: 1px solid;
    padding: 5px;
    background: #4f99b6;
    //color: #fff;
}

.jsdb-sml-male {
	//border: 1px solid;
    padding: 5px;
    background: #054d69;
    color: #fff;
}

.jsdb-sml-female {
	border-right: 1px solid #8e1c69;
    padding: 5px;
    background: #8e1c69;
    color: #fff;
}

.dashboard-container div {
    font-weight: 550;
    
}
.dashboard-container {
    float: right;
    color: #fff;
}

.aui .table {
    width: 80%!important;
}

.style-input {
	width: 100%;
	height: 30px;
	border-color: #b1c3d3;
	background: #fff;
	margin: 2px;
}

.progress {
  background: #054d69;
  display: block;
  height: 20px;
  text-align: center;
  transition: width .3s;
  width: 0;
}

.progress.hide {
  opacity: 0;
  transition: opacity 1.3s;
}

#myProgress {
  /* width: 80%; */
  align:center;
  padding:5px;
  background-color: #ddd;
  
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: #002049;
}
a.no-bg {
    background: none !important; 
}

.panel-body.panel-body-white.fileLink a {
    color: black !important;
    background: white;
}

.btn-disabled:lang(en) {
	min-width:70px;
}

.btn-disabled:lang(ar) {
	min-width:105px;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}
.line-2 {
  border-top: 1px solid black;
}