@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../font/font-roboto/roboto-light.woff2) format('woff2'), url(../font/font-roboto/roboto-light.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../font/font-roboto/roboto-normal.woff2) format('woff2'), url(../font/font-roboto/roboto-normal.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../font/font-roboto/roboto-medium.woff2) format('woff2'), url(../font/font-roboto/roboto-medium.woff) format('woff');
}  

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#logo:hover{
    opacity: 0.8;
}

#form {
  text-align:center;
}

#helpdesk-label {
    //color: #203140;
    //font-weight: 400;
    //margin-left: 63px;
    //position: absolute;
    //text-indent: -8px;
    //width: 120px;
    
    
    color: #203140;
    font-weight: 400;
    margin-left: 45px;
    margin-top: 8px;
    position: absolute;
    text-indent: 4px;
    width: 140px;
}

input[type=number] {-moz-appearance: textfield;}

input[type=text]:hover, input[type=password]:hover{
  box-shadow: 0 0 5pt 0.5pt rgba(215, 217, 239, 1);
}

input[type="text"]:focus, input[type="password"]:focus {
  box-shadow: 0 0 5pt 0.5pt rgba(215, 217, 239, 1);
  outline-width: 0px;
}

input[type="text"], input[type="password"] {
  box-shadow: inset 2px 2px 5px rgba(215, 217, 239, 1), 1px 1px 5px rgba(255, 255, 255, 1);
  outline-width: 0px;
}


.pictospan {
    width: 55px;
}

.pictospancaptcha {
    margin-bottom: 5px;
}

a {outline: none;}

a:active {outline: none;}
a:visited {outline: none;}
a:link {outline: none;}
/*
#textblock{
    background-color: #1e4b82;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.45);
}
*/

#textblock{
    padding: 10px 20px 10px 20px
}

#textblockmain{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 7px 7px 7px rgba(215, 217, 239, 0.50);
}

#textblockmobile{
    padding: 10px 20px 10px 20px
}

#textblockmainqrcode{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 7px 7px 7px rgba(215, 217, 239, 0.50);
    height: 330px;
    padding: 20px;
}

.plaseholdphone {
  color: #979797;
  font-size: 100%;
  font-weight: 200;
  text-align:center;
  margin-bottom: 15px;
}


.title1 {
    color: #303e9f;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 14pt;
    text-align: left;*/
    padding: 10px 20px;
}
.toagreetitle {
    color: #303e9f;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 14pt;
 /*   text-align: left;*/
    padding: 10px 20px;
    background: darkgray;
    border-radius: 10px 10px 0px 0px;
}

.toagreeportal {
    color: #303e9f;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 14pt;
 /*   text-align: left;*/
    padding: 10px 20px;
    background: lightgray;
}

.toagreedatalist {
    color: #303e9f;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 14pt;
    text-align: left;
    padding: 10px 20px;
    background: lightgray;
    border-radius: 0px 0px 10px 10px;
}

.title2 {
    color: #303e9f;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14pt;
    text-align: left;
    padding-bottom: 10px;
}

inp::placeholder {
   color: black;
   font-size: 14pt;
   font-weight: 300;
   text-align: center;
}


.inp{
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    color: #979797;
    background-color: #F9F9F9;
    border-radius: 8px;
    font-family: Roboto,sans-serif;
    font-size: 14pt;
    font-weight: 400;
    border: none;
    text-align: center;
}

.inp::placeholder {
   color: black;
   font-size: 14pt;
   font-weight: 300;
   text-align: center;
}


.waitingtext{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #ffffff;
    font-family: Roboto,sans-serif;
    font-size: 12pt;
    font-weight: 400;
}

#lang-container{
    position: absolute;
    right:0;
    top:0;
    margin-right:10px;
}

.divider {
  height: 2px;
  background: #ECECF2;
  border-radius: 8px;
  margin: 0px !important;
}

.btnenter{
    background-color: #00a1e6;
    box-sizing: border-box;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto,sans-serif;
    font-size: 15pt;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.wrapinput{
    width:100%;
    height: 100%;
}


.lang-item{
    //display:inline-block;
    //font-family: Roboto,sans-serif;
    //font-size:10pt;
    //background-color: rgba(255,255,255,0.3);
    
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    display: inline-block;
    font-family: Roboto,sans-serif;
    font-size: 10pt;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}

.lang-item:hover{
    cursor: default;
}

.lang-item-active{
    color: #00a1e6;
}

.lang-item-inactive:hover{
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0,161,230,0.5);
}

