body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    padding-top: 140px;
}

header,  footer {
    /* min-width: 1200px; */
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}

a:hover {
    text-decoration: none;
}

.content-wrapper {
    min-width: 1200px;
    width: 1200px;
    margin: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    background: #eb6909;
    padding: 5px 0;
    /* padding-bottom: 50px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-nav {
    background: #eb6909;
    /*padding: 5px 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* display: table; */

    /*display: flex;*/

    /*justify-content: center;*/
}

.header-nav-wrapper {
    display: table;
    margin: auto;
}

.header-nav-wrapper > .content-wrapper {
    display: table-row;
}

.header-nav .logo, .header-nav #main-menu {
    display: table-cell;
    vertical-align: middle;

}

.dropdown-menu {
    left: inherit;
}

.logo {
    /* width: 500px; */
    background: #eb6909;
    padding-left: 10px;
}

.navbar {
    border-radius: 0;
}

.main-menu {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    line-height: 25px;
    float: left;
    margin-bottom: 0;
}

.main-menu-item {
    float: left;
    margin-right: 6px;
}

.main-menu-item:last-child {
    margin-right: 0;
}

.main-menu-link {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: color ease .3s;
}

.main-menu-link:hover {
    color: #ffffff;

}

.nav-map {
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.big-logo img {
    display: block;
    margin: auto;
}

#nav-map {
    background: url("../i/nav-map.png") no-repeat center transparent;
    width: 1200px;
    height: 485px;
    margin: auto;
    position: relative;
}

.map-menu {
    list-style: none;
    padding-left: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 26px;
}

#about {
    text-align: center;
    padding: 35px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.about-text {
    line-height: 25px;
}

.about-img {
    margin-bottom: 40px;
}

.about-info {
    background: url("../i/about-info-bg.png") fixed no-repeat left top transparent;
    /*height: 239px;*/
    /*background-size: cover;*/
    margin-top: 35px;
    padding: 40px 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-info > .content-wrapper {
    padding: 0 60px;
}

.about-info-item {
    float: left;
    color: #ffffff;
    width: 195px;
    margin-right: 100px;
}

.about-info-item:before {
    content: "";
    display: block;
    background: url("../i/about-info-sprite.png") no-repeat transparent;
    width: 56px;
    height: 55px;
    margin: 0 0 20px 70px;
}

.about-info-item-1:before {
    background-position: 0 0;
}

.about-info-item-2:before {
    background-position: -56px 0;
}

.about-info-item-3:before {
    background-position: -112px 0;
}

.about-info-item-4:before {
    background-position: -168px 0;
}

.about-info-item:last-child {
    margin-right: 0;
}

.about-info-count {
    font-size: 50px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 15px;
}

.div-about-info-text {
    font-size: 20px;
    font-weight: 300;
}

#services {
    padding: 45px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel-indicators {
    width: 100%;
    left: 0;
    margin-left: 0;
}

.carousel-indicators li {
    text-indent: 0;
    display: block;
    height: auto;
    margin: 0 20px 0 0;
    border: none;
    border-radius: 0;
    font-size: 17px;
    text-transform: uppercase;
    width: 180px;
    float: left;
}

.carousel-indicators li:last-child {
    margin-right: 0;
}

.carousel-indicators li:hover {
    color: #ff6b00;
}

.carousel-indicators .active {
    width: 180px;
    height: auto;
    color: #ff6b00;
    margin: 0 20px 0 0;
}

.carousel-indicators li:hover .service-icon, .carousel-indicators .active .service-icon {
    background-position-y: 0;
}

.service-icon {
    background: url("../i/service-indicators.png") no-repeat transparent;
    width: 54px;
    height: 53px;
    display: block;
    margin: 0 auto 18px;
}

.service-icon-0 {
    background-position: 0 -53px;
}

.service-icon-1 {
    background-position: -54px -53px;
}

.service-icon-2 {
    background-position: -108px -53px;
}

.service-icon-3 {
    background-position: -162px -53px;
}

.service-icon-4 {
    background-position: -216px -53px;
}

.service-icon-5 {
    background-position: -270px -53px;
}

.carousel-control {
    width: 64px;
    height: 64px;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    bottom: 0;
    margin: auto;
}

.carousel-control.left {
    background: url("../i/carousel-nav.png") no-repeat 0 -64px transparent;
}

.carousel-control.left:hover {
    background: url("../i/carousel-nav.png") no-repeat 0 0 transparent;
}

.carousel-control.right {
    background: url("../i/carousel-nav.png") no-repeat -64px -64px transparent;
}

.carousel-control.right:hover {
    background: url("../i/carousel-nav.png") no-repeat -64px 0 transparent;
}

#carousel {
    margin-top: 80px;
}

