
/*
 *
 *   Central Builder
 *   
 *


*/


 body {
  /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important; */
  /* font-family: Rubik,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; */
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.45;
  font-weight: 500;
  color: #676a6c;
  overflow-x:hidden;
  background: #f3f3f4;
  font-size: 14px;

}
::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}

.table>thead>tr>th {
    vertical-align: middle;
        font-weight: normal;
}
.input-group .form-control:last-child{
  border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
thead{
  /* background-color: #2C3E50; */
  color: #000000;
}
.tips.action-view.btn-primary.btn-fs {
  border-radius: 100%;
  color: #fff!important;
  border: 1px solid #01345B !important;
  background: #01345B !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tips.action-edit.btn-success.btn-fs {
  border-radius: 100%;
  color: #fff!important;
  border: 1px solid #3C763D !important;
  background: #3C763D !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tips.action-delete.btn-danger.btn-fs {
  border-radius: 100%;
  color: #fff!important;
  border: 1px solid #D1423F !important;
  background: #D1423F !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .tips.action-delete.btn-danger.btn-fs:hover, .tips.action-delete.btn-danger:active{
  background-image: linear-gradient(45deg,#9b3cb7,#ff396f)!important;
  color: #fff !important;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important;
}
.tips.action-edit.btn-success.btn-fs:hover, .tips.action-edit.btn-success:active{
  background-image: linear-gradient(45deg,#004b91,#78cc37)!important;
box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important;
  color: #fff !important;
} */
.tips.action-view.btn-primary.btn-fs:hover, .tips.action-view.btn-primary:active,
.tips.action-delete.btn-danger.btn-fs:hover, .tips.action-delete.btn-danger:active,
.tips.action-edit.btn-success.btn-fs:hover, .tips.action-edit.btn-success:active {
    opacity: .8;
}

/* .dropdown-toggle::after{
  top: 4px;
  color: #fff;
} */
.h1, .h2, .h3, h1, h2, h3{
  color: #313131;
}

a,a:hover , a:visited { color:#565656;}
h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
}
.nav.navbar-right > li > a {

}
.dropdown i{
    margin-right: 0rem;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
   background-color: transparent  !important;
  color: #fff;
}
.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
 background-color: transparent  !important;
}
.nav > li > a i {
  margin-right: 0;
}
.nav.navbar-top-links.navbar-right {
    margin: 9px 0px 0px 0px;
}
/* Added For Central Ultimate */

#sidebar-navigation {
  width: 228px;
  position: fixed;background: #2f4050  ;
  z-index: 102;
  height: 100%;
  transition: all 0.5s;
}

#sidebar-navigation .sidebar-collapse {

}
#sidebar-navigation .logo{
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;

}
#sidebar-navigation .logo a{  color: #fff; }
#sidebar-navigation .search {
  padding:25px 20px 20px
}

#sidebar-navigation .search input{
  border: none;
  background: #0b1115 none repeat scroll 0 0;
  color: #fff;
}
body.minimize-sidemenu #sidebar-navigation {
  width: 82px;
  transition: all 0.5s;
}

body.body-small  #sidebar-navigation {
  display: none;
  transition: all 0.5s;
}
body.body-small #page-wrapper {
  margin: 0 0 0 0px;
}
.body-small .navbar-fixed-top{
  left: 0;
}
  body.body-small.minimize-sidemenu  #sidebar-navigation {
  width: 70px;
  transition: all 0.5s;
  display: block;
}
body.body-small .page-content-wrapper{
  margin: 20px;
}
@media (max-width: 480px) {
  #sidebar-navigation  {
    display: none;
  }
  .navbar-fixed-top {
    left: 0;
  }
  .page-header {
    margin-top: 0;
  }


}
body.minimize-sidemenu #sidebar-navigation:hover {
  width: 230px;
  transition: all 0.5s;
  opacity: 0.9;


}
body.minimize-sidemenu #sidebar-navigation:hover .logo{
  opacity: 1;
   transition: all 0.6s;
   transform: translate3d(0px, 0px, 0px);
}
body.minimize-sidemenu #sidebar-navigation:hover .logo-small{
  display: none;
  transition: all 0.6s;
}
body.minimize-sidemenu #sidemenu li.profile-sidebar {
  display: none;
}
body.minimize-sidemenu #sidebar-navigation:hover  #sidemenu li.profile-sidebar{
  display: block;
}
body.minimize-sidemenu #sidebar-navigation .logo{
  opacity: 0;
  transform: translate3d(-65px, 0px, 0px);
  transition: all 0.6s;
}
body.minimize-sidemenu #sidebar-navigation .logo-small{
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  padding: 11px 0 ;
}
body.minimize-sidemenu #sidebar-navigation .search {
  display: none;
  padding: 0;
}

