﻿/*$PageHeaderBGColor1: #1470A4;
$PageHeaderBGColor2: #116A9D;
$PageHeaderBGColor3: #0E6597;*/
/*@font-face { @include mxnFontFace($fontLight, 'HelveticaNeueLT-Std-Lt'); }
@font-face { @include mxnFontFace($fontRegular, 'HelveticaNeueLT-Std-Med'); }
@font-face { @include mxnFontFace($fontBold, 'HelveticaNeueLT-Std'); }*/
/*@font-face {*/
/*font-family: "Levenim MT";
    font-style: normal;
    font-weight: normal;
    src: url('fonts/lvnm.eot?v=6.0.0');
    src: url('fonts/lvnm.eot?#iefix&v=6.0.0') format('embedded-opentype'), url('fonts/lvnm.woff?v=6.0.0') format('woff'), url('fonts/lvnm.ttf?v=6.0.0') format('truetype'), url('fonts/lvnm.svg?v=6.0.0#LevenimMTregular') format('svg');*/
/*src: local("?"), url("../fonts/lvnm.woff") format("woff"), url("../fonts/lvnm.ttf") format("truetype");*/
/*}*/
@font-face {
  font-family: 'Maven Pro';
  src: url("fonts/MavenPro-Regular.eot");
  src: url("fonts/MavenPro-Regular.eot#iefix") format("embedded-opentype"), url("fonts/MavenPro-Regular.woff2") format("woff2"), url("fonts/MavenPro-Regular.ttf") format("truetype"), url("fonts/MavenPro-Regular.woff") format("woff"), url("fonts/MavenPro-Regular.svg#MavenPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Maven Pro Medium';
  src: url("fonts/MavenPro-Medium.eot");
  src: url("fonts/MavenPro-Medium.eot#iefix") format("embedded-opentype"), url("fonts/MavenPro-Medium.woff2") format("woff2"), url("fonts/MavenPro-Medium.ttf") format("truetype"), url("fonts/MavenPro-Medium.woff") format("woff"), url("fonts/MavenPro-Medium.svg#MavenPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Maven Pro Bold';
  src: url("fonts/MavenPro-Bold.eot");
  src: url("fonts/MavenPro-Bold.eot#iefix") format("embedded-opentype"), url("fonts/MavenPro-Bold.woff2") format("woff2"), url("fonts/MavenPro-Bold.ttf") format("truetype"), url("fonts/MavenPro-Bold.woff") format("woff"), url("fonts/MavenPro-Bold.svg#MavenPro-Regular") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Maven Pro Black';
  src: url("fonts/MavenPro-Black.eot");
  src: url("fonts/MavenPro-Black.eot#iefix") format("embedded-opentype"), url("fonts/MavenPro-Black.woff2") format("woff2"), url("fonts/MavenPro-Black.ttf") format("truetype"), url("fonts/MavenPro-Black.woff") format("woff"), url("fonts/MavenPro-Black.svg#MavenPro-Regular") format("svg");
  font-weight: bolder;
  font-style: normal; }

/*$PageHeaderBGColor1: #1470A4;
$PageHeaderBGColor2: #116A9D;
$PageHeaderBGColor3: #0E6597;*/
/***************************************** FONDO *******************************************/
body {
  font-family: 'Maven Pro', Verdana, Arial;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: 100%;
  background-color: white;
  padding: 0;
  margin: 0;
  font-size: 16px;
  height: 100vh;
  min-height: 240px;
  min-width: 240px; }

/****************************************** HEADER ******************************************/
div.pageHeader {
  width: 100%;
  height: 70px;
  background-color: #0061a1;
  position: relative;
  border-bottom: 1px solid #327FB7;
  margin-bottom: 20px; }

a.logo {
  cursor: pointer !important; }

img.pageHeaderLogo {
  position: absolute;
  margin-left: 50px;
  margin-top: 19px;
  width: 160px;
  /*pointer-events: none;*/ }

/******************************************* Contenido *************************************/
div.body-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 44px; }

div.containerCenter {
  max-width: 900px;
  margin: auto; }

div.containerItems {
  max-width: 100%;
  margin: auto; }

/******************************************* FOOTER ****************************************/
footer {
  height: 30px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff; }

div.pageFooterBottom {
  height: 100%;
  position: relative; }
  div.pageFooterBottom .pageFooterBottomLine {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 6px;
    background: #0061a1;
    border-top: 1px solid #327FB7; }

div.pageFooterLeft {
  text-align: left;
  position: absolute;
  left: 0;
  border-left-width: 0 !important; }

div.pageFooterRight {
  text-align: right;
  position: absolute;
  right: 0;
  border-right-width: 0 !important; }

div.pageFooterBottom > div.pageFooterLeft span {
  margin-left: 10px;
  color: #003565; }

div.pageFooterBottom > div.pageFooterRight img {
  margin-right: 14px;
  margin-top: -12px;
  pointer-events: none; }

/********************************************* MENU ****************************************/
div.pageMenuUser {
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 0;
  height: 40px; }
  div.pageMenuUser .cssMenuPyx:nth-child(2) i {
    top: 12px; }
  div.pageMenuUser .icon-Lenguaje {
    position: relative;
    margin: auto; }

div.pageMenuUser > ul > li > a:first-child {
  padding: 0 16px 0 16px;
  font-size: 14px; }

div.menuGeneral {
  background-color: #0061a1;
  position: absolute;
  right: 350px;
  height: 70px; }

.cssMenuPyx .user-name {
  text-transform: uppercase; }

ul.cssMenuPyx, ul.cssMenuPyx ul {
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0; }

ul.cssMenuPyx ul {
  background-color: transparent;
  border-radius: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  float: left;
  z-index: 1000;
  top: 100%;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  visibility: hidden;
  display: none; }

ul.cssMenuPyx li:hover > ul {
  opacity: 1;
  visibility: visible;
  display: block; }

ul.cssMenuPyx li {
  display: block;
  float: left;
  font-size: 0;
  position: relative;
  white-space: nowrap; }

ul.cssMenuPyx li:hover {
  /*z-index: 1;*/ }

ul.cssMenuPyx ul ul {
  left: 100%;
  position: absolute;
  top: 0; }

ul.cssMenuPyx {
  border-radius: 0;
  display: inline-block;
  font-size: 0;
  padding: 0;
  position: relative; }

ul.cssMenuPyx li a {
  display: block; }

ul.cssMenuPyx > li {
  margin: 0;
  display: inline;
  padding: 0 10px; }

ul.cssMenuPyx li img {
  margin-right: 7px; }

ul.cssMenuPyx a:active, ul.cssMenuPyx a:focus {
  outline-style: none; }

ul.cssMenuPyx a {
  background-repeat: repeat;
  border-style: none;
  border-width: 0;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  font-family: 'Maven Pro', Verdana, Arial;
  -o-transition: background-color 0.8s linear;
  -moz-transition: background-color 0.8s linear;
  -webkit-transition: background-color 0.8s linear;
  transition: background-color 0.8s linear; }

ul.cssMenuPyx ul li {
  float: none;
  margin: 0;
  width: 200px; }
  ul.cssMenuPyx ul li span {
    width: 100%;
    display: block; }
  ul.cssMenuPyx ul li span:after {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    position: absolute;
    right: 10px; }

ul.cssMenuPyx ul a {
  background-color: #0E6597;
  /*#555555*/
  border-radius: 0;
  color: #FFFFFF;
  /*font: 13px Open Sans,Arial,sans-serif;*/
  font-size: 14px;
  padding: 10px 15px;
  text-align: left;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

ul.cssMenuPyx li:hover > a, ul.cssMenuPyx li a.pressed {
  border-style: none;
  color: #FFFFFF;
  text-decoration: none; }

ul.cssMenuPyx li a:hover, ul.cssMenuPyx li:hover {
  background-color: #116A9D;
  /*rgb(160, 160, 160);*/
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

ul.cssMenuPyx ul li:hover > a, ul.cssMenuPyx ul li a.pressed {
  background-color: #1470A4;
  /*rgb(160, 160, 160);*/
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

ul.cssMenuPyx li.topmenu > a {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 4px 0 0;
  color: #444444;
  /*font: bold 13px Open Sans,Arial,sans-serif;*/
  font-size: 14px;
  padding: 35px 16px 0 16px;
  text-shadow: none;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

ul.cssMenuPyx li.topmenu:hover > a, ul.cssMenuPyx li.topmenu a.pressed {
  background-color: #116A9D;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

ul.cssMenuPyx > li + li {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAqBAMAAABrZ5dMAAAALVBMVEUTa5wUbqAVcaQVcKMUb6EVb6ITbJ0UbZ8UbJ4WcaQVcKIUbZ4Ubp8Vb6ETa50vP7uOAAAAJklEQVR4Xi3BhwkAIADAsLq3/58rSAnji0qaFB2ygjZNi66qC/AAJCcA6HLvDGUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 0 24px; }

ul.cssMenuPyx > li > a {
  /*padding: 10px 0 0 0;*/
  line-height: 70px;
  cursor: pointer;
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAqCAYAAAB2i+FBAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAAF1JREFUKJGlkTEOgEAIBGf3If7VX/koC0s7LM5EiJqLHt2EMGFB07wEwL6tmLNkXwBgIhKUziNIyYZw9GeqoHQ0uEGDb4Jqc84DjoF1GkR3JoOKgB95bgepL3nLcwA4QhOR2WC4tQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right 24px;*/ }
  ul.cssMenuPyx > li > a.MenuX {
    padding: 10px 16px 0 16px; }

.menuGeneral ul.cssMenuPyx > li > a {
  text-transform: uppercase; }

ul.cssMenuPyx > li:last-child > a, ul.cssMenuPyx > li > a:hover {
  background-image: none; }

.cssMenuPyxActive > a {
  border-bottom: 2px solid #003565 !important; }

body {
  /*background-image: url('Images/ffffff/footer.png');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: 100%;
  background-color: white;
  padding: 0;
  margin: 0;
  font-size: 12px;
  height: 100vh;
  min-height: 240px;
  min-width: 240px; }

/*div.pageHeaderTitle {
  width: 435px;
  height: 0;
  position: absolute;
  right: 0;
  border-left: 60px solid transparent;
  //border-bottom: 44px solid #F2F2F3;
  top: 38px;
}*/
/*div.pageTitleBorder {
  height: 1.6px;
  position: absolute;
  background-color: white;
}*/
/*div.pageTitleBorderBottom {
  width: 90%;
  right: 30px;
  top: 50px;
}*/
.spanIconReplay9 {
  height: 50px;
  width: 50px;
  background-color: #00A0DF;
  border-radius: 50%;
  display: inline-block;
  position: fixed;
  bottom: 40px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.2s;
  cursor: pointer;
  color: white; }

.spanIconReplay9:hover {
  border-radius: 25px;
  width: 250px; }

.iconReplayText9 {
  color: white;
  font-size: 19px;
  margin-left: 2.3em; }

a {
  color: #003565;
  cursor: pointer;
  text-decoration: none; }

a:hover {
  color: gray;
  text-decoration: none; }

input:focus, select:focus {
  border-color: #003565 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(154, 0, 120, 0.075), 0 0 8px #003565 !important;
  box-shadow: inset 0 1px 1px rgba(154, 0, 120, 0.075), 0 0 8px #003565 !important; }

select option {
  padding: 5px 0 !important;
  margin: 5px 0 !important;
  height: 20px !important;
  line-height: 20px !important; }

select:active, select:hover {
  outline: none; }

option:checked, option:active {
  background: #003565; }

table td .fa:hover {
  cursor: pointer;
  color: darkblue; }

.footable > tbody > tr > td, .footable > thead > tr > th {
  text-align: center; }

.footable-even {
  background-color: white; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 2px; }

.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear; }

.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #003565;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out; }

.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.div-loading label {
  color: gray; }

label.error {
  color: #a94442; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*tabs*/
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #003565;
  border-radius: 2px;
  padding: 20px;
  position: relative; }

.tabs-container a {
  color: gray; }

.tabs-container a:hover {
  color: #003565; }

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #003565;
  color: white; }

.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.tabs-container .tab-pane .panel-body {
  border-top: none; }

.tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent; }

.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec; }

.tabs-container .tab-pane .panel-body {
  border-top: none; }

.tabs-container .tabs-left .tab-pane .panel-body, .tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #003565; }

.tabs-container .nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent; }

.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0; }

.tabs-container .tabs-left .panel-body {
  position: static; }

.tabs-container .tabs-left > .nav-tabs, .tabs-container .tabs-right > .nav-tabs {
  width: 20%; }

.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%; }

.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%; }

.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none; }

.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block; }

.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec; }

.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent; }

.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none; }

