﻿
/* --= DIVS =-- */

div.Base
{
    padding: 0px;
    margin: 0px;
    min-width: 100%;
    display: block;
    float: left;
}

div.TextBlock
{
    width: 36%;
    
    padding: 3px;
    margin: 0px;    
    display: block;
    float: left;
    text-align: right;
    line-height: 17px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

div.FieldBlock
{
    width: 60%;
    
    padding: 3px;
    margin: 0px;    
    display: block;
    float: left;
    text-align: left;
    line-height: 17px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border:0px solid black;
}


/* --= LINKS =-- */

a.LinkBut:link, a.LinkBut:visited, a.LinkBut:active
{
    color: green;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, sans-serif;
}

a.LinkBut:hover
{
    color: black;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, sans-serif;
}


/* --= BUTTON & TEXTBOX =-- */

.txtBox
{
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #800000;
}

.txtBoxMultiline
{
    height: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #505050;
    vertical-align: top;
    text-align: justify;
}

.txtBoxAnonce
{
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #800000;
}

.ValidText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #CC0000;
    line-height: 18px;
    text-align: left;
}

.LogIn
{
    width: 110px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #808088;
}

.txtButtom
{
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 22px;
}

.delButton
{
    vertical-align: middle;
    text-align: center;
    width: 130px;
    height: 22px;
}

.ImgLabel
{
    background-position: center top;
    width: 200px;
    height: 160px;
    padding: 0px;
    margin: 0px 0px 20px 0px;    
    background-image: url('../Images/NotFindNew.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.LBText
{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}




p.xDel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 2px 5px 0px 0px;
    text-align: right;
    display:block;
    float:left;
    width:100%;
}

a.xDel:link, a.xDel:visited, a.xDel:active
{
    color: #CC0000;
    font-weight: 600;
    text-decoration: none;    
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, sans-serif;
}

a.xDel:hover
{
    color: black;
    font-weight: 600;
    text-decoration: none;    
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, sans-serif;
}

a.xHead:link, a.xHead:visited, a.xHead:active
{
    color: black;    
    text-decoration: none;
}

a.xHead:hover
{
    color: blue;    
    text-decoration: none;
}





/*ДЛЯ ДОБАВЛЕНИЯ СОЦСЕТЕЙ*/

html{
    font-size:20px;
}

.ValidControlContaner {
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 1.5rem);
    min-height: 1.5rem;
    height: auto;
    margin: 0.5rem 0.75rem 1.0rem 0.75rem
}
.sTxtFieldFlat {
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0rem;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    min-height: 1.2rem;
    height: auto;
    border-radius: 0rem;
    border: none;
    border-bottom: 0.05rem solid silver;
    padding-bottom: 0.25rem;
    background-color: transparent;
    color: gray;
    -webkit-user-select: text;
    user-select: text;
    font-family: 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif;
    text-align:left;
}

    .sTxtFieldFlat:focus {
        outline: none;
    }

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 3rem rgba(255, 255, 255, 1.0) !important; /* Цвет фона */
    -webkit-text-fill-color: gray !important; /* цвет текста */
    color: gray !important; /* цвет текста */
}
/*  ПОЛЕ АВТОЗАПОЛНЕНИЯ*/

label.sTxtFieldFlat {
    color: #999;
    font-size: 1.0rem;
    position: absolute;
    pointer-events: none;
    left: 0.5rem;
    top: 0.1rem;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    border: 0rem;
    outline: 0rem;
    font-family: 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
}

.sTxtFieldFlatBar {
    position: absolute;
    display: block;
    width: 100%;
    left: 0rem;
    bottom: 0rem;
}

    .sTxtFieldFlatBar:before, .sTxtFieldFlatBar:after {
        content: "";
        height: 0.1rem;
        width: 0;
        bottom: 0;
        position: absolute;
        background-color: rgba(78,195,255,1.0);
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .sTxtFieldFlatBar:before {
        left: 50%;
    }

    .sTxtFieldFlatBar:after {
        right: 50%;
    }

/* active state */
input.sTxtFieldFlat:focus ~ .sTxtFieldFlatBar:before,
input.sTxtFieldFlat:focus ~ .sTxtFieldFlatBar:after,
div.sTxtFieldFlat:focus ~ .sTxtFieldFlatBar:before,
div.sTxtFieldFlat:focus ~ .sTxtFieldFlatBar:after {
    width: 50%;
}

input.sTxtFieldFlat:focus ~ label.sTxtFieldFlat, input.sTxtFieldFlat:valid ~ label.sTxtFieldFlat,
div.sTxtFieldFlat:focus ~ label.sTxtFieldFlat, div.sTxtFieldFlat:not(:empty) ~ label.sTxtFieldFlat {
    top: -1.35rem;
    left: 0rem;
    font-size: 0.75rem;
    color: rgba(78,195,255,1.0);
}

div.sTxtFieldFlat:focus {
    color: black;
}