body.minimize-sidemenu #sidebar-navigation  .nav-label {
  opacity: 0;
  transform: translate3d(-65px, 0px, 0px);
  position: absolute;
}
body.minimize-sidemenu #sidebar-navigation:hover   .nav-label {
  opacity: 0.9;
  transform: translate3d(0px, 0px, 0px);
   transition: all 0.6s;
}

body.minimize-sidemenu .navbar-default .nav > li > a {
  font-size: 16px;
}
body.minimize-sidemenu .photo-header {
  display: block;
}
body.minimize-sidemenu li.logo-header , body.minimize-sidemenu li.nav-header input{
  display: none !important;
}


body.minimize-sidemenu .nav-header {
  padding: 0;
  background-color: #233646; display: block !important;
}
body.minimize-sidemenu #page-wrapper,
body.minimize-sidemenu .footer {
  margin: 0 0 0 70px;
}
body.minimize-sidemenu #page-wrapper {
  margin: 0 0 0 70px;
}
#sidebar-navigation   .nav-label {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
   transition: all 0.6s;
}

body.minimize-sidemenu .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 0px;
}
body.minimize-sidemenu #sidebar-navigation .collapse.in {
  display: none;
}
body.minimize-sidemenu #sidebar-navigation:hover .collapse.in {
  display: block;
}
.minimize-sidemenu .navbar-fixed-top {
  transition-duration: 0.5s;
  left: 70px;

}

#sidebar-navigation .nav  > li.separator {
  color: #70829a;

  font-weight: 500;
  text-transform:
  uppercase; font-size: 12px;
  line-height: 30px;
  height: 30px;


}
#sidebar-navigation .nav  > li.separator span{

  opacity: 1;
  transition: all 0.6s;
  padding: 0 0 0 20px;
}

#sidemenu  > li > a i { color: #fff; }

#sidemenu li.profile-sidebar {
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-weight: 500;


}
#sidemenu li.profile-sidebar span{
    text-transform: uppercase;
     font-size: 11px;
     color: #fff;
}


#sidemenu li.profile-sidebar .dropdown .dropdown-menu{

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  border-radius: 4px !important;

}
#sidemenu li.profile-sidebar .dropdown .dropdown-menu li a{
  color: #333;
}

#sidemenu > li > a {
  font-size: 12px;
  width: 100%;
  display: inline-block;
  color: #ffffff;
 padding: 10px 20px;
  text-transform: uppercase;
}
#sidemenu > li > a i {
  font-size: 14px;
  float:left;
  margin-right: 12px;
  padding-top:5px;

}

#sidemenu > li > a:hover ,.expanded-menu > li > a:focus  { background: #293846   !important }
#sidemenu > li.active > a i{ color:#fff; }
#sidemenu > li.active > a { background: #293846   }
#sidemenu .nav-second-level li a  { background: #293846 ;   }

#sidemenu .nav-second-level li a:hover , .nav-second-level li a:focus  { background: rgba(200,200,200,.2) !important; }
/* #sidemenu .nav-second-level li.active a  {
  background: rgba(200,200,200,.2) !important;
  border-right: 5px solid #ff586b;
} */