.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px; }

.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  border-right-color: #ffffff; }

.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px; }

.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  border-left-color: #ffffff;
  z-index: 1; }

button.btn > i.fa + span {
  margin-left: .6em;
  display: inline-block; }

@media (max-width: 767px) {
  .tabs-container .nav-tabs > li {
    float: none !important; }
  .tabs-container .nav-tabs > li.active > a {
    border-bottom: 1px solid #e7eaec !important;
    margin: 0; } }

.div-instructions {
  text-align: center;
  font-size: 25px;
  color: #B3B2B2; }
  .div-instructions i {
    color: #003565;
    font-size: 45px; }

/*ibox*/
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0; }

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec !important;
  border-image: none;
  border-style: solid solid none !important;
  border-width: 2px 0 0 !important;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px; }

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec !important;
  border-image: none;
  border-style: solid solid none !important;
  border-width: 1px 0; }

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px; }

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
  color: #003565; }
  .ibox-title h5 i {
    color: gray; }

.ibox-title .label {
  float: left;
  margin-left: 4px; }

.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right; }

.ibox-tools a:not(.normal) {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4; }

.ibox-tools a.btn-primary {
  color: #fff; }

.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px; }

.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0; }

.fullscreen-ibox-mode .animated {
  animation: none; }

body.fullscreen-ibox-mode {
  overflow-y: hidden; }

