.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 8px;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.box {
    margin-bottom: 12px;
}

.callout {
    border-radius: 3px;
    margin: 0px 0 8px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.fixed-btn {
    position: fixed;
    right: 2%;
    bottom: 4%;
    width: 408px;
    height: 220px;
    /*border: 1px solid #eee;
    background-color: white;*/
    font-size: 24px;
    z-index: 1040;
    -webkit-backface-visibility: hidden;
}

.fixed-btn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.main-header {
    width: 100%;
    position: fixed;
    max-height: 100px;
    z-index: 1030;
}

.main-sidebar, .left-side {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 60px;
    padding-left: 10px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
    -moz-transition: -moz-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
    -o-transition: -o-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
    transition: transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #fff;
    color: #4b4b4b;
    font-size: 17px;
    margin-top: 10px;
}

.skin-alague .content-wrapper,
.skin-alague .right-side {
  background-color: #ffffff;
  margin-top: 50px;
}

.box {
    border-top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0;
}

.nav-tabs-custom {
    margin-bottom: 0px;
    background: #fff;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1);
    border-radius: 3px;
}

.tab-content {
    min-height: 300px;
}

.nav-tabs-custom>.nav-tabs>li {
    margin-right: 0px;
}

a {
    color: #3a8ce1;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #3a8ce1;
}

.login-page, .register-page {
    background: #ffffff;
}

.login-box-body, .register-box-body {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.skin-alague .btn.btn-primary {
    background-color: #3281dd;
    border-color: #3281dd;
    color: #fff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px;
    border-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3281dd;
    border-color: #3281dd;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.direct-chat-text>a {
    color: #444;
    text-decoration: underline;
}

.direct-chat-primary .right>.direct-chat-text>a {
    color: #fff;
    text-decoration: underline;
}

.uatip {
  background: rgba(0,0,0,0.8);
  text-align: center; position: fixed;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  display: none;
}

.uatip-icon {
  width: 52px;
  height: 67px;
  background: url(../img/ua-tip.png) no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}

.uatip-txt {
  margin-top:
    107px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #f39c12 !important;
}

.alert-info {
    border-color: #f39b12;
}

.alert-warning {
    border-color: #f39b12;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
}