.nav-second-level li a { background: #162029  }
.nav-second-level li {
  border-bottom: none !important;
  margin: 0 10px 5px 0;
}
.nav-second-level li a {
 padding: 5px 5px 5px 40px;

  color: #d1d1d1;
  font-size: 11px;
  font-weight: 500;
}
.nav-second-level li a i { font-size: 16px;

}
.nav-second-level li:last-child {

}

.navbar {
  border: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: #2f4050;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
    padding: 10px;
    min-height: 40px;
    color: #676a6c;
}
.nav.navbar-top-links.navbar-right li a{
  color: #000000;
  line-height: 15px;
  border-radius: 5px;
}
.navbar-top-links .dropdown-menu li a.btn-primary {
  color: #fff !important;
  text-align: center;
  padding: 10px;
}

.dropdown-toggle::after {
    font-family: icomoon;
    content: "\ea08";
    border: none!important;
    position: relative;
    top: 0;
    right: 0;
    padding: 0 2px 0 6px;
    margin: 0;
}

.open>.dropdown-menu {
  transform: scale(1,1);
  opacity: 1;
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  animation-name: flipInX;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.navbar-top-links .dropdown-menu {
/*background-color: rgba(29, 43, 54, 0.9); */
background-color: #fff;
color: #bbb;
border: solid 1px #eee ;


}
.navbar-top-links .dropdown-menu .divider {
 border-bottom: solid 1px #eee ;
}
.navbar-top-links .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #f5f5f5;
  color: #333;
}
.navbar-top-links .dropdown-menu > li >  a  , .navbar-top-links .dropdown-menu > li >  a i.fa {

  color: #666;
}

.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
  border-radius: 0px !important;
}
.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
}
.dropdown-menu > li > a.font-bold {
  font-weight: 500;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
  font-size:12px;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.nav > li.active {

}


.nav.nav-second-level > li.active {
  border: none;
  background-color: #01345B28;
  border-radius: 0 20px 20px 0;
}
.nav.nav-second-level > li.active a{
  color: #01345B !important;
}
.nav.nav-second-level {
  border: none; background: #162029  ;
  transition: all 0.5s ease 0s;
}
.nav.nav-second-level.collapse[style] {
  height: auto !important;
}
.minimalize-btn {
  padding: 4px 12px;
  margin: 14px 5px 5px 15px;
  float: left;
}
.minimalize-btn  {
   font-size: 14px;
   font-weight: 500;
}
.minimalize-btn  i{

}
.nav.navbar-top-links a.dropdown-toggle {
  font-weight: 500;
  text-shadow: 0 1px 0 #fff;
  font-size: 13px;

}

.nav.navbar-top-links a  i.fa{
   font-size:16px;

}

.notif-alert  {
  line-height: 10px;
  padding: 3px 5px;
  position: absolute;
  right: 26px;
  top: 4px;
  background: #fb3c4a; color: #fff;
  border-radius:20px !important;
  font-weight: normal;
  font-size: 9px;
}
.arrow {
  float: right;  font-size: 14px; font-weight: 500;
}
.fa.arrow:before {
  content: "\f104";
}
.active > a > .fa.arrow:before {
  content: "\f107";
}

.sxim-init li.active,
.sxim-init #page-wrapper,
.sxim-init .footer {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-fixed-top {
  background: #243646 ;
  transition-duration: 0.5s;
  left: 180px;
  z-index: 101 !important;
  border-bottom: solid 1px #243646;
  box-shadow: 10px -5px 15px #00000029;

}

.navbar-mega-menu {
  height: auto;
  background-color: rgba(47, 64, 80, 0.9) !important;
  transition: all 0.5s ease 0s;
  transition-duration: 0.5s;
  top:55px;
  z-index: 101;
  position: fixed;
  padding: 20px;
  left: 225px !important;
  border:none !important;
}
.navbar-mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.navbar-mega-menu  li ul li.dropdown-header{
  font-weight: 500; padding-bottom: 5px;
  font-size: 13px;
  color: #313131 !important;
  padding: 0 20px !important;
}
ul.navbar-mega-menu  li ul li.divider{
  border-bottom: 1px solid #dbdbdb !important;
}
 ul.navbar-mega-menu li ul li a{
  display: block;
  padding: 5px 0;
  color: #a7b1c2;
  font-size: 13px !important;
  border: 0 !important;
}
ul.navbar-mega-menu li ul li a i{
  width: 30px;
  font-size: 16px;
  color: #243646;
  text-align: center;
  padding: 7px 5px;
  border-radius: 20px;
  background: #01345B ;
}
body.minimize-sidemenu .navbar-mega-menu {
  left: 70px !important;
  /* width: 100% height:300px; */
  overflow: auto;
}
/* */


.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox,
.control-label {
  font-weight: 500 !important;
  color: #676a6c;
  font-size: 14px;
  text-align: right !important;
}
/* button.btn.btn-success.btn-sm {
    border-radius: 3px 0 0 3px;
} */
.form-control {
  box-shadow: none !important;
  border-radius: 5px !important;
}
.form-control:focus {
  border-color:#01345B;
}
.label-green {
  background-color: #01345B !important;
  color: #fff;
}

/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: inherit;
  cursor: default;
  z-index: 2;
  color: #ffffff;
  border-radius: 4px;
  background-color: #01345B;
}
.pagination>li>a:hover{
  background-color: #ebebeb;
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 0 !important;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}
.pagination>li>span{
  border: 0 !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span { border-radius: 0px; -moz-border-radius: 0px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-radius: 0px; -moz-border-radius: 0px; }

/* TOOLTIPS */
/* Button */

/* CIRCLE */
.img-circle {
  border-radius: 50%;
}
/* INPUTS */
label { font-weight: 500;}
b, strong {  font-weight: 500; }
.block {
  display: block;
}
.clear {
  display: block;
  overflow: hidden;
}
a:hover,
a:focus {
  text-decoration: none;
}
.font-bold {
  font-weight: 500;
}

/* Central Modal */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0 none;
  position: relative;
}
.modal-dialog {
  z-index: 1200;
}
.modal-body {
  padding: 20px 30px 30px 30px;
}

/* WRAPPERS */
#wrapper {
  width: 100%; background: #1d2b36    ;

}
.wrapper {
  padding: 0 20px;
}
#page-wrapper {
  padding: 0 15px;
  position: relative !important;
  background:#f1f3f6   ;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
  }

}
/* PANELS */
.panel-heading h1,
.panel-heading h2 {
  margin-bottom: 5px;
}


