.form-control{
    border-radius: 5px;
}

.row.row-messed-up .col-md-4{
    width: 32.33333333%;
}

.row.row-messed-up .col-last .form-group{
    width: 100%;
}

.mb-0{
    margin-bottom: 0px !important;
}

#wrapper {
    width: 100%;
}
#page-wrapper {
    padding:3.5em 2em 2.5em;
	background-color: #F1F1F1;
    /*height: 100vh;*/
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f105";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
	margin-bottom: 0;
}

.sidebar .nav-second-level li a {
	padding:10px 0;
    padding-left: 65px;
    font-size: .9em;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}
@media(min-width:768px){
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}


.error-lines{
    list-style: none;
}
.error-lines li{
    padding-left:  1rem;
}


.project-show-dash .widget{
    width: 49%;
    margin-bottom: 5px;
    margin-right: 5px;

}

.form-profile{
    padding: 2em;
}

.avatar{
    width: 45px;height: 45px;padding: 0;margin: 0;border-radius: 50%;
}
.project-avatar{
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
}

.img-account-profile {
    width: 150px;
    height: 150px;
    /*padding: 20px;*/
    margin: 20px;
    border: 1px solid #eee;
    border-radius: 50%;
    background: radial-gradient(#eee, transparent);

    /*width: 150px;height: 150px;border-radius: 50%!important;align-content: center;margin:30px 20px;*/
}
.charts-grids .widget.first{
    width: 25% !important;
}

.btn-danger{
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
}
@media only screen and (max-width: 1380px) {
    .header-menu {
        margin-right: 20px;
        font-size: .7vw;
    }
}

@media only screen and (min-width: 1390px) {
    .header-menu {
        margin-right:30px;
        font-size: .6vw;
    }
}

@media only screen and (max-width: 992px) {
    .header-menu {
        margin-right: 3.5vmin;
        font-size: .6vw;
    }
}

.red{
    color : red;
}
.active-report{
    color: #ff6600;
}
.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    z-index: 9999; /* Ensure the loader is on top of other elements */
}
@keyframes spin {
    0%  { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: none; /* Hide by default */
    z-index: 9998; /* Beneath the loader */
}
.table-font-format > tbody > tr > td {
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'montserrat';
    font-weight: 700;
    padding-bottom: 0px !important;
    padding-top: 3px !important;
    padding-right: 0px !important;
    padding-left: 10px !important;
    height: 25px!important;
}
.search-input{
    border-radius: 5px;
    max-width: 200px;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.dataTables_wrapper .dataTables_filter input{
    border-radius: 5px;
    max-width: 200px;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.dt-search input{
    border-radius: 5px;
    max-width: 200px;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.avatar-sm{
    width: 40px;
    height: 40px;
}

html,body{
    background: #f1f1f1;;
}
