﻿
.container-fluid{
    padding-left:0px !important;
}
label:not(.no-style) {
    font-size: 0.75rem;
    font-weight: 400;
    display: block;
    margin-bottom: 0.5rem;
    /*color: #b0bec5;*/
    /*border: 1px solid #eceff1;*/
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
}

input {
    font-family: "Roboto", sans-serif;
    /*display: block;*/
    border: none;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    line-height: 1.5rem;
    padding: 0;
    font-size: 1rem;
    color: #607d8b;
    /*margin-top: 0.5rem;*/
}

    input:focus {
        outline: none;
    }

.form-control {
    /*color: #ced4da !important;*/
}

.top-information,
.bottom-information {
    padding: 0 20px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #88857f;
    top: 14px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 0;
    font-weight: bold;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #88857f;
}

.leftMenuListLogo {
    margin-top: 0px;
    list-style: none;
    padding: 0;
}

    .leftMenuListLogo li {
        width: 250px;
        line-height: 40px;
        color: #fff;
        font-size: 13px;
    }

.form-group {
    width: 100%;
    float: left;
}

.pagination {
    color: #000000;
}

.wrapper .main-header .logo-mid .brand-logo-mini img {
    max-width: 100%;
    width: 51px;
    margin: auto;
    vertical-align: middle;
    animation: 0.9s fadeIn ease-in-out;
}

.wrapper .main-header .logo-mid .brand-logo {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin: auto;
    /*animation: 0.9s fadeOut ease-in-out;*/
}

.brand-logo {
    width: 180px;
    margin-left: 4px !important;
}

.fadein {
    animation: fadeIn ease-in-out 1s;
    -webkit-animation: fadeIn ease-in-out 1s;
    -moz-animation: fadeIn ease-in-out 1s;
    -o-animation: fadeIn ease-in-out 1s;
    -ms-animation: fadeIn ease-in-out 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/***Icons for each menu start***/
.menu-icons {
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    margin-left: 13px;
    width: 30px;
    height: 20px;
    border: none;
    display: inline-block;
}
.stillage-icon {
    background: url(../img/stillage40.png) no-repeat;
}
.customer-delivery-icon {
    background: url(../img/customer-delivery.png) no-repeat;
}

/***Icons for each menu end***/

/***User DropDown Start***/
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown-user {
    position: relative;
    display: inline-block;
}

.dropdown-user-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-user-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .dropdown-user-content a:hover {
        background-color: #ddd;
    }

.dropdown-user:hover .dropdown-user-content {
    display: block;
}

.dropdown-user:hover .dropbtn {
    background-color: #3e8e41;
}
/***User DropDown End***/