#carousel .carousel-inner {
    height: 900px;
}

.carousel-caption {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    text-align: justify;
    text-shadow: none;
    padding: 0;
    bottom: 0;
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

#carousel .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 740px;
}

#carousel .item:nth-child(1) .carousel-caption {
    width: 370px;
    right: 93px;
    left: auto;
    top: 0;
}

#carousel .item:nth-child(1) {
    padding-top: 87px;
}

#carousel .item:nth-child(2) .carousel-caption {
    width: 660px;
    right: auto;
    left: 85px;
    top: 0;
}

#carousel .item:nth-child(2) {
    padding-top: 155px;
}

#carousel .item:nth-child(2) img {
    display: block;
    margin: auto;
}

#carousel .item:nth-child(3) .carousel-caption {
    width: 380px;
    right: auto;
    left: 85px;
    top: 0;
}

#carousel .item:nth-child(3) {
    padding-top: 17px;
    padding-left: 170px;
}

#carousel .item:nth-child(3) img {
    display: block;
    margin: auto;
}

#carousel .item:nth-child(4) .carousel-caption {
    width: 370px;
    right: 93px;
    left: auto;
    top: 65px;
}

#carousel .item:nth-child(4) {
    padding-left: 60px;
}

#carousel .item:nth-child(5) .carousel-caption {
    width: 650px;
    right: auto;
    left: 75px;
    top: 0;
}

#carousel .item:nth-child(5) {
    padding-top: 130px;
    padding-left: 230px;
}

#carousel .item:nth-child(6) .carousel-caption {
    width: 714px;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
}

#carousel .item:nth-child(6) {
    padding-top: 195px;
}

#carousel .item:nth-child(6) img {
    display: block;
    margin: auto;
}

.service-name {
    font-size: 50px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
}

#innovation-customer, #innovation-transporter {
    background: url("../i/header-shadow.png") no-repeat center bottom transparent;
    height: 253px;
    position: relative;
}

.innovation-customer {
    background: url("../i/innovation-customer-info-bg_.png") no-repeat left top transparent;
    background-attachment: fixed;
    /*background-size: cover;*/
    height: 239px;
    text-align: center;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.innovation-text {
    font-size: 30px;
    font-style: italic;
    color: #ffffff;
}

#personal {
    background: url("../i/personal-bg.png") no-repeat center #ff6b00;
    height: 396px;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -15px;
}

#personal .section-title {
    color: #ffffff;
    margin-bottom: 55px;
}

#login {
    width: 100%;
    float: left;
    margin-right: 135px;
}

.form-cell input, #sign-in {
    width: 100%;
    height: 60px;
    border: 1px solid #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 25px;
    color: #000;
    outline: none;
    text-align: center;
}

#sign-in:hover {
    background: #ffffff;
}

.form-cell input:focus {
    background: #ffffff;
}

input:-moz-placeholder {
    color: #000000;
}

input::-webkit-input-placeholder {
    color: #000000;
}

#login .form-cell {
    margin-bottom: 9px;
    height: 60px;
}

.form-additional {
    display: table;
    width: 100%;
}

.form-additional-wrapper {
    display: table-row;
}

.form-additional-cell {
    display: table-cell;
    padding-left: 8px;
}

.form-additional-cell > a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

.form-additional-cell > a:hover {
    text-decoration: underline;
}

.save-password {
    background: url("../i/save-password-icon.png") no-repeat left center transparent;
    padding-left: 23px;
}

.customer, .transporter {
    display: inline-block;
    vertical-align: top;
}

.customer {
    margin-right: 90px;
}

.personal-text-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.personal-text ul {
    font-size: 18px;
    line-height: 25px;
    padding-left: 0;
}

.personal-text ul li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.personal-text ul li:before {
    content: "?";
    position: absolute;
    left: 0;
    font-size: 14px;
}

#mobile {
    background: url("../i/mobile-bg.png") no-repeat left center transparent;
    padding: 35px 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 520px;
}

#mobile .section-title {
    line-height: 55px;
}

