* {
    font-size: 14px;
    font-family: Arial;
}

.partnerHeader {
   background: #F2F2F2;
   border: 1px solid rgba(204, 204, 204, 1);  
   display: flex;
   align-items: center;
   height: 36px;
   justify-content: flex-start;
}

.contentBlock {
    margin: 11px 0;
}

.partnerLogo {
    width: 35px;
    height: 35px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.partnerLogoSob {
    background-image: url(../img/Sob.png); 
}

.partnerLogoYandex {
    background-image: url(../img/Yandex.png); 
}

.partnerLogoMail {
    background-image: url(../img/Mail.png); 
}

.containerPartnerName {
    display: flex;
    flex-direction: column;
}

.cursorHover:hover {
    cursor: pointer;
}

.partnerName {
    font-weight: 700;
    width: 110px;
    text-decoration: none;
    color: black;
}

.containerLook {
    display: flex;
    align-items: flex-start;
    margin-top: -3px;
}

.lookLink {
    padding: 0px;
    font-size: 10px;
    text-decoration: none;
    color: #3399FF;
}

.lookIcon {
    width: 20px;
    height: 14px;
    background-size: 16px 12px;
    background-position: right;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../img/External_link.jpg);
}

.statusIcon {
    width: 35px;
    height: 35px;
    background-size: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.okStatusIcon {
    background-image: url(../img/ok_circle.png);
}

.noneStatusIcon {
    background-image: url(../img/none.png);
}

.clockStatusIcon {
    background-image: url(../img/clock_red.png);
}

.redcrossStatusIcon {
    background-image: url(../img/error_circle.png);
}

.statusText {
    width: 110px;
}

.actionLink {
    color: #3399FF;
    text-decoration: none;
}

.actionLink:hover {
    cursor: pointer;
    text-decoration: underline;
}

.dopName {
    width: 180px;
    display: inline-block;
    padding-left: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: help;
}

.dopAction {
    color: #3399FF;
    text-decoration: none;
}

.servisePrice {
    display: inline-block;
    padding-left: 33px;
    text-align: left;
    color: #BCBCBC;
}

.dopAction:hover {
    cursor: pointer;
    text-decoration: underline;
}

.dopActive {
    color: #008000;
    display: inline-block;
}

.dopDisabled {
    color: #BCBCBC;
    display: inline-block;
}

.dopModeration {
    display: inline-block;
}

.yandexError {
    display: block;
    margin: 0px 10px;
    font-size: 12px;
}

.yandexErrorLink {
    cursor: help;
    font-size: 12px;
}
