/*
Cascade Style Sheet for Adm @ Master Control (adm)
author: Stas Melnikov / Guilherme Xavier
Template created with use of a Responsive Framework 
*/
/*
 *helpers
 */
* {
  margin: 0;
  padding: 0;
  border: none;
}
/*
 *fonts helpers
 */
/*
 *fonts
 */
 .alertbad {
  display: block;
  color: #ff0000;
  font-size: 10px;
  text-align: center;
 }
 .alertgood {
  display: block;
  color: #00dd00;
  font-size: 10px;
  text-align: center;
 }
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon:before {
  content: "";
  display: block;
  background: no-repeat 50% 50%;
  background-size: cover;
  width: 1.8rem;
  height: 1.8rem;
}
.icon-tag:before {
  background-image: url("../icons/tags.svg");
}
.icon-user:before {
  background-image: url("../icons/user.svg");
}
/*
 *style template
 */
html {
  font-size: 10px;
}
@media screen and (max-width: 980px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 6.5px;
  }
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.8s ease-out 0s;
  transition: color 0.8s ease-out 0s;
}
a:hover {
  color: #0091be;
}
p {
  margin-bottom: 2rem;
  line-height: 3.5rem;
}
p:last-of-type {
  margin-bottom: 0;
}
.responsive-img {
  max-width: 100%;
  height: auto;
}
/*
 *grid
 */
.wrapper {
  border-bottom: 1px solid #666666;
  box-shadow: 0 -0.5rem 2rem #eeeeee inset;
}
.wrapper_decor {
  background-image: url(../img/bg_main_type0.jpg);
  background-color: #999999;
  background-repeat: no-repeat;
  background-size: 1920px 960px;
  background-attachment: fixed;
  background-position: center; 
  box-shadow: none;
}
.container {
  min-width: 100px;
  max-width: 1200px;
  position: relative;
  padding: 0 1rem;
  margin: 0 auto;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/*
 *titles
 */
.title {
  font-size: 3.5rem;
  font-weight: 400;
  color: #000000;
}
.content__title {
  margin-bottom: 4.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #666666;
}
.title_little {
  font-size: 1.8rem;
  font-weight: 400;
}
.title_middle {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}
.title_small {
  font-size: 2.5rem;
  font-weight: 400;
}
/*
 *header
 */
.header {
  min-width: 100%;
  height: 9rem;
  padding: 1.5rem 0;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  z-index: 2;
  background-color: #ffffff;
  -webkit-transition: padding 0.4s ease-out 0s;
  transition: padding 0.4s ease-out 0s;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header:after {
  content: "";
  display: inline-block;
  background-color: #666666;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: .5rem;
  -webkit-transform: translateZ(0) translate(0, 0);
  transform: translateZ(0) translate(0, 0);
  -webkit-transition: transform 0.8s ease-out 0.4s;
  transition: transform 0.8s ease-out 0.4s;
}
.logo {
  float: left;
  font-size: 3rem;
  font-weight: 400;
  color: #000000;
}
.logo__item {
  font-size: 1.6rem;
  font-weight: 400;
  color: #cccccc;
  display: block;
}
/*
 *navigation
 */
.menu {
  float: right;
}
.menu__icon {
  width: 2.8rem;
  height: 1.6rem;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0) translate(0, -50%);
  transform: translateZ(0) translate(0, -50%);
  right: 1rem;
}
.menu__icon:before {
  content: '';
  display: block;
  height: 0.4rem;
  width: 2.8rem;
  background-color: #0091be;
  box-shadow: 0 0.8rem #0091be, 0 1.6rem #0091be;
}
.menu-list {
  position: relative;
  margin-top: 1rem;
}
.menu-list__item {
  display: inline-block;
  vertical-align: middle;
  margin: .5rem 1rem;
}
.menu-list__item:last-of-type {
  margin-right: 0;
}
.menu__link {
  color: #000000;
  -webkit-transition: color 0.4s ease-in 0s;
  transition: color 0.4s ease-in 0s;
}
.menu__link:hover {
  color: #0091be;
}

.menu__link img {
  border: 1px solid #ffffff;
}

.menu__link img:hover {
  border: 1px solid #0091be;
}

/*Login*/
.menu-login li {
  /*position: relative;*/
  display: inline-block;
  margin: 10px 0px;
  text-align: center;
  width:30%;
}

@media screen and (max-width: 640px) {
	.menu-login li {
	display: block;
	/*margin: 20px;*/
	text-align: center;
	width:100%;
	}
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translateZ(0) translate(-100%, 0);
  transform: translateZ(0) translate(-100%, 0);
  width: 100%;
  height: 100%;
  background-color: #0091be;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mobile-menu .menu-close {
  display: block;
}
.menu-close {
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 9999;
  display: none;
  cursor: pointer;
  font-size: 6rem;
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu-list {
  width: 100%;
  line-height: 3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0) translate(0, -50%);
  transform: translateZ(0) translate(0, -50%);
}
.mobile-menu-list__item {
  display: inline-block;
  margin: .5rem 1rem;
}
.mobile-menu__link {
  font-size: 2rem;
  color: #000000;
  border: none;
  vertical-align: middle;
}
.mobile-menu__link:hover {
  color: #ffffff;
}
.fullscreen-menu .mobile-menu {
  opacity: 1;
  -webkit-transform: translateZ(0) translate(0, 0);
  transform: translateZ(0) translate(0, 0);
}
@media screen and (max-width: 720px) {
  .menu__icon {
    display: block;
  }
  .menu-list {
    display: none;
  }
}
/*
 *fullwidth-banner
 */
.fullwidth-banner {
  text-align: center;
  padding-top: 10rem;
}

.fullwidth-banner__img:hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
} 
 