.mobile-text {
    width: 450px;
    margin: auto;
}

.mobile-text ul {
    font-size: 14px;
    padding-left: 0;
    line-height: 25px;
    list-style: none;
}

.mobile-text ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-text ul li:before {
    content: "?";
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.mobile-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
}

.mobile-apps {
    width: 450px;
    margin: 60px auto 0;
}

.app-link {
    display: inline-block;
    vertical-align: middle;
}

.iphone-app {
    background: url("../i/appstore.png") no-repeat left top transparent;
    width: 215px;
    height: 63px;
    margin-right: 11px;
}

.android-app {
    background: url("../i/google-play.png") no-repeat left top transparent;
    width: 191px;
    height: 63px;
}

.app-hand {
    background: url("../i/hand.png") no-repeat left top transparent;
    width: 391px;
    height: 543px;
    position: absolute;
    bottom: -133px;
    right: 0;
}

#innovation-transporter {
    /*margin-top: 50px;*/
}

.innovation-transporter {
    background: url("../i/innovation-transporter-info-bg_.png") fixed no-repeat left center transparent;
    height: 239px;
    text-align: center;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contacts {
    background: url("../i/header-shadow.png") no-repeat bottom center transparent;
    margin-top: -14px;
    position: relative;
    height: 574px;
    z-index: 10;
}

.contacts-wrapper {
    background: #eb6909;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contacts .section-title {
    color: #ffffff;
}

.form-wrapper {
    width: 528px;
    min-height: 450px;
    margin-right: 15px;
}

.form-wrapper, .contacts-image {
    display: inline-block;
    vertical-align: top;
}

#feedback-form .form-cell {
    margin-bottom: 25px;
}

#feedback-form input {
    text-align: left;
    border-color: #ffffff;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
}

#feedback-form input:focus {
    background: no-repeat;
}

#feedback-form input:-moz-placeholder {
    color: #ffffff;
}

#feedback-form input::-webkit-input-placeholder {
    color: #ffffff;
}

#feedback-form textarea {
    width: 100%;
    height: 164px;
    resize: none;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Pt Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    padding: 12px 14px;
    outline: none;
}

#feedback-form textarea:-moz-placeholder {
    color: #ffffff;
}

#feedback-form textarea::-webkit-input-placeholder {
    color: #ffffff;
}

#feedback-send {
    width: 133px;
    height: 58px;
    background: transparent;
    border: 1px solid #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    font-family: 'Pt Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #ffffff;
}

.contacts-image img {
    display: block;
    border: 3px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contacts-data > * {
    float: left;
    margin-right: 11px;
}

.contacts-data > *:last-child {
    margin-right: 0;
}

.contacts-data address {
    font-size: 16px;
    line-height: 31px;
    font-style: normal;
}

.phone a, .mailto a, .site a {
    font-size: 16px;
    line-height: 31px;
    color: #000000;
    text-decoration: none;
}

.icons {
    display: inline-block;
    vertical-align: middle;
    background: url("../i/contacts-sprite.png") no-repeat transparent;
    width: 36px;
    height: 35px;
    margin-right: 8px;
}

.icons.address-icon {
    background-position: 0 0;
}

.icons.phone-icon {
    background-position: -36px 0;
}

.icons.mail-icon {
    background-position: -72px 0;
}

.icons.site-icon {
    background-position: -108px 0;
}

.contacts-data {
    position: absolute;
    right: 45px;
    bottom: 30px;
}

#map-canvas {
    width: 100%;
    height: 745px;
}

footer {
    margin: -15px 0 0 0;
}

label.error {
    display: block;
    color: #ffffff;
    margin-top: 5px;
}

.valid-text {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    display: none;
}

.map-menu-link {
    display: block;
    font-size: 25px;
    line-height: 27px;
    color: #000000;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.map-menu-link > span {
    display: block;
}

.map-menu-link:hover {
    color: #ff6b00;
}

.orange-icon {
    display: none;
}

.gray-icon {
    display: block;
}

.map-menu-item:hover .orange-icon {
    display: block;
}

.map-menu-item:hover .gray-icon {
    display: none;
}

.map-menu-item {
    position: absolute;
}

.map-menu-item:last-child {
    bottom: 34px;
    left: 43px;
    width: 100px;
    height: 128px;
}

.map-menu-item:last-child span {
    margin-left: -50px;
}

.map-menu-item:last-child:hover span {
    margin-left: -35px;
}

