﻿body {
	padding-bottom: 0px;
}

#liveServerTime {
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 2px;
    background: #9D9D9D;
    color: #fff;
    float: right;
    margin: 4px;
    width: 125px;
}

.bg-default {
    background-color: #f8f8f8
}

.text-warning2{
	color:orange
}

.navbar-custom1 {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12d435+0,39961c+50,12d435+100 */

	background: #12d435; /* Old browsers */

	background: -moz-linear-gradient(top, #12d435 0%, #39961c 50%, #12d435 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top, #12d435 0%,#39961c 50%,#12d435 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom, #12d435 0%,#39961c 50%,#12d435 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12d435', endColorstr='#12d435',GradientType=0 ); /* IE6-9 */

}

.navbar-custom1 .navbar-brand {height: 100px}
.navbar-custom1 .navbar-right {margin-top:50px}
.navbar-custom1 a {color: #fff}

.navbar-custom1 .nav .open > a
,.navbar-custom1 .nav .open > a:focus
, .navbar-custom1 .nav .open > a:hover
,.navbar-custom1 .nav > li > a:hover {

    background-color: #2D7316;

}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.notification {
    /*display: inline;*/
    position:absolute;
    right:-3px;
    top:2px;
    background-color: #6c99e5;
    color: #fff;
    text-align: center;
    min-width:20px;
    border-radius:10px;
}

.notification-inline {
    display: inline-block;
    background-color: #6c99e5;
    color: #fff;
    text-align: center;
    min-width:20px;
    border-radius:10px;
}

.ckb-style {
    width: 20px;
    height: 20px;
}

.collapsible {
    background-color: #FFFFFF;
    color: #585858;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #F9F9F9;
}

.collapsible:after {
    content: '\002B';
    color: #585858;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    /*content: "\2212";*/
}

.content {
    /*max-height: 0;*/
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.link {
    font-size: 12px;
    color: #5181b8;
}

    .link:hover {
        cursor: pointer;
        text-decoration: underline;
    }

#rblLanguages {
    min-width: 22.25%;
    list-style: none;
    padding-top: 20px;
    padding: 0;
}

    #rblLanguages li {
        display: inline;
        margin-right: 20px;
    }

.offer_opinion_block #rblLanguages {
    margin-bottom: 0px;
}

    .offer_opinion_block #rblLanguages label {
        font-weight: normal;
        margin-left: 2px;
    }

        .offer_opinion_block #rblLanguages label:hover {
            cursor: pointer;
        }

@media screen {
    #print-section {
        display: none;
    }
}

@media print {
    .hide-body * {
        visibility: hidden;
    }

    .print-wrapper {
        display: none;
    }

    #print-section, #print-section * {
        visibility: visible;
    }

    #print-section {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%
    }
}
