.meta{
    font-size: 0.8rem;
}

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

.meta div{
    padding-bottom: 7px;
}

.round-all{
    border-radius: 1000px;
}

.radius-all{
    border-radius: 10px;
}

header, footer{
    background: #353535;
    background-image: url('/static/images/design/carbon_logo.png');

}

footer{
    color: #ffffff;
}

.errorlist {
    color: red;
    font-size: 0.7rem;
    list-style-type: none;
    margin-bottom: 0rem;
    margin-left: 0rem;
}

.side-nav li a:not(.button) {
    font-weight: bold;
    border-bottom: dashed 1px gray;
}

.side-nav li a:hover:not(.button) {
    color: #ffffff;
}


.side-nav li:hover {
    background-color: #E88A37;
}

.side-nav li {
    margin: 0px;
}

.white {
    color: #ffffff;
}

.yellow{
    color: #ffff00;
}
.color_link{
    color: #008cba;
}
.login{
    padding-top: 8px;
}

.input-text {
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 10px 10px;
    width: 100%;
    height: 30px;
}

.side-bar-panel{
    border: 1px solid #777777;
    border-radius: 6px;
    background:#FFFFFF;
    padding: 8px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    width: 100%;

}
    .side-bar-panel  h3 {
        font-weight: bold;
        padding: 0 8px 8px;
        border-bottom: dotted 1px #777777;
        margin-bottom: 18px;
    }


@media only screen and (max-width: 40em){
    .logo-white{
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        font-size: 1rem;
        text-shadow: 1px 1px #000, 0 1px 0 #444;
    }

    .logo-prog{
        color: #FFFF6B;
        text-align: center;
        font-weight: bold;
        font-size: 1.8rem;
        text-shadow: 2px 2px #000, 0 2px 0 #444;
    }

    .logo-text{
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 40.0625em) {
    .logo-white{
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        font-size: 1.3rem;
        text-shadow: 1px 1px #000, 0 1px 0 #444;
    }

    .logo-prog{
        color: #FFFF6B;
        text-align: center;
        font-weight: bold;
        font-size: 2.1rem;
        text-shadow: 2px 2px #000, 0 2px 0 #444;
    }

    .logo-text{
        margin: 35px 0px;
    }
}

@media only screen and (min-width: 64.0625em) {
    .logo-white {
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        font-size: 1.5rem;
        text-shadow: 1px 1px #000, 0 1px 0 #444;
    }

    .logo-prog {
        color: #FFFF6B;
        text-align: center;
        font-weight: bold;
        font-size: 2.8rem;
        text-shadow: 2px 2px #000, 0 2px 0 #444;
    }

    .logo-text{
        margin: 30px 0px;
    }
}



body{
	background: #f7f7f7;
}

/* Навигация */

nav .button-link {
        border: 1px solid #353535;
        background: #eb974e;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
        font-size: 1.1em;
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-box-shadow: 0px 4px 0px #a74d46;
        -moz-box-shadow: 0px 4px 0px #a74d46;
        box-shadow: 0px 4px 0px #a74d46;
        font-weight: bold;
    }
    nav .button-link a{
        color: #ffffff;
        display: inherit;
    }
    nav .button-link:hover {
        background: #e88a37;
        color: white;
    }
    nav .button-link:active {
        -webkit-box-shadow: 0px 4px 0px #a74d46;
        -moz-box-shadow: 0px 4px 0px #a74d46;
        box-shadow: 0px 4px 0px #a74d46;
        background: #e78129;
    }

    .button-link .active {
        -webkit-box-shadow: 0px 4px 0px #a74d46;
        -moz-box-shadow: 0px 4px 0px #a74d46;
        box-shadow: 0px 4px 0px #a74d46;
        background: #e78129;
    }

.panel-tovar {
   /* background: #FFFFFF none repeat scroll 0 0;*/
    border-bottom: 2px solid #CCCCCC;

    padding: 1.1rem;
}

.side-bar{

}


@media only screen and (min-width: 40.0625em) {
    .reveal-modal.toppos {
        top: 10px;
    }
}


@media only screen and (max-width: 40em) {
    .reveal-modal.toppos {
        top: 1px;
    }
}

.later-info{
    font-size: 0.6em;
    color: #D44F00;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 5px;
    text-shadow: 1px 1px 0px #fff;
}