﻿#body {
/*    background-image: url('../Images/fonas.jpg');*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#body .center-form {
    width: 490px;
    height: 385px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#body .content-wrapper {
    min-height: 400px;
}

#body .center-form .tabs .tab {
    height: 55px;
    font-size: 14px;
    color: #003781;
    font-weight: 700;
    text-align: center;
    background-color: rgba(255,245,153,0.8);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    width: calc((100% - 3px ) / 2);
   /* width: 161.3333px;*/
    line-height: 55px;
}

#body .center-form .tabs {
    font-size: 0;
}

#body .center-form .tabs .tab:not(:last-child) {
    margin-right: 3px;
}

#body .center-form .tabs .tab span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#body .center-form .tabs .tab:not(.act) {
    cursor: pointer;
}

#body .center-form .tabs .tab.act {
    background-color: #fff;
    color: #333333;
}

#body .center-form .tab_content {
    /*height: 275px;*/
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px 45px 30px;
}
#body .center-form .tab_content.no-tab {
    border-radius: 10px;
}
#body .center-form .tab_content label {
    line-height: 30px;
    margin-top: 10px;
    display: block;
    font-weight: 300;
}

#body .center-form .tab_content label a {
    float: right;
}
#body .center-form .tab_content .tab_title{
    font-weight: bold;
}
#body section.center-form input[type="text"],
#body .center-form .tab_content input[type="text"],
#body .center-form .tab_content input[type="tel"],
#body .center-form .tab_content input[type="password"] {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
    border-radius: 5px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.14);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
#body .center-form .tab_content .input select {
    height: 44px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.14);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.14);
}

#body .center-form .tab_content .reg {
    margin-top: 25px;
}

#body .center-form .tab_content .reg a {
    margin-left: 5px;
}

#body section.center-form input[type="submit"],
#body .center-form .tab_content input[type="submit"] {
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZTc2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRhMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,231,97,1) 1%, rgba(255,218,7,1) 100%);*//* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,231,97,1)), color-stop(100%,rgba(255,218,7,1)));*//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(255,231,97,1) 1%,rgba(255,218,7,1) 100%);*//* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(255,231,97,1) 1%,rgba(255,218,7,1) 100%);*//* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(255,231,97,1) 1%,rgba(255,218,7,1) 100%);*//* IE10+ */
    /*background: linear-gradient(to bottom, rgba(255,231,97,1) 1%,rgba(255,218,7,1) 100%);*//* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe761', endColorstr='#ffda07',GradientType=0 );/* IE6-8 */
    height: 38px;
    padding: 0 30px;
    border: 1px solid #007ab3;
    color: #ffffff;
    font-size: 14px;
    font-family: Arial;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
#body section.center-form input[type="submit"].arrow-right,
#body .center-form .tab_content input[type="submit"].arrow-right {
    /*    background-color: rgba(255,231,97,1);*/
    /*background-image: url('../Images/arrow1.png');*/ /*if linear-gradient not supported*/
    /*background-image: url('../Images/arrow1.png'), linear-gradient(to bottom, rgba(255,231,97,1) 1%,rgba(255,218,7,1) 100%);*/ /* W3C works IE Crome mozila */
    background-color: #007ab3;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%, center;
    background-size: auto, cover;
/*        padding-left: 10px;
    padding-right: 40px;*/
}
#body section.center-form input[type="submit"].arrow-right:hover,
#body .center-form .tab_content input[type="submit"].arrow-right:hover {
    /*background-color: rgba(255,231,97,1);
background-image: url('../Images/arrow1.png');*/ /*if linear-gradient not supported*/
    /*background-image: url('../Images/arrow1.png'), linear-gradient(to bottom, rgba(255,218,7,1) 0%,rgba(255,231,97,1) 100%);*/ /* W3C works IE Crome mozila */
/*    background-color: #007ab3;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%, center;
    background-size: auto, cover;
    padding-left: 10px;
    padding-right: 40px;*/
}
#body .center-form .tab_content input[type="submit"].arrow-left {
    background-color: rgba(255,231,97,1);
    background-image: url('../Images/arrow2.png');/*if linear-gradient not supported*/
    background-image: url('../Images/arrow2.png'), linear-gradient(to bottom, rgba(255,231,97,1) 1%,rgba(255,218,7,1) 100%); /* W3C works IE Crome mozila */
    background-repeat: no-repeat;
    background-position: 5px 50%, center;
    background-size: auto, cover;
    padding-left: 40px;
    padding-right: 10px;
}
#body .center-form .tab_content input[type="submit"].arrow-left:hover {
    background-color: rgba(255,231,97,1);
    background-image: url('../Images/arrow2.png');/*if linear-gradient not supported*/
    background-image: url('../Images/arrow2.png'), linear-gradient(to bottom, rgba(255,218,7,1) 0%,rgba(255,231,97,1) 100%); /* W3C works IE Crome mozila */
    background-repeat: no-repeat;
    background-position: 5px 50%, center;
    background-size: auto, cover;
    padding-left: 40px;
    padding-right: 10px;
}
#body .center-form .tab_content input[type="submit"]:hover {
    /*background: -moz-linear-gradient(top, rgba(255,218,7,1) 0%, rgba(255,231,97,1) 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,218,7,1)), color-stop(100%,rgba(255,231,97,1)));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(255,218,7,1) 0%,rgba(255,231,97,1) 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(255,218,7,1) 0%,rgba(255,231,97,1) 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(255,218,7,1) 0%,rgba(255,231,97,1) 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, rgba(255,218,7,1) 0%,rgba(255,231,97,1) 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda07', endColorstr='#ffe761',GradientType=0 );*/ /* IE6-8 */
}
/*error msg*/
.help-block.has-error,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #f62459;
}
.has-error .form-control {
  border-color: #f62459;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #f62459;
  background-color: #f2dede;
  border-color: #f62459;
}
.has-error .form-control-feedback {
  color: #f62459;
}
.has-error input {
    border: 1px solid #f62459;
}
.read-only-input {
    border: 0 !important;
    box-shadow: none !important;
    background-color: initial !important;
    -webkit-box-shadow: none !important;
}
.submit-div {
    /*    background-color: rgba(255,231,97,1);
    background-image: url(../../Images/arrow1.png);
    background-image: url(../../Images/arrow1.png), linear-gradient(to bottom, rgba(255,231,97,1) 1%,rgba(255,218,7,1) 100%);*/
    background-color: #007ab3;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%, center;
    background-size: auto, cover;
    padding-left: 10px;
    padding-right: 40px;
    height: 38px;
    padding: 0 30px;
    border: 1px solid #007ab3;
    color: #ffffff;
    font-size: 14px;
    font-family: Arial;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    float: right;
    line-height: 38px;
}
.submit-div:hover {
    background-color: #006192;
}