.fullwidth-banner__img {
  width: 20rem;
  display: inline-block;
  vertical-align: middle;
   -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
} 

.fullwidth-banner__inner {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #cccccc;
  font-size: 4.5rem;
  font-style: italic;
  /*background-color: #ffffff;*/
  /*margin: 150px 0px;*/  
}
@media screen and (max-width: 768px) {
  .fullwidth-banner__inner {
    width: 100%;
    text-align: center;
  }
}
.profile__layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.profile__column {
  width: 49%;
}

.gamepage__column {
  width: 100%;
}

.profile__column p { /*§*/
		line-height: 3.5rem;
}

.profile__column h2 { /*§*/
  padding: 15px 0px 15px 0px;
		display: inline-block;
		float:none;
}

.profile__column h3 { /*§*/
		display: inline;
		padding-right: 15px;
 	line-height: 3.5rem;
		float:left;
		font-size: 16px;
}

.profile__column ul { /*§*/
	overflow:auto;
}

.profile__column li { /*§*/
  float: left;
		padding: 5px 15px 5px 0px ;
		list-style: none;
		list-style-type:none;
}

.profile__column:nth-of-type(2n+1) {
  margin-right: 1%;
  margin-left: 0;
}
.profile__column:nth-of-type(2n+2) {
  margin-right: 0;
  margin-left: 1%;
}

/* Profile Form */

.form-profile{
				width: 100%; /*width: 400px;*/
    max-width:100%; /*width: 400px;*/
				margin-top:15px;
    /*margin:10px auto;*/
    /*background:#fff;*/
    border-radius:2px;
    padding:0px;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
}
.form-profile h1{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #5C5C5C;
    font-size: xx-large;
}
.form-profile ul{
    list-style:none;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}