.map-menu-item:last-child:hover {
    bottom: 60px;
    left: 35px;
}

.map-menu-item:nth-last-child(2) {
    bottom: 188px;
    left: 207px;
    width: 96px;
    height: 128px;
}

.map-menu-item:nth-last-child(2) span {
    margin-left: -55px;
}

.map-menu-item:nth-last-child(2):hover span {
    margin-left: -32px;
}

.map-menu-item:nth-last-child(2):hover {
    bottom: 235px;
    left: 194px;
}

.map-menu-item:nth-last-child(3) {
    bottom: 215px;
    right: 410px;
    width: 120px;
    height: 171px;
}

.map-menu-item:nth-last-child(3) span {
    margin-left: -60px;
}

.map-menu-item:nth-last-child(3):hover span {
    margin-left: -35px;
}

.map-menu-item:nth-last-child(3):hover {
    bottom: 265px;
    right: 423px;
}

.map-menu-item:nth-child(2) {
    right: 85px;
    bottom: 28px;
    width: 120px;
    height: 204px;
}

.map-menu-item:nth-child(2) span {
    margin-left: -53px;
}

.map-menu-item:nth-child(2):hover span {
    margin-left: -35px;
}

.map-menu-item:nth-child(2):hover {
    right: 93px;
    bottom: 58px;
}

.map-menu-item:first-child {
    bottom: 3px;
    left: 463px;
    width: 151px;
    height: 208px;
}

.map-menu-item:first-child span {
    margin-left: -100px;
}

.map-menu-item:first-child:hover span {
    margin-left: -47px;
}

.map-menu-item:first-child:hover {
    bottom: 90px;
    left: 439px;
}

.header-nav.clone {
    position: fixed;
    top: -105px;
    left: 0;
    right: 0;
    z-index: 999;
    /*-moz-transition: 0.2s top cubic-bezier(.17,.67,.81,.31);
    -webkit-transition: 0.2s top cubic-bezier(.17,.67,.81,.31);
    transition: 0.2s top cubic-bezier(.17,.67,.81,.31);*/
}

