.custom-user .table > tbody > tr > td:last-child {
    min-width: 100px;
}

#add_more{
    margin-top: 25px;
}

#add_more_rent{
    margin-top: 25px;
}

#add_more_purchase{
    margin-top: 25px;
}

.box.box-primary.add-new{
    margin-top: 10px;
}

.btn.btn-primary.dropdown-toggle.filter{
    width: 100px;
}

.input-group.input-group-sm.search{
    width: 300px;
}

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

.required label {
    font-weight: bold;
}
.required label:after {
    color: #e32;
    content: '*';
    display:inline;
}

#imagePreview{
    margin-bottom: 5px;
}

#previousImage{
    margin-bottom: 5px;
}
.custom-user .table > tbody > tr > td:last-child {
    min-width: 100px;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-left-20{
    margin-left: 20px;
}

.width-150{
    width: 150px;
}

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

.white{
    color:#fff;
}

.width-100{
    width: 100%;
}

.input-group.input-group-sm.width-150.search{
    margin-left: -172px;
    width: 150px;
}

.form-control.select2.width-150{
    width: 100px;
    height: 30px;
}

.vod-dashboard-right-panel{
    border-left: solid 1px black;
}

.vod-exported-data li, #vod-import-upload-file ol li{
    padding-top: 10px;
}

.vod-btn-impexp, .vod-btn-copy{
    margin-right: 10px;
}

#vod-wait-loader div{
    margin-top: 20%;
    margin-left: 50%;
}

.vod-error-msg{
    color: red;
    font-weight: normal;
    margin-left: 10px;
}

.vod-notifications-list{
    list-style: none;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 25px;
}

.vod-notifications-list:not(:first-child){
    border-top: 1px dashed slategrey;
}

.vod-message-body{
    padding: 20px;
}

.vod-navbar .nav > li > a{
    display: inline-block;
}

.vod-bold{
    font-weight: 700;
}

.vod-notifications{
    max-height: 750px;
    overflow: auto;
}

.vod-notification-data{
    font-size: 13px;
}

.vod-validate:focus {
    outline: none !important;
    border:1px solid #a9a9a9 !important;
    box-shadow: 0 0 10px #719ECE;
}

.vod-import-steps li img{
    width: 70%;
    height: 70%;
    margin-bottom: 10px;
}

.vod-import-steps li p{
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vod-cpanel-header .content-header > h1{
    margin: -3px;
    color: white;
    font-size: 24px;
    line-height: normal;
}

.vod-cpanel-header .content-header .breadcrumb{
    color: white;
    font-size: 12px;
}

.vod-cpanel-header .content-header .breadcrumb > li > a{
    color: white;
}

.vod-cpanel-header .content-header .breadcrumb > li{
    color: white;
}

@media (min-width: 320px) and (max-width: 767px)
{
    .input-group.input-group-sm.search{
        width: 230px;
    }
}

#subscription-bar-chart .flot-base{
    left: 25px !important;
}
