body{
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
    background: #E6E9EC;
    font-weight: 600;
    font-size: 14px;
}
.modal-notifier, .message-container{
    margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_filter input{
    
}
.ui-menu-item a{
    display: block;
    font-family:inherit;
    font-weight: 300;
    font-size: 14px;
    padding: 5px 10px;
}
.ui-menu-item a.ui-state-focus{
    background: #efefef;
    color: #333;
    border:none;
    padding: 5px 10px;
}
.ui-menu .ui-menu-item,
.ui-menu .ui-menu-item:hover{
    padding:0px;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0px
}
.ui-widget{
    font-family: inherit;
}
.ui-widget-content{
    background: #f7f7f7;
}
.loader-container{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.7);
    z-index:9999;
}
.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50% !important;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.5s linear infinite; /* Safari */
    animation: spin 0.5s linear infinite;    
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-25px;
    margin-top:-25px;
}
.modalLoader{
    border: 4px solid #f3f3f3;
    border-radius: 50% !important;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 0.5s linear infinite; /* Safari */
    animation: spin 0.5s linear infinite;        
    position:absolute;
    bottom:10px;
    left:50%;
    margin-left:-15px;
}
.loaderModal{
    padding:20px;
    position:relative;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  0% { 
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% { 
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Form Tips*/
.clearfix:after{
    display: table;
    clear: both;
    content: '';
}
.form-tips {
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    float: right;
    font-size: 14px;
}
.form-tips i {
    color: #0099FF;
}
.dropdown-menu .divider{
    margin: 0px;
}
.popover{
    font-family: inherit;
}
.white-block{
    min-height: 30px;
    margin-bottom: 15px;
    background: #fdfdfd;
    border: 1px solid #d0d3d6;
    -moz-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.05);
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.05);
}
.sub-title{
    font-size: 16px;
    margin: 8px 0px 8px 0px;
    color: #85B1FF;
    font-weight: normal;
}
.subsection-action{
    text-align: right;
}
.subsection-action a{
    font-size: 14px;
}
.sub-title-section{
    margin-bottom: 10px;
    margin-top: 10px;
}
.sub-title-section:after{
    display: table;
    clear: both;
    content: '';
}
.sub-title-section h3{
    display: inline-block;
    font-size: 18px;
    margin: 0px 0px 15px 0px;
}
.sub-title-section small{
    float: right;
    font-size: 16px;
}
.sub-title-section small > span{
    color: #0099FF;
}
.header-bar{
    padding: 10px 15px;
    min-height: 40px;
}
.header-bar.border{
    border-bottom: 1px solid #d0d3d6;
}
.header-bar h3.inline{
    display: inline-block;
}
.header-bar h3{
    font-size: 18px;
    margin: 0px;
}
.header-bar h3 span{
    color: #0099FF;
}
.header-bar h3 span:before{
    content: '(';
    color: #333;
}
.header-bar h3 span:after{
    content: ')';
    color: #333;
}
.header-bar h3.right-align{
    font-size: 18px;
    margin: 0px;  
    float: right;
    display: inline-block; 
}
.header-bar a.header-action{
    float: right;
    margin-left: 10px;
    font-size: 14px;
    padding: 0px 10px;
}
.body-bar{
    padding: 15px;
    position: relative;
}
.body-bar:after{
    display: table;
    clear: both;
    content:'';
}
.pull-top-30{
    margin-top: 30px;
}
.tools{
    float: right;
}
.header-bar .tools a.body-collapse i:before{
    font-family: 'simple-line-icons';
    content: "\e604";
    color: #333;
}
.header-bar .tools a.body-collapsed i:before{
    font-family: 'simple-line-icons';
    content: "\e607";
    color: #333;
}
.header-bar .tools a{
    margin-left: 5px;
}
.header-bar .tools span{
    vertical-align: text-top;
}
.header-bar .tools span.verified i:before{
    font-family: 'simple-line-icons';
    content: "\e080";
    color: #0099FF; 
    font-size: 18px;
}
.header-bar .tools span.unverified i:before{
    font-family: 'simple-line-icons';
    content: "\e082";
    color: #F44336; 
}
.menu-bar{
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #d0d3d6;
}
.menu-bar li.submenu{
    position: relative;
}
.menu-bar li.submenu:hover .dropdown-content{
    display: block;
}
.menu-bar:after{
    display: table;
    content: '';
    clear: both;
}
.menu-bar ul{
    margin: 0px;
    padding: 0px;
}
.menu-bar ul li{
    list-style-type: none;
    display: inline-block;
    float: left;
    height: 42px;
    margin: 0px;
}
.menu-bar ul li a{
    padding: 10px;
    display: inline-block;
    border-right: 1px solid #d0d3d6;
    color: #333;
    min-width: 80px;
    text-align: center;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    float: left;
}
.menu-bar ul li a span{
    color: #000;
    font-family: 'Open Sans';
    color: #0099FF;
    font-size: 13px;
}
.menu-bar ul li a span:before{
    content: '(';
    color: #333;
}
.menu-bar ul li a span:after{
    content: ')';
    color: #333;
}
.menu-bar ul li a:hover{
    background: #f1f1f1;
}
.adjust-label{
    display:block;
    padding: 10px;
}
.ui-datepicker{
    z-index:9999 !important;
}
.fixedAction{
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    text-align:center;
    background: #fff;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.fixedAction label{
    text-align:left;
}
.fixedAction>.btn-group>a {
    margin-left: 5px;
    margin-right: 5px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 42px;
    left: 0px;
    right: auto;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.menu-bar ul li .dropdown-content a{
    border:none;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-align: left;
}


.leftside-filter{
    /* border: 1px solid #d0d3d6; */
    min-height: 50px;
    margin-bottom: 15px;
    background: #FFF;
}
.filter-section{
    /* border-bottom: 1px solid #d0d3d6; */
    margin-bottom: 15px;
    border: 1px solid #d0d3d6;
}
.filter-section:last-child{
    /* border-bottom: none; */
}
.filter-head{
    position: relative;
}
.filter-head a{
    display: block;
    padding: 5px 15px;
    font-size: 16px;
    color: #000;
    background: #efefef;
}
.filter-section a.sidebar-collapse:before{
    font-family: 'simple-line-icons';
    content: "\e607";
    position: absolute;
    right: 10px;
    color: #999;
}
.filter-section.collapsed a.sidebar-collapse:before{
    font-family: 'simple-line-icons';
    content: "\e604";
    position: absolute;
    right: 10px;
    color: #999;
}
.filter-section.collapsed .filter-body{
    display: none;
}
.filter-section .filter-body{
    padding: 10px 15px;
}
.filter-section .filter-body:after{
    display: table;
    clear: both;
    content: '';
}
.filter-body > ul{
    margin: 0px;
    padding: 0px;
}
.filter-body > ul > li {
    list-style-type: none;
}
.filter-body > ul > li a{
    padding: 5px 0px;
    display: block;
}
.icheck-list{
    padding-top: 5px;
    padding-bottom: 5px;
}
.icheck-list.inline > label {
    display: block;
    margin-bottom: 8px;
}
.icheck-list > label {
    margin-right: 8px;
    font-weight: 400;
}
.icheck-list > label > div, label > div{
    margin-right: 8px !important;
}
.result-bar{
    border: 1px solid #d0d3d6;
    min-height: 50px;
    margin-bottom: 15px;
}
.count-bar{
    padding: 15px;
    background: #FFF;
}
.count-bar p{
    color: rgba(0,0,0,0.55);
    margin: 0px;
    display: inline-block;
}
.count-bar p span{
    color: #333;
}
.count-bar .btn-group{
    margin: -5px 0px 0px 0px;
}
.count-bar .btn-group a i{
    color: #888;
    font-size: 16px;
}
.filtered-tag-container{
    background: #FFF;
    padding: 0px 15px 0px 15px;
    margin-bottom: 15px;
}
.filtered-tag-container:after{
    display: table;
    clear: both;
    content: '';
}
.filtered-tags{
    margin: 0px;
    padding: 0px;
}
.filtered-tags li{
    list-style-type: none;
    display: inline;
    float: left;
}
.clear-filter a{
    line-height: 30px;
    font-size: 14px;
    padding: 5px 15px;
    border-left: 1px solid #ddd;
    margin-left: 10px;
}
.filter-attr{
    display: inline-block;
    border:1px solid #85B1FF;
    padding: 3px 10px 3px 10px;
    border-radius: 4px !important;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.filter-attr a{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 2px 10px;
    font-size: 16px;
    border-left: 1px solid #85B1FF;
    background: #fff;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    display: none;
}
.filter-attr:hover span{
    white-space: nowrap; 
    width: calc(100% - 15px); 
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}
.filter-attr:hover a{
    display: block;
}

.thank-message{
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.thank-message i{
    font-size: 100px;
    color: #99caff;
}
.thank-message h1{
    font-weight: 300;
    font-size: 24px;
}
.mh-400{
    min-height: 400px;
}


.income-wallet tr th,
.income-wallet tr td{
    text-align: center;
    width: 50%;
}
.income-wallet tr.cost td{
    font-size: 24px;
    color: #0099FF;
}


.no-photo.d40{
    width: 40px;
    height: 40px;
    background:#8BB44A;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
    line-height: 40px;
}
.no-photo.d50{
    width: 50px;
    height: 50px;
    background:#8BB44A;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
    line-height: 50px;
}
.no-photo.d100{
    width: 100px;
    height: 100px;
    background:#8BB44A;
    display: inline-block;
    color: #fff;
    font-size: 34px;
    letter-spacing: 3px;
    text-align: center;
    line-height: 100px;
}


@media(min-width: 768px){
    .job-classification a, .connection-count a{
        width: 33.333333%;
        float: left;
        box-sizing:border-box;
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        color: #333;
        border-right:1px solid #d0d3d6;
        padding: 5px;
        border-bottom: none;
    }
    .job-classification a:last-child, .connection-count a:last-child{
        border-right: none;
    }
    .emp-job-classification a{
        width: 50%;
        float: left;
        box-sizing:border-box;
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        color: #333;
        border-right:1px solid #d0d3d6;
        padding: 5px;
        border-bottom: none;
    }
    .emp-job-classification a:last-child{
        border-right: none;
    }
    .invitations{
        text-align: right;
    }
}
@media(max-width: 768px){

    .invitations{
        padding: 15px;
    }
}
.icon-applied
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/applied.png) no-repeat center center;
    background-size: 28px;
}
.icon-liked
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/like.png) no-repeat center center;
    background-size: 28px;
}
.icon-onlinetest
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/onlinetest.png) no-repeat center center;
    background-size: 28px;
}
.icon-recommend
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/recommend.png) no-repeat center center;
    background-size: 28px;
}
.icon-offers
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/offer.png) no-repeat center center;
    background-size: 28px;
}
.icon-interview
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/interview.png) no-repeat center center;
    background-size: 28px;
}








