﻿@font-face {
    font-family: 'Kalame';
    src: url( '../fonts/Kalameh Bold.woff' ) format( 'woff' );
}

:root {
    --OneColor: rgb(4,140,7);
    --TwoColor: rgb(255,140,0);
}

.logo {
    display: none;
}

.SpanTopPic {
    height: 7em;
    display: block;
    margin: auto;
}

.PubNoTopHeader {
    display: flex;
}

    .PubNoTopHeader .XS2 {
        margin-right: 1em;
        flex: 10%;
        padding: 0.5em;
    }

    .PubNoTopHeader .XS10 {
        flex: 90%;
        background-color: var(--OneColor);
        color: white;
        padding-top: 2em;
    }

        .PubNoTopHeader .XS10 span {
            font-size: 2em !important;
            font-family: 'Kalame';
        }

    .PubNoTopHeader img {
        width: 100%;
    }

@media (max-width: 1200px) {
    .PubNoTopHeader {
        float: none;
        margin:0;
    }
}

/*@media (min-width: 992px) {
    .container {
        width: 95%;
    }
}*/

@media screen and (max-width: 500px) {
    .SpanTopPic {
        height: 4em;
    }
}

.spanbot span {
    padding: 0.1em 0.6em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.modal-content {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.DivCompareKolShow {
    box-shadow: none;
}


.select2-container--default .select2-selection--single {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.form-control {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    height: 40px;
    padding: 7px 12px;
    line-height: 2;
}

.AppendDiv {
    margin-top: -0.5em;
    margin-bottom: 0.5em;
    padding-right: 1.5em
}

.form-group label {
    font-size: 0.9em;
}

.Cheshmak {
    background-color: yellow;
    padding: 0.5em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}