

/* Start:/bitrix/components/esia/rnds.esia.oauth/templates/.default/style.css?16807265712171*/
.esia-button:hover {
    background: #b07f5c;
}

.esia-button {
    vertical-align: bottom;
    padding: 10px 10px 7px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-shadow: none;
    min-width: 140px;
    height: auto;
    box-shadow: none;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
    text-decoration: none;
    float: left;
    margin: 0px 0 0;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #6d3a2a;
}

.esia-button-inactive {
    vertical-align: bottom;
    padding: 10px 5px 5px 5px;
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-shadow: 2px 1px 0 rgba(0,0,0,0.5);
    min-width: 140px;
    height: 35px;
    box-shadow: 0 2px 0 #060606a6;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    text-decoration: none;
    float: left;
    margin: 20px 0 0;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background: #525252a6;
}

.notifyer {
    position: absolute; 
    display: none;
    width: 300px;
    height: auto;
    border-radius: 3px;
    color: white;
    top: 10px;
    right: 20px;
    padding: 13px 10px 10px 10px;
    background: #2c94c7;
    background: -moz-linear-gradient(top, #2c94c7 0%, #247ba7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c94c7), color-stop(100%,#247ba7));
    background: -webkit-linear-gradient(top, #2c94c7 0%,#247ba7 100%);
    background: -o-linear-gradient(top, #2c94c7 0%,#247ba7 100%);
    background: -ms-linear-gradient(top, #2c94c7 0%,#247ba7 100%);
    background: linear-gradient(to bottom, #2c94c7 0%,#247ba7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c94c7', endColorstr='#247ba7',GradientType=0 );
}

.notifyer a {
    color: white !important;
    font-weight: bold;
}

.btn_close {
    position: absolute;
    background: scroll transparent url('/bitrix/components/esia/rnds.esia.oauth/templates/.default/images/arrow.png') right center no-repeat;		
    padding: 0 1px 1px 4px;	
    top: 0px;
    right: 5px;
    width: 30px;
    cursor: pointer;
}
/* End */
/* /bitrix/components/esia/rnds.esia.oauth/templates/.default/style.css?16807265712171 */