.lang-item-inactive{
    color: #00387c;
}

.lang-separator{
    display:inline-block;
    height:10px;
    border-right:1px solid;
    margin-left:3px;
    margin-right:3px;
}

#alertlayer{
    width:100%;
    height:100%;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    display: table;
    z-index: 1000000;
    background-color: rgba(0,0,0,0.3);
}

#alertwrap{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.pictolabel{
    display: none;
}

#alert{
    background-color: #ffffff;
    border-radius: 3px;
    height: 100px;
    position: relative;
    width: 250px;
    margin: 0 auto;
    border: 1px solid #c2c1c6;
    text-align: center;
    padding: 10px;
}

#errorbox {
    height: 75px;
    font-family: Roboto,sans-serif;
     color: #405160;
    
}

#okerror{
    background-color: #00a1e6;
    border: 1px solid #00387c;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto,sans-serif;
    font-size: 12pt;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
    width: auto;
    margin-bottom: 30px;
    
}

#sert{
    bottom:0;
    left:0;
    position: fixed;
    
    z-index: 2;
}

#sert img {
    margin-bottom: -4px;
    position: relative;
}

.placeholdr { color: gray }

.link {
    color: #00387c;
    font-family: roboto,sans-serif;
    font-size: 10pt;
    font-weight: 500;
    z-index: 5;
}

.link:hover{
    //text-decoration: underline;
}

.link:active{
    color: #00387c;
    //text-decoration: underline;
}

#help{
    //left: 0;
    //margin: 3px;
    //position: absolute;
    //top: 30px;
}

#doc {
    //left: 0;
    //margin: 3px;
    //position: absolute;
    //top: 0;    
}

#content{
        top: 0%;
        left: 0%;
        position: absolute;
        width: 100%;
        height: 100%; 
        overflow: auto;
        display: table;
    }
    
    #wrapform{
        display: table-cell;
        vertical-align: middle;
        z-index: 999;
    }
    
    #logo{
        margin-bottom: 15px;
        cursor: pointer;
        width: 250px;
    }

    .div{
        border-style: solid;
        border-width: 1px;
    }
    
    
    
    #captchaimg{
        cursor: pointer;
        }
        
    #fieldname{
        
    }
    #fieldphone{
        
    }
    
    #fieldpass{
        
    }
    
    #fieldcaptcha{
        
    }

    
