/*Write your custom css in this file.*/

/*navbar*/

.navbar{
    padding: 0;
}

.navbar-default {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
    border-bottom: 0;
}
.navbar-default .navbar-nav>li>a{
    color:#11ae67;
}

.navbar-fixed-top{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.buy-now-btn{
    padding: 13px;
}
.navbar-title{
    font-size: 20px;
    padding: 15px 0;
}

#content {
    margin-top: 60px;
    height: 100%;
}

.box {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
}
.box-content {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none;
    overflow-x: hidden;
}
.box.fit .box-content{
    width: 100%;
}

.ani-width {
    transition:  width 50ms;
}

#page-content section{
    padding-top: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

#page-content section:last-child{
    padding-bottom: 20px;
}

#page-content section h5{
    margin: 18px 0;
    font-weight: 100;
}

div.alert-error{
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #7d48b9;
}

/*card*/
.card{
    border-radius: 5px;
    transition: all 1s;
    border: none;
}
.card-default{
    border-color: #f2f4f6;
}
.card-heading{
    border-radius: 0px;
}
.card-default>.card-heading{
    background-color: #fff;
    color: inherit;
    font-weight: bold;
    border-color: #eef6f9;
}

#content{
    position: fixed;
}

#page-content{
    padding: 0 20px 20px 20px;
}

.page-title {
    background:#fff;
    border-bottom: 1px solid rgba(221, 230, 233, 0.48);
    color: #000000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.page-title h1 {
    font-size: 20px;
    margin: 0;
    padding: 15px 16px;
    float: left;
}
.page-title h4 {
    padding: 7px 16px;
    float: left;
}

.page-title .btn{
    margin: 10px 5px;
}
.page-title .title-button-group {
    float: right;
    margin: 0px 15px 0px 15px;
}

/*button*/
.btn{
    border-radius: 2px;
    transition:  all 0.5s;
    font-size: 13px;
}
.btn:focus,
.btn:active{
    outline: none !important;
}
.btn-primary{
    border:none;
    background-color:#caa142;
}

.btn-primary:hover,
.btn-primary:focus{
    background-color: #1377cd;
}

/*sidebar*/

#sidebar {
    width: 200px;
    background: #fff;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
}

#sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
#sidebar-menu li {
    position: relative;
    margin: 0;
}
#sidebar-menu li i {
    position: relative;
    font-size: 15px;
    margin-right: 10px;
}
#sidebar-menu li a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 15px;
    color:#ffffff;
    z-index: 2;
    -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
#sidebar-menu li a i {
    top: 1px;
    display: inline-block;
}
#sidebar-menu li a span {
    -moz-transition: 350ms opacity ease-in-out;
    -o-transition: 350ms opacity ease-in-out;
    -webkit-transition: 350ms opacity ease-in-out;
    transition: 350ms opacity ease-in-out;
}
#sidebar-menu li a:hover {
    background-color:#273647;
    color:#fff;
}
#sidebar-menu li:hover{
    background-color:#273647;
}
#sidebar-menu .devider {
    border-bottom: 1px solid #141c27;
}

#sidebar-menu > li.active > a {
    border-left: 4px solid #eb7a61;   
    background-color: #273647;
    color: #fff;
}
#sidebar-menu > li > ul > li > a:hover {
    background-color: #141C27;
    color: #7988a2;
}

.sms_notification img, #sms_notification img{
    width: 100%;
}