@import url(//fonts.googleapis.com/css?family=Ubuntu:400,500,400italic,500italic&subset=latin,cyrillic);
/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

.msform {
    font-family: Ubuntu, arial, verdana;
}
/*form styles*/
.msform {
    text-align: center;
    position: relative;
}
.msform fieldset {
    border: 0 none;
}
/*Hide all except first fieldset*/
.msform fieldset:not(:first-of-type)
{
    display: none;
}
/*inputs*/
.msform input, .msform textarea, .msform select {
    padding: 0px 0px 0px 10px !important;
    border: 1px solid #CCC;
    border-radius: 3px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: Ubuntu;
    color: #2C3E50;
    font-size: 13px;
    height: 33px;
    width: 100% !important;
}

select option:first-child {
    color: gray;
}

/*buttons*/
.msform .action-button {
    border-radius: 5px;
    font-size: 120%;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 5px;
    height: 42px;
    background: #299a0b;
    background: -moz-linear-gradient(top, #299a0b 0%, #08700c 100%);
    background: -webkit-linear-gradient(top, #299a0b 0%,#08700c 100%);
    background: linear-gradient(to bottom, #299a0b 0%,#08700c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#08700c',GradientType=0 );
}


.msform .action-button:hover, .msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.msform .previous{
    background-color: #d2d5d2;
    width: 50px;
}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-no-suggestion {
    padding: 2px 5px;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}
#imgloader{

    position: absolute;
    top: 40%;
    left: 40%;
    width: 128px;
    height: 128px;
    background-image: url(http://prostudenta.ru/tmp/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
.lastpage{
    display: none;
}
.msform{
    text-align: left;
}
.ftheme{
    height: 50px;
    width: 100% !important;
    display: block;
}
.fpredmet{
    width: 49%;
    display: inline-block
}
.ftype{
    display: inline-block;
    width: 50%;
}
.fplan{
    width: 100%;
    display: block;
}
.fs-title{
    color: #fff;
}
.msform .action-button {
    height: 50px;
    padding: 0px;
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    background: -moz-linear-gradient(
    top,
    #b9c5dd 0%,
    #a4b0cb);
    background: -webkit-gradient(
    linear, left top, left bottom,
    from(#b9c5dd),
    to(#a4b0cb));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #737b8d;
    -moz-box-shadow: 0px 5px 5px rgba(000,000,000,0.1),
    inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 5px 5px rgba(000,000,000,0.1),
    inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 5px 5px rgba(000,000,000,0.1),
    inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow: 0px 1px 3px rgba(000,000,000,0.3),
    0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}

.msform .action-button:hover {
    box-shadow: none;
    background: -moz-linear-gradient(
    top,
    #a4b0cb 0%,
    #b9c5dd);
    background: -webkit-gradient(
    linear, left top, left bottom,
    from(#a4b0cb),
    to(#b9c5dd));
}
.fpredmet{
    width: 100%;
}
.ftype{
    width: 100%
}
.fpredmet {
    width: 100%;
}

@media screen and (max-width: 500px) {
    /* example */
    .fpredmet{
        width: 100%;
    }
    .ftype{
        width: 100%
    }
    .fpredmet {
        width: 100%;
    }
}
#cellphone_label{
    color: #fff;
    display: block;
}
.msform .previous{
    width: 50px;
    display: inline-table;
}
.msform .ffinish-button{
    width: 80%;
    display: inline-table;
}


