.r_widget_slider {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
}

.container-padding {
    padding-top: 35px;
    /*padding-bottom: 25px;*/
}

.box-overview {
    position: relative;
    /* margin-top: -460px; */
    background: #fff;
    /*border-radius: 8px;*/
    box-shadow: 0px 0px 14px rgba(136, 159, 229, 0.2);
    padding: 20px 30px;
    z-index: 10;
    margin-bottom: 20px;
}

/*[class^="col-"] .box-overview {
    padding-right: 5px;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

[class^="col-"]:last-child .box-overview {
    padding-right: 0;
    border-right: 0;
}*/

.box-overview {
    display: block;
    width: 100%;
}

.box-overview .icon-box,
.box-overview .text-box {
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
}

.box-overview .text-box .image {
    text-align: center;
    display: block;
}

.box-overview .text-box .image img {
    width: 60px;
    height: 60px;
    margin: auto;
}

.box-overview .icon-box {
    width: 60px;
    font-size: 60px;
    text-align: center;
}

.box-overview .text-box h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #0277bd;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 15px 0px 15px 0px;
}

.box-overview .text-box p {
    /*    line-height: 26px;
    color: #404040;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;*/

    line-height: 1.5;
}

.box-overview .text-box span {
    border-radius: 3px;
    padding: 2px 5px;
    font-size: .85em;
    font-weight: 500;
    color: #404040;
    min-width: 26px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

.box-overview.danger {
    color: #0277bd;
}

.box-overview.danger .text-box span {
    color: #fff;
    background: #0277bd;
}

.box-overview.primary {
    color: #d32f2f;
}

.box-overview.primary .text-box span {
    color: #fff;
    background: #d32f2f;
}

.box-overview.success {
    color: #00897b;
}

.box-overview.success .text-box span {
    color: #fff;
    background: #00897b;
}

.box-overview.info {
    color: #7b1fa2;
}

.box-overview.info .text-box span {
    color: #fff;
    background: #7b1fa2;
}

.box-overview.warning {
    color: #fb8c00;
}

.box-overview.warning .text-box span {
    color: #fff;
    background: #fb8c00;
}



.nav>li>a>img {
    border-radius: 50%;
}

.navbar-nav>li>a {
    padding-top: 5px;
}

.img_class {
    width: 40px;
    height: 40px;
}

.dropdown-menu {
    border-radius: 0;
    min-width: 180px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.84615;
    white-space: nowrap;
    position: relative;
}

.dropdown-menu>li>a span.badge {
    right: 10px;
    top: 10px;
}

.dropdown-menu>li>a i {
    color: #ddd;
    margin-right: 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #38938a;
}

.undeline-dashed {
    border-bottom: 1 px dashed rgb(192, 41, 41);
    transition: all .35s;
}

.form-group-btn {
    position: relative;
    margin-top: -43px;
    margin-left: 450px;
}

.table .form-input {
    padding: 0;
    height: 20px;
    border: none;
    background: transparent;
    color: #58585a;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px dotted; #999;
}

.table .form-input[disabled],
.table .form-input[readonly],
.table fieldset[disabled] .form-input {
    background-color: transparent;
    border: none;
    cursor: not-allowed;
}

#main-content {
    padding: 60px 0 40px 0;
}

.panel {
    box-shadow: 0px 0px 14px rgba(136, 159, 229, 0.2);
    border-radius: 0;
}

.panel-default > .panel-heading {
    font-weight: 600;
}