.data-info h3{
    margin: 0px 0px 10px 0px;
    font-size: 14px;
}
.data-info h3 span{
    color: #0099FF;
}
.data-info.right-val h3 span{
    color: #0099FF;
    float: left;
}
.data-info.right-val h3{
    text-align: right;
    border-bottom: 1px solid #efefef;
    padding-bottom: 7px;
    flex-wrap: nowrap;
}
.data-info.right-val h3 span.verified, 
.data-info.right-val h3 span.unverified{
    float: right;
    margin-left: 5px;
}
.data-info.right-val h3 span.verified i:before {
    content: "\e080";
    color: #0099FF;
    font-family: 'simple-line-icons';
}
.data-info.right-val h3 span.unverified i:before {
    content: "\e082";
    color: #F44336;
    font-family: 'simple-line-icons';
}
.data-info p{
    margin-bottom: 0px;
}


.user-data-info h4{
    margin: 0px 0px 10px 0px;
    font-size: 14px;
}
.user-data-info h4 span{
    color: #999;
}
@media(max-width: 768px){
    .data-info.right-val h3{
        text-align: left;
    }

    .data-info.right-val h3 span{
        display: block;
        float: none;
    }
}


.campaign-contacts {
    padding-top: 15px;
    padding-bottom: 10px;
}
.campaign-contacts span {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50% !important;
    overflow: hidden;
    margin-right: 10px;
    line-height: 50px;
}
.campaign-contacts img {
    max-width: 100%;
    max-height: 100%;
}




