@import url(https://fonts.googleapis.com/css?family=Signika);

p {
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  color:#666;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

ul {
  list-style-type: disc;
  list-style-position: inside; }
ol {
  list-style: decimal inside;
  list-style-position: inside; }
ol, ul {
  padding-left: 10px;
  clear:left;
  margin-top: 0; }
ul ul,ul ol,ol ol,ol ul {
  font-size: 100%; }
li {
  margin-bottom: 5px;
  color:#666; }

.footer-login {
  background:#7ED0CA;
  padding:8px 0;
  display: block;
  position: fixed;
  bottom:0;
  width: 100%;
}
.footer {
  z-index: 200;
  background:#7ED0CA;
  padding:10px 0;
  display: block;
  position: fixed;
  bottom:0;
  width: 100%;
}
.copyright {
  text-align: center;
}
.copyright span {
  color: #fff;
  font-size:14px;
  float: left;
}
.v_link {
  display: inline-block;
  line-height: 29px;
  color: #fff;
  padding: 2px 0px;
  font-size: 14px;
  font-weight: 400;
  float: right;
}
.none {
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}
.virtus-logo {
  float: right;
  display: block;
  position: relative;
}
.v {
  display: block;
  padding: 0px;
}

.footer img {
    height: 13px;
    margin-top: 4px;
}

.footer .content .container, .header .container, .top .container, .navigation .container2 {
  position: relative;
  width: 100%;
/*  max-width: 960px;
  min-width: 700px;*/
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.fixed{
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.content.header {
  z-index:100;
  border-bottom: 1px solid #a5a5a5;
  box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.7);
  background: #7dcfcb; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #7dcfcb, #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #7dcfcb, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #7dcfcb, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #7dcfcb, #fff); /* Standard syntax */
}
.top {
  background: #7dcfcb; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #7dcfcb, #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #7dcfcb, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #7dcfcb, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #7dcfcb, #fff); /* Standard syntax */
  padding:10px 0;
  border-bottom:1px solid #7b7c7f;
}
.top img {
  display: block;
  float: left;
  width: 11%;
}
.logo {
  display: block;
  float: none;
  margin:0 auto;
  max-width: 100%;
  width: 300px;
  padding-bottom:10px;
}
.h-left, .h-right {
  display: block;
  float: left;
  width: 50%;
  position: relative;
}

.content.front {
  /*background:#fbf8f6;*/
  min-height: 100%;
  position: absolute;
  width:100%;
  padding-top: 106px;
  padding-bottom: 50px;
  background: -webkit-linear-gradient(-90deg, #fff, #FBF7F4);
  background: -o-linear-gradient(-90deg, #fff, #FBF7F4);
  background: -moz-linear-gradient(-90deg, #fff, #FBF7F4);
  background: linear-gradient(-90deg, #fff, #FBF7F4);
}

.content.front .container {
  width: 100%;
  /*background:#fff;*/
  padding: 20px;
}
.content.front .container p {
  font-size:14px;
  margin-bottom: 10px;
}
.left-col {
  float: left;
  display: block;
  width: 48%;
}
.left-col h1 {
  color:#47847d;
  font-size:26px;
  margin:10px 0;
  font-family: 'Signika', sans-serif;
}
.left-col ul {
  margin-bottom: 5px;
}
.dot-list {
  font-size:14px;
  margin-bottom: 5px;
  list-style-type: none;
  display: block;
}
.dot-list li {
  background: url(../images/g-dot.svg) no-repeat left top 7px;
  padding-left: 12px;
  margin-bottom: 1px;
}
.right-col {
  float: right;
  display: block;
  width: 48%;
  font-size:14px;
}
.sub {
  color:#2e6660;
  font-size:14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.sub-tit {
  background:#FFFBF3;
  text-transform: uppercase;
  color:#f06a90;
  border:1px solid #d8d8d8;
  width: 100%;
  text-align: center;
  padding:4px 0;
  font-weight: 600;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size:14px;
  line-height: 18px;
}

.tab-content{
  display: none;
}
.tab-content.active-tab{
  display: block;
}
.tab-menu{
  display: none;
}
.tab-menu.active-tab{
  display: block;
}

.error {
  width:100%;
  margin-top: 10px;
  max-width: 450px;
  float: none;
  margin:0 auto;
  border:1px solid #E2491A !important;
  color:#FF6739;
  font-weight: bold;
  padding:10px;
  background: transparent url(../images/ex.svg) no-repeat center right 10px;
}
.login-forma {
  display: block;
  float: none;
  margin:0 auto;
  margin-top: 40px;
  width:100%;
  max-width: 450px;
  /*position: absolute;
  bottom:20px;*/
  padding:15px 15px;
  background: #fffbf3;
  border:1px solid #d8d8d8;
}
.form-login {
  margin-top: 90px;
}
#login-forma label {
  color:#246c69;
  font-size:16px;
  font-weight: 600;
}
#login-forma input {
  margin-bottom: 0;
  height:32px;
  border:1px solid #d8d8d8;
}
.inputs.right input {
  border: 1px solid #d8d8d8;
}
#login-forma input[type="text"] {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  box-sizing: border-box;
  height: 32px;
  margin-bottom: 0;
  padding: 6px 10px;
  text-align: left;
  width: 100%;
  font-size:16px;
  border:1px solid #d8d8d8;
}
#login-forma input[type="submit"] {
  background: #7FD0CA;
  border: medium none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  padding: 0;
  position: relative;
  right: 0;
  text-align: center;
  border:1px solid #d8d8d8;
  text-decoration: none;
  text-transform: none;
  top: 0;
  transition: all 0.6s ease 0s;
  white-space: nowrap;
  width: 100% !important;
  height:31px;
  border-radius: 0px !important;
}
#login-forma input[type="submit"]:hover {
  background: #6BBAB3;
}
#login-forma input[type="text"]:focus,
#login-forma input[type="password"]:focus {
  border: 1px solid #999;
  outline: none; }
.inputs {
  display: block;
  width: 48%;
  margin-bottom: 10px;
}
.inputs.left {
  float: left;
}
.inputs.right {
  float: right;
}

input[type="email"],input[type="number"],input[type="search"],
input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select {
  height: 38px;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],input[type="number"],input[type="search"],
input[type="text"],input[type="tel"],
input[type="url"],input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="email"]:focus,input[type="number"]:focus,
input[type="search"]:focus,input[type="text"]:focus,
input[type="tel"]:focus,input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,select:focus {
  border: 1px solid #999;
  outline: none; }
label,legend {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 400;
  color:#747474;
  font-family: Arial, Helvetica, sans-serif; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],input[type="radio"] {
  display: inline;
  margin-right: 10px; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

.top {
  background: #7dcfcb; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #7dcfcb, #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #7dcfcb, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #7dcfcb, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #7dcfcb, #fff); /* Standard syntax */
  padding:10px 0;
  border-bottom:1px solid #7b7c7f;
}
.top img {
  display: block;
  float: left;
  width: 200px;
  height: 50px;
}

.navigation {
  background:#fffbf3;
  padding:0 0;
}
.home-back a {
  display: inline;
  position: relative;
  width: auto;
  float: left;
  margin-right: 15px;
  max-width: 100%;
  opacity:1;
  padding:8px 0;
  transition:all 0.6s ease;
}
.home-back a:hover {
  opacity:0.8;
}
.search-box {
  display: block;
  float: left;
  position: relative;
  padding: 6px 0;
  /*width: 28%;*/
}
.search-box a {
  display: inline;
  position: relative;
  width: auto;
  float: left;
  max-width: 100%;
  opacity:1;
  padding:3px 0;
  transition:all 0.6s ease;
}
.search-box a.right {
  float: right;
}
.search-box a:hover {
  opacity:0.8;
}
.delete {
  margin-left: 20px;
  margin-right:30px;
}
.right {
  margin-left: 10px;
}
.header-search {
  display: block;
  float: left;
  position: relative;
  width: 230px;
}
.power {
  display: inline;
  position: relative;
  width: auto;
  float: right;
  max-width: 100%;
  padding:13px 0;
  opacity:1;
  transition:all 0.6s ease;
}
.power:hover {
  opacity:0.8;
}
.clearfix {
  display: block;
  clear: both;
  width: 100%;
}

#main-contents {
  padding-bottom: 1080px;
}