/* PANELS */

/* GLOBAL  */
.no-margins {
  margin: 0 !important;
}
/* Breadcrumb */
.page-content .breadcrumb {

  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding:0px !important;
  border:none !important;
  margin-bottom:0px;
}

.page-content .breadcrumb a,
.page-content .breadcrumb i,
.page-content .breadcrumb span, .page-content .breadcrumb li {
  color:#515050;
  font-weight:300;
  text-shadow:none;

}
.page-content .breadcrumb a{
  margin-left:10px;
}
.page-content .breadcrumb li p{
 font-size: 12.5px !important;
 font-weight:400;
  color:#7b7d82;
}
.page-content .breadcrumb li .active{
  font-weight:600;
    font-size: 14px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #515050;
    font-family: FontAwesome;
    content: "\f105";
}
code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}

/* BACKGROUNDS */
.gray-bg {
  background-color: #f3f3f4;
}
/* Font Colors */

.text-right{
  text-align:right !important;
}

.text-left{
  text-align:left !important;
}

.text-center{
  text-align:center !important;
}



/* margin pading */
.p-sm {
  padding: 15px;
}
.m {
  margin: 15px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.rounded{
  border-radius: 5px;
}
.shadow{
  box-shadow: 0 6px 0 0 rgba(0,0,0,.01), 0 15px 32px 0 rgba(0,0,0,.06);
}
/* LOGIN  LOCKSCREEN*/


@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 180px;
  }

}
.minimal-header{
  display: none;
}
@media (max-width: 768px) {

  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    min-height: 1000px;
  }
  .navbar-header {
    display: inline;
    float: left;
  }

  .minimal-header{
    display: block;
    padding: 20px 0px;
    text-align: center;
    margin: 0 -15px;
    padding: 15px 0;
    background: #1d2b36 ;
  }
}

/*Nestable lists*/

