/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 20, 2020, 5:35:30 PM
    Author     : Stars Developer
*/

div .app-sidebar .logo-img {
    width: auto;
    max-height: none;
    margin-right: 0px;
}
.form-group .editor {
    height: 150px;
}
div .dropzone {
    min-height: 200px;
}
div .dropzone .dz-message {
    height: 100px;
    margin: 0px 0px 1em 0px;
}
div .form-group.issue, div .form-group.error {
    margin-bottom: 1rem;
}
div .dropzone .dz-preview .dz-image img {
    max-width: 100%;
}

a {
  color: #2F8BE6;
}
a:hover {
    color: #3d93e8;
}
div .nav-pills .nav-link.active,
div .nav-pills .show > .nav-link,
div .dropdown-item.active,
div .dropdown-item:active{
    background-color: #2F8BE6;
}
div .dropdown .dropdown-menu .dropdown-item:active,
div .dropup .dropdown-menu .dropdown-item:active,
div .dropright .dropdown-menu .dropdown-item:active,
div .dropleft .dropdown-menu .dropdown-item:active {
    background-color: #2F8BE6 !important;
}
div .nav-tabs .nav-link.active,
div .nav-tabs .nav-item.show .nav-link {
    color: #2F8BE6;
}
div .nav-tabs .nav-link.active {
    border-bottom: 2px solid #2F8BE6;
}
.mce-branding, .mce-statusbar {
    display: none !important;
}

.mce-tinymce iframe {
    min-height: 500px;
}
.language-page form label, .form-group label {
    text-transform: none;
}

.app-sidebar .sidebar-content {
    height: calc(100% - 200px) !important;
}
.app-sidebar .navigation .menu-title, body {
    font-size: 14px;
}

.table th, .table td {
    padding: 5px 10px;
    vertical-align: middle;
}
.table th {
    padding: 15px 10px;
}
table.dataTable thead th[class*="sorting"]:not(.sorting_disabled):before {
    top: 10px
}
table.dataTable thead th[class*="sorting"]:not(.sorting_disabled):after {
    top: 22px;
}

form > #invoice-fields .disable_field {
    display:none;
}

form > #invoice-fields + #invoice-fields .disable_field {
    display:block;
}

.companyLogo {
    width: 140px;
    height: 40px;
}
.sd-companies-logos {
    padding: 20px 0;
    flex-wrap: nowrap;
}
.sd-responsive-container #invoice-company-details{
    flex-wrap: nowrap;
}
@media screen and (max-width: 1199px) {
 .sd-responsive-container{ max-width: 100%;}
 .sd-responsive-container .content-wrapper { padding: 0 !important}
}
@media screen and (max-width: 1024px) {
    .sd-responsive-container .card{ overflow-x: scroll;}
    .sd-responsive-container .card-content {
        min-width: 850px;
    }
    .sd-responsive-container #invoice-company-details>div{
        max-width: 50%;
    }
    #invoice-template h2 {
        font-size: 24px;
    }

}