.icon-contacts
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/contacts.png) no-repeat center center;
    background-size: 28px;
}
.icon-companies
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/company.png) no-repeat center center;
    background-size: 28px;
}
.icon-documents
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/documents.png) no-repeat center center;
    background-size: 28px;
}
.icon-leads
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/lead.png) no-repeat center center;
    background-size: 28px;
}
.icon-tasks
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/task.png) no-repeat center center;
    background-size: 28px;
}
.icon-invoice
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/invoice.png) no-repeat center center;
    background-size: 28px;
}




.flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}




.wallet-stats{
    padding: 0px;
    margin: 0px;
    border:1px solid #d0d3d6;
    margin-bottom: 15px;
    border-radius: 6px;
}
.wallet-stats:after{
    display: table;
    clear: both;
    content: '';
}
.wallet-stats li{
    float: left;
    list-style-type: none;
    width: 25%;
    text-align: center;
    border-right: 1px solid #ddd;
    box-sizing:border-box;
    font-size: 30px;
}
.wallet-stats li a{
    color: #0099FF;
    display: block;
    padding: 20px 0px;
}
.wallet-stats li:last-child{
    border:none;
}
.wallet-stats li small{
    font-size: 16px;
    display: block;
    color: #999;
}
.inline-title{
    line-height: 40px;
}