.sbox-title h1,
.sbox-title h2,
.sbox-title h3,
.sbox-title h4,
.sbox-title h5 {
  margin: 0px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 1px 0 #fff;
  display: inline-block;
}
.sbox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 15px;
  background: #fff;
  border-top: solid 2px #e7eaec;
  /* box-shadow: 0 6px 0 0 rgba(0,0,0,.01), 0 15px 32px 0 rgba(0,0,0,.06); */
  border-radius: 5px;

}
/* .gradient-blackberry {
    background-image: linear-gradient(45deg,#843cf7,#38b8f2)!important;
    background-repeat: repeat-x!important;
}
.gradient-ibiza-sunset {
    background-color: #23c6c8;
    background-repeat: repeat-x!important;
}
.gradient-green-tea {
    background-image: linear-gradient(45deg,#004b91,#78cc37)!important;
    background-repeat: repeat-x!important;
}
.gradient-pomegranate {
    background-image: linear-gradient(45deg,#9b3cb7,#ff396f)!important;
    background-repeat: repeat-x!important;
} */
.sbox:after,
.sbox:before {
  display: table;
}
/* .sbox-title {
  border-bottom: solid 1px #eee;
  color: inherit;
  margin-bottom: 15px;
  padding: 10px 15px 10px;
} */
.sbox-title.m-b-md.rounded{
  box-shadow: 0 6px 0 0 rgba(0,0,0,.01), 0 15px 32px 0 rgba(0,0,0,.06);
  background: #ffffff;
  border-radius: 4px;
}
.sbox-tools {
    display: inline-block;
    /* float: right; */
    margin-top: 0;
    padding: 0;
    position: relative;
}
.sbox-tools a:not(.btn) {
    color: #63696E;
    cursor: pointer;
    margin-left: 5px;
    padding: 2px 5px; font-size: 12px;
    line-height: 25px;
}
.sbox-tools a  i{
     font-size: 14px;
}
.sbox-content {
  color: inherit;
  /* padding: 15px 20px 20px 20px; */
  border-color: #ddd;
  border-image: none;

  border-width: 1px 0px;
}
.sbox-tools {
    display: inline-block;
    /* float: right; */
    margin-top: 0;
    padding: 0;
    position: relative;
}
.toolbar-top {
  padding: 10px;
  background-color: #30303019;
  /* margin: 0 12px; */
  border-radius: 5px;
}
.sbox-tools .btn-save{
  border: solid 1px #1ab394;
  background: #1ab394;
  color: #fff;
  padding: 4px 20px;
}
.sbox-tools .btn-apply{
  border: 0;
  background-color: #1ab394;
  color: #fff;
  padding: 4px 20px;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.page-header {
  margin-top: 80px;
  margin-bottom: 0px;
 padding: 10px 35px;
  border-width: 1px 0 1px ;
  border-color: #e7eaec;
  background: #fff;
  margin-left: 24px;
  margin-right: 24px;
  box-shadow: 0px 5px 10px #30303019;
  border-radius: 4px;
}
.page-header h2 , .page-header h3 , .page-header h4 , .page-header h5{
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 12px 0;

}
.breadcrumb {
  padding: 5px 0 0;
  background: none;
  float: right;
  padding: 10px 0 0 ;
  margin-bottom: 10px;
  font-size: 11px;
}
fieldset { margin:10px 0; border-radius:0px !important }
fieldset legend { 
  font-size:13px; padding:5px 30px; font-weight:600; border-radius:0px !important ;
  transform: translateY(25px);
  border: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  display: block;
}
.table-responsive {   overflow-x:auto;}
.page-content-wrapper {
   margin: 98px 40px 40px;
    border-radius: 4px;

}
.page-content-wrapper.no-margin {
  margin: 20px 40px 15px;
}

.page-content { margin-bottom:25px;}
.ribon-db-wrapper [class*= col-], .quick-links-wrapper [class*= col-]{
  margin-bottom: 20px;  
}
.ribon-block{

  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
  box-shadow: 0px 4px 10px #0000001A;
  border-radius: 5px;
  height: 100%;
}
.ribon-central { margin:20px 0;}
/* .ribon-central a{ color: #fff;} */
/* dashboard */
.shortcut { }
.shortcut i{ font-size:30px;  color: #01345B;}
.shortcut span.h3{ font-weight:500 !important; font-size:24px; display: block; }

/* Modal */
.modal-header { background: #666; color: #fff; text-shadow: 0 1px 0 #111; }



.panel { background:none !important;; border-color:none !important;}
.panel.panel-default { background:none !important;; border-color:#eee !important;}

/* Back to to */
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0px;
  text-decoration: none;
  color: #FFF;
  background-color: #4FA2C2;
  font-size: 12px;
  padding: 9px 12px;
  display: none;
}
.back-to-top i {
  font-size: 15px;
}
.back-to-top:hover {
  color: #FFF;
  background-color: #3A4B55;
}
.back-to-top:focus {
  color: #FFF;
}


/*Validation*/
.parsley-error-list {
  margin-top: 4px;
  padding: 0;
  background: #cc0000 ;
  border-radius: 4px;
  font-weight: 500;
}
.parsley-error-list li {
  padding: 0;
  list-style: none;
  color: #fff;
  padding: 2px 0 0 15px
}
/* clear div */
.clr { clear:both;}

/* Tomorrow Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */

/* Specify class=linenums on a pre to get line numbering */

@media screen {

  /* string content */

  /* keyword */

  /* comment */

  .com {
    color: #809980;
  }

  /* type name */

  /* literal value */

  /* punctuation */

  /* lisp open bracket */

  /* lisp close bracket */

  /* markup tag name */

  /* markup attribute name */

  /* markup attribute value */

  /* declaration */

  /* variable name */

  .var {
    color: #e6193c;
  }

  /* function name */
}

/* select */
.select-alt { float:left; padding:5px 2px; border:solid 1px #ddd; margin-right:5px; font-size: 11px;     width: 65px !important;
    border-radius: 20px;}
.select2-container--default .select2-selection--multiple  {
  border: 1px solid #d4d4d4 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color :#f9f9f9;
  border: 1px solid #d4d4d4 !important;
  line-height: 1.4;
}


.footer.fixed {
    background:#fff;
    border-top: solid 1px #e7eaec;
    bottom: 0;
    left: 0;
    margin-left: 210px;
    padding: 10px 20px 5px;
    position: fixed;
    right: 0;
    z-index: 101;
    font-size: 14px;
    line-height: 25px;
}
/* CSS Document */
.note-editor { border: solid 1px #ddd !important }
.note-editor .note-toolbar { border-bottom: solid 1px #e5e5e5 !important; background: #fff !important }
.note-editor .note-editable {  }
.note-editor .btn{ font-size: 11px !important; border: none !important; }



/* ALERT CONTEXTUALS
 */
pre { background: #f9f9f9; border: solid 1px #ddd; padding: 20px; }

fieldset{ background-color:  #ffffff; padding: 20px; margin-bottom: 20px; border-radius: 5px !important; }
legend { padding: 5px 20px; font-size: 16px; border: solid 1px #e9e9e9; width: auto !important; border-radius: 4px;}

.note-editor { border: solid 1px #e9e9e9; font-size: 13px;  }
.note-editor button{ font-size :11px; background: #fff; }
.note-editor .note-popover .popover .popover-content, .panel-heading.note-toolbar{ border-bottom: solid 1px #e9e9e9; }


/* Datatables CSS *
/* DATATABLES  */

.table > thead > tr > th {
    border-bottom-width : 1px;
    border-bottom:1px solid #eee !important;
    /* border-top:1px solid #eee !important; */
}
.table > tbody > tr > td { border-bottom-width : 1px; border-top: none !important; }

  table.display tbody tr.selected td, table.dataTable.display tbody tr.selected td {
   background-color: #f0f0f0   !important;
  }
.note-editor { border: solid 1px #e9e9e9; font-size: 13px;  }
.note-editor button{ font-size :11px; background: #fff; }
.note-editor .note-popover .popover .popover-content, .panel-heading.note-toolbar{ border-bottom: solid 1px #e9e9e9; }

/*Notification */
ul#notification-menu {
    width: 250px;
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
}
ul#notification-menu li {
    border-bottom: solid 1px #f5f5f5;
}
ul#notification-menu .message-center{
    clear: both;
    padding: 0px 10px;
}
ul#notification-menu li .message-center .note-content{
    position: relative;
}
ul.dropdown-menu  li.footer a{
    text-align: center;
    background: #f9f9f9;
    font-weight: 500
}
    /* Dashboard */
.dashboard { padding: 20px 0; }
.dashboard .block{
    border-right: solid 1px #f5f5f5;
    padding:0 10px;
}
.dashboard .block:last{
    border-right: none
}
.dashboard .icon {
    float: left
}
.dashboard .icon i{
    font-size: 40px;
}

/* A Content CMS Admin */

/* Preloading */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}


/* Button , label */

/* .btn-primary, .btn-default {
  background-color: #1ab394;
	border-color: #1ab394;
  color: #FFFFFF !important;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  
} */
.btn-primary{
  background-color: #01345B;
  border-color: #01345B;
  color: #ffffff !important;
  border-radius: 5px;
  transition: 0.4s;
}
.btn-danger{
  border-radius: 5px;
  transition: 0.4s;
}
.btn-outline-primary{
  border: 1px solid #01345B;
  border-radius: 5px;
  background-color: transparent;
  color: #01345B !important;
}
.btn-outline-primary:hover{
  background-color: #01345B;
  border-color: #01345B;
  color: #ffffff !important;
}
.btn-default{
  background-color: #1ab394;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #01345B;
  border-color: #01345B;
  color: #ffffff !important;
  opacity: .8;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #01345B;
  border-color: #01345B;
  color: #ffffff !important;
  opacity: .8;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
.btn-success {
    background-color: #3C763D;
    border-color: #3C763D;
    color: #FFFFFF ;
    border-radius: 5px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
  border-color: transparent;
  color: #FFFFFF;
  opacity: .8;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #1f90d8;
  border-color: #1f90d8;
}
.btn-info, .sbox-tools .btn-save, .btn-warning, .btn-info:active:focus {
  background-color: #23c6c8;
  /* box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15); */
  border-color: transparent;
  color: #FFFFFF;
  border: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
  background-color: #21b9bb;
  border-color: transparent;
  color: #FFFFFF;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #26d7d9;
  border-color: #26d7d9;
}
/* .btn-default {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
} */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-default:active,
.btn-default.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  color: #cacaca;
}
.btn-warning {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #FFFFFF;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
  background-color: #f7a54a;
  border-color: #f7a54a;
  color: #FFFFFF;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f9b66d;
  border-color: #f9b66d;
}
.btn-danger {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #FFFFFF;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #FFFFFF;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ef6776;
  border-color: #ef6776;
}

/* Widget */
/* NAVBAR CSS */

.scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}.scroll-wrapper>.scroll-content{border:none!important;box-sizing:content-box!important;height:auto;left:0;margin:0;max-height:none;max-width:none!important;overflow:scroll!important;padding:0;position:relative!important;top:0;width:auto!important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-element{display:none}.scroll-element,.scroll-element div{box-sizing:content-box}.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-element .scroll-bar{cursor:default}

  /* notification system */

  /* Icons PE */
/* LOGIN  LOCKSCREEN*/
.middle-box {
  width: 400px;
  top: 0;
  margin: 100px auto 0;
  z-index: 100; padding:20px;
  padding: 0 20px 20px;
  color: #333;


}
.middle-box .inner{
 background: #fff ;
  padding: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 0 40px #ddd;
}
.section-title, .block-title{
  font-size: 20px;
  margin: 20px 0;
}
.quick-links-wrapper .ribon-block{
  align-items: flex-start;
}
@media (max-width: 1440px){
  .quick-links-wrapper .ribon-block img {
    max-width: 55px;
    margin-left: 5px;
}
.quick-links-wrapper .ribon-block span{
  font-size: 16px;
}
}
.quick-links-wrapper .ribon-block span{
  color: #8B8B8B;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1440px){
 
.quick-links-wrapper .ribon-block span{
  font-size: 16px;
}
}
.quick-links-wrapper .ribon-block .h3.block{
  font-size: 28px;
  margin-top: 10px;
}
.white-block{
  background-color: #ffffff;
  height: 100%;
}
.quick-links li a{
  display: flex;
  justify-content: space-between;
  
}
.quick-links li:not(:last-child) a{
  padding-bottom: 10px;
}
.quick-links li a span{
  font-size: 18px;
}
.quick-links li a span i{
  font-size: 25px;
}
section{
  margin-bottom: 20px;
}
a{
  transition: 0.4s;
}
a:hover, a.active{
  color: #01345B;
}
.tips{
    height: 40px;
    width: 40px;
    line-height: 30px;
}
.top-list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-left-wrapper {
  display: flex;
  width: 85%;
}
.top-left-wrapper img{
    margin-right: 10px;
    max-width: 100px;
}
.top-left-wrapper p{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.top-left-wrapper span{
  color: #8B8B8B;
}
.top-list li:not(:last-child){
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0000001A;

}
.quick-stats [class*="col-"]{
  margin-bottom: 20px;
}
.quick-db-block{
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
}
.quick-details {
  margin-top: 5px;
  color: #8B8B8B;
}
.quick-details span:not(:last-child):after {
  content: "|";
  margin-left: 5px;
}
.d-flex{
  display: flex;
}
.f-wrap{
  flex-wrap: wrap;
}
.toolbar-top .s-filter{
  width: 80%;
  float: left;
}
.filter.table-actions{
  display: inline-flex;
}
.toolbar-right{
  display: flex;
  flex-wrap: wrap; 
  justify-content: flex-end;
}
@media (max-width: 992px){
  .toolbar-right{
    
    justify-content: flex-start;
    margin-top: 10px;
  }
}
/* TOOLTIPS */

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f040";
}
.input-group.input-group-sm {
  display: flex;
  padding-bottom: 10px;
}
.module.nav.nav-tabs{
  border-bottom: 0;
}
@media (max-width: 1200px){
  .module.nav.nav-tabs {
    display: flex;
    white-space: nowrap;
    overflow: auto;
}
}
.module.nav.nav-tabs li {
  margin: 0;
}
.module.nav.nav-tabs li a{
  background-color: #30303019;
  border-radius: 0;
}
.module.nav.nav-tabs li.active a{
  background-color: #01345B;
  color: #fff;
}
.hr-center{
  display: flex;
  justify-content: center;
}
/* .ct-perfect-fourth{
  height: 300px;
} */
.ch-row{
  overflow: auto;
}
.ch-title{
  font-size: 16px;
  font-weight: 500;
}
.ch-label{
  font-weight: 500;
}
#total-clicks .ct-series-a .ct-bar{
  stroke: #4fc6e1;
}
#total-clicks .ct-series-b .ct-bar{
  stroke: #4fc6e1;
}
.editor-nav.nav-tabs{
  border-bottom: 0;
}
.editor-nav.nav-tabs>li{
  margin-bottom: 5px;
  background-color: #ccc;
    margin-right: 5px;
}
.editor-nav.nav-tabs>li>a{
  padding: 0px 15px;
  border: 0;
  border-radius: 0;
  margin-right: 0;
 
}
/* .editor-nav.nav-tabs>li:not(:last-child){
  border-right: 1px solid #313131;
  border-radius: 0;
} */
.editor-nav.nav-tabs>li.active>a{
  border: 0;
  color: #ffffff;
  background-color: #01345B;
}
.editor-nav.nav>li>a:hover, .editor-nav.nav>li>a:focus {
  background-color: #01345B;
  border-color: #01345B;
  color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #01345B !important;
  border: 1px solid #01345B!important;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffff !important;
  
}
input:checked + .slider {
  background-color: #01345B !important;
}
.sxim-init .nav-header {
  transition: all 0.5s;
}
.navbar-top-links .dropdown-menu li a {
  color: #313131 !important;
}
.navbar-top-links .dropdown-menu li a:hover {
  color: #01345B !important;
}
#sidemenu > li:not(:first-child) {
  overflow: hidden;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #01345B !important;
}
.select2-container--default .select2-selection--single{
  border: 1px solid #d4d4d4 !important;
    height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #5a5a5a !important;
  font-size: 12px !important;
}
.input-group-addon:first-child {
  border-right: 0;
  border-radius: 5px 0 0 5px !important;
}
.input-group-addon:last-child {
  border-left: 0;
  border-radius: 0 5px 5px 0 !important;
}
.input-group .form-control:first-child{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group-addon {

  border: 1px solid #d4d4d4;
  border-radius: 0px !important;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  padding: 6px 12px;
  text-align: center;
  background-color:#fff;
}
.infobox {
  border-left: 3px solid #EEEEEE;
  margin: 0 0 35px;
  padding: 20px;
}
.infobox h5 {
  margin-bottom: 6px;
  margin-top: 0;
}
.infobox p:last-child {
  margin-bottom: 0; font-size: 11px !important;
}
.infobox code {
  background-color: #FFFFFF;
  border-radius: 3px;
}
.infobox-default {
  background-color: #F5F5F5;
  border-color: #DDDDDD;
}
.infobox-default h5 {
  color: #555555;
}
.infobox-danger {
  background-color: #FDF7F7;
  border-color: #D65C4F;
}
.infobox-danger h5 {
  color: #D65C4F;
}
.infobox-warning {
  background-color: #FCF8F2;
  border-color: #E7804F;
}
.infobox-warning h5 {
  color: #E7804F;
}
.infobox-info {
  background-color: #F2F7F9;
  border-color: #1992C2;
}
.infobox-info h5 {
  color: #1992C2;
}
.infobox-success {
  background-color: #F4FAF5;
  border-color: #239169;
}
.infobox-success h5 {
  color: #239169;
}

.info-blocks {
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.info-blocks > li {
  display: inline-block;
  margin: 0 10px 5px;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
}
.info-blocks > li > a > i {
  display: inline-block;
  font-size: 48px;
  margin-bottom: 20px;
}
.info-blocks > li > a:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
/*Nestable lists*/
.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }
.dd-handle { cursor:default;display: block; margin: 5px 0; padding: 7px 10px; color: #333; text-decoration: none; border: 1px solid #ddd;
background: #fff;
}

.dd-handle:hover { color: #FFF; background: #4D90FD; border-color:#428BCA; }

.dd-item > button { color:#555;font-family: FontAwesome;display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 8px 2px; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 10px; line-height: 1; text-align: center; }
.dd-item > button:before {  display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { }
.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #FFF; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
-webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
-moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

.dd3-content {
display: block;
margin: 5px 0;
padding: 2px 10px 2px 40px; color: #333; text-decoration: none;
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DDDDDD;
color: #333333;
background: #fff; /* Old browsers */
}
.dd3-content:hover { background: #fff; }
.dd-dragel > .dd3-item > .dd3-content { margin: 0; }
.dd3-item > button { margin-left: 35px; }
.dd3-handle { position: absolute;
margin: 0; left: 0; top: 0;
cursor: all-scroll;
width: 34px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 1px solid #3276B1;
background: #428BCA;
height:26px;
box-shadow:1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.dd3-handle:before { content: '='; display: block; position: absolute; left: 0; top: 2px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 12px; font-weight: normal; }
.dd3-handle:hover { background: #4E9DFF; }

.mt-0{
  margin-top: 0;
}
.mr-5{
  margin-right: 5px;
}
.modal-open .modal{
  overflow-x: hidden;
    overflow-y: auto;
}
.text-danger {
  color: #a94442;
}
.body-small .page-header{
  margin-top: 40px;
  margin-left: 8px;
  margin-right: 8px;
}
body.body-small .navbar-mega-menu {
  left: 0px !important;
  width: 100%;
  height: 300px;
  overflow: auto;
}
.fa-times:before {
  content: "\f0a8";
  font-size: 25px;
}
th.prev, th.next {
  background: #ddd;
  color: #000;
}
i.glyphicon.glyphicon-arrow-left::before {
  content: "\f137";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
i.glyphicon.glyphicon-arrow-right::before {
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 29px;
  border: 0;
  border-radius: 0 !important;
}
.datetimepicker-days .table-condensed  thead {
  color: #000000;
  background: #ddd;
}
ul.label-nav li {
  margin-bottom: 5px !important;
}
span.select2-selection.select2-selection--single:focus {
  border: 1px solid #01345B;
  outline: 0;
  border-radius: 5px;
}
.select2-selection__rendered:focus .select2-container--default .select2-selection--single{
  border-color: #01345B !important;
}

span.calwrap {  position: absolute !important }

.st-cb-table td:nth-child(3),
.st-cb-table td:nth-child(4), .st-cb-table td:nth-child(5), .st-cb-table td:nth-child(6), .st-cb-table td:nth-child(7),
.st-cb-table td:nth-child(8), .st-cb-table td:nth-child(9) {
  width: 15%;
}
.label-success {
  background-color: #3C763D;
}
.label-primary {
  background-color: #01345B;
}
select:focus {
  outline: 0;
}
.trans-sec-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
  margin: 15px 0;
}
#return-to-top {
      /* position: fixed; */
      background: #01345B;
      background: #01345B;
      width: 35px;
      height: 35px;
      display: block;
      text-decoration: none;
      /* display: none; */
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  /* position: relative; */
  /* left: 16px;
  top: 13px; */
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #ccc;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.tab_ar input, .tab_ar textarea, .tab_ar .note-editable{
  direction: rtl;
}