@font-face {
    font-family: 'MuseoSansCyrl_3';
    src: url('../Assets/Fonts/MuseoSansCyrl_3.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSansCyrl_0';
    src: url('../Assets/Fonts/MuseoSansCyrl_0.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSansCyrl_1';
    src: url('../Assets/Fonts/MuseoSansCyrl_1.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSansCyrl_2';
    src: url('../Assets/Fonts/MuseoSansCyrl_2.otf') format('opentype');
}

html body {
    font-size: 12px;
    font-family: MuseoSansCyrl_1;
    color: #585858;
}

#wrapper {
    background: white;
    padding-bottom: 20px;
}

#header {
    height: 35px;
}

#header a {
    color: black;
}

.underLine {
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
}

#logo {
    font-size: 18px;
    color: #454444;
}


#currencies {
    text-align: center;
    font-size: 12px;
}

#currencies .item {
    width: 33%;
}

#languages {
    font-size: 12px;
}

#languages .item {
    margin-left: 10px;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
}

#languages .active {
    border: 1px solid #BFBFBF;
}

#login {
    float: right;
    font-size: 12px;
}

#login .item {
    padding: 3px;
}

.delimiter {
    width: 1px;
    height: 100%;
    border-left: 1px solid #BFBFBF;
}

#slider {
    height: 260px;
    background-image: url("/Content/Images/slide.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#logo_svg {
    width: 50px;
    height: 50px;
    margin-right: 8px;
}

#content {
    width: 100%;
    margin: 15px 0;
}

#ecp .btn, #fillFormBlock .btn {
    margin-bottom: 10px;
    border-radius: 10px;
    background: #6c99e5;
    box-shadow: 0px 2px 0px #3663b0;
    height: 40px;
    color: white;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#ecp {
    text-align: center;
    background: #F7F7F7;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

#fillFormBlock {
    margin-top: 20px;
}

#fillFormBlock .btn-primary {
    font-size: 12px;
}

#fillFormBlock ul {
    list-style: none;
    padding-left: 0;
}

#fillFormBlock ul li {
    margin-left: 0;
    margin-right: 0px;
}

#supportMailBlock {
    padding: 40px;
    border: 6px solid #D7D7D7;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#supportMailBlock .icon {
    background-image: url('/Content/Images/envelop.PNG');
    width: 93px;
    min-width: 93px;
    height: 72px;
    margin-right: 40px;
}

#supportMailBlock .title {
    font-size: 22px;
    font-weight: bolder;
}

#supportMailBlock .text {
    font-size: 12px;
}

footer {
    height: 40px;
    background: #1C1C2C;
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

.vcenter {
    display: flex;
    align-items: center;
}

.parent {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.border {
    border: 1px solid red;
}

.floatLeft {
    float: left;
    max-width: 520px;
}

.floatRight {
    float: right;
    max-width: 520px;
}

.comma:before {
    content: ' \25CF';
    font-size: 12px;
    margin-right: 2px;
    color: #585858;
}

.delimiterLeft {
    border-left: 1px solid #BFBFBF;
}

.delimiterRight {
    border-right: 1px solid #BFBFBF;
}

/*******************************************************************************************/

#tblPurchases thead tr:first-child {
    background: #6D98E6;
    height: 40px;
}

    #tblPurchases thead tr td {
        vertical-align: middle;
        padding: 0px;
        height: 40px;
    }

#tblPurchases .tbl_title {
    color: white;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid white;
    margin-left: 15px;
    font-size: 18px;
}

/*
#AddConcursBlock .btn-group-xs button {
    font-size: 10px;
}
    */
#AddConcursBlock .title, #tblPurchases .pagingBlock .title {
    font-size: 14px;
    margin-right: 10px;
}

#AddConcursBlock {
    padding: 15px;
}

#AddConcursBlock .btns button {
    color: black;
    background: white;
}

#AddConcursBlock .btns .btnLeft {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#AddConcursBlock .btns .btnRight {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.infinity {
    background: url('images/infinity.png') no-repeat;
    -moz-background-size: 100% !important; /* Firefox 3.6+ */
    -webkit-background-size: 100% !important; /* Safari 3.1+ è Chrome 4.0+ */
    -o-background-size: 100% !important; /* Opera 9.6+ */
    background-size: 100% !important;
    
}

.clear {
    clear: both;
    width: 0;
    height: 0;
}

#sortingRow {
    font-size: 12px;
}

#sortingRow th{
    font-size: 12px;
    vertical-align: top;
}

#sortingRow .sortingBlock .title {
    width: 100px;
    margin-bottom: 4px;
    
}

#sortingRow .sortingIcons {
    margin-right: 12px;
}

#sortingRow .sortingIcons .glyphicon {
    float: left; 
    clear: left; 
    width: 1px;
    height: 1px;
}

#sortingRow .sortingIcons .glyphicon-triangle-top {
    margin-bottom: 3px;
}

#sortingRow .sortingIcons .glyphicon-triangle-bottom {
    margin-top: 3px;
}

#sortingRow .sortingBlock input {
    font-size: 10px;
    height: 16px;
    width: 100px;
}

#sortingRow .sortingBlock .btn-group-xs button {
    font-size: 10px;
    height: 16px;
}

#tblPurchases tbody {
   font-size: 12px;
}

#tblPurchases tfoot .pagingBlock .title {
    color: black;
}

.footerText {
    padding: 9px 12px;
}