﻿.select2-selection__arrow {
    height: 29px !important;
}

/*.box-body {
    padding: 0px !important;
}*/

.pink {
    color: #F76E75;
}

.request-label {
    font-size: 12px;
    display: block;
}

.settings-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: -2px;
}

.coundown-part {
    font-size: 16px;
    display: inline-block;
}
.coundown-part-small {
    font-size: 10px;
    display: inline-block;
}
.coundown-part-red-filled {
    font-size: 16px;
    color: #8B2628;
    display: inline-block;
}
.coundown-part-red-filled-small {
    font-size: 10px;
    color: #8B2628;
    display: inline-block;
}

.coundown-part-red {
    display: inline-block;
} 
.request-chat-item {
    position: relative;
    padding-top: 20px;
    display: inline-block;
}

.request-chat-notify-badge {
    position: absolute;
    right: -5px;
    top: 15px;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 7px;
    font-size: 10px;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.lg-backdrop {
    opacity: 0.8 !important;
}

.news-title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.news-date {
    color: #333;
    font-size: 12px;
}

.news-text {
    color: #777;
    font-size: 14px;
    margin-top: 20px;
}

.legend {
    padding: 20px;
    vertical-align: middle;
    display: table-cell;
}

.legend-block1 {
    background-color: #F7636C;
    border-radius: 3px;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

.legend-block2 {
    background-color: #F59FA5;
    border-radius: 3px;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

.legend-block-my {
    background-color: #3498db;
    border-radius: 3px;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

.map-view {
    background-color: #fff;
}

.password-icon {
    float: right;
    margin-right: 5px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.svg_house {
    fill: #ffffff;
    opacity: 1;
}

.svg_house:hover {
    fill: #E2E4E6;
    opacity: 1;
}

.contact-box {
    border-left: 4px solid #27ae60 !important;
    padding-left:10px;
}

.contact-title {
    font-size: 14px;
    font-weight: 500;
}

.contact-list {
    list-style-type: none;
    margin-top: 10px;
    color: #aaa;
    -webkit-padding-start: 0px;
}
/*
    Landing page
*/
input {
    outline: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #FFD !important; /* Цвет фона */
    -webkit-text-fill-color: #333 !important; /* цвет текста */
    color: #333 !important; /* цвет текста */
}

footer {
    height: 70px;
    background-color: #fff;
    padding: 20px 0;
}
.form-control-large {
    height: 40px !important;
}

.inactive-button {
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ddd;
    text-decoration: none;
    color: #000;
    border-radius: 5px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border: 0;
    box-shadow: none;
    border-radius: 0px;
}

.login-button {
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    background-color: #F76E75;
    text-decoration: none;
    color: #fff;
    border-radius: 5px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border: 0;
    box-shadow: none;
    border-radius: 0px;
}

.login-button:hover,
.login-button:active,
.login-button:focus {
    background-color: #AA3B41 !important;
    text-decoration: none;
    color: #fff !important;
    border-radius: 5px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.login-image {
    height: 50px;
    display: block;
    margin: auto;
    margin-top: 20px;
}
.login-caption {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #333;
    font-size: 18px;
    margin-right: 10px;
}

.alt-color {
    background-color: #f8f8f8;
}

.header {
    height: 70px;
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #333;
}

.nav-menu {
    display: inline;
}

.demo-box {
    background-color: #fff;
    border-radius: 5px !important;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.submit-button {
    background-color: #F76E75;
    text-decoration: none;
    color: #fff;
    border-radius: 5px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
}

    .submit-button:hover,
    .submit-button:active,
    .submit-button:focus {
        background-color: #AA3B41 !important;
        text-decoration: none;
        color: #fff !important;
        border-radius: 5px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

.demo-header {
    font-weight: 500;
    color: #333;
    font-size: 18px;
}
.demo-content {
    color: #777;
    font-size: 14px;
    margin-top: 10px;
}
.demo-header-red {
    font-weight: 500;
    display: inline;
    font-size: 18px;
    color: #F76E75;
}

.footer {
    height: 70px;
    background-color: #fff;
}
.phone-box {
    display: inline-block;
    margin-right:20px;
}
.phone {
    font-weight: 600;
}
.phone a {
    font-weight: 600;
    color: #333;
}

.carousel-inner  {
    min-height: 500px;
}
.carousel-inner .item {
    position: relative;
}

.carousel-img {
    width: 100%;
    max-height: 600px
}

    .carousel-box {
        left: 50px;
        width: 80%;
        position: absolute;
        top: 60px;
    }

.carousel-title {
    color: #F76E75;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.img-stores {
    width: 152px;
    display: inline;
}
.phone-title {
    color: #aaa;
    font-size: 11px;
}
.phone-subtitle {
    color: #aaa;
    margin-top: -10px;
    font-size: 11px;
}

.top-logo {
    height: 100%;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    .carousel-title {
        color: #F76E75;
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .carousel-box {
        left: 20px;
        width: 80%;
        position: absolute;
        top: 60px;
    }

    .img-stores {
        width: 152px;
        display: inline;
    }

    .phone-title {
        color: #aaa;
        margin-top: 0px;
        font-size: 11px;
    }

    .top-logo {
        height: 100%;
    }
    .navbar-header {
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .carousel-title {
        color: #F76E75;
        font-size: 46px;
        font-weight: 900;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .carousel-box {
        left: 200px;
        width: 35%;
        position: absolute;
        top: 60px;
    }

    .img-stores {
        width: 152px;
        display: inline;
    }
    .phone-title {
        color: #aaa;
        font-size: 11px;
    }

    .top-logo {
        height: 100%;
    }
    .navbar-header {
        width: 160px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .carousel-title {
        color: #F76E75;
        font-size: 66px;
        font-weight: 900;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .carousel-box {
        left: 200px;
        width: 35%;
        position: absolute;
        top: 60px;
    }

    .img-stores {
        width: 222px;
        display: inline;
    }
    .phone-title {
        color: #aaa;
        margin-top: -15px;
        font-size: 11px;
    }

    .top-logo {
        height: 100%;
    }
    .navbar-header {
        width: 250px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .carousel-title {
        color: #F76E75;
        font-size: 66px;
        font-weight: 900;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .carousel-box {
        left: 200px;
        width: 35%;
        position: absolute;
        top: 60px;
    }

    .img-stores {
        width: 222px;
        display: inline;
    }
    .phone-title {
        color: #aaa;
        margin-top: -15px;
        font-size: 11px;
    }


    .top-logo {
        height: 100%;
    }
    .navbar-header {
        width: 250px;
    }
}


.carousel-content {
    font-size: 20px;
    margin-bottom: 45px;
}

.modal-backdrop {
    background-color: #fff !important;
    opacity: 0.7;
}
    

.landing-menu {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    top: 2px;
}
.navbar-nav li {
    float: left;
    margin-right: 0px;
    position: relative;
}

    .navbar-nav li a {
        color: #333;
        font-weight: 500;
        text-decoration: none;
    }

    .navbar-nav li:hover {
        border-bottom: 3px solid #F76E75;
    }

.scheme-content {
    text-align: center;
    color: #777;
    font-size: 16px;
}
.scheme-image {
    display: block;
    margin: auto;
}

.module-box {
    margin-top: 30px;
    border-radius: 5px !important;
    border-top: none !important;
    -webkit-box-shadow: 0 0 20px #ddd !important;
    box-shadow: 0 0 20px #ddd !important;
    -webkit-transform: translateY(-5px) !important;
    padding:30px;
    height:280px;
}

.module-list {
    list-style-type: none;
}

.module-icon {
}
.module-title {
    font-size: 16px;
    font-weight: 500;
}

.module-content {
    color: #777;
    font-size: 14px;
}

.container-title {
    font-size: 18px;
    text-align: center;
    margin-top: 80px;
    font-weight: 500;
}

.advantage-box {
    height: 105px;
}
.advantage-icon {
    float:left;
}
.advantage-title {
    padding-left: 115px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
}
.advantage-content {
    color: #777;
    font-size: 14px;
    padding-left: 115px;
}

.promo-uk {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 60%;
    max-height: 100%;
    /*transform: translateY(-5px);*/
}

.promo-uk:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.promo-box {
    border-radius: 5px !important;
    border-top: none !important;
    -webkit-box-shadow: 0 0 20px #ddd !important;
    box-shadow: 0 0 20px #ddd !important;
    -webkit-transform: translateY(-5px) !important;
    margin-left: 10px;
    margin-right: 10px;
    height: 100px;
}
.promo-count-box {
    text-align: center;
    margin-bottom:30px;
}
.promo-count {
    color: #F76E75;
    font-size: 76px;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 2px #ddd;
}
.promo-content {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

/**/

.request_due_red {
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
    color: #ff8080;
}
.request_due {
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}
.request_due-label {
    margin-top: 0px;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    width: 30px;
    text-align: center;
}

.data-countdown {
    display: inline;
    white-space: nowrap;
}
 
svg {
    background-color: #fff;
}

.table > thead > tr > th {
    /* border-bottom: 2px solid #f4f4f4; 51596a 9FA7B8*/
    color: #ffffff;
    background-color: #636B7C;
    border-left: 0px !important;
    border-right: 0px !important;
    border: 0px !important;
}

.table > thead > tr > th a {
    color: #ffffff;
}

.table-note {
    font-size: 10px;
}

.object-address {
    margin-bottom: 15px;
    font-family: 'Roboto', 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.select2-selection {
    height: 30px !important;
    border-radius: 0px !important;
}

.select2-selection--single {
    padding: 8px 24px 6px 12px !important;
}


.treeview-menu {
    padding-left: 15px !important;
}

.header-line {
    border-top: 2px solid #30AD63;
    width: 120px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.modal-header {
    padding: 0 15px 0 15px !important;
}

    .modal-header .close {
        margin-top: 10px !important;
    }

    .modal-header h4 {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
    }

.box {
    border-radius: 5px !important;
    box-shadow: none !important;
    border-top: none !important;
    border: 1px solid #dfdfdf !important;
}

.box-gradient {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.box-title {
    font-size: 14px !important;
    font-weight: 600;
}

.a:active {
    background-color: #ffffff !important;
}

.callout.callout-danger {
    background-color: #F7636C !important;
    border-color: #F7636C;
}

.treeview-menu > li > a {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.btn {
    font-size: 12px !important;
}


body {
    font-family: 'Roboto', 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

.content {
    padding-top: 0px !important;
}

.dom-menu {
    padding-top: 5px !important;
}

.menu-name {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.menu-position {
    color: #aaa;
    font-size: 12px;
    display: list-item;
}

.rub {
    color: #555;
    display: inline-block;
}

.navbar-nav {
    height: 50px;
}

    .navbar-nav > li {
        height: 50px;
    }

.main-header {
    height: 50px;
}

.inactive-cell {
    color: #888;
    font-size: 10pt
}

.active-cell {
    color: #535353;
    font-size: 10pt
}


.treeview-menu > li > a {
    padding: 12px 5px 12px 15px !important;
}

.content-wrapper {
    background-color: #F7F7F7 !important;
}

.control-label {
    font-weight: 500 !important;
    margin-left: 10px;
}

.form-control {
    border-radius: 3px !important;
    box-shadow: 0px 0px 2px 2px #f3f3f3 !important;
    -webkit-box-shadow: 0px 0px 2px 2px #f3f3f3 !important;
    -moz-box-shadow: 0px 0px 2px 2px #f3f3f3 !important;
}

.contact_city {
    display: none;
}

.teamviewer {
    font-family: Roboto, Arial;
    font-size: 12px;
    padding: 5px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 0px 4px 4px #f3f3f3;
    -webkit-box-shadow: 0px 0px 4px 4px #f3f3f3;
    -moz-box-shadow: 0px 0px 4px 4px #f3f3f3;
}

    .teamviewer a {
        color: #000;
    }

.pdf {
    width: 150px;
    height: 150px;
    font-family: Roboto, Arial;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 0px 4px 4px #fafafa;
    -webkit-box-shadow: 0px 0px 4px 4px #fafafa;
    -moz-box-shadow: 0px 0px 4px 4px #fafafa;
}

.pdf-label {
    margin-top: 20%;
    color: #a8a8a8;
    font-size: 16px;
    font-weight: 400;
}

.pdf-size {
    font-size: 12px;
    line-height: 10px;
    display: inherit;
}

.pdf-link {
    margin-top: 30px;
    font-size: 11px;
    font-family: 'Roboto', 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif
}

.pdf a {
    color: black;
}

.alert-info{
    background-color: #ff8080 !important;
}

.red-today {
    background-color: #ff8080 !important;
}
.fc-today {
    background-color: #ff8080 !important;
} 

.fc-day-number {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.fc-left h2 {
    font-size: 14px !important;
    margin-top: 10% !important;
}

.fc-row {
    min-height: 30px !important;
    height: 30px !important;
}

.monitor-panel-title {
    font-family: 'Roboto', 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-top: 0;
}

.monitor-title {
    font-family: Roboto, Arial;
    color: #c8c8c8;
    font-size: 9pt;
    font-weight: 300;
}

.monitor-value {
    font-family: Roboto, Arial;
    color: #000;
    font-size: 14pt;
    font-weight: 400;
}

.monitor-debtor-sum {
    font-family: Roboto, Arial;
    float: right;
    color: #f7636c;
    margin-left: 5px;
    margin-top: 10px;
    font-size: 10pt;
    font-weight: 400;
}

.monitor-debtor-name {
    color: #000;
    font-family: 'Roboto', 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.monitor-debtor-address {
    font-family: Roboto, Arial;
    color: #c8c8c8;
    font-size: 10pt;
    font-weight: 400;
}

.request-description {
    color: #000;
    line-height: 17px;
    font-family: 'Roboto', 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
}

    .request-description a {
        color: #000 !important;
        font-family: 'Roboto', 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

.request-number {
    color: #888;
    font-size: 8pt;
    font-weight: 200;
}

.request-date {
    color: #888;
    font-size: 8pt;
    font-weight: 200;
    float: right;
}

.request-performer {
    color: #888;
    font-size: 8pt;
    font-weight: 200;
}

.request-performer1 {
    color: #000;
    font-size: 8pt;
    font-weight: 600;
    display: inline-block;
}



.subtitle {
    color: #d3d3d3;
    font-size: 8pt;
    font-weight: 400;
}

.direct-chat-success .right > .direct-chat-text {
    background: #c1f2dc;
    border-color: #c1f2dc;
    color: #fff;
}

.right .direct-chat-text {
    margin-right: 10px;
    margin-left: 0;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 10px;
    color: #444;
}

.nav-tabs-custom {
    background-color: transparent !important;
}

    .nav-tabs-custom > .nav-tabs > li {
        margin-top: -2px;
        margin-bottom: 0px !important;
        border-top: 0px !important;
        border-bottom: 3px solid transparent;
    }

        .nav-tabs-custom > .nav-tabs > li.active {
            border-top-color: transparent !important;
            background-color: transparent !important;
            border-bottom-color: #5cb85c;
        }

            .nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a .main-header a {
                background-color: transparent !important;
                font-weight: 500;
                color: #000 !important;
                font-size: 12px;
            }

        .nav-tabs-custom > .nav-tabs > li > a {
            font-weight: 500;
            color: #aaa !important;
            font-size: 12px;
        }

            .nav-tabs-custom > .nav-tabs > li > a:hover {
                font-weight: 500;
                color: #000 !important;
                font-size: 12px;
            }

.nav-tabs {
    background-color: transparent !important;
}
.nav-tabs > li {
    margin-top: -2px;
    margin-bottom: 0px !important;
    border-top: 0px !important;
    border-bottom: 3px solid transparent;
}

.nav-tabs > li.active {
    border-top-color: transparent !important;
    background-color: transparent !important;
    border-bottom-color: #5cb85c;
}

.nav-tabs > li.active > a, .nav-tabs > li.active:hover > a .main-header a {
    background-color: transparent !important;
    font-weight: 500;
    color: #000 !important;
    font-size: 12px;
}

.nav-tabs > li > a {
    font-weight: 500;
    color: #aaa !important;
    font-size: 12px;
}

.nav-tabs > li > a:hover {
    font-weight: 500;
    color: #000 !important;
    font-size: 12px;
}

.sidebar {
    padding-top: 0px;
}

.message-row {
    margin-left: 0px;
    margin-left: 0px;
}

.pass-index input {
    background: url(http://domcontrol.mobi/images/search.png) no-repeat;
    background-size: 30px 30px;
    background-color: #fff;
    padding-left: 30px;
}


.notification {
    background-color: #d9534f;
    color: #fff;
    font-size: 14pt;
    margin-left: 100px;
    vertical-align: middle;
    position: absolute;
    top: 30%;
    bottom: 30%;
}

.mail {
    color: #00F;
}

.vote-control {
    z-index: 0 !important;
}

div.company-form ul li a {
    color: #000;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}


.answer {
}

.hide {
    display: none;
}

.user-view a {
    color: #fff;
}

.messages_container {
    width: 30px;
    height: 25px;
    position: relative;
}

.messages_circle {
    float: left;
    position: absolute;
    left: 20px;
    top: 0px;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 15px;
    height: 15px;
    padding: 2px;
    background: #e74c3c;
    color: #ffffff;
    text-align: center;
    font: 11px A;
}

.street-table {
    font-size: 11px;
    color: #aaa;
    margin-right: -100px;
}

#book-container {
    height: 5px;
    margin-top: 5px;
    /*text-align: justify;*/
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    min-width: 140px;
    /*min-width: 120px;*/
    /*max-width: 120px;*/
}

.book-box1, .book-box2, .book-box3, .book-box4, .book-box5, .book-box6 {
    width: 20px;
    height: 5px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.book-stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.book-box1 {
    background: #AE3127;
}

.book-box2, .book-box3, .book-box4, .book-box5 {
    background: #27ae60;
}

.ajax_loader {
    background: url("spinner_squares_circle.gif") no-repeat center center transparent;
    width: 100%;
    height: 100%;
}

.blue-loader .ajax_loader {
    background: url("../images/ajax-loader_blue.gif") no-repeat center center transparent;
}

.drop-shadow {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
}

td.bold {
    text-align: center;
    font-weight: bold;
}

.login-page {
    background: #f1f1f1;
}

.login-box {
    background-color: #27ae60;
}

.main-header {
    background-color: #fff;
    /* -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.54);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.54);*/
}

.grid-view {
    /*-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);*/
}

.main-sidebar {
    background-color: #fafafa;
    /* 1a2226-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.54);
    box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.54);*/
}

.sidebar-menu {
    font-size: 14px;
    font-weight: 500;
    margin-top: 14px !important;
    /*-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.54);
box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.54);*/
}

a {
    color: #ffffff;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #ffffff;
    }

.side-menu-group {
    background-color: #fafafa;
    color: #fff;
}

    .side-menu-group a {
        color: #333 !important;
    }

    .side-menu-group.active {
        background-color: #fff;
        color: #222;
    }

.side-menu-alt-row {
    background-color: #fafafa;
    color: #fff;
    /*border-left: 4px solid #f5f5f5 !important;*/
}

    .side-menu-alt-row.active {
        background-color: #fff;
        color: #222;
        border-left: 4px solid #27ae60 !important;
    }

    .side-menu-alt-row a {
        color: #333;
    }

        .side-menu-alt-row a:hover,
        a:active,
        a:focus {
            outline: none;
            text-decoration: none;
            color: #000;
        }

.side-menu-row {
    background-color: #fafafa;
    color: #fff;
    /* border-left: 4px solid #fff !important;*/
}

    .side-menu-row.active {
        background-color: #fff;
        color: #222;
        border-left: 4px solid #27ae60 !important;
    }

    .side-menu-row a {
        color: #333;
    }

    .side-menu-row:hover {
        background-color: #eee;
        box-shadow: #444 0 0 0px !important;
        border-left: 4px solid #27ae60 !important;
    }

.side-menu-group:hover {
    background-color: #eee;
    box-shadow: #444 0 0 0px !important;
    border-left: 4px solid #27ae60 !important;
}

/*.side-menu-row:active {
        background-color: #eee;
        box-shadow: #444 0 0 0px !important;
        border-left: 4px solid #27ae60 !important;
    }*/

.side-menu-alt-row:hover {
    background-color: #eee;
    box-shadow: #444 0 0 0px !important;
    border-left: 4px solid #27ae60 !important;
}
/*.side-menu-alt-row:active {
        background-color: #eee;
        box-shadow: #444 0 0 0px !important;
        border-left: 4px solid #27ae60 !important;
    }*/


.side-menu-row a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
}

.table {
    margin-bottom: 0px !important;
}

    .table td a {
        font-size: 14px;
        font-weight: 400;
    }

    .table a {
        color: #333;
        font-family: 'Roboto', 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 14px;
        font-weight: 400;
    }



th {
    font-weight: 400 !important;
}

.table a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #078e40 !important;
}


a.btn-white {
    color: #ffffff;
}

    a.btn-white:hover {
        color: #ffffff;
    }

    a.btn-white:active {
        color: #ffffff;
    }

    a.btn-white:focus {
        color: #ffffff;
    }


.download-row {
    line-height: 50px;
}

.login-row {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}

    .login-row a {
        color: #fff;
        -webkit-border-radius: 5px;
        border-style: solid;
        border-color: #fff;
        -moz-border-radius: 5px;
        border-width: 2px;
        padding: 10px;
        border-radius: 5px;
    }

        .login-row a:hover,
        a:active,
        a:focus {
            background-color: #0abb55;
            outline: none;
            text-decoration: none;
            color: #fff;
        }

.main-contact-form {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

    .main-contact-form form a {
        color: #fff;
        text-align: center;
        display: block;
        -webkit-border-radius: 5px;
        border-style: solid;
        width: 200px;
        border-color: #fff;
        -moz-border-radius: 5px;
        border-width: 2px;
        padding-left: 0px;
        border-radius: 5px;
        margin-top: 5px;
        height: 40px;
    }

        .main-contact-form form a:hover,
        a:active,
        a:focus {
            background-color: transparent;
            outline: none;
            text-decoration: none;
            color: #fff;
        }

.contact-input {
    color: #222;
    padding: 10px;
    border: none;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
    height: 40px;
    width: 100%;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: 16px/20px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.top-row {
    margin-top: -80px;
    float: right !important;
    font-size: 18px;
    color: #fff;
}

    .top-row a {
        color: #fff;
    }

        .top-row a:hover,
        a:active,
        a:focus {
            outline: none;
            text-decoration: none;
            color: #fff;
        }

.village-view a {
    color: #00f;
}

    .village-view a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #00f;
    }



.small-header {
    font: 18px/24px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    height: 60px;
    margin: 0 auto;
    padding: 0 15px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer a {
    color: #333;
}

    footer a:hover,
    a:active,
    a:focus {
        outline: none;
        color: #333;
    }

.small-header a {
    margin-top: 10px;
    color: #fff;
}

    .small-header a:hover,
    a:active,
    a:focus {
        outline: none;
        color: #fff;
    }


.avatar {
    width: 120px;
    height: 120px;
}

form a {
    color: #000;
}

    form a:hover,
    a:active,
    a:focus {
        outline: none;
        color: #000;
    }

.village {
    background-image: url(img/united_kingdom.png);
    background-repeat: no-repeat;
}

.heaven-on-earth {
    fill: yellow;
}

.user-header p {
    color: #000;
}

.black {
    color: #000 !important;
}

label {
    font-weight: normal !important;
}

.title {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo {
    height: 80px;
}

.documents-form li a {
    color: #000 !important;
}

#contact {
    background: #0abb55;
    padding-bottom: 20px;
    padding-top: 20px;
}

#features {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

    #features .features {
        margin: 30px 0;
    }

        #features .features .icon {
            float: left;
            text-align: center;
        }

            #features .features .icon i {
                width: 80px;
                border-radius: 50%;
                font-size: 36px;
                color: #27ae60;
            }

        #features .features h4 {
            margin-bottom: 10px;
            font-size: 20px;
            font-weight: 700;
        }

        #features .features .features-text {
            padding-left: 80px;
        }

            #features .features .features-text p {
                margin: 0;
            }


#cloud {
    background: #f5f5f5;
    padding-bottom: 80px;
    padding-top: 20px;
}

    #cloud .container {
        margin-top: 30px;
    }

.cloud .img-responsive {
    margin: 0 auto;
}

#devices {
    background: #f5f5f5;
    padding-bottom: 80px;
    padding-top: 20px;
}

    #devices img {
        display: block;
        width: auto;
        max-height: 100%;
    }

    #devices h2 {
        font-size: 36px;
        line-height: 36px;
        font-weight: normal;
        margin-bottom: 30px;
    }


/*.toplogo {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray; 
    -webkit-filter: grayscale(100%);
    height: 60%;
    vertical-align: middle;
    position: absolute;
    top: 20%;
    bottom: 20%;
}

.menu-logo {
    float: left;
    height: 100%;
    .transition(width @transition-speed @transition-fn);
    position: absolute;
    left: 30%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    //Add support to sidebar mini by allowing the user to create //2 logo designs. mini and lg .logo-lg;

{
    //should be visibile when sidebar isn't collapsed display: block;
}

.logo-mini {
    display: none;
}

}

.main-header>.navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}*/
    .toplogo {
    /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray; 
    -webkit-filter: grayscale(100%);*/
    height: 60%;
    max-width: 100px;
    vertical-align: middle;
    position: absolute;
    top: 20%;
    bottom: 20%;
}

.menu-logo {
    float: left;
    vertical-align: middle;
    height: 100%;
    .transition(width @transition-speed @transition-fn);
    display: block;
    height: @navbar-height;
    font-size: 20px;
    //line-height: 50px;
    text-align: center;
    width: @sidebar-width;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
    margin-top: 7px;
}

.containing {
    background: #F5F7FA;
    padding: 10px;
}


.note {
    color: #AAAAAA;
    font-style: italic;
}

.containing a {
    color: #000;
}

.message_date {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0px;
    font-weight: 300;
    font-style: italic;
    color: #AAAAAA;
}

.kv-editable-link {
    color: #333333;
    border-bottom: 0px dashed;
}


.link {
    color: #333333;
}

    .link a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #666666;
    }


.white {
    color: #fff;
}