body.down .header-nav.clone {
    top: 0;
}
.profile {
    float:right;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {

    background-color: #fff;
}

.list-group-item.active .clients-menu-link {
    color: #337ab7; 
    text-decoration: none;
}

.main-menu-item.active .main-menu-link { 
    text-decoration: none;
    color: #fff;
}

.left-menu-header {
    font-family: 'Open Sans', sans-serif;	
    font-weight: 300;	
    /* font-size: 32px; */	
    text-transform: uppercase;	

    text-align: center;
    background: #eb6909;

    padding: 10px 15px;
}

.clients-menu-link {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: color ease .3s;
}

.payments-filter {
    padding: 0px 0px 20px 0px;
}

.news {
    /*padding: 0px 0px 30px 30px;*/
    background: #EAE4E4;
}

.news-title {
    text-transform: uppercase;
    text-align: center;
    background-color: #EF7923;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-title-date {
    /* text-align: right; */
}

.news-text {
    margin-bottom: 32px;
    text-align:justify;
    padding: 10px;
    background: #EAE4E4;
    float: left;
}

.payments-act-details {
    text-align:justify;
}

.payments-filter .date {
    padding: 5px;
    float: left;
    margin-right: 20px;
    width: 5%;
    text-align: center;
}

.payments-filter .btn-switch {
    float: right;
}

.signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
@media (max-width:1300px) {
    .main-menu {
        font-size: 16px;
    }
}


@media ( max-width:1200px) {
    .main-menu {
        font-size: 14px;
    }
    .main-menu-item {
        margin-right: 3px;
    }
    .payments-filter>div {
        /* width: 25%; */
    }
}

@media (max-width: 991px) {

    .payments-filter>div {
        width: 33.33333333%;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {

        margin-right: 15px;

    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .header-nav {
        display: block;
    }

    .header-nav .logo {
        display: block;
    }

    .main-menu-item {
        float: none;
    }
    .profile{
        float:none;
    }
    .main-menu{
        float:none;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media (max-width:767px) {
    .header-nav {
        display: block;
    }  
    .main-menu-item {
        float: none;
    }
    .header-nav .logo, .header-nav #main-menu {
        display: block;
    }
    .payments-filter>div {
        width: inherit;
    }
    .table-data{
        font-size: 11px;
    }
    .payments-act-details {
        font-size : 8px  
    }
    /*    .dropdown-menu {
            position: static;
        }*/

}



#loading-bar-spinner .spinner-icon {
    border-top-color: #2c3e50;
    border-left-color: #2c3e50;
}

#loading-bar .bar {
    background: #2c3e50;
    height: 4px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { 
    display: none; 
} 
.loader-box {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: auto;
    z-index: 10;
    background: url("../../328.gif") no-repeat;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.loader-content {
    width: 128px;
    height: 128px;
    overflow: auto;
    margin: auto;
    position: absolute;
    z-index: 10;
    top: 0; left: 0; bottom: 0; right: 0;
}

.btn-submit {
    background-color: #eb6909;
    /* border-color: #eb6909; */
    border: 0px;
    color: black; 
}
.btn-submit:hover {
    color: #ffffff;
    /*    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
         background-color:  #CE5F0D;//#E6853D;
         border-color: #CE5F0D;//#E6853D;*/
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #eb6909;
}
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #eb6909;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    float: left;
    width: 85%;
}
.payments-table {
    margin-left: -15px;
    margin-right: -15px;
}
.profile .dropdown-menu {
    right: 0;
    left: auto;
}
.map {
    height: 400px;
    width: 100%;
}
.table-tr-a:hover {
    text-decoration: none;
    color: #337ab7;
    cursor: pointer;
}
.ТЭКАР:before {
    margin-right: 5px;
    background-image: url('/img/tecard.png');
    background-size: 70px 45px;
    width: 70px;
    height: 45px;
    display: inline-block;
    content:"";
    vertical-align: middle;
}
.ДжиПиСиРус:before {
    margin-right: 5px;
    background-image: url('/img/gpcrus.jpg');
    background-size: 70px 45px;
    width: 70px;
    height: 45px;
    display: inline-block;
    content:"";
    vertical-align: middle;
}
.ЛУКОЙЛ:before {
    margin-right: 5px;
    background-image: url('/img/lukoil_card.png');
    background-size: 70px 45px;
    width: 70px;
    height: 45px;
    display: inline-block;
    content:"";
    vertical-align: middle;
}
.ПЕТРОЛПЛЮС:before {
    margin-right: 5px;
    background-image: url('/img/ppr.png');
    background-size: 70px 45px;
    width: 70px;
    height: 45px;
    display: inline-block;
    content:"";
    vertical-align: middle;
}
.ТАТНЕФТЬ:before {
    margin-right: 5px;
    background-image: url('/img/tatneft_card.gif');
    background-size: 70px 45px;
    width: 70px;
    height: 45px;
    display: inline-block;
    content:"";
    vertical-align: middle;
}
.ГАЗПРОМНЕФТЬ:before, .ГАЗПРОМНЕФТЬОНЛАЙН:before {
    margin-right: 5px;
    background-image: url('/img/gpn_card.png');
    background-size: 70px 45px;
    width: 70px;
    height: 45px;
    display: inline-block;
    content:"";
    vertical-align: middle;
}
.РОСНЕФТЬ:before {
    margin-right: 5px;
    background-image: url('/img/RN-card.jpg');
    background-size: 70px 45px;
    width: 70px;
    height: 45px;
    display: inline-block;
    content:"";
    vertical-align: middle;
}
.РУСОЙЛ:before {
    margin-right: 5px;
    background-image: url('/img/rusoil.png');
    background-size: 70px 45px;
    width: 70px;
    height: 45px;
    display: inline-block;
    content:"";
    vertical-align: middle;
}
.АТАН:before {
    margin-right: 5px;
    background-image: url('/img/atan.png');
    background-size: 70px 45px;
    width: 70px;
    height: 45px;
    display: inline-block;
    content:"";
    vertical-align: middle;
}
.to-cards {
    float: left;
}
.clients {/*for WebKit*/
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    border: 0px;
    text-decoration: underline;
    display: inline-block;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: color ease .3s;
    cursor: pointer;
}   

.clients:focus {
     outline: none;
}

.grid-header{
    font-weight: bold;
    text-decoration: underline;
}
.grid-row {
    background-color: #f9f9f9;
    font-size: 16px;
}
.grid-itm {
}
@media screen and (max-width: 800px) {
    .grid-itm {
        flex-wrap: nowrap;
        flex-basis: 100%;
        flex: 1 1 auto;

    }
    .grid-img {
        flex: 0 0 auto;
    }
    .grid-itm:nth-child(even) .grid-img {
        margin: 0 0 0 30px;
        order: 2;
    }
    .grid-itm:nth-child(odd) .grid-img {
        margin: 0 30px 0 0;

    }
    .grid-cont {
        flex: 1 1 auto;
    }
    .grid-title {
        text-align: left;
    }
}
.grid-flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.grid-itm-flex {
    align-items: center;
    display: flex;
}
.Grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.Grid-cell {
    flex: 1;
}

.Grid--flexCells > .Grid-cell {
    display: flex;
}

.Grid--top {
    align-items: flex-start;
}

.Grid--bottom {
    align-items: flex-end;
}

.Grid--center {
    align-items: center;
}

.Grid--justifyCenter {
    justify-content: center;
}

.Grid-cell--top {
    align-self: flex-start;
}

.Grid-cell--bottom {
    align-self: flex-end;
}

.Grid-cell--center {
    align-self: center;
}

.Grid-cell--autoSize {
    flex: none;
}

.Grid--fit > .Grid-cell {
    flex: 1;
}

.Grid--full > .Grid-cell {
    flex: 0 0 100%;
}

.Grid--1of2 > .Grid-cell {
    flex: 0 0 50%;
}

.Grid--1of3 > .Grid-cell {
    flex: 0 0 33.3333%;
}

.Grid--1of4 > .Grid-cell {
    flex: 0 0 25%;
}

@media (max-width: 767px) {
    .small-Grid--fit > .Grid-cell {
        flex: 1;
    }
    .small-Grid--full > .Grid-cell {
        flex: 0 0 100%;
    }
    .small-Grid--1of2 > .Grid-cell {
        flex: 0 0 50%;
    }
    .small-Grid--1of3 > .Grid-cell {
        flex: 0 0 33.3333%;
    }
    .small-Grid--1of4 > .Grid-cell {
        flex: 0 0 25%;
    }
}

@media (min-width: 768px) {
    .large-Grid--fit > .Grid-cell {
        flex: 1;
    }
    .large-Grid--full > .Grid-cell {
        flex: 0 0 100%;
    }
    .large-Grid--1of2 > .Grid-cell {
        flex: 0 0 50%;
    }
    .large-Grid--1of3 > .Grid-cell {
        flex: 0 0 33.3333%;
    }
    .large-Grid--1of4 > .Grid-cell {
        flex: 0 0 25%;
    }
}

.Grid--gutters {
    margin: -1em 0 1em -1em;
}
.Grid--gutters > .Grid-cell {
    padding: 1em 0 1em 1em;
}

.Grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
}
.Grid--guttersLg > .Grid-cell {
    padding: 1.5em 0 0 1.5em;
}

.Grid--guttersXl {
    margin: -2em 0 2em -2em;
}
.Grid--guttersXl > .Grid-cell {
    padding: 2em 0 0 2em;
}

@media (max-width: 767px) {
    .small-Grid--gutters {
        margin: -1em 0 1em -1em;
    }
    .small-Grid--gutters > .Grid-cell {
        padding: 1em 0 0 1em;
    }
    .small-Grid--guttersLg {
        margin: -1.5em 0 1.5em -1.5em;
    }
    .small-Grid--guttersLg > .Grid-cell {
        padding: 1.5em 0 0 1.5em;
    }
    .small-Grid--guttersXl {
        margin: -2em 0 2em -2em;
    }
    .small-Grid--guttersXl > .Grid-cell {
        padding: 2em 0 0 2em;
    }
    .grid-header {
        display: none;
    }
    .Grid {
        border-bottom: solid 1px #B5B5B5;
    }
}

@media (min-width: 768px) {
    .large-Grid--gutters {
        margin: -1em 0 1em -1em;
    }
    .large-Grid--gutters > .Grid-cell {
        padding: 1em 0 0 1em;
    }
    .large-Grid--guttersLg {
        margin: -1.5em 0 1.5em -1.5em;
    }
    .large-Grid--guttersLg > .Grid-cell {
        padding: 1.5em 0 0 1.5em;
    }
    .large-Grid--guttersXl {
        margin: -2em 0 2em -2em;
    }
    .large-Grid--guttersXl > .Grid-cell {
        padding: 2em 0 0 2em;
    }
}

/* SPIN */
@-moz-keyframes spin{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(180deg)}
}
@-webkit-keyframes spin{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(180deg)}
}
@-ms-keyframes spin{
    0%{-ms-transform:rotate(0deg)}
    100%{-ms-transform:rotate(180deg)}
}
@keyframes spin{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(180deg)}
}
.faa-refresh.animated, .faa-refresh.animated-hover:hover {
    -moz-animation: spin 0.5s linear ;
    -webkit-animation: spin 0.5s linear ;
    -ms-animation: spin 0.5s linear ;
    animation: spin 0.5s linear ;
}

