body{
    font-family: 'Source Sans Pro' , Arial;
}
.bold{
        font-family: 'Source Sans Pro' , Arial;
font-weight: 600;
}
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  top: 5px;
  color:#bdbdbd;
  z-index: 3;
  font-size: 16px;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.pt22{
	padding-top: 25px;
}
.mar-30{
    margin-top: 30px;
}
.aup_tabs .nav-tabs  li.active a{
    background: #065284;
    color: white;

}
.aup_tabs  .nav-tabs>li>a{
color: #333;
}

.notificatee {
    background: #f5b026;
    width: 28px;
    height: 27px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding: 4px 0 0;
    margin-right: 6px;
    margin-left: 4px;
    position: absolute;
    top: 8px;
    right: 17px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: 2px #262626 solid;
        border-top-color: rgb(38, 38, 38);
        border-right-color: rgb(38, 38, 38);
        border-bottom-color: rgb(38, 38, 38);
        border-left-color: rgb(38, 38, 38);
    line-height: 17px;
}
.notificateBtn b {
    top: -13px;
    right: -20px;
    border-color: #fff;
    background: #d35b61;
}
.form-control, .dataTables_wrapper .dataTables_filter input , .dataTables_length select  {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    line-height: 22px;
    border: 0;
    border-radius: 4px;
    border: 2px solid #e0e0e0;
    box-shadow: none !important;
    background: #fff !important;
    color: #212121;
    margin: 0;
    transition: ease-in-out .2s;
    position: relative;
    z-index: 2;
}
select.form-control, .dataTables_length select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right 10px !important; 
    background-repeat: no-repeat !important;
    background-size: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1Ij4KICAgIDxwYXRoIGZpbGw9IiMyMTIxMjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMjQzIDBMNSA0LjI0My43NTcgMCIvPgo8L3N2Zz4K) !important;
    padding: 0 10px;
    line-height: 40px;
}
.tableAction a{
	background: #000;
	padding:5px;
	font-size: 12px;
	border-radius: 50%;
	width: 25px;
	color: #fff;
	height: 25px;
	line-height: 15px;
	text-align: center;
	display: inline-block;
}
.tableAction a.red{
	background: #e65259;
}
.tableAction a.green{
	background: #50AE4C;
}
.tableAction a.blue{

background: #2e6da4;}
.panel{
	box-shadow: none;
    margin-bottom: 0px !important;
}
.dt-panelfooter, .dataTables_wrapper .row:last-child {
    padding: 6px 14px;
    background: rgba(222, 222, 222, 0.47);
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
.rtl input {
    direction: rtl;
}

.mt10{
    margin-top: 10px;
}
.row.section{
    margin-bottom: 10px;
}
.p20{
    padding: 20px !important;
}
.panel-primary .panel-heading{
    background: #065284 !important;
    border-radius: 0px;
    color: #fff;
}
.panel-primary{
        border-color: #e0e0e0;
border-width: 2px;
}
.btn-primary{
    background: #065284;
}
 .btn-system {
    background-color:  #37bc9b;
    color: #fff;
    position: relative;
    display: block;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    width: 100%;
}

.panel .header{
    font-size: 18px;
    background: #ddd;
    padding:10px 20px;
}
.panel-body{
    font-size: 16px;
}
.btn-sm{padding: 10px 20px;font-size: 16px;}
.font16{
    font-size: 16px;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info{
    background-color: #065284; 
    color:white;
}