.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0; }

.ibox.fullscreen .collapse-link {
  display: none; }

.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px); }

.star-5-points {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0;
  position: relative;
  margin: 50px 0;
  border: 100px solid transparent;
  border-top: 0 solid;
  border-bottom: 70px solid #1abc9c;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: red;
  -o-text-overflow: clip;
  text-overflow: clip;
  -webkit-transform: rotateZ(35deg);
  transform: rotateZ(35deg); }

.star-5-points::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: -45px;
  left: -65px;
  border: 30px solid transparent;
  border-top: 0 solid;
  border-bottom: 80px solid #1abc9c;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: none;
  -webkit-transform: rotateZ(-35deg);
  transform: rotateZ(-35deg); }

.star-5-points::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: 3px;
  left: -105px;
  border: 100px solid transparent;
  border-top: 0 solid;
  border-bottom: 70px solid #1abc9c;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: red;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: none;
  -webkit-transform: rotateZ(-70deg);
  transform: rotateZ(-70deg); }

.row {
  margin-top: 5px !important; }

.form-control {
  border-radius: 0; }

.btn-group[data-toggle=buttons] label.btn.btn-primary:not(.active) {
  background: #eee;
  color: #2a2a2a; }

.btn-group[data-toggle=buttons] label.btn.btn-primary.active {
  background: #337ab7;
  color: #fff; }

.dropdown-menu > li:hover > a:hover, .dropdown-menu > li > a:focus {
  color: #0061a1;
  background-color: #EDEDED; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0deg) translateY(0); }
  15%, 35%, 55%, 75%, 95% {
    -webkit-transform: translateX(-1px) rotate(-2deg); }
  25%, 45%, 65%, 85% {
    -webkit-transform: translateX(1px) rotate(2deg); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(1px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(-1px); } }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0) rotate(0deg) translateY(0); }
  15%, 35%, 55%, 75%, 95% {
    -moz-transform: translateX(-1px) rotate(-2deg); }
  25%, 45%, 65%, 85% {
    -moz-transform: translateX(1px) rotate(2deg); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateY(1px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateY(-1px); } }

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0) rotate(0deg) translateY(0); }
  15%, 35%, 55%, 75%, 95% {
    -o-transform: translateX(-1px) rotate(-2deg); }
  25%, 45%, 65%, 85% {
    -o-transform: translateX(1px) rotate(2deg); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateY(1px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateY(-1px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0) rotate(0deg) translateY(0); }
  15%, 35%, 55%, 75%, 95% {
    transform: translateX(-1px) rotate(-2deg); }
  25%, 45%, 65%, 85% {
    transform: translateX(1px) rotate(2deg); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(1px); }
  20%, 40%, 60%, 80% {
    transform: translateY(-1px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition-timing-function: linear; }

.opt-trigger {
  cursor: pointer;
  font-weight: normal; }

.opt-trigger:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.opt-button {
  display: none; }

.opt-trigger:hover + .opt-button {
  display: inline !important;
  color: gray; }

.wait-loading {
  display: none !important; }

.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }

.spiner.spiner-small {
  display: inline-block;
  margin-left: 10px; }

.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto; }

.sk-spinner-cube-grid.sk-spinner.small-cube {
  width: 15px;
  height: 15px; }

.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #0061a1;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.addInformation {
  color: #0061a1;
  text-decoration: solid; }

.tippy-tooltip.custom-theme {
  background-color: #2D2D30;
  border: 2px solid #2D2D30;
  font-weight: bold;
  color: white; }

.tippy-popper[x-placement^=right] .tippy-tooltip.custom-theme .tippy-roundarrow {
  fill: #2D2D30; }

.tippy-popper[x-placement^=left] .tippy-tooltip.custom-theme .tippy-roundarrow {
  fill: #2D2D30; }

.tippy-popper[x-placement^=top] .tippy-tooltip.custom-theme .tippy-roundarrow {
  fill: #2D2D30; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.custom-theme .tippy-roundarrow {
  fill: #2D2D30; }

.blue-color {
  color: #0061a1; }
  .blue-color:hover {
    cursor: pointer; }

i.icon-trash {
  cursor: pointer; }

button.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