.form-profile li{
    display: block;
    padding: 9px;
    border:1px solid #DDDDDD;
    margin-bottom: 30px;
    border-radius: 3px;
				float: none;
}
.form-profile li:last-child{
    border:none;
    margin-bottom: 0px;
    text-align: center;
}
.form-profile li > label{
    display: block;
    float: left;
    margin-top: -19px;
    background: #FFFFFF;
    height: 14px;
    padding: 2px 5px 2px 5px;
    color: #B9B9B9;
    font-size: 14px;
    overflow: hidden;
    /*font-family: Arial, Helvetica, sans-serif;*/
}
.form-profile input[type="text"],
.form-profile input[type="date"],
.form-profile input[type="datetime"],
.form-profile input[type="email"],
.form-profile input[type="number"],
.form-profile input[type="search"],
.form-profile input[type="time"],
.form-profile input[type="url"],
.form-profile input[type="password"],
/*.form-profile textarea,*/
.form-profile select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    padding: 0;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
}
.form-profile input[type="text"]:focus,
.form-profile input[type="date"]:focus,
.form-profile input[type="datetime"]:focus,
.form-profile input[type="email"]:focus,
.form-profile input[type="number"]:focus,
.form-profile input[type="search"]:focus,
.form-profile input[type="time"]:focus,
.form-profile input[type="url"]:focus,
.form-profile input[type="password"]:focus,
.form-profile textarea:focus,
.form-profile select:focus 
{
}
.form-profile li > span{
    background: #F3F3F3;
    display: block;
    padding: 3px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #C0C0C0;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 11px;
}
.form-profile textarea{
    resize: none;
}
.form-profile input[type="submit"],
.form-profile input[type="button"]{
    background: #CCCCCC;
    border: none;
    padding: 10px 20px 10px 20px;
    border-bottom: 0px solid #CCCCCC;
    border-radius: 3px;
    color: #fff;
}
.form-profile input[type="submit"]:hover,
.form-profile input[type="button"]:hover{
    background: #0091be;
    color:#fff;
}