.refresh {
    color: #337ab7;
    cursor: pointer;
}

.popup-label {
    background-color: #fff;
    border: 2px #444 solid;
    border-radius: 7px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    color: #111;
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 3px 6px;
    position: absolute;
    white-space: nowrap;
    top: -35px;
    left: 20px;
    display: none;
}

.popup-label img {
    vertical-align: middle;
}

.popup-label.marker:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    border-right: 6px solid black;
    border-right-color: inherit;
    position: absolute;
    left: -8px;
    top: 5px;
}

.angular-openlayers-map:-moz-full-screen {
    height: 100%;
}
.angular-openlayers-map:-webkit-full-screen {
    height: 100%;
}
.angular-openlayers-map:full-screen {
    height: 100%;
}

.angular-openlayers-map:not(-moz-full-screen) {
    height: 400px;
}

.angular-openlayers-map:not(-webkit-full-screen) {
    height: 400px;
}

.angular-openlayers-map:not(full-screen) {
    height: 400px;
}
.ol-full-screen {
    position: absolute;
    top: 50%;
}
.maps .angular-openlayers-map {
    position: absolute;
    margin-top: -70px;
    left: 0;
}
.directory {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* min-height: 200px; */
    height: 100%; 
    border-radius: 3px;
    color: #222;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    /* line-height: 15px; */
    /*position: relative;*/
    overflow: hidden;
    /*height: 100%;*/
    /*border-radius: 3px;*/
    background: #fff;
    /* overflow-y: scroll; */
}
.frame {
    position: absolute;
    top: 0;
    padding-top: 70px;
    left: 10px;
    z-index: 1;
    min-width: 400px;
    max-width: 400px;
    height: 100%; 
    -webkit-transition: -webkit-transform .15s;
    transition: transform .15s;
}
.buttons {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* border-bottom: 2px solid #e4e4e4; */
    /* padding:10px; */
}
.objects, .categories {
    width: 50%;
    position: relative;
    /* display: inline-flex; */
    padding: 10px;
    cursor: pointer;
    text-align: center;
    /* align-items:  center; */
    vertical-align: middle;
    font-size: 18px;
    border-bottom: 2px solid #e4e4e4;
    /* background-color: #eb6909; */
}
.objects {
    border-right: 2px solid #e4e4e4;
}
.point {
    width: 100%;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    /* text-align: center; */
    padding:10px;
    /* height: 100px; */
}

