html, body {
    background: url("../img/backg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "ITC Bookman Std Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    color: #008c00; !important;
}

.notice {
    font-size: 12px;
}

@media print {html, body {display: none;}}

.logo {
    height: 100px;
    background: url("../img/logo-R.png")no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;

}

.logo-sm {
    height: 50px;
    background: url("../img/logo-R.png")no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;

}

.logo-2 {
    height: 100px;
    background: url("../img/barjaste.png")no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#timedate {
    font-size: 14px;
    text-align:left;
    width: 100%;
    margin: auto;
    border-left: 3px solid #008c00;
    padding: 3px;
}

.home-link {
    text-decoration: none;
    color: #008c00;
}

.card-alter:hover {
    background-color: #008c00;
    color: white;
}

.sidebar-user a {
    color: #008c00;
}


.sidebar-user:hover a {
    color: darkred;
}

/*.img-front {*/
/*    width: 100%;*/
/*    height: 500px;*/
/*    border-radius: 10px;*/
/*    background: url("../images/world.jpg")no-repeat top center;*/
/*    -webkit-background-size: contain;*/
/*    -moz-background-size: contain;*/
/*    -o-background-size: contain;*/
/*    background-size: contain;*/
/*}*/

.card-transparent-70 {
    background-color: rgba(245, 245, 245, 1);
    opacity: .5;
}

p h1 h2 h3 h4 h5 h6 {
    opacity: 1;
}

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

.profile-pey {
    height: 250px;
    background: url("../img/personnel/peyman-ghezelbash.jpeg") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.profile-aiy {
    height: 250px;
    background: url("../img/personnel/aiyoub-jamilfar.jpeg") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.profile-ara {
    height: 250px;
    background: url("../img/personnel/arash-nassouri.jpeg") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.profile-pou {
    height: 250px;
    background: url("../img/personnel/pouya-toutounchy.jpeg") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.logo-saay {
    height: 150px;
    background: url("../img/logo-R.png") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.logo-debit {
    height: 150px;
    background: url("../img/debit-logo-01.png") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.logo-gas {
    height: 150px;
    background: url("../img/gas-logo.png") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.logo-ribk {
    height: 150px;
    background: url("../img/ribk-logo.png") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}