@media screen and (max-width: 768px) {
  .profile__layout {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile__column {
    width: 100%;
  }
  .profile__column:nth-of-type(2n+1),
  .profile__column:nth-of-type(2n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .profile__column:nth-of-type(2n+1) {
    margin-bottom: 2rem;
  }
}
/*
 *skills (Setted by Level)
 */
.skills__item {
  margin-bottom: 2.5rem;
}
.skills__item:after {
  content: "";
  display: block;
  clear: both;
}
.skills__item:last-of-type {
  margin-bottom: 0;
}
.skill-value {
  background-color: #eeeeee;
  border-radius: 5px;
  overflow: hidden;
}
.skill-value:after {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  border-radius: 5px;
  -webkit-transform: translateZ(0) translate(-100%, 0);
  transform: translateZ(0) translate(-100%, 0);
  -webkit-transition: transform 0.7s ease-out 0s;
  transition: transform 0.7s ease-out 0s;
}
.skill-value_1:after {
  background-color: #CCCCCC;
}
.skill-value_2:after {
  background-color: #FFFF00;
}
.skill-value_3:after {
  background-color: #FF0000;
}
.skill-value_4:after {
  background-color: #FF9900;
}
.skill-value_5:after {
  background-color: #009900;
}
.skill-value_6:after {
  background-color: #990066;
}
.skill-value_7:after {
  background-color: #663300;
}
.skill-value_8:after {
  background-color: #333333;
}
.skill-value_9:after {
  background-color: #000000;
}
.skill-value_10:after {
  background-color: #CC6600;
}
.skill-value_11:after {
  background-color: #999999;
}
.skill-value_12:after {
  background-color: #FFCC00;
}

.skills_active .skill-value_1:after {
  -webkit-transform: translateZ(0) translate(-10%, 0);
  transform: translateZ(0) translate(-10%, 0);
}
.skills_active .skill-value_2:after {
  -webkit-transform: translateZ(0) translate(-15%, 0);
  transform: translateZ(0) translate(-15%, 0);
}
.skills_active .skill-value_3:after {
  -webkit-transform: translateZ(0) translate(-5%, 0);
  transform: translateZ(0) translate(-5%, 0);
}
.skills_active .skill-value_4:after {
  -webkit-transform: translateZ(0) translate(-10%, 0);
  transform: translateZ(0) translate(-10%, 0);
}
.skills_active .skill-value_5:after {
  -webkit-transform: translateZ(0) translate(-15%, 0);
  transform: translateZ(0) translate(-15%, 0);
}
.skills_active .skill-value_6:after {
  -webkit-transform: translateZ(0) translate(-5%, 0);
  transform: translateZ(0) translate(-5%, 0);
}
.skills_active .skill-value_7:after {
  -webkit-transform: translateZ(0) translate(-5%, 0);
  transform: translateZ(0) translate(-5%, 0);
}
.skills_active .skill-value_8:after {
  -webkit-transform: translateZ(0) translate(-5%, 0);
  transform: translateZ(0) translate(-5%, 0);
}
.skills_active .skill-value_9:after {
  -webkit-transform: translateZ(0) translate(-5%, 0);
  transform: translateZ(0) translate(-5%, 0);
}
.skills_active .skill-value_10:after {
  -webkit-transform: translateZ(0) translate(-5%, 0);
  transform: translateZ(0) translate(-5%, 0);
}
.skills_active .skill-value_11:after {
  -webkit-transform: translateZ(0) translate(-5%, 0);
  transform: translateZ(0) translate(-5%, 0);
}
.skills_active .skill-value_12:after {
  -webkit-transform: translateZ(0) translate(-5%, 0);
  transform: translateZ(0) translate(-5%, 0);
}


.skill {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
/*
 *projects (Games)
 */
.projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project {
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
  width: 23.5%;
}
.project:nth-of-type(4n+2) {
  margin-left: 2%;
  margin-right: 1%;
}
.project:nth-of-type(4n+3) {
  margin-right: 2%;
  margin-left: 1%;
}
.project:hover .project__overlay {
  opacity: 1;
}
.project__overlay {
  background-color: #cccccc;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
}
.project__name {
  width: 98%;
  padding: 1%;
  display: block;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0) translate(0, -50%);
  transform: translateZ(0) translate(0, -50%);
}
@media screen and (max-width: 1280px) {
  .project {
    width: 32%;
  }
  .project:nth-of-type(4n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .project:nth-of-type(4n+3) {
    margin-right: 0;
    margin-left: 0;
  }
  .project:nth-of-type(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .project {
    width: 49%;
    margin-bottom: 1rem;
  }
  .project:nth-of-type(3n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .project:nth-of-type(2n+1) {
    margin-right: 1%;
    margin-left: 0;
  }
  .project:nth-of-type(2n+2) {
    margin-right: 0;
    margin-left: 1%;
  }
}
@media screen and (max-width: 480px) {
  .project {
    width: 100%;
  }
  .project:nth-of-type(2n+1),
  .project:nth-of-type(2n+2) {
    margin-right: 0;
    margin-left: 0;
  }
}
/*
 *blog
 */
.posts__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.posts__column {
  width: 49%;
}
.posts__column:nth-of-type(2n+1) {
  margin-right: 1%;
  margin-left: 0;
}
.posts__column:nth-of-type(2n+2) {
  margin-right: 0;
  margin-left: 1%;
}
.article {
  margin-top: 5rem;
}
.article:after {
  content: "";
  display: block;
  clear: both;
}
.article_main {
  margin-top: 0;
}
.article__header:after {
  content: "";
  display: block;
  clear: both;
}
.article__content {
  float: right;
  width: 85%;
}
.article__footer {
  float: right;
  width: 100%;
}
.article__author {
  float: left;
}
.article__tags {
  float: right;
}
.article__title {
  margin-bottom: 2.5rem;
}
.article__icon {
  margin-right: .5rem;
}
.article__img {
  margin-bottom: 2.5rem;
}
.article__readmore {
  color: #000000;
}
.article__readmore:hover {
  color: #cccccc;
}
.article__tag {
  padding: .2rem 1rem;
  background-color: #bbbbbb;
  margin-bottom: 1.5rem;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}
.article__date {
  float: left;
  width: 10%;
  text-align: center;
}
.article__day {
  background-color: #eeeeee;
  padding: 1.5rem .5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
.article__month {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #cccccc;
  padding: .5rem;
  text-align: center;
}
.article__label {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}
@media screen and (max-width: 480px) {
  .posts__column {
    width: 100%;
  }
  .posts__column:nth-of-type(2n+1),
  .posts__column:nth-of-type(2n+2) {
    margin-right: 0;
    margin-left: 0;
  }
}
/*
 *contacts
 */
.contacts {
  position: relative;
  min-width: 100%;
}
.contacts__info {
  width: 36rem;
  padding: 2.5rem 3.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 10%;
  top: 11rem;
  z-index: 2;
}
.contacts__title {
  margin-bottom: 1.5rem;
}
.contacts__map {
  height: 45rem;
  width: 100%;
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
@media screen and (max-width: 640px) {
  .contacts__info {
    display: none;
  }
  .contacts__map {
    height: 25rem;
    width: 100%;
  }
}
/*
 *footer
 */
.footer {
  min-width: 100px;
  padding: 3rem 1.5rem;
  background-color: #3c3838;
  font-size: 1.5rem;
  color: #fefefe;
}
.footer:after {
  content: "";
  display: block;
  clear: both;
}
.footer__right-column {
  float: right;
  text-align: right;
}
.footer__left-column {
  float: left;
}
.footer__link {
  color: #ffffff;
}
.footer__link:hover {
  color: #fefefe;
}
.copyright {
  margin-left: 2.5rem;
}
@media screen and (max-width: 640px) {
  .copyright,
  .author {
    float: left;
    margin-left: 1rem;
  }
}
/*
 *tables
*/

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #eeeeee;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
.bordered td img {
	vertical-align: middle;
	padding-right: 5px;
}

.bordered th {
    background-color: #dddddd;
	/*
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
	*/
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/*
 *preloader
 */
.preloader_active:after {
  content: "";
  display: block;
  background-color: #0091be; /* Cor Institucional */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
}
.preloader_active .mpc_preloader {
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0) translate(0, -50%);
  transform: translateZ(0) translate(0, -50%);
  position: fixed;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateZ(0) translate(-50%, -50%);
  transform: translateZ(0) translate(-50%, -50%);
}
.preloader_active .mpc_preloader9:before,
.preloader_active .mpc_preloader9:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
}
.preloader_active .mpc_preloader9:before {
  background-color: #ffffff;
  -webkit-transform: translateZ(0) translate(-50%, 0%);
  transform: translateZ(0) translate(-50%, 0%);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: mpc_preloader_left_round 1.8s infinite ease-in-out;
  animation: mpc_preloader_left_round 1.8s infinite ease-in-out;
}
.preloader_active .mpc_preloader9:after {
  background-color: #ffffff;
  -webkit-transform: translateZ(0) translate(150%, 0%);
  transform: translateZ(0) translate(150%, 0%);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: mpc_preloader_right_round 1.8s infinite ease-in-out;
  animation: mpc_preloader_right_round 1.8s infinite ease-in-out;
}
@-webkit-keyframes mpc_preloader_left_round {
  50% {
    -webkit-transform: translateZ(0) translate(150%, 0%);
    transform: translateZ(0) translate(150%, 0%);
  }
  100% {
    -webkit-transform: translateZ(0) translate(-50%, 0%);
    transform: translateZ(0) translate(-50%, 0%);
  }
}
@keyframes mpc_preloader_left_round {
  50% {
    -webkit-transform: translateZ(0) translate(150%, 0%);
    transform: translateZ(0) translate(150%, 0%);
  }
  100% {
    -webkit-transform: translateZ(0) translate(-50%, 0%);
    transform: translateZ(0) translate(-50%, 0%);
  }
}
@-webkit-keyframes mpc_preloader_right_round {
  50% {
    -webkit-transform: translateZ(0) translate(-50%, 0%);
    transform: translateZ(0) translate(-50%, 0%);
  }
  100% {
    -webkit-transform: translateZ(0) translate(150%, 0%);
    transform: translateZ(0) translate(150%, 0%);
  }
}
@keyframes mpc_preloader_right_round {
  50% {
    -webkit-transform: translateZ(0) translate(-50%, 0%);
    transform: translateZ(0) translate(-50%, 0%);
  }
  100% {
    -webkit-transform: translateZ(0) translate(150%, 0%);
    transform: translateZ(0) translate(150%, 0%);
  }
}