/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01/08/2017, 11:39:24 ص
    Author     : ali
*/
.rtl{
    direction: rtl;
}
.content-header >.breadcrumb{
    font-size: 14px;
    font-weight: 800;
}
/* table section */
.table th,.table td{
	text-align: center;
}
.table>tbody>tr>td{
    vertical-align: middle;
}
/* end table section */
/* select-2 */
.select2-container .select2-selection--single{
    height: 35px !important;
}
/* end select-2*/
/* box section*/
.box{
    border-top: 3px solid #818285;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.info-box{
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1) !important;
}
.box.basic{
    border-top: 3px solid #818285;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.box.basic>.header{

}
.box.basic>.box-body{

}
.box.basic>.header{
    padding: 5px;
}
/* map container section */
.map_container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.map_container .map_canvas{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.map_container .map_canvas{
    background: #ccc;
}
/* end map container section */
.error{
    color: red;
}
.user-avatar{
    width: 100px;
}
.img-wrapper{
    position:relative;
}
.img-wrapper>.avatar-check{
    position: absolute;
    bottom: 5px;
    left: 5px;
}

td.thumbnail-td,th.thumbnail-th{
    text-align:left;
}
.alert{
    margin:5px;
    margin-top:8px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.name-table  td{
    text-align: left;
}
.name-table  td.title{
    width: 75px;
}
.form-group.required .control-label:after {
   padding: 5px;
   font-weight: bold;
   font-size: 15px;
   content:"*";
   color:red;
}
td.thumbnail-td,th.thumbnail-th{
    text-align:left;
}

.checkbox.medium input[type='checkbox']{
    width: 18px;
    height: 18px;
}
.checkbox.medium p{
    font-weight: bold;
    vertical-align: middle;
}

.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
    background-color: #4489ae;
}
.skin-purple-light .main-header .logo{
    background-color: rgba(37, 85, 108,.9);
}
.skin-purple-light .main-header .logo:hover{
    background-color: rgba(37, 85, 108,1);
}
/* App Theme*/
.btn-primary,.bg-primary{
    background-color:#5883a3;
    border-color:#5883a3;
}
.btn-success,.bg-success{
    background-color:#4c934f;
    border-color:#4c934f;
}
.btn-danger,.bg-danger{
    background-color:#a0333a;
    border-color:#a0333a;
}
.btn-warning,.bg-warning{
    background-color:#847536;
    border-color:#847536;
}
.btn-info,.bg-info{
    background-color:#5490c4;
    border-color:#5490c4;
}
.btn-gray,.bg-gray{
    background-color:#80838d !important;
    border-color:#80838d;
}
.alert-success{
    background-color: #4c934f!important;
}
.alert-danger{
    background-color:#a0333a!important;
    border-color:#a0333a!important;
}