.point-name {
    width: 100%;
    color: #007bab;
    cursor: pointer;
    display: block;
    margin: 5px;
}
.point-address {
    width: 100%;
    /* color: #ABA8A8; */
    display: block;
}
.reset {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    color: #B5B5B5;
    cursor: pointer;
}

.objects.active, .categories.active {
    color: #eb6909;
    border-bottom: none;
    /* background-color: white; */
} 
.category-small {
    margin-top: 5px;
    display: inline-block;
    padding: 2px 10px;
    background-color: #EAEAEA;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
}

.frame.object {
    padding-top: 90px;
    left: 20px;
}

.object-info {
    background-color: white;
    /*       width: 80%;
 max-width: 550px;
 margin: 2.5em auto 1em;
 padding: 1em;
 border: 1px solid #ccc;*/
    box-shadow: -20px -15px 10px 5px rgba(0, 0, 0, .2);
    /* left: 100px; */
    border-radius: 10px;
    /* border: solid 3px #FF6C00; */
}
.object-close {
    /* padding-bottom: 20px; */
    /* left: 100px; */
    font-size: 20px;
    /* margin-right: 5px; */
    position: absolute;
    /* top: 6px; */
    right: 8px;
    z-index: 15;
}
.point-description {
    padding-top: 20px;
}
.point-phone {
    margin: 10px;
}
.bonus {
    white-space: nowrap;
    font-size: 20px;
    float: right;
}