.custom-stat {
    display: block;
    clear: both;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,0.15);
}
.custom-stat p{
    text-align: right;
    padding: 5px 10px;
    margin-bottom: 0px;
    color: #999;
    background: #efefef;
}
.stat-data {
    text-align: right;
    padding-right: 10px;
    margin-bottom: 10px;
}
.straight-light .stat-data .stat-num {
    font-size: 24px;
    color: #0090D9;
    display: block;
    margin-top: 10px;
    text-align: right;
    font-family: Helvetica, 'Sans Serif';
}
.custom-stat .stat-data .stat-title {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    text-align: right;
}
.straight-light, .reverse-light {
    border-left: 2px solid #0090D9;
}


.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}
.fileinput .g-logo-img {
    width: 150px;
    height: 150px;
}
.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}
.fileinput .thumbnail img {
    max-height: 140px;
    max-width: 140px;
    display: inline-block;
}
.fileinput .thumbnail > span{
    line-height: 140px;
    display: block;
}
.fileinput-exists .fileinput-new, 
.fileinput-new .fileinput-exists {
    display: none;
}
.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}
.fileinput .btn {
    vertical-align: middle;
}
.btn.btn-file {
    position: relative;
    overflow: hidden;
    width: 302px;
}
.photo-info{
    display: inline-block;
    padding-left: 15px;
}



.product-list-cont{
    display: flex;
    flex-wrap: wrap;
}
.product-list-cont .item-main{
    flex:1;
    min-width: 50%;
}
.product-cont{
    border:1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
.photo{
    width: 150px;
    display:flex;
}
.photo img{
    max-width: 90%;
    max-height: 120px;
    margin: auto;
}
.pro-info{
    flex:1;
    padding-left: 10px;
    position: relative;
    max-width: 350px;
}
.pro-info h3{
    margin: 0px;
    font-size: 18px;
    padding-right: 80px;
}
.pro-info p{
    margin: 0px;
    font-weight: 500;
}
.pro-info p span{
    color: #999;
    font-weight: normal;
}
.pro-info a.edit-product{
    position: absolute;
    right: 0px;
    top: 0px;
}
.pro-info a.delete-product{
    position: absolute;
    right: 40px;
    top: 0px;
}


.bluepreloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background: #288FEB;
    color: #FFF;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/*INVOICE SECTION*/
.invoice-form{
    font-family: 'Lato', sans-serif;
}
.invoice-form .form-group{
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}
.resize{
    resize:none;
}
span.form-control{
    border-radius: 0px;
    background: #efefef;
    border: 1px solid #ccc;
}
.form-group.nested{
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.form-group.nested label{
    margin-bottom: 4px;
    font-size: 12px;
}
.form-group.nested-height{
    margin-bottom: 0px;
}
.form-group.nested-height > label{
    line-height: 50px;
}

.form-control.input-xs {
    height: 28px;
    line-height: 14px;
    font-size: 12px;
} 
table.table-sm>tbody>tr>th,
table.table-sm>tfoot>tr>th,
table.table-sm>thead>tr>th{
    padding: 4px;
    font-weight: 600;
    /*font-size: 12px;*/
    text-align: right;
    background: #efefef;
}
table.table-sm>tbody>tr>td, 
table.table-sm>tfoot>tr>td, 
table.table-sm>thead>tr>td{
    padding: 3px;
    font-weight: 600;
    /*font-size: 12px;*/
    border: none;
}
table.table-sm.table-bordered>tbody>tr>td, 
table.table-sm.table-bordered>tfoot>tr>td, 
table.table-sm.table-bordered>thead>tr>td{
    padding: 3px;
    font-weight: 600;
    /*font-size: 12px;*/
    border: 1px solid #ddd;
}
table.table-sm input{
    text-align: right;
}
table.table-sm.text-right>tbody>tr>td{
    text-align: right;
    padding-right: 5px;
}
tr.right-span>td{
    text-align: right;
    line-height: 27px !important;
    padding-right: 5px;
}
.invoice-form .form-horizontal .control-label{
    padding-top: 2px;
    font-size: 14px;
}
.body-content {
    padding-top: 0px;
}
.close {
    display: inline-block;
    margin-top: 5px !important;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: none;
    background-image: url("../img/remove-icon-small.png") !important;
}
.navbar{
    border-bottom: 4px solid #449D44;
}
.modal-dialog{
    width:960px;
}
.form-group > label{
    font-weight: 600;
    display: block;
}