/* Your custom styles */

/* Layout */
nav {
    /*height: 56px;*/
}

.navbar {
    font-weight: 400 !important;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.navbar-brand img {
    float: left;
}

@media only screen and (min-width: 1530px) {
    .container {
        max-width: 1500px;
    }
    .main-menu {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .breadcrumb {
        /*margin-top: 55px;*/
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 768px) {
    #assistantModal .modal-dialog.cascading-modal {
        position: fixed;
        margin: 0;
    }
}

@media only screen and (max-width: 980px) {	
	.pt-4 {
		padding-top: 4.5rem!important;
	}
}

/* Modal */
.modal-body p {
    line-height: 1.5em;
}

/* Table */
table.table-hover tr:hover td {
    background: #e8f5e9 !important;
}

.table .thead-light th {
    background-color: #2e7d32 !important;
    color: #ffffff !important;
}

/* Tabs */
.nav-tabs {
    background-color: #3F729B;
}

.tab-content {
    padding: 2rem 3rem 1rem;
    text-align: left;
}

.popup .tab-content {
    padding: 1.5rem 1rem 1rem;
    text-align: left;
}

.tab-content-large {
    padding: 0;
}

.tab-pane ul:not(.nav) {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-content-large .tab-content-large {
    /*padding: 1rem 1rem;*/
}

.md-pills .nav-link {
    background-color: rgba(158,158,158,.3);
}

.md-pills .nav-link:hover {
    background-color: rgba(158,158,158,.8) !important;
}

.chip {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    font-size: 16px;
    border-radius: 0;
}

/* Form */
/*.md-form {
    margin-top: 0!important;
}

.md-form, .md-form .btn {
    margin-bottom: 1rem;
}*/

.help-block {
    color: #b7b7b7;
    font-size: 0.9rem;
    line-height: 1.2rem;
}

label > .help-block {
    margin-left: 10px;
}

/* Input */
.input-group .form-control {
    padding: 7px 12px !important;
}
.input-group select.form-control {
    padding-top: 4px !important;
}

[type=checkbox] + label:before {
    top: 2px !important;
}

[type=checkbox]:checked + label:before {
    top: -4px !important;
}

[type="checkbox"]:disabled:not(:checked) + label::before {
    background-color: rgba(0, 0, 0, 0.1) !important;
    cursor: default;
}

input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea {
    /*padding: 15px 0 3px;*/
    color: #007E33;
    /*height: 1.5rem;*/
}

select {
    font-family: inherit !important;
}

.select-wrapper .search-wrap {
     padding: 0!important; 
}

.select-wrapper input.select-dropdown {
    /*margin-top: 25px;*/
    margin-bottom: 25px;
    /*height: 2.5rem;*/
    line-height: 2.5rem;
}

.select-wrapper {
    top: 20px;
}

.select-wrapper + label,
.select-wrapper + small + label{
    top: 15px;
    font-size: .8rem;
}

.multiple-select-dropdown li [type=checkbox] + label {
    top: 0.1rem;
}

.dropdown-content {
    max-height: 180px;
    z-index: 1002 !important;
}

div.dropdown-button {
    margin-right: 110px;
}

a.dropdown-button {
    float: right;
    top: 25px;
}

label.fix {
    top: -.65em;
    font-size: .8rem;
}

small, div.small, span.small {
    display: block;
    font-size: 80% !important;
    font-weight: 400 !important;
    text-align: left !important;
}

/* Media Object */
.media-body {
    text-align: left;
    line-height: 1.2rem;
}

/* Card */
.card .overlay img {
    width: 100%;
    max-height: 160px;
}

.card-body {
    text-align: left;
}

.card-body h4 {
    font-weight: 500 !important;
}

.card-body p {
    line-height: 1.2rem;
}

/* Popover */
.popover {
    max-width: 100%;
}

.popover-header {
    background: #2e7d32;
    color: #fff;
}

/* Image */
figure {
    float: left;
}

figure .img-fluid {
    min-width: 100%;
}

/* Button */
.btn[class*=btn-outline-].btn-sm {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
}

button.waves-effect, a.waves-effect {
    z-index: 0;
}

.btn-xs .fa {
    margin-top: 3px;
}

.btn-xs {
    padding: 1px 5px;
}
