@import url("/pub/css/font-awesome.min.css");
@import url("/css/2016/Roboto.css");
@import url("./pad-margin.css");
@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@800&display=swap");


/* default font */
body, table, input, textarea, select, li,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.bitter-font {
    font-family: 'Bitter',  Helvetica, Arial, sans-serif !important
}

/* misc elements */


time.small {
    font-size: 11px;
}

.errors li {
    color: red;
    font-weight: bold;
    background: rgba(255, 0, 0, 0.10)
}

.tooltip {
    white-space: nowrap;
}

.margin-top {
    margin-top: 20px;
}
.margin-top-lg {
     margin-top: 90px;
 }
.margin-top-md {
     margin-top: 60px;
 }

.margin-bottom {
    margin-bottom: 20px;
}

.padding-sm { padding: 10px; }
.padding-md { padding: 20px;  }
.padding-lg { padding: 40px; }

.margin-top-sm { margin-top: 10px; }
.margin-top-md { margin-top:  20px;  }
.margin-top-lg { margin-top:  40px; }

.margin-bottom-sm { margin-bottom: 10px; }
.margin-bottom-md { margin-bottom:  20px;  }
.margin-bottom-lg { margin-bottom:  40px; }

.margin-y-md { margin-top: 60px; margin-bottom: 60px; }


.no-margins-y { margin-top: 0; margin-bottom: 0;}
.no-margins-x { margin-left: 0; margin-right: 0;}
.no-margins { margin: 0; }

.no-padding-y { padding-top: 0; padding-bottom: 0;}
.no-padding-x { padding-left: 0; padding-right: 0;}
.no-padding { padding: 0; }

.m-t-0 { margin-top: 0 ; }
.m-t-1 { margin-top: 1rem ; }



.other_projects {
    margin-left: 30px;
}

.other_projects span {
    display: block;
    margin-bottom: 10px;
}

.other_projects .item { overflow: hidden; }
.other_projects .item a {
    color: #666;
}
.other_projects img {
    width: auto;
    max-width: 100%;
    height: 40px;
    margin-bottom: 10px;
    margin-top:20px;
}

.other_projects .item img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    opacity: 0.7;
    max-height: 45px;


}

.other_projects .item:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    filter: alpha(opacity=50);
    opacity: 1;
}

@media (max-width: 767px) /* small */ {
    .other_projects {
        display: none;
    }

    .banner728x90 {
        display: none;
    }
}

.background-dark1 { background-color: #f6f6f6 }

#inbox_form table td a { word-wrap: break-word; word-break: break-all;  }

.pagination-centered { margin: auto; }


.lama1140x120 .container-lg,
.zen-ins  .container-lg { margin-top: 2px; margin-bottom: 5px; }

.zen-ins  ins {
    max-width: 100%; }
.zen-ins  ins img {
    height: auto;
    max-width: 100%;
}
.zen-ins  ins iframe { max-width: 100%; }

/*.lama1140x120 {
    max-width: 100%;
    margin-top: 2px;
    margin-bottom: 8px;
}
.lama1140x120 img,
.lama1140x120 iframe,
.lama1140x120 object {

    max-height: 120px;
    width: 100%;
    height:auto;
    object-fit: contain;
    max-width: 100%;
}*/


.text-light-green {
    color: #7bb432;
}
.green-section {
    background-color: #7bb432;
    color: white;
}
.gray-section {
    background-color: #eeeeee;
    color: white;
}
.light-gray-section {

        background-color: #fafafa;
        border: 1px #eeeeee solid;
        border-left: none;
        border-right: none;

}

.text-light-gray {
    color: #acacac;
}


.promo-section  .container p  {
   font-size:  18px;
    margin-top:20px;
}
.promo-section  .container .btn {
    margin-top: 20px;
    margin-right: 30px;
}
.safe-deal-promo-section  .container {
    background: #7bb432 url(/pub/img/pages/uslugi-cover.png) no-repeat center bottom;
    background-size: contain;
}

.btn-transparent {
    color: white;
    background: transparent;
    border: 1px solid white;
}
a.btn-transparent:hover { color: white; background-color: #5AA000 }

.line-bottom {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}
@media (max-width: 767px)
{
    table.table-xs-responsive {
        display: block;
        border: 0 none transparent;
    }
    table.table-xs-responsive tbody {
        display: block;
    }
    table.table-xs-responsive tr {
        display: block;
        border: #ddd 1px solid;
        margin-bottom: 15px;
    }
    table.table-xs-responsive tr th {
        display: block;
        background: #f5f5f5;
        border: 0 none transparent;
    }
    table.table-xs-responsive tr th {
        display: block;
        background: #f5f5f5;
        border: 0 none transparent;
    }

}

.safe-deal-name:first-letter {
    color: red;
}
.jumbotron p,
.ws-hero-unit .jumbotron p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
}
@keyframes nyPresent {
    0%   {transform: scale(1,1);}
    15%  {transform: scale(1.1,1.1);}
    35%  {transform: scale(1,1);}
    100% {transform: scale(1,1);}
}

.navbar-header .navbar-brand.sections { width: auto; background: none;  }
ul.siteparts { margin-bottom: 0;  margin-left: -15px;  margin-top: -6px; overflow: hidden; background: url(/pub/img/freelance_logo_small_ru.png) no-repeat left center;}
.siteparts li { display:none;  padding-right: 0;     padding-left: 0; }
.siteparts li a { display: inline-block; float: left; height: 25px; width: 153px; }
.siteparts li a.sp2 { width: 30px;  }

.siteparts li.sitepart-default { display:block; }


img[src^="/img/avatars"], img[src^="/img/ava/"], img[src^="/avatars"] {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.avatar_div {
    position: relative;
    display: inline-block;
}

.avatar_div .badge-ava::before {
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .9;
    z-index: 5;
    width: 30%;
    height: 30%;
    background-size: contain;
}

.avatar_div .badge-pro::before { background-image: url(/pub/img/icons/pro-red.svg); }
.avatar_div .badge-last_act .label { display: none  }
.avatar_div .badge-last_act.is_online::before { background-image: none; background-color: rgba(98, 195, 0, 1); border-radius: 50%; border: 2px solid white; }

.avatar_div  img {  max-width: 100% !important; max-height: 100% !important ; border-radius: 100%; background-color: rgba(127,127,127,.1);}
.avatar_div.avatar_100 img {  width: 100px; height: 100px;}
.avatar_div.avatar_100 .badge-ava::before {  width: 30%; }

.avatar_div.avatar_75 img {  width: 75px; height: 75px;  }
.avatar_div.avatar_70 img {  width: 70px; height: 70px;  }
.avatar_div.avatar_50 img {  width: 50px; height: 50px;  }

.navbar-fixed-top .project-create-button a span {
    color: white;
    background:   #82b93c;
    display: inline-block;
    padding: 2px 10px;
    margin-top: -5px;
    transition: ease .5s;
}
.navbar-default .navbar-nav > li.project-create-button > a:hover span, .--navbar-default .navbar-nav > li.project-create-button > a:focus span {
    color: white;
    background: #f0ad4e
}
footer a { color: black; }
@media (max-width: 767px) {
    footer a {
        display: inline-block;
        padding: 5px;
        margin: 5px;
    }
}

@media (min-width: 1200px) {
    .container-lg {
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.no-decorate-link > a,
a.no-decorate-link {
    color: inherit;
    text-decoration: none;
}