﻿.bg-1 {              
    background: url("../../images/bg-1.jpg") center no-repeat;
    background-attachment: fixed; 
    width: 100%;
    height: 100%;  
}

body
{
    cursor: default
}
.red-bg {
    background-color: rgb(220, 83, 70);
}
.profile-image-login { 
    width: auto;   
    height: 50px !important;
    margin-top: 1rem;
}
nav {
	background-color:rgb(220, 83, 70);
}
header .brand-logo {
	padding: 10px 20px 7px;
}
header .brand-logo img {
    width: auto;
    height: 40px;
}

ul.side-nav.leftside-navigation li.active>a,
.side-nav.fixed.leftside-navigation .collapsible-body li.active>a {
    color: rgb(220, 83, 70);
}

.breadcrumbs-right {	
	margin-top: 29px;
}

table td,table th {
	text-align: center;
}
.responsive-table button {
	padding-left: 0;
	padding-right: 0;
    background: none;
    border: none;    
    font-size: 20px;
    color: #fff;
}
.responsive-table button.grey-text {
    cursor: default;
}

.input-field .user-info {
    display: block;    
    width: 100%;   
    min-height: 3rem; 
    margin: 0 0 15px; 
    font-size: 1rem;
    line-height: 3rem;
    color: rgba(0,0,0,0.87);  
    cursor: text;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.input-field .prefix ~ .user-info {
    padding-left: 3rem;
}
.input-field .user-info.more-line {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    line-height: 1.6rem;
}
.input-field .user-info + label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem;
}
.modal {    
    overflow-x: hidden;
}
.modal.p-40 {
    width: 40%;
} 
.modal .modal-content {
    text-align: left;
}
.modal .modal-footer {
    width: auto;
    padding: 4px 24px;
}
.modal .modal-footer .btn {
    margin-left: 20px;
}

.system-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: -123px;
    width: 340px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.system-box img {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 170px;
    margin-bottom: 20px;
}