.body-small .no-small{
    display: none;
}

.require-icon {
    color: #ed5565;
}

.dropdown-messages li em,
.dropdown-alerts li em {
    font-size: 12px;
}

.nav .label,
.ibox .label {
    font-size: 12px;
    word-break: keep-all;
    display: inline-block;
}

.nav-header {
    padding: 30px 25px;
}

.nav-header img{
    max-width: 50px;
    max-height: 50px;
}

.middle-box h1 {
    font-size: 145px;
}

.logo-element {
    height: 60px;
    overflow: hidden;
}

.animation-text-info {
    font-size: 12px;
}

.todo-list.small-list .btn-xs,
.todo-list.small-list .btn-group-xs > .btn {
    font-size: 12px;
}

.link-block a {
    font-size: 12px;
}

.simple_tag {
    font-size: 12px;
}

ul.notes li div small {
    font-size: 12px;
}

.tag-list li a {
    font-size: 12px;
}

.project-manager .tag-list li a {
    font-size: 12px;
}

.faq-item .tag-item {
    font-size: 12px;
}

.message-date {
    font-size: 12px;
}

.product-main-price small {
    font-size: 12px;
}

.small-chat-box .chat-date {
    font-size: 12px;
}

.sk-spinner-wave.sk-spinner {
    font-size: 12px;
}

.wrapper-content {
    padding: 20px 5px 250px;
}

/* bootstrap form begin */

.form-control, .single-line {
    border-radius: 3px;
}

.has-error .tabs-container .nav-tabs {
    border-bottom: 1px solid #ed5565;
}

.has-error .tabs-container .panel-body {
    border: 1px solid #ed5565;
}

.has-error .tabs-container .nav-tabs > li.active > a,
.has-error .tabs-container .nav-tabs > li.active > a:hover,
.has-error .tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #ed5565;
    border-bottom-color: transparent;
}

.has-error .tabs-container .tab-pane .panel-body {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.has-error .help-block {
    display: none;
}

.has-error .help-block.help-block-error {
    display: block;
}

    /* bootstrap form end */

/* page header begin */

.page-heading h2{
    line-height: 1;
}

.page-heading .buttons {
    padding-top: 40px;
    text-align: right;
}

.body-small .page-heading .buttons{
    padding-top: 10px;
    text-align: left;
}

/* page header end */

/* toastr begin */

#toast-container > div {
    -moz-box-shadow: 0 0 6px #999999;
    -webkit-box-shadow: 0 0 6px #999999;
    box-shadow: 0 0 6px #999999;
}

#toast-container > div:hover {
    -moz-box-shadow: 0 0 6px #999999;
    -webkit-box-shadow: 0 0 6px #999999;
    box-shadow: 0 0 6px #999999;
}

/* toastr end */

/* footer begin */

.footer{
    position: absolute;
    left: 0px;
    line-height: 1;
}

.footer.footer-fixed{
    position: fixed;
    left: 220px;
}

.body-small .footer.footer-fixed {
    position: absolute;
    left: 0px;
    line-height: 1;
}

.mini-navbar .footer{
    left: 70px;
}

.footer .summary,
.footer .copyright{
    line-height: 30px;
}

.footer .pagination{
    margin: 0;
}

/* footer end */

/* image upload begin */

.image-upload{
    width: 150px;
    min-height: 50px;
    border: 1px solid #e5e6e7;
    position: relative;
    overflow: hidden;
}

.image-upload-responsive {
    width: 100%;
    text-align: center;
}

.image-upload img{
    width: 100%;
    max-width: 150px;
    max-height: 300px;
}

.image-upload input{
    width: 100%;
    height: 400px;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

/* image upload end */

/* Table Beauty begin */

.table-beauty > tbody > tr > th,
.table-beauty > tbody > tr > td{
    vertical-align: top;
}

.table-beauty > tbody > tr > th.media-middle,
.table-beauty > tbody > tr > td.media-middle{
    vertical-align: middle;
}

.table-beauty > tbody > tr > th > label{
    display: inline-block;
    padding: 12px 12px;
    line-height: 1;
    cursor: pointer;
}

.table-beauty > tbody > tr > td > label{
    display: inline-block;
    font-weight: normal;
    padding: 12px 24px;
    width: 160px;
    line-height: 1;
    cursor: pointer;
}

.table-beauty > tbody > tr > th > label > input,
.table-beauty > tbody > tr > td > label > input{
    vertical-align: middle;
    margin: -2px 0 0;
}


/* Table Beauty end */

/* input begin */

.inline {
    display: inline-block !important;
}

.input-s-sm {
    width: 120px;
}

.input-s {
    width: 200px;
}

.input-s-lg {
    width: 250px;
}

.i-checks {
    padding-left: 0;
}

.form-control-inline{
    display: block;
    width: 100%;
    margin-right: 0;
}

@media (min-width: 768px){
    .input-group-inline{
        display: inline-table;
        width: 1px;
        vertical-align: middle;
    }

    .form-control-inline,
    .input-group .form-control-inline{
        display: inline-block;
        width: auto;
        margin-right: 5px;
    }

    .form-control-datetime,
    .input-group .form-control-datetime{
        display: inline-block;
        width: 180px;
    }

    .input-group-inline .form-control-inline{
        margin-right: 0px;
    }
}

/* input end */

/* grid sort begin */

.grid-sort{
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    font-size: 0;
    text-align: center;
}

.grid-sort:after{
    content: ' ';
    font-size: 0px;
    clear: both;
    display: block;
}

.sort-item{
    display: inline-block;
    width: 219px;
    height: 115px;
    margin: 5px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid #7f7f7f;
}

.sort-item img{
    width: 218px;
    height: 114px;
}

.grid-name{
    width: 100%;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
}

/* grid sort end */

/* Medium Editor begin */

.medium-editor-anchor-preview, .medium-editor-toolbar{
    z-index: 2002!important;
}

.is-tiny-editor{
    height: 124px;
    overflow: auto;
}

/* Medium Editor end */

/* data picker begin  */

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
    color: #c8c8c8;
}


/* data picker end  */