/*
Created on Dec 10, 2019
@author: Jafar Taghiyar (jafart@logic2020.com)
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #212121;
    color: #d7ccc8;
}

html {
    font-size: 13px;
    /* color: #d7ccc8; */
}

/*html,body,h1,h2,h3,h4,h5 {
    font-family: "Raleway", sans-serif;
}*/

h1 {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-style: italic;*/
}

h2 {
    color: #90a4ae;
}

h3 {
    color: #9E9E9E;
}

h4 {
    color: #90a4ae;
}

h5 {
    color: #bcaaa4;
}

a {
    color: #80deea;
}

a:hover {
    color: #f48fb1;
}

.green {
    color: #aed581;
}

.red {
    color: #ef5350;
}

.gray {
    color: #bdbdbd;
}

.darkgray {
    color: #212121;
}

.orange {
    color: #ff5722;
}

.darkorange {
    color: #ff5722;
}

.purple {
    color: #b39ddb;
}

.lightbrown {
    color: #bcaaa4;
}

.blue {
    color: #81d4fa;
}

.darkblue {
    color: #8c9eff;
}

.lightblue {
    color: #4fc3f7;
}

.pink {
    color: #f48fb1;
}

.darkpink {
    color: #e91e63;
}

.cyan {
    color: #00bcd4;
}

.teal {
    color: #4db6ac;
}

.yellow {
    color: #fff9c4;
}

.bg-dark-gray {
    background-color: #424242;
}

.no-border {
    border: none;
}

.border-gray {
    border-color: #616161;
}
.bordered-container {
    border: 0.1px solid #616161;
    /*border-radius: 5px;*/
    margin-bottom: 5px;
    padding: 5px;
}

/* Login styles */
.modal-content {
    background-color: #F1F8E9;
}

.modal-header {
    color: #33691E;
    text-align: center;
}

.welcome {
    color: #81d4fa;
    text-align:right;
}
/* end of Login styles*/

.table-bg-color {
    background-color: #424242;
}

.footer-bg-color {
    background-color: #757575;
}

.margin-2 {
    margin: 2px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-right-2 {
    margin-right: 2px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.padding-0 {
    padding: 0px;
}

.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding:5px;
}

padding-right-2 {
    padding-right: 2px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.table-body {
    color: #d7ccc8;
}

.table-header {
    color: #a1887f;
    font-family: 'Roboto', sans-serif;
}

#thid {
    color: #a1887f;
    /* font-family: 'Roboto', sans-serif; */
}

.amount {
    color: #fff9c4;
    /* font-family: 'Roboto', sans-serif; */
}

.search-box {
    border-radius: 5mm;
    padding: 2pt;
    padding-left: 5pt;
    background-color: transparent;
}

.search-box:hover {
    border: solid 1pt #00bcd4;
}

.search-input {
    border: transparent;
    padding: 2pt;
    border-radius: 5mm;
    background-color: transparent;
    width: 150px;
    transition: 0.5s width;
}

.search-input:focus {
    border: 0pt;
    box-shadow: none;
    width: 300px;
}



/* ---------------------------------------------------
    Buttons STYLE
----------------------------------------------------- */
/* .btn-info {
    color: #ff5722;
    background-color: #616161;
    border: #6d7fcc;
}

.btn-info:hover {
    color: #ff5722;
    background: rgb(79, 78, 78);
} */

/* ---------------------------------------------------
    Cards STYLE
----------------------------------------------------- */
.card-title {
    color: #a1887f;
    font-family: 'Roboto', sans-serif;
}

.card-bg-color {
    background-color: #424242;
}

.card-columns {
    @include media-breakpoint-only(sm) {
        column-count: 2;
    }
    @include media-breakpoint-only(md) {
        column-count: 4;
    }
    @include media-breakpoint-only(lg) {
        column-count: 4;
    }
    @include media-breakpoint-only(xl) {
        column-count: 5;
    }
}

/* ---------------------------------------------------
    Theme STYLE
----------------------------------------------------- */
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.navbar {
    padding: 15px 10px;
    background: red;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar-bg {
    background-color: #424242;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #424242;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #424242;
    border-bottom: 1px solid #ff5722;
    color: #b3f0e3;
    font-size: 25px;
}

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar a, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar ul li a:hover {
    color: #ff5722;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #424242;
    background: #ff5722;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 25px !important;
    background: #424242;
}

ul.button {
    padding: 20px;
}

ul.button a {
    padding-left: 0px !important;
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 2px;
    background: #fff !important;
    color: #424242 !important;
}

ul.button a:hover {
    background: #ff5722 !important;
    color: #fff !important;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}


/* ---------------------------------------------------
    Messages style
----------------------------------------------------- */
.messages {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
    z-index: 100;
}

.success {
    color: #33691E;
    background-color: #DCEDC8;
    border: solid 1px #33691E;
    padding: 20px;
    border-radius: 1mm;
}

.warning {
    color: #D84315;
    background-color: #FFE0B2;
    border: solid 1px #D84315;
    padding: 20px;
    border-radius: 1mm;
}

.error {
    color: #D32F2F;
    background-color: #FFCDD2;
    border: solid 1px #D32F2F;
    padding: 20px;
    border-radius: 1mm;
}


/* ---------------------------------------------------
    Messages style
----------------------------------------------------- */
.dataTables_wrapper {
    color: #d7ccc8;
    padding: 5pt;
}

.dataTables_wrapper .dataTables_filter {
    padding: 5px;
}

.dataTables_wrapper .dataTables_filter input {
    width: 150px;
    color: #cc906d;
}

.dataTables_wrapper .dataTables_length select {
    color: #cc906d;
    margin: 5px;
}