.point-img {
    width: 75px;
    height: 50px;
    top: 0px;
    left: -13px;
}
.minFrame {
    position: fixed;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 30px;
    min-width:  30px;
    /* height: 100%; */
    border-radius: 3px;
    color: #222;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    /* line-height: 15px; */
    /*position: relative;*/
    overflow: hidden;
    /*height: 100%;*/
    /*border-radius: 3px;*/
    background: #fff;
    /* overflow-y: scroll; */
}
@media (min-width: 979px) {
    ul.navbar li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    .clients {
        direction: rtl;
    }
}
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;
}

.link-back-to-cards {
    display: none;
}

@media (max-width: 768px) {
    .prefix {
        display: none;
    }
    .link-back-to-cards {
        display: block;
    }
}

.balance {
    /* float: right; */
    /* color: #53acdf; */
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    /* font-size: 30px; */
}

.search {
    width: 100%;
}

.card-number {
    min-width: 270px;
    text-align: left;
}

.card-favorite.active{
    color: #eb6909;
    font-weight: bold;
    transform: scale(1.1);
}

.card-favorite:hover {
    color: #eb6909;
    font-weight: bold;
    transition: transform .3s cubic-bezier(.5,0,.5,3),-webkit-transform .3s cubic-bezier(.5,0,.5,3);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .card-number {
        text-align: center;
    }
}
.Grid-cell.header {
    text-align: center;
}

a.action {
    border-bottom: 1px dashed #000080;
}
.replenish-status:before {
    margin-right: 5px;
    /*background-image: url('../gpn_card.png');*/
    /* background-size: 70px 45px; */
    /* width: 70px; */
    /* height: 45px; */
    display: inline-block;

    content:"?";
    font-size: 17px;
}
.replenish-status.processing:before {
    color: #EADB0F;
}        
.replenish-status.cancel:before {
    color: red;
}        
.replenish-status.complete:before {
    color: green;
}        
.points{
    overflow-y: scroll;
    height: 100%;
}
.sm-edit {
    background: url(/img/t-control.png) -39px -79px no-repeat;
    height: 17px;
    width: 22px;
    display: inline-block;
}
form:hover .sm-edit{filter: hue-rotate(100%);
                    -webkit-filter: hue-rotate(100%);}


.sm-block {
    background: url(/img/t-control.png) -39px -278px no-repeat;
    height: 17px;
    width: 22px;
    display: inline-block;
}
form:hover .sm-edit{filter: hue-rotate(100%);
                    -webkit-filter: hue-rotate(100%);}

.sm-save{
    background: url(/img/t-control.png) -39px -358px no-repeat;
    height: 17px;
    width: 22px;
    border: 0px;
    display: inline-block;
}
form:hover .sm-save{filter: hue-rotate(100%);
                    -webkit-filter: hue-rotate(100%);}

.t-control {
    cursor: pointer;
}
.licard-transit {
    right: 0;
    left: 0;
    position: fixed;
    margin-top: -70px;
    padding-top: 60px;
}
.calendar {
    position: relative;
    display: table;
    border-collapse: separate;
    float: left;
    width: 100%;
}
._720kb-datepicker-calendar-day:hover,._720kb-datepicker-calendar-day._720kb-datepicker-active {
    background:#eb6909;
    color: #fff;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
    background: #eb6909;
}
._720kb-datepicker-calendar-header:nth-child(even) {
    background: #EF7923;
}
datepicker select, datepicker select:focus, datepicker select:hover,
.datepicker select, .datepicker select:focus, .datepicker select:hover
[datepicker] select, [datepicker] select:focus, [datepicker] select:hover{
    width:100%;
    overflow: hidden;
    background:none;
    color:#fff;
    background-color: #eb6909;
    border: 1px solid rgba(0,0,0,0.05);
    height: 30px;
    border-radius:2px;
}
header .new-menu-item::before {
    content: 'new';
    position: absolute;
    font-size: 11px;
    background: #b8e057;
    border-radius: 50%;
    width: 25px;
    font-weight: bold;
    left: -10px;
}
button[disabled].btn-submit {
    color:grey;
}
button[disabled]:hover {
    color:grey;
} 

.percount {
    float: left;
    margin: 25px 10px;
}

.percount a, .percount button {
    padding: 0px;
}

.btn-link.active {
    font-weight: bold;
    color: black;
    cursor: auto;
    text-decoration: none;
}

