﻿
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    text-align: center;
    width: 1.28571em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2.14286em;
    position: absolute;
    text-align: center;
    top: 0.142857em;
    width: 2.14286em;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    border: 0.08em solid #eeeeee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.pull-right {
    float: left;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: 2s linear 0s normal none infinite spin;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
.fa-rotate-180 {
    transform: rotate(180deg);
}
.fa-rotate-270 {
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    transform: scale(1, -1);
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/*layoutBlockActive*/
.List {
    background-image: url("../images/layoutList.png");
    background-repeat:no-repeat;
    background-position:center;
    width:22px;
    height:18px;
    text-decoration:none !important;
}



.ListActive {
    background-image: url("../images/layoutListActive.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 18px;
    text-decoration: none !important;
    width: 22px;
}

.List:hover {
    background-image: url("../images/layoutListActive.png");
    background-repeat:no-repeat;
    background-position:center;
    width:22px;
    height:18px;
    text-decoration:none !important;
}

.Block
{
    background-image: url("../images/layoutBlock.png");
    background-repeat:no-repeat;
    background-position:center;
    width:22px;
    height:18px;
    text-decoration:none!important;
}
.Block .Block:active .Block.active .btn:active, .btn.active
{
    background-image: url("../images/layoutBlockActive.png");
    background-repeat:no-repeat;
    background-position:center;
    width:22px;
    height:18px;
    text-decoration:none!important; 
}
.Block:hover
{
    background-image: url("../images/layoutBlockActive.png");
    background-repeat:no-repeat;
    background-position:center;
    width:22px;
    height:18px;
    text-decoration:none!important; 
}