.field{
    background-color: #ffffff;
    border-radius: 3px;
    height: 40px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    cursor: text;
}
            
            .item{
                border-bottom: 1px solid #c2c1c6;
                color: #405160;
                cursor: pointer;
                font-family: Roboto,sans-serif;
                font-size: 11pt;
                font-weight: 300;
                height: 30px;
                line-height: 40px;
                padding-bottom: 5px;
                padding-top: 5px;
                background-color: #ffffff;
            }
            
            .item:hover{
                background-color: #d9d9d9;
            }
            
            #menuwrap{
                padding-bottom: 10px;
                padding-left: 20px;
                padding-right: 20px;
            }
            
            #itemcaption{
                background-color: #f5f5f5;
                border-bottom: 1px solid #c2c1c6;
                color: #00387c;
                cursor: pointer;
                font-family: Roboto,sans-serif;
                font-size: 13pt;
                font-weight: 300;
                height: 33px;
                line-height: 33px;
                padding-bottom: 5px;
                padding-top: 5px;
                padding-left: 20px;
            }

            .closepersonalizationbtn{
                margin-top: 8px;
                position: absolute;
                right: 15px;
            }
            
            #menupersonalization {
                background-color: #ffffff;
                border: 1px solid #c2c1c6;
                border-radius: 3px;
                overflow: hidden;
                position: absolute;
                right: 5px;
                top: 50px;
                width: 250px;
                z-index: 999;
            }

            .pictoitem{
                color: #405160;
                font-size: 16pt;
                line-height: 33px;
                width: 40px;
                float: left;
                text-align: center;
            }
            
            .coloritem{
                display: inline-block;
                height: 27px;
                width: 41px;
            }
            
            
            
            
            #loginblockscreen{
                position: fixed;
                z-index: 1000;
                top: 0px;
                left: 0px;
                bottom: 0px;
                right: 0px;
            }
            
            #divspinner {
                background-color: rgba(255,255,255,0.8);
                height: 70px;
                left: 50%;
                margin-left: -35px;
                position: absolute;
                top: 50px;
                width: 70px;
                border-radius: 7px;
                border: 1px solid #00a1e6;
            }
            
            
            .field1 {

            }
            
            .field2 {
                border: solid 4px #66ccff;
                width: 180px;
            }
            
            .field2:active {
                border: solid 4px #0000cc;
                width: 180px;
            }
            
            
            .fdiv{
            
            }
            

            
            .inp:focus{
                outline: none;
            }
            
            #btnenter{
                background-color: #00a1e6;
                border: 1px solid #00387c;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                display: inline-block;
                font-family: Roboto,sans-serif;
                font-size: 16pt;
                font-weight: 400;
                height: 43px;
                line-height: 43px;
                //padding-left: 2.5em;
                //padding-right: 2.5em;
                position: relative;
                width: 100%;
                margin-bottom: 10px;
            }
            
            .ridebtn{
                cursor: pointer;
                display: inline-block;
                font-family: Roboto,sans-serif;
                font-size: 16pt;
                font-weight: 400;
                height: 43px;
                line-height: 43px;
                padding-left: 0.6em;
                padding-right: 0.6em;
                position: relative;
                width: auto;
                margin-bottom: 30px;
                background-color: white;
                text-align: center;
                color: #00a1e6;
                border: 1px solid #00387c;
                border-radius: 3px;
            }
            
            #btnactivate{
                background-color: #00a1e6;
                border: 1px solid #00387c;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                display: inline-block;
                font-family: Roboto,sans-serif;
                font-size: 16pt;
                font-weight: 400;
                height: 43px;
                line-height: 43px;
                padding-left: 2.5em;
                padding-right: 2.5em;
                position: relative;
                width: auto;
                margin-bottom: 30px;
            }
            
            #btnfirst{
                background-color: #00387c;
                border: 1px solid #005a90;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                display: inline-block;
                font-family: Roboto,sans-serif;
                font-size: 16pt;
                font-weight: 300;
                height: 43px;
                line-height: 43px;
                padding-left: 2em;
                padding-right: 2em;
                position: relative;
                width: auto;
            }
            
            #personalization {
                background-color: #ffffff;
                border: 1px solid #424b59;
                border-radius: 3px;
                color: #405160;
                cursor: pointer;
                font-family: Roboto,sans-serif;
                font-size: 16pt;
                font-weight: 400;
                height: 43px;
                line-height: 43px;
                margin: 5px;
                position: absolute;
                right: 0;
                text-align: center;
                top: 0;
                width: 43px;
            }
            
            .picto{
                border-right: 1px solid;
                color: #8b8b8b;
                //display: inline-block;
                font-size: 16pt;
                line-height: 33px;
                //width: 55px;
                float: left;
                text-align: center;
                cursor: help;
                height: 100%;
            }
            
            #logintrigger {
                background-color: #ffffff;
                border: 1px solid #00387c;
                line-height: 32px;
                border-radius: 3px;
                cursor: pointer;
                margin: 0 auto;
                width: 85%;
                box-sizing: border-box;
            }
            
            #passwordtrigger {
                background-color: #ffffff;
                border: 1px solid #00387c;
                line-height: 32px;
                border-radius: 3px;
                cursor: pointer;
                margin: 0 auto;
                width: 85%;
                box-sizing: border-box;
            }

            
            .pictocaptcha{
                border-left: 1px solid #8b8b8b;
                color: #00a1e6;
                float: right;
                font-family: Roboto,sans-serif;
                font-size: 12pt;
                font-weight: 400;
                height: 33px;
                line-height: 33px;
                width: 95px;
            }
            
            
            .field3 {
            }
            
            .field4 {
                width: 41%;
                text-align: center;
            }
            
            .fdiv2{
                height: 20px;
            }
            
            .inpcode{
                margin-left: 62px;
                width: 50%;
            }
            
            .field1_activate {
                width: 45%;
                float: left;
                height: 27px;
                padding-left: 5px;
            }
            
            .field1_captchaactivate {
                width: 155px;
                float: left;
                height: 27px;
                padding-left: 5px;
            }
            
            .field2_activate {
                float: right;
                width: 150px;
            }
            
            .captcha_activate {
                width: 112px;
                float: left;
            }
            
            .captcha_activate_inp{
             width: 100%;
             box-sizing: border-box;
            }
            
            .fcaptcha_activate{
                height: 75px;
            }
            
            #btnenter_sms{
                margin: 0 auto;
                width: 50%;
                text-align: center;
                margin-bottom: 4px;
            }
            #btnenter_activate, #btnenter_sms, #btnfirst, #btnactivate, #btnback:hover {
            cursor: pointer;     
            
            }

            
            #btnrefresh{
                background-color: #287bbc;
                filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2672AE', endColorstr='#FF1E4F7E');
                background-image:-webkit-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);
                background-image: -moz-linear-gradient(center top , #287bbc 0%, #23639a 100%);
                background-image:-o-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);
                background-image:linear-gradient(top, #2672ae 0%,#1e4f7e 100%);
                border-color: #1b5480;
                border-radius: 3px;
                border-style: solid;
                border-width: 1px;
                box-sizing: border-box;
                color: #fff;
                cursor: pointer;
                float: right;
            }
            
           #btnback{
            width: 37%;
            text-align: center;
            float: right;
            background-color: white;
            
            background-color: #287bbc;
                filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2672AE', endColorstr='#FF1E4F7E');
                background-image:-webkit-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);
                background-image: -moz-linear-gradient(center top , #287bbc 0%, #23639a 100%);
                background-image:-o-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);
                background-image:linear-gradient(top, #2672ae 0%,#1e4f7e 100%);
                border-color: #1b5480;
                border-radius: 3px;
                border-style: solid;
                border-width: 1px;
                box-sizing: border-box;
                color: #fff;
                cursor: pointer;
            }
            
            
            #btnbackrefresh{
            width: 37%;
            text-align: center;
            float: right;
            background-color: white;
            
            background-color: #287bbc;
                filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2672AE', endColorstr='#FF1E4F7E');
                background-image:-webkit-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);
                background-image: -moz-linear-gradient(center top , #287bbc 0%, #23639a 100%);
                background-image:-o-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);
                background-image:linear-gradient(top, #2672ae 0%,#1e4f7e 100%);
                border-color: #1b5480;
                border-radius: 3px;
                border-style: solid;
                border-width: 1px;
                box-sizing: border-box;
                color: #fff;
                cursor: pointer;
            }
            
            
            #footer{
                position: absolute;
                left: 0%;
                height: 30px;
                width: calc(100% - 2px);
                top: calc(100% - 32px);
            }
           
    .wallpaper-color1{
        background-color: #909ca8;
    }        
    
    .wallpaper-color2{
        background-color: #afcbdd;
    }
    
    .wallpaper-color3{
        background-color: #b1987c;
    }
    
    .wallpaper-color4{
        background-color: #9da09f;
    }
    
    #scrollwrap {
        display: table;
        height: 100%;
        width: 100%;
        font-family: Roboto,sans-serif;
        font-size: 10pt;
        //text-align: left;
    }
    
    
    #helpdesk {
        background-color: rgba(200, 200, 200, 0.3);
        background-image: url("../../img/lifebuoy.png");
        background-position: 3px 3px;
        background-repeat: no-repeat;
        border-bottom: 3px solid rgba(30, 56, 63, 0.8);
        border-radius: 0 0 33px;
        box-shadow: 3px -2px 3px rgba(0, 0, 0, 0.4);
        color: #00387c;
        cursor: pointer;
        font-family: Roboto,sans-serif;
        height: 35px;
        padding-left: 5px;
        padding-top: 5px;
        position: absolute;
        width: 35px;

    }
    
    #helpdesk:hover{
        box-shadow: 3px -2px 5px rgba(0, 56, 124, 0.7);
        //box-shadow: 3px 3px 3px rgba(0, 161, 230, 0.4);
    }
    

    #menuhelpdesk {
        
    }
    
    .menuhelpdesk-show {
        background-color: white;
        border-radius: 4px 50px;
        border-right: 1.5px solid #1c3037;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.45);
        display: block;
        height: auto;
        left: 0;
        min-height: 80px;
        padding-left: 50px;
        padding-right: 40px;
        position: absolute;
        //right: 10px;
        top: 0;
        line-height: 25px;
    }
    
    .menuhelpdesk-hidden {
        display: none;
    }
    
    
    #helpdesk-container {
        height: auto;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
            
    @media screen and (min-width: 801px){
        #cloud{
            background-color: #ffffff;
            border-radius: 7px;
            box-shadow: 0 1px 5px rgba(0, 161, 230, 0.7);
            color: #405160;
            cursor: default;
            font-family: roboto,sans-serif;
            font-size: 9pt;
            margin-top: -41px;
            padding: 7px;
            position: absolute;
            right: 10px;
            z-index: 3;
        }
        
        #cloudtale{
            background-color: #ffffff;
            height: 15px;
            margin-top: -20px;
            position: absolute;
            right: 50px;
            width: 15px;
            z-index: 4;
            -moz-transform: rotate(45deg); /* Для Firefox */
            -ms-transform: rotate(45deg); /* Для IE */
            -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
            -o-transform: rotate(45deg); /* Для Opera */
            transform: rotate(45deg);
        }
        
        
        #logo{
                margin-bottom: 15px;
                cursor: pointer;
                width: 250px;
            }
        
        #mlogo{
            display: none;
        }
        
        #nlogo{
            display: none;
        }
            
        .wallpaper-home{
          /*  background-image: url('/oauth2/ico/photo_splash_1141x759_v1.jpg');*/
	    background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
        }
        
        .wallpaper-office{
         /*   background-image: url('/oauth2/ico/photo_splash_1141x759_v2.jpg');*/
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
        }
        
        .wallpaper-city{
/*            background-image: url('/oauth2/ico/photo_splash_1141x759_v4.jpg');*/
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: cover;
        }
        
        .wallpaper-cell{
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            
        }
        
        
        #form {
                margin: 0 auto;
                position: relative;
                width: 500px;
                text-align: center;
                z-index: 999;
            }
            
            
        #form_activate {
                margin: 0 auto;
                position: relative;
                width: 500px;
                text-align: center;
                z-index: 999;
            }
            
        #btnsouter{
            height: 155px;

        }    
        
        #btnsouter_activate{
            height: 75px;

        }
        /*
        #qrcode {
            width:160px;
            height:160px;
            margin-top:15px;
        }
        */
        #qrcode {
            height:250px;
            margin-top:15px;
            margin-bottom:15px;
            position: relative;
        }

        #alerttext {
            background-color: #ffffff;
            border: 1px solid #00387c;
            border-radius: 3px;
            //height: 300px;
            margin: 0 auto;
            padding: 10px;
            padding-top: 10px;
            position: relative;
            text-align: center;
            width: 500px;
            max-width: 100%;
            box-sizing: border-box;
            height: 400px;
        }
        
        #errorboxtext {
            color: #405160;
            font-family: Roboto,sans-serif;
            height: 350px;
            overflow: auto;
            padding-left: 5px;
            padding-right: 5px;
        }
        
        #closeTextInfo {
            background-color: #00a1e6;
            border: 1px solid #00387c;
            border-radius: 3px;
            color: #ffffff;
            cursor: pointer;
            display: inline-block;
            font-size: 10pt;
            font-weight: 300;
            line-height: 25px;
            margin-top: 5px;
            padding-left: 1em;
            padding-right: 1em;
        }
        
        .textinfo {
            margin: 0;
            padding: 0;
            text-align: justify;
            margin-top: 5px;
            text-indent: 2em;
        }
        
        .textheader {
            font-size: 15pt;
            font-weight: 500;
            margin-bottom: 0;
            margin-top: 0;
            //padding-right: 20px;
            text-align: center;
        }
        
    }
    @media screen and (max-width: 800px) and (min-width: 641px){
        #cloud{
            background-color: #ffffff;
            border-radius: 7px;
            box-shadow: 0 1px 5px rgba(0, 161, 230, 0.7);
            color: #405160;
            cursor: default;
            font-family: roboto,sans-serif;
            font-size: 9pt;
            margin-top: -42px;
            padding: 7px;
            position: absolute;
            right: 10px;
            z-index: 3;
        }
        
        #cloudtale{
            background-color: #ffffff;
            height: 15px;
            margin-top: -20px;
            position: absolute;
            right: 50px;
            width: 15px;
            z-index: 4;
            -moz-transform: rotate(45deg); /* Для Firefox */
            -ms-transform: rotate(45deg); /* Для IE */
            -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
            -o-transform: rotate(45deg); /* Для Opera */
            transform: rotate(45deg);
        }
        
        
        
        #mlogo{
            display: none;
        }
        
        #nlogo{
            display: none;
        }
        
        #logo{
                margin-bottom: 15px;
                cursor: pointer;
                width: 150px;
            }
            
        
        .wallpaper-home{
         /*   background-image: url('/oauth2/ico/photo_splash_800x532_v1.jpg');*/
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
        }
        
        .wallpaper-office{
         /*   background-image: url('/oauth2/ico/photo_splash_800x532_v2.jpg');*/
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
        }
        
        .wallpaper-city{
/*            background-image: url('/oauth2/ico/photo_splash_800x532_v4.jpg');*/
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: cover;
        }
        
        .wallpaper-cell{
/*            background-image: url('/oauth2/ico/photo_splash_800x532_v3.jpg');*/
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }
        
        #form {
                margin: 0 auto;
                position: relative;
                width: 500px;
                text-align: center;
                z-index: 999;
            }
            
        #form_activate {
                margin: 0 auto;
                position: relative;
                width: 500px;
                text-align: center;
                z-index: 999;
            }
            
                #btnsouter{
            height: 155px;

        }    
        
        #btnsouter_activate{
            height: 75px;

        }     
        
        #alerttext {
            background-color: #ffffff;
            border: 1px solid #00387c;
            border-radius: 3px;
            //height: 300px;
            margin: 0 auto;
            padding: 10px;
            padding-top: 10px;
            position: relative;
            text-align: center;
            width: 500px;
            max-width: 100%;
            box-sizing: border-box;
            height: 400px;
        }
        
        #errorboxtext {
            color: #405160;
            font-family: Roboto,sans-serif;
            height: 350px;
            overflow: auto;
            padding-left: 5px;
            padding-right: 5px;
        }
        
        #closeTextInfo {
            background-color: #00a1e6;
            border: 1px solid #00387c;
            border-radius: 3px;
            color: #ffffff;
            cursor: pointer;
            display: inline-block;
            font-size: 10pt;
            font-weight: 300;
            line-height: 25px;
            margin-top: 5px;
            padding-left: 1em;
            padding-right: 1em;
        }
        
        .textinfo {
            margin: 0;
            padding: 0;
            text-align: justify;
            margin-top: 5px;
            text-indent: 2em;
        }
        
        .textheader {
            font-size: 15pt;
            font-weight: 500;
            margin-bottom: 0;
            margin-top: 0;
            //padding-right: 20px;
            text-align: center;
        }
        
        .menuhelpdesk-show {
            background-color: white;
            border-radius: 4px 50px;
            border-right: 1.5px solid #1c3037;
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.45);
            display: block;
            height: auto;
            left: 0;
            min-height: 80px;
            padding-left: 50px;
            padding-right: 40px;
            position: absolute;
            //right: 10px;
            top: 0;
            line-height: 35px;
        }
        
        
    }
    
    @media screen and (max-width: 640px){
        #cloud {
            display:none;
        }
        
        #cloudtale {
            display:none;
        }
        
            
        #form_activate > .field{
                background-color: #ffffff;
                border-radius: 3px;
                height: 33px;
                margin-bottom: 2px;
                padding-top: 1px;
                padding-bottom: 1px;
                position: relative;
                cursor: text;
                border: solid 1px #ffffff;
            }  
        
        #form_activate > #mlogo{
            margin-bottom: 15px;
            cursor: pointer;
            margin-right: 10px;
            width: 250px;
        }    
         
        #form_activate > #nlogo{
            margin-bottom: -3px;
            cursor: pointer;
        }   
        
        #mlogo{
            margin-bottom: 15px;
            cursor: pointer;
            margin-right: 10px;
            width: 250px;
        }
        
        #nlogo{
            margin-bottom: 10px;
            cursor: pointer;
        }      
            
        #logo{
               display: none;
            }
            
        .wallpaper-home{
/*            background-image: url('/oauth2/ico/photo_splash_480x319_v1.jpg');*/
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
        }
        
        .wallpaper-office{
/*            background-image: url('/oauth2/ico/photo_splash_480x319_v2.jpg');*/
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
        }
        
        .wallpaper-city{
/*            background-image: url('/oauth2/ico/photo_splash_480x319_v4.jpg');*/
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: cover;
        }
        
        .wallpaper-cell{
/*           background-image: url('/oauth2/ico/photo_splash_480x319_v3.jpg');*/
            background-image: url('/oauth2/ico/fone-gradient.jpg');
            background-color: #909ca8;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }
        

    #form {
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 95%;
        z-index: 999;
    }
            

        #form_activate {
            margin: 0px auto;
            position: relative;
            text-align: center;
            width: 95%;
            z-index: 999;
        }
            
        #btnactivate{
                background-color: #00a1e6;
                border: 1px solid #00387c;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                display: inline-block;
                font-family: Roboto,sans-serif;
                font-size: 16pt;
                font-weight: 400;
                height: 35px;
                line-height: 35px;
                padding-left: 1em;
                padding-right: 1em;
                position: relative;
                width: auto;
                margin-bottom: 2px;
            }
            
            #btnenter{
                background-color: #00a1e6;
                border: 1px solid #00387c;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                display: inline-block;
                font-family: Roboto,sans-serif;
                font-size: 16pt;
                font-weight: 400;
                height: 35px;
                line-height: 35px;
                //padding-left: 2.5em;
                //padding-right: 2.5em;
                position: relative;
                width: 100%;
                margin-bottom: 5px;
            }
            
            .ridebtn{
                cursor: pointer;
                display: inline-block;
                font-family: Roboto,sans-serif;
                font-size: 16pt;
                font-weight: 400;
                height: 35px;
                line-height: 35px;
                padding-left: 0.6em;
                padding-right: 0.6em;
                position: relative;
                width: auto;
                margin-bottom: 5px;
                background-color: white;
                text-align: center;
                color: #00a1e6;
                border: 1px solid #00387c;
                border-radius: 3px;
            }
            
            #btnfirst{
                background-color: #00387c;
                border: 1px solid #005a90;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                display: inline-block;
                font-family: Roboto,sans-serif;
                font-size: 16pt;
                font-weight: 300;
                height: 35px;
                line-height: 35px;
                padding-left: 2em;
                padding-right: 2em;
                position: relative;
                width: auto;
            }
            
            #form_activate > #btnfirst{
                background-color: #00387c;
                border: 1px solid #005a90;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                display: inline-block;
                font-family: Roboto,sans-serif;
                font-size: 16pt;
                font-weight: 300;
                height: 35px;
                line-height: 35px;
                padding-left: 1em;
                padding-right: 1em;
                position: relative;
                width: auto;
            }
            
            
            
        #btnsouter{
            height: 104px;

        }    
        
        #btnsouter_activate{
            height: 39px;

        }  
        
        #alerttext {
            background-color: #ffffff;
            border: 1px solid #00387c;
            border-radius: 3px;
            //height: 300px;
            margin: 0 auto;
            padding: 10px;
            padding-top: 5px;
            position: relative;
            text-align: center;
            width: auto;
            max-width: 100%;
            box-sizing: border-box;
            height: 300px;
        }
        
        #errorboxtext {
            color: #405160;
            font-family: Roboto,sans-serif;
            height: 255px;
            overflow: auto;
        }
        
        #closeTextInfo {
            background-color: #00a1e6;
            border: 1px solid #00387c;
            border-radius: 3px;
            color: #ffffff;
            cursor: pointer;
            display: inline-block;
            font-size: 10pt;
            font-weight: 300;
            line-height: 25px;
            margin-top: 5px;
            padding-left: 1em;
            padding-right: 1em;
        }
        
        .element_hidden {
          display: none !important;
        }


        .element_requestid {
        }

        .element_apphref {
        }

        .element_qrcode {
        }

        .mainblock {
        }
        .mainblockqrcode {
        }

        .textinfo {
            margin: 0;
            padding: 0;
            text-align: justify;
            margin-top: 5px;
            text-indent: 2em;
            font-size: 9pt;
        }
        
        .textheader {
            font-size: 12pt;
            font-weight: 500;
            margin-bottom: 0;
            margin-top: 0;
            //padding-right: 20px;
            text-align: center;
        }
        
        .menuhelpdesk-show {
            background-color: white;
            border-radius: 4px 50px;
            border-right: 1.5px solid #1c3037;
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.45);
            display: block;
            height: auto;
            left: 0;
            min-height: 80px;
            padding-left: 50px;
            padding-right: 40px;
            position: absolute;
            right: 10px;
            top: 0;
            line-height: 35px;
        }
        
    }
