/*------------------------------------------
Template Name: AdminEx Dashboard
Author: ThemeBucket
-------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url('bootstrap.min.css');
@import url('bootstrap-reset.css');
@import url('jquery-ui-1.10.3.css');
@import url('../fonts/css/font-awesome.min.css');
@import url('../fonts/icomoon/style.css');
@import url('custom-ico-fonts.css');
.rojo {
  background-color: #C7111E !important; }

.azul-nav {
  background-color: #424F63 !important; }

.azul-o {
  background-color: #17548A !important; }

.azul-c {
  background-color: #0091B9 !important; }

.naranja {
  background-color: #ED5806 !important; }

.amarillo, .item-clicable .titulo.active {
  background-color: #2F65A7 !important; }

.verde {
  background-color: #25CF0B !important; }

.light-azul-o {
  background-color: #6a8abe !important; }

.light-azul-c {
  background-color: #5ab6df !important; }

.light-naranja {
  background-color: #fc8675 !important; }

.light-verde {
  background-color: #4acacb !important; }

.fuente-verde {
  color: #33C277; }
  
  
.fuente-gris {
  color: grey; 
}

.fuente-rojo, .frojo {
  color: #C7111E; 
}

.fuente-amarillo {
  color: #eccb50; 
}
.element-list:hover{
	background: #CEE3F6;	
}

body {
  background: #424F63;
  font-family: 'Open Sans', sans-serif;
  color: #7a7676;
  line-height: 20px;
  overflow-x: hidden;
  font-size: 14px; }

input, select, textarea {
  font-family: 'Open Sans', sans-serif;
  color: #767676; }

a {
  color: #2F65A7; }
  a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #2e3744; }

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif; }

.mtop10 {
  margin-top: 10px; }

hr {
  border-color: #ddd; }

/*-------------------------------
            LOGIN STYLES
-------------------------------*/
.login-body {
  background: #2F65A7 url("../images/login-bg.jpg") no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%; }

.form-signin {
  max-width: 330px;
  margin: 100px auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .form-signin .form-signin-heading {
    margin: 0;
    padding: 25px 15px;
    text-align: center;
    color: #fff;
    position: relative; }

.sign-title {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: -60px;
  left: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase; }

.form-signin .checkbox {
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0; }
  .form-signin .checkbox a {
    color: #fff; }
    .form-signin .checkbox a:hover {
      color: #fff; }
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .form-signin .form-control:focus {
    z-index: 2; }
.form-signin input[type="text"], .form-signin input[type="password"] {
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #eaeaec;
  background: #eaeaec;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px; }
.form-signin .btn-login {
  background: #6bc5a4;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin: 20px 0 5px;
  padding: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 30px; }
  .form-signin .btn-login:hover {
    background: #688ac2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.form-signin p {
  text-align: left;
  color: #b6b6b6;
  font-size: 16px;
  font-weight: normal; }
.form-signin a {
  color: #6bc5a4; }
  .form-signin a:hover {
    color: #6bc5a4;
    text-decoration: underline; }

.login-wrap {
  padding: 20px;
  position: relative; }

.registration {
  color: #c7c7c7;
  text-align: center;
  margin-top: 15px; }

/*---------------------------------
            LEFT SIDE
----------------------------------*/
.left-side {
  width: 240px;
  position: absolute;
  top: 0;
  left: 0; }

.sticky-left-side {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 100; }
  .sticky-left-side .custom-nav {
    margin-top: 100px; }

@media screen and (max-width: 800px) {
  .sticky-left-side .custom-nav {
    margin-top: 100px !important; } }

.left-side-collapsed .sticky-left-side {
  overflow-y: visible; }

.logo {
  padding-top: 5px;
  height: 100px; }
  .logo a {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    display: inline-block; }

.logo-icon {
  display: none; }
  .logo-icon img {
    width: 40px; }

.left-side-collapsed .logo-icon {
  height: 45px;
  margin-top: -48px;
  display: block !important; }

.left-side-inner {
  padding: 0px;
  margin-bottom: 50px; }

.left-side .searchform {
  display: none; }
  .left-side .searchform::after {
    content: '';
    display: block;
    clear: both; }
  .left-side .searchform input {
    padding: 10px;
    width: 90%;
    margin: 0 0 20px 12px;
    border-radius: 2px;
    border: none; }
.left-side .logged-user {
  padding: 0 0 15px 12px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none; }
  .left-side .logged-user .media-object {
    width: 45px;
    border-radius: 3px;
    float: left; }
  .left-side .logged-user .media-body {
    margin-left: 60px;
    color: #d7d7d7; }
    .left-side .logged-user .media-body h4 {
      font-size: 15px;
      margin: 5px 0 0 0; }
      .left-side .logged-user .media-body h4 a {
        color: #fff; }
    .left-side .logged-user .media-body span {
      font-style: italic;
      font-size: 11px;
      opacity: 0.5; }


.custom-nav > li > a {
  color: #fff;
  padding: 12px 20px;
  border-radius: 0;
  -webkit-border-radius: 0; }
  .custom-nav > li > a:hover, .custom-nav > li > a:active {
    background-color: #2e3744;
    color: #2F65A7;
    border-radius: 0;
    -webkit-border-radius: 0; }
.custom-nav > li.menu-list > a {
  background: transparent url(../images/plus-white.png) no-repeat 93% center; }
  .custom-nav > li.menu-list > a:hover {
    background-color: #2e3744;
    background-image: url(../images/plus.png); }
.custom-nav > li.nav-active > a {
  background-color: #2e3744;
  background-image: url(../images/minus.png);
  color: #428bca; }
.custom-nav > li.nav-active > ul {
  display: block; }
.custom-nav > li.nav-active > a:hover {
  background-image: url(../images/minus.png); }
.custom-nav > li.active > a {
  background-color: #2e3744;
  color: white; }
  .custom-nav > li.active > a:hover, .custom-nav > li.active > a:focus {
    background-color: #2e3744;
    color: #428bca; }
.custom-nav > li.menu-list.active > a {
  background-image: url(../images/plus.png); }
.custom-nav > li.nav-active.active > a {
  background-image: url(../images/minus.png); }
  .custom-nav > li.nav-active.active > a:hover {
    background-image: url(../images/minus.png); }
.custom-nav li .fa {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
  width: 16px;
  text-align: center; }
.custom-nav .sub-menu-list {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
  background: #2e3744; }
  .custom-nav .sub-menu-list > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 50px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .custom-nav .sub-menu-list > li > a:hover, .custom-nav .sub-menu-list > li > a:active, .custom-nav .sub-menu-list > li > a:focus {
      text-decoration: none;
      color: #2F65A7;
      background: #232a35; }
  .custom-nav .sub-menu-list > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline; }
  .custom-nav .sub-menu-list > li.active > a {
    color: #7EC0EE;
    background-color: #232a35; }
  .custom-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0; }
.custom-nav .menu-list.active ul {
  display: block; }

/*------------------------------------------
            LEFT SIDE COLLAPSE
-------------------------------------------*/
.left-side-collapsed .logo {
  display: none; }
.left-side-collapsed .header-section {
  margin-left: 0px; }
.left-side-collapsed .left-side {
  width: 52px;
  top: 52px; }
.left-side-collapsed .left-side-inner {
  padding: 0; }

h5.left-nav-title {
  margin-left: 10px;
  color: #fff; }

.left-side-collapsed .custom-nav {
  margin: 2px 0 20px 0; }
  .left-side-collapsed .custom-nav li a {
    text-align: center;
    padding: 10px;
    position: relative; }
    .left-side-collapsed .custom-nav li a span {
      position: absolute;
      background: #2F65A7;
      padding: 10px;
      left: 52px;
      top: 0;
      min-width: 173px;
      text-align: left;
      z-index: 100;
      display: none; }
      .left-side-collapsed .custom-nav li a span:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-right-color: #2F65A7;
        border-width: 6px;
        margin-top: -6px; }
  .left-side-collapsed .custom-nav li.active a span {
    border-radius: 0; }
  .left-side-collapsed .custom-nav > li.menu-list > a {
    background-image: none; }
  .left-side-collapsed .custom-nav ul {
    display: none; }
  .left-side-collapsed .custom-nav .menu-list.nav-active ul {
    display: none; }
  .left-side-collapsed .custom-nav .menu-list.nav-hover ul {
    display: block; }
  .left-side-collapsed .custom-nav > li.nav-hover > a, .left-side-collapsed .custom-nav > li.nav-hover.active > a {
    background: #fff;
    color: #424F63; }
  .left-side-collapsed .custom-nav li.nav-hover a span {
    display: block;
    color: #fff; }
  .left-side-collapsed .custom-nav li.nav-hover.active a span {
    background: #2F65A7;
    color: #fff; }
  .left-side-collapsed .custom-nav li.nav-hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: 53px;
    margin: 0;
    min-width: 172px;
    background: #2e3744;
    z-index: 100;
    border-radius: 0 0 2px 0; }
  .left-side-collapsed .custom-nav ul a {
    text-align: left;
    padding: 6px 10px;
    padding-left: 10px; }
    .left-side-collapsed .custom-nav ul a:hover {
      background: #232a35; }
  .left-side-collapsed .custom-nav li a i {
    margin-right: 0; }
.left-side-collapsed .main-content {
  margin-left: 52px; }
.left-side-collapsed .left-side {
  overflow: visible !important; }

/*----------------------------
        HEADER SECTION
-----------------------------*/
.header-section {
  background: #fff;
  border-bottom: 1px solid #eff0f4; }
  .header-section::after {
    clear: both;
    display: block;
    content: ''; }

.toggle-btn {
  width: 52px;
  height: 50px;
  font-size: 20px;
  padding: 15px;
  cursor: pointer;
  float: left;
  color: #212121;
  border-right: 1px solid #e7e7e7;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .toggle-btn:hover {
    background: #2F65A7;
    color: #fff;
    border-right-color: #2F65A7; }

.searchform input {
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  font-size: 14px;
  height: 35px;
  margin: 7px 0 0 10px;
  padding: 10px;
  width: 220px; }
  .searchform input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd; }

.menu-right {
  float: right;
  margin-right: 15px; }

.notification-menu {
  list-style: none; }
  .notification-menu > li {
    display: inline-block;
    float: left;
    position: relative; }
    .notification-menu > li > a > i {
      margin-top: 6px; }
  .notification-menu .dropdown-toggle {
    padding: 12px 10px;
    border-color: #fff;
    background: #fff;
    border-radius: 0;
    border: none; }
    .notification-menu .dropdown-toggle:hover, .notification-menu .dropdown-toggle:focus, .notification-menu .dropdown-toggle:active, .notification-menu .dropdown-toggle.active {
      background: #424F63;
      color: #2F65A7;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .notification-menu .open .dropdown-toggle.dropdown-toggle {
    background: #424F63;
    color: #2F65A7;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .notification-menu .dropdown-toggle img {
    vertical-align: middle;
    margin-right: 5px;
    width: 26px;
    border-radius: 2px; }
  .notification-menu .dropdown-toggle .caret {
    margin-left: 5px; }
  .notification-menu .dropdown-menu {
    border: 0;
    margin-top: 0px;
    border-radius: 2px 0 2px 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px; }
    .notification-menu .dropdown-menu:after {
      border-bottom: 6px solid #2F65A7;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      content: "";
      display: inline-block;
      right: 10px;
      position: absolute;
      top: -6px; }
    .notification-menu .dropdown-menu li {
      display: block;
      margin: 0;
      float: none;
      background: none;
      padding: 15px; }
  .notification-menu .dropdown-menu-usermenu li {
    padding: 0; }
  .notification-menu .dropdown-menu li a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .notification-menu .dropdown-menu li a:hover {
      background: #232a35;
      color: #fff; }
  .notification-menu .dropdown-menu li i {
    font-size: 11px;
    margin-right: 5px; }
  .notification-menu .dropdown-menu-head {
    padding: 0;
    min-width: 300px; }
  .notification-menu .info-number {
    padding: 12px 15px;
    height: 50px;
    font-size: 16px;
    background: #fff;
    color: #333;
    border-color: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .notification-menu .dropdown-menu-usermenu {
    background: #2F65A7;
    min-width: 200px; }
  .notification-menu .dropdown-menu-head ul {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0; }
  .notification-menu .dropdown-menu-head li a {
    color: #333;
    padding: 0;
    opacity: 1; }
    .notification-menu .dropdown-menu-head li a:hover {
      background: none;
      color: #2F65A7 !important;
      text-decoration: none; }
  .notification-menu .btn-group {
    margin-bottom: 0; }

.dropdown-list li {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #eee; }
  .dropdown-list li:last-child {
    border-bottom: 0; }
.dropdown-list .thumb {
  width: 36px;
  float: left; }
  .dropdown-list .thumb img {
    width: 100%;
    display: block;
    vertical-align: middle; }
.dropdown-list .desc {
  margin-left: 45px;
  display: block; }
  .dropdown-list .desc h5 {
    font-size: 13px;
    margin-top: 7px; }
.dropdown-list li:last-child {
  padding: 10px 15px; }
.dropdown-list li .badge {
  float: right; }

.user-list {
  width: 300px; }
  .user-list .progress {
    margin-bottom: 0; }

.normal-list li a .label i {
  margin-right: 0; }
.normal-list li a span.label {
  float: left;
  margin-right: 10px;
  padding: 5px;
  width: 20px; }
.normal-list li a:hover {
  color: #2F65A7 !important;
  text-decoration: none; }
.normal-list li .name {
  font-size: 13px;
  font-family: 'Arial' Helvetica, sans-serif;
  line-height: 21px; }
.normal-list li .msg {
  font-size: 12px;
  line-height: normal;
  color: #999;
  display: block; }

.info-number .badge {
  background: #FF6C60;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  padding: 2px 5px;
  position: absolute;
  right: 4px;
  top: 10px; }

/* ------------------------------
        STICKY HEADER
---------------------------------*/
.sticky-header .logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  z-index: 100;
  background: #424F63; }
.sticky-header .header-section {
  position: fixed;
  top: 0;
  left: 240px;
  width: 100%;
  z-index: 100; }
.sticky-header .main-content {
  padding-top: 50px; }
.sticky-header .menu-right {
  margin-right: 255px; }
.sticky-header.left-side-collapsed .header-section {
  left: 52px; }
.sticky-header.left-side-collapsed .menu-right {
  margin-right: 67px; }

/* -----------------------
        DROPDOWN
--------------------------*/
.dropdown-menu-head {
  background: white; }
  .dropdown-menu-head .title {
    background: #2F65A7;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0; }

/*-----------------------------
        MAIN CONTENT
------------------------------*/
.main-content {
  margin-left: 240px;
  background: #eff0f4;
  min-height: 1000px; }

.breadcrumb {
  padding: 15px;
  margin: 0;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }
  .breadcrumb a {
    color: #999999; }
  .breadcrumb li.active {
    color: #2F65A7; }

.page-heading {
  padding: 15px;
  position: relative; }
  .page-heading h3 {
    color: #49586e;
    font-size: 25px;
    font-weight: normal;
    margin: 10px 0; }

.wrapper {
  padding: 15px;
  /*margin-top: 50px;*/ }
  .wrapper::after {
    clear: both;
    display: block;
    content: '';
    margin-bottom: 30px; }

/*-------------------------
        BOXED VIEW
-------------------------*/
.boxed-view {
  background: #b6b7ba; }
  .boxed-view .container {
    position: relative;
    background: #424F63;
    padding: 0; }

/*-----------------------------------
    HORIZONTAL PAGE VIEW
-------------------------------------*/
.horizontal-menu-page {
  background: #EFF0F4; }
  .horizontal-menu-page .navbar {
    margin-bottom: 0; }
  .horizontal-menu-page .navbar-brand {
    padding: 5px 15px;
    min-height: 50px; }
  .horizontal-menu-page .navbar-default {
    background: #424F63;
    border: none;
    border-radius: 0; }
    .horizontal-menu-page .navbar-default .navbar-nav > .active > a {
      background-color: #2e3744;
      color: #FFFFFF; }
      .horizontal-menu-page .navbar-default .navbar-nav > .active > a:hover, .horizontal-menu-page .navbar-default .navbar-nav > .active > a:focus {
        background-color: #2e3744;
        color: #FFFFFF; }
    .horizontal-menu-page .navbar-default .navbar-nav > .open > a {
      background-color: #2e3744;
      color: #FFFFFF; }
      .horizontal-menu-page .navbar-default .navbar-nav > .open > a:hover, .horizontal-menu-page .navbar-default .navbar-nav > .open > a:focus {
        background-color: #2e3744;
        color: #FFFFFF; }
    .horizontal-menu-page .navbar-default .navbar-nav > li > a {
      color: #FFFFFF;
      font-size: 13px; }
      .horizontal-menu-page .navbar-default .navbar-nav > li > a:hover, .horizontal-menu-page .navbar-default .navbar-nav > li > a:focus {
        background-color: #2e3744;
        color: #FFFFFF; }
  .horizontal-menu-page .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left; }
  .horizontal-menu-page .dropdown-menu {
    background-color: #2e3744;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
    .horizontal-menu-page .dropdown-menu > li > a {
      color: #fff;
      padding: 10px 20px;
      font-size: 12px; }
      .horizontal-menu-page .dropdown-menu > li > a:hover, .horizontal-menu-page .dropdown-menu > li > a:focus {
        background-color: #232a35;
        color: #2F65A7;
        text-decoration: none; }
  .horizontal-menu-page .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }
    .horizontal-menu-page .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      background-color: #232a35;
      color: #2F65A7;
      text-decoration: none; }
  .horizontal-menu-page .navbar-default .navbar-toggle {
    border-color: #232a35; }
    .horizontal-menu-page .navbar-default .navbar-toggle .icon-bar {
      background-color: #232a35; }
    .horizontal-menu-page .navbar-default .navbar-toggle:hover, .horizontal-menu-page .navbar-default .navbar-toggle:focus {
      background-color: #FFFFFF;
      border-color: #FFFFFF !important; }
  .horizontal-menu-page .navbar-default .navbar-collapse, .horizontal-menu-page .navbar-default .navbar-form {
    border-color: #232a35; }
  .horizontal-menu-page .dropdown-toggle img {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-right: 5px;
    vertical-align: middle;
    width: 18px; }

/*-------------------
        TOOLS
--------------------*/
.tools {
  margin: -7px -5px; }
  .tools a {
    background: #E3E4E8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #858582;
    float: left;
    margin-left: 3px;
    padding: 10px;
    text-decoration: none; }
    .tools a:hover {
      background: #2F65A7;
      color: #fff; }

/*--------------------------------
      FOOTER CONTENT STYLES
---------------------------------*/
footer {
  background: #fff;
  padding: 15px;
  color: #7A7676;
  font-size: 12px;
  position: static;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #eff0f4; }
  footer.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99; }

.container footer {
  width: 79.5%;
  position: absolute;
  bottom: 0; }

/*-----------------------------------
     HEADER STATISTICS STYLES
-------------------------------------*/
.state-info {
  position: absolute;
  right: 15px;
  top: 20px; }
  .state-info .panel {
    float: right;
    margin-left: 15px; }
    .state-info .panel .summary {
      float: left;
      margin-right: 20px; }
      .state-info .panel .summary span {
        color: #49586e;
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase; }
      .state-info .panel .summary h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        margin: 0; }
        .state-info .panel .summary h3.green-txt {
          color: #2F65A7; }
        .state-info .panel .summary h3.red-txt {
          color: #fc8675; }

.chart-bar {
  float: right;
  margin-top: 5px; }

/*-----------------------------------
    GENERAL STATISTICS STYLES
-------------------------------------*/
.state-overview {
  color: #fff; }
  .state-overview .panel {
    padding: 35px 20px; }
  .state-overview .purple {
    background: #6a8abe;
    -webkit-box-shadow: 0 5px 0 #5f7cab;
    box-shadow: 0 5px 0 #5f7cab; }
  .state-overview .red {
    background: #fc8675;
    -webkit-box-shadow: 0 5px 0 #e27869;
    box-shadow: 0 5px 0 #e27869; }
  .state-overview .blue {
    background: #5ab6df;
    -webkit-box-shadow: 0 5px 0 #51a3c8;
    box-shadow: 0 5px 0 #51a3c8; }
  .state-overview .green {
    background: #4acacb;
    -webkit-box-shadow: 0 5px 0 #42b5b6;
    box-shadow: 0 5px 0 #42b5b6; }
  .state-overview .symbol, .state-overview .state-value {
    display: inline-block; }
  .state-overview .symbol {
    width: 35%; }
    .state-overview .symbol i {
      font-size: 40px; }
  .state-overview .state-value {
    width: 62%; }
    .state-overview .state-value .value {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 5px; }
    .state-overview .state-value .title {
      font-size: 14px; }

/*-----------------------------------
    MORE STATISTICS BOX
-------------------------------------*/
.panel.deep-purple-box {
  background: #49586e;
  -webkit-box-shadow: 0 5px 0 #424F63;
  box-shadow: 0 5px 0 #424F63;
  color: #fff; }

ul.bar-legend {
  list-style-type: none;
  margin-top: 55px;
  padding-left: 0px; }
  ul.bar-legend li {
    display: block;
    margin-bottom: 10px; }
    ul.bar-legend li span {
      float: left;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
      ul.bar-legend li span.blue {
        background: #5ab6df; }
      ul.bar-legend li span.green {
        background: #4bcacc; }
      ul.bar-legend li span.purple {
        background: #6a8bbe; }
      ul.bar-legend li span.red {
        background: #fb8575; }

/*-----------------------------------
    REVENUE STATES STYLES
-------------------------------------*/
.revenue-states h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #49586e; }
.revenue-states .icheck .single-row {
  float: left;
  width: auto; }
.revenue-states .icheck .checkbox {
  padding-left: 0;
  margin-top: 0; }
  .revenue-states .icheck .checkbox label {
    font-size: 12px; }

ul.revenue-nav {
  list-style-type: none;
  float: right;
  margin-top: 20px;
  padding: 0; }
  ul.revenue-nav li {
    display: inline-block;
    margin-left: 5px; }
    ul.revenue-nav li a {
      background: #4a596f;
      color: #fff;
      padding: 5px 10px;
      text-decoration: none;
      border-radius: 3px;
      text-transform: uppercase;
      font-size: 12px; }
      ul.revenue-nav li a:hover, ul.revenue-nav li a:focus {
        background: #2F65A7;
        color: #fff; }
    ul.revenue-nav li.active a {
      background: #2F65A7;
      color: #fff; }

.revenue-chart {
  width: 100%;
  height: 300px;
  text-align: center;
  margin: 12px auto; }

ul.revenue-short-info {
  list-style-type: none;
  padding: 0; }
  ul.revenue-short-info li {
    float: left;
    width: 25%; }
    ul.revenue-short-info li h1 {
      font-size: 18px;
      font-weight: lighter;
      margin-bottom: 0; }
    ul.revenue-short-info li p {
      font-size: 12px;
      color: #bdbdbd; }
  ul.revenue-short-info .red {
    color: #fb8575; }
  ul.revenue-short-info .blue {
    color: #3bcddd; }
  ul.revenue-short-info .green {
    color: #2F65A7; }
  ul.revenue-short-info .purple {
    color: #7ea8e1; }
ul.goal-progress {
  list-style-type: none;
  padding: 0; }
  ul.goal-progress li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    ul.goal-progress li .prog-avatar {
      width: 40px;
      height: 40px;
      float: left;
      margin-right: 25px; }
      ul.goal-progress li .prog-avatar img {
        width: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%; }
    ul.goal-progress li .title {
      margin-bottom: 10px; }
      ul.goal-progress li .title a {
        color: #6a8abe; }
        ul.goal-progress li .title a:hover {
          color: #2F65A7; }
    ul.goal-progress li .progress {
      margin-bottom: 0px; }

/*-----------------------------------
    GOAL PROGRESS STYLES
-------------------------------------*/
/*-----------------------------------
    PROSPECTIVE LEADS - CHARTS
-------------------------------------*/
.pros-title {
  font-size: 14px;
  color: #2F65A7;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px 0; }
  .pros-title span {
    color: #535351; }

ul.pros-chart {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-top: 15px; }
  ul.pros-chart li {
    float: left;
    margin-right: 14%; }
    ul.pros-chart li:last-child {
      margin-right: 0; }

.p-chart-title {
  font-size: 12px;
  margin: 5px 0 0 0; }

.v-title {
  font-size: 12px; }

.v-value {
  font-size: 18px;
  color: #343434;
  margin-bottom: 5px; }

.v-info {
  font-size: 12px;
  margin-top: 5px; }

/*-------------------------------------------
        GREEN BOX [EASY PIE CHART] STYLES
-------------------------------------------*/
.green-box {
  background: none repeat scroll 0 0 #2F65A7;
  -webkit-box-shadow: 0 5px 0 #5bb996;
  box-shadow: 0 5px 0 #5bb996;
  color: #fff; }

.knob {
  text-align: center; }

.percent {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 25px;
  z-index: 2;
  position: absolute;
  width: 90px;
  padding-top: 35px; }
  .percent .sm {
    font-size: 11px;
    display: block;
    padding-top: 32px; }

.extra-pad {
  padding: 25px 15px; }

/*------------------------------------
    BLUE BOX [TWITTER FEED] STYLES
-------------------------------------*/
.panel.blue-box {
  background: none repeat scroll 0 0 #5ab5de;
  -webkit-box-shadow: 0 5px 0 #51a3c7;
  box-shadow: 0 5px 0 #51a3c7;
  color: #fff; }

.twt-info h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 30px 0;
  text-align: center; }
.twt-info p {
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  margin: 0 0 20px 0;
  text-align: center; }
  .twt-info p a {
    color: #98fdf4; }

.custom-trq-footer {
  background: none repeat scroll 0 0 #4eb6b7;
  -webkit-box-shadow: 0 5px 0 #46a3a4;
  box-shadow: 0 5px 0 #46a3a4;
  color: #fff;
  border-top: none; }

ul.user-states {
  list-style-type: none;
  padding: 20px 0; }
  ul.user-states li {
    text-align: center;
    float: left;
    width: 33%;
    font-size: 18px; }

.usr-info .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.media.usr-info > .pull-left {
  margin-right: 20px;
  margin-top: 10px; }

.usr-info h4 {
  color: #658585;
  margin-bottom: 0; }
.usr-info .media-body span {
  color: #ea755c;
  font-size: 12px;
  margin-bottom: 20px;
  display: inline-block; }
.usr-info .media-body p {
  color: #b6bcbc; }

/*------------------------------
         TODOLIST STYLES
------------------------------*/
.todo-title {
  margin-right: 25px;
  padding-top: 5px; }

.to-do-list {
  padding-left: 0;
  margin-top: -10px;
  font-size: 12px; }
  .to-do-list li {
    padding: 17px 0;
    border-radius: 3px;
    position: relative;
    cursor: move;
    list-style: none;
    font-size: 12px;
    background: #fff;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }
    .to-do-list li p {
      margin-bottom: 0px; }

.todo-actionlist {
  position: absolute;
  right: -5px;
  top: 22px; }
  .todo-actionlist a {
    height: 24px;
    width: 24px;
    display: inline-block;
    float: left; }
    .todo-actionlist a i {
      height: 24px;
      width: 24px;
      display: inline-block;
      text-align: center;
      line-height: 24px;
      color: #ccc; }
    .todo-actionlist a:hover i {
      color: #666; }

.todo-done i {
  font-size: 14px; }

.todo-remove i {
  font-size: 10px; }

.line-through {
  text-decoration: line-through; }

.todo-action-bar {
  margin-top: 20px; }

.drag-marker {
  height: 17px;
  display: block;
  float: left;
  width: 7px;
  position: relative;
  top: 6px; }
  .drag-marker i {
    height: 2px;
    width: 2px;
    display: block;
    background: #ccc;
    box-shadow: 5px 0 0 0px #cccccc, 0px 5px 0 0px #cccccc, 5px 5px 0 0px #cccccc, 0px 10px 0 0px #cccccc, 5px 10px 0 0px #cccccc, 0px 15px 0 0px #cccccc, 5px 15px 0 0px #cccccc;
    -webkit-box-shadow: 5px 0 0 0px #cccccc, 0px 5px 0 0px #cccccc, 5px 5px 0 0px #cccccc, 0px 10px 0 0px #cccccc, 5px 10px 0 0px #cccccc, 0px 15px 0 0px #cccccc, 5px 15px 0 0px #cccccc;
    -moz-box-shadow: 5px 0 0 0px #cccccc, 0px 5px 0 0px #cccccc, 5px 5px 0 0px #cccccc, 0px 10px 0 0px #cccccc, 5px 10px 0 0px #cccccc, 0px 15px 0 0px #cccccc, 5px 15px 0 0px #cccccc; }

/* To-Do Check*/
.to-do-list li .todo-check input[type=checkbox] {
  visibility: hidden; }

.todo-check {
  width: 20px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px; }
  .todo-check label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0px;
    border-radius: 2px;
    border: #ccc 1px solid; }
    .todo-check label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      content: '';
      position: absolute;
      width: 13px;
      height: 8px;
      background: transparent;
      top: 3px;
      left: 3px;
      border: 3px solid #cfcfcf;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.todo-checklabel:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

.todo-check input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.todo-entry {
  float: left;
  width: 85%; }

/*-------------------
    BADGE STYLES
--------------------*/
.badge.badge-primary {
  background: #8075c4; }
.badge.badge-success {
  background: #a9d86e; }
.badge.badge-warning {
  background: #FCB322; }
.badge.badge-important {
  background: #ff6c60; }
.badge.badge-info {
  background: #41cac0; }
.badge.badge-inverse {
  background: #2A3542; }

/*--------------------------------
        CAROUSEL STYLES
---------------------------------*/
.carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -webkit-transition: background-color 0.25s ease 0s; }
.carousel-indicators .active {
  background: #333;
  height: 10px;
  margin: 1px;
  width: 10px; }
.carousel-indicators.out {
  bottom: -5px;
  bottom: -5px; }

.carousel-control {
  color: #999999;
  text-shadow: none;
  width: 45px; }
  .carousel-control i {
    display: inline-block;
    height: 25px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5; }
  .carousel-control.left, .carousel-control.right {
    background: none;
    -webkit-filter: none;
    filter: none; }
  .carousel-control:hover, .carousel-control:focus {
    color: #CCCCCC;
    opacity: 0.9;
    text-decoration: none; }

.carousel-inner {
  margin-bottom: 15px; }
  .carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0; }

/* --------------------------------
        CODE HIGHLIGHT STYLE
-----------------------------------*/
.highlight pre code {
  color: #333333;
  font-size: inherit; }

.nt {
  color: #2F6F9F; }

.na {
  color: #4F9FCF; }

.s {
  color: #D44950; }

.c {
  color: #999999; }

/*-------------------------
        BUTTON STYLES
---------------------------*/
.btn-block {
  padding: 6px 12px; }

.btn-gap .btn {
  float: left;
  margin-right: 5px; }

/*----------------------
    STAR RATINGS STYLES
-----------------------*/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px; }
  .rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block; }
    .rating span.star:hover {
      cursor: pointer; }
    .rating span.star:before {
      content: "\f006";
      padding-right: 5px;
      color: #BEC3C7; }
    .rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
      content: "\f005";
      color: #2F65A7; }

/*----------------------------
        SLIDER STYLE
----------------------------*/
.slider-table tr td {
  padding: 30px 0 !important;
  border: none !important; }

/*----------------------------------
       TABS & ACCORDIONS STYLE
-------------------------------------*/
.panel-heading .nav {
  border: medium none;
  font-size: 13px;
  margin: -15px -15px -15px; }
.panel-heading.custom-tab {
  padding: 8px 15px; }

.custom-tab {
  background: #e0e1e7 !important;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none; }
  .custom-tab ul > li > a {
    display: block;
    padding: 20px 15px !important; }
  .custom-tab.dark-tab {
    background: #424F63 !important; }
  .custom-tab.turquoise-tab {
    background: #2F65A7 !important; }
  .custom-tab.blue-tab {
    background: #5BC0DE !important; }
  .custom-tab.yellow-tab {
    background: #F0AD4E !important; }
  .custom-tab.dark-tab li a, .custom-tab.turquoise-tab li a, .custom-tab.blue-tab li a, .custom-tab.yellow-tab li a {
    color: #fff !important; }
  .custom-tab.dark-tab li.active a, .custom-tab.dark-tab li a:hover {
    color: #424F63 !important; }
  .custom-tab.turquoise-tab li a:hover, .custom-tab.turquoise-tab li.active a {
    color: #2F65A7 !important; }
  .custom-tab.blue-tab li a:hover, .custom-tab.blue-tab li.active a {
    color: #5BC0DE !important; }
  .custom-tab.yellow-tab li a:hover, .custom-tab.yellow-tab li.active a {
    color: #F0AD4E !important; }
  .custom-tab li a:hover, .custom-tab li.active a {
    border-radius: 0 !important;
    background: #fff !important;
    color: #2F65A7 !important; }

.panel-heading .nav > li > a {
  border-width: 0;
  border-radius: 0; }
.panel-heading .nav > li.active > a {
  border-width: 0;
  border-radius: 0; }
  .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0; }
.panel-heading .nav > li.active > a {
  color: #2F65A7;
  background: #fff; }
.panel-heading .nav > li > a {
  color: #898989; }
.panel-heading .nav > li > a:hover {
  color: #2F65A7;
  background: #fff; }
.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
  border-radius: 4px 0 0 0 !important;
  -webkit-border-radius: 4px 0 0 0 !important; }

.tab-right {
  height: 45px; }

.panel-heading.tab-right .nav > li:first-child.active > a, .panel-heading.tab-right .nav > li:first-child > a:hover {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }
.panel-heading.tab-right .nav > li:last-child.active > a, .panel-heading.tab-right .nav > li:last-child > a:hover {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important; }
.panel-heading.tab-right .nav-tabs > li > a {
  margin-left: 1px;
  margin-right: 0px; }
.panel-heading.dark {
  background: #2e3744;
  color: #fff; }
  .panel-heading.dark a:hover, .panel-heading.dark a:focus {
    color: #fff; }

/*------------------------------
       CALENDAR STYLES
-------------------------------*/
.has-toolbar.fc {
  margin-top: 50px; }

.fc-header-title {
  display: inline-block;
  margin-top: -45px;
  vertical-align: top; }

.fc-header-center {
  text-align: left; }

.fc-header-left {
  text-align: left;
  width: 18%; }

.fc-view {
  margin-top: -50px;
  overflow: hidden;
  width: 100%; }

.fc-state-default {
  background: #fff !important;
  border-color: #DDDDDD;
  border-style: none solid;
  color: #646464; }
  .fc-state-default .fc-button-inner {
    background: #fff !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464; }

.fc-state-active {
  background: #2F65A7 !important;
  color: #fff !important; }
  .fc-state-active .fc-button-inner {
    background: #2F65A7 !important;
    color: #fff !important; }

.fc-button-today .fc-button-inner {
  background: #2F65A7 !important;
  color: #fff !important; }

.fc-state-hover {
  background: #2F65A7 !important;
  color: #fff !important; }
  .fc-state-hover .fc-button-inner {
    background: #2F65A7 !important;
    color: #fff !important; }

.fc-event-skin {
  background-color: #5d708c !important;
  border-color: #5d708c !important;
  color: #FFFFFF !important; }

.fc-grid th {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #2F65A7 !important;
  color: #fff;
  text-transform: uppercase; }

.fc-widget-header {
  border-color: #62c6a0; }

.fc-widget-content {
  border-color: #ebebeb;
  background: #fff; }

.fc-header-title h2 {
  font-size: 18px !important;
  color: #474752;
  font-weight: 300;
  padding: 0 10px; }

.external-event {
  cursor: move;
  display: inline-block !important;
  margin-bottom: 6px !important;
  margin-right: 6px !important;
  padding: 8px; }

#external-events p input[type="checkbox"] {
  margin: 0; }
#external-events .external-event {
  font-size: 11px;
  font-family: 'Arial';
  font-weight: normal; }

.drg-event-title {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }

.fc-content .fc-event {
  border-radius: 4px;
  webkit-border-radius: 4px;
  padding: 4px 6px; }

.drp-rmv {
  padding-top: 10px;
  margin-top: 10px; }

/*---------------------------
    FONTAWESOME STYLES
----------------------------*/
.fontawesome-icon-list {
  margin-top: -20px;
  color: #7a7676; }
  .fontawesome-icon-list a {
    color: #7a7676;
    margin-bottom: 10px;
    display: block; }
    .fontawesome-icon-list a:hover {
      color: #49586E; }
    .fontawesome-icon-list a i {
      padding-right: 10px; }
  .fontawesome-icon-list .page-header {
    margin: 15px 0 20px 0;
    font-size: 22px;
    color: #49586E; }

/*----------------------------
      BASIC TABLE STYLE
-----------------------------*/
.general-table a {
  color: #49586E; }

/*--------------------------------
        DYNAMIC TABLE STYLE
----------------------------------*/
.table-advance tr td {
  vertical-align: middle !important; }

.no-border {
  border-bottom: none; }

.dataTables_length, .dataTables_filter {
  padding: 15px 0; }

.dataTables_info {
  padding: 15px 0 0 !important; }

.dataTables_filter {
  float: right; 
  width: 80%;
 }

.dataTables_length select {
  width: 65px;
  padding: 5px 8px; }
.dataTables_length label {
  font-weight: 300; }

.dataTables_filter label {
  font-weight: 300;
  width: 100%; }
  .dataTables_filter label input {
    width: 78%; }

.border-top {
  border-top: 1px solid #ddd; }

.dataTables_paginate.paging_bootstrap.pagination {
  float: right;
  margin-bottom: 15px; }
  .dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    list-style: none; }
    .dataTables_paginate.paging_bootstrap.pagination li.disabled a {
      color: #c7c7c7; }
    .dataTables_paginate.paging_bootstrap.pagination li a {
      color: #797979;
      padding: 5px 10px;
      display: inline-block; }
    .dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a {
      color: #fff;
      background: #2F65A7;
      text-decoration: none; }
    .dataTables_paginate.paging_bootstrap.pagination li:hover, .dataTables_paginate.paging_bootstrap.pagination li.active {
      border-color: #2F65A7; }
    .dataTables_paginate.paging_bootstrap.pagination li.disabled:hover {
      color: #C7C7C7;
      background: #fff;
      border-color: #DDDDDD;
      cursor: no-drop; }
      .dataTables_paginate.paging_bootstrap.pagination li.disabled:hover a {
        color: #C7C7C7;
        background: #fff;
        border-color: #DDDDDD;
        cursor: no-drop; }

.dataTable tr:last-child {
  border-bottom: 1px solid #ddd; }

.general-table .progress {
  margin-bottom: 0; }

.adv-table table tr td {
  padding: 10px; }
.adv-table table.display thead th {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px; }

.dataTable tr.odd.gradeA td.sorting_1, .dataTable tr.odd td.sorting_1 {
  background: none; }
.dataTable tr.even.gradeA td.sorting_1 {
  background: none; }
.dataTable td.details {
  background-color: #424F63;
  color: #fff; }
  .dataTable td.details table tr td {
    border: none; }
.dataTable tr:last-child {
  border: none; }

.adv-table table.display tr.odd.gradeA {
  background-color: #F9F9F9; }
.adv-table table.display tr.even.gradeA {
  background-color: #FFFFFF; }
.adv-table .dataTables_filter label {
  line-height: 33px;
  width: 100%; }
  .adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: auto; }
.adv-table .dataTables_length select {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 8px;
  width: 65px; }
.adv-table .dataTables_info {
  padding: 15px 0; }

.dataTables_paginate {
  padding: 15px 0; }

.adv-table .dataTables_length, .adv-table .dataTables_filter {
  padding: 15px 0; }

.cke_chrome {
  border: none !important; }

.editable-table .dataTables_filter {
  width: 80%; }

.dataTable tr.odd.gradeX td.sorting_1, .dataTable tr.even.gradeX td.sorting_1 {
  background: none !important; }

table.display tr.even.gradeX, table.display tr.gradeX {
  background: none !important; }

tr.even.gradeU td.sorting_1, tr.even td.sorting_1 {
  background: none !important; }

table.display tr.even.gradeC, table.display tr.gradeC {
  background: none !important; }

tr.odd.gradeC td.sorting_1 {
  background: none !important; }

table.display tr.even.gradeU, table.display tr.gradeU {
  background: none !important; }

tr.odd.gradeU td.sorting_1 {
  background: none !important; }

/*----------------------------
    EDITABLE TABLE STYLE
-----------------------------*/
.editable-table table input {
  width: 95% !important; }
.editable-table table td a {
  color: #49586E; }
  .editable-table table td a:hover {
    color: #2F65A7; }

/*--------------------------
        Media Gallery
----------------------------*/
.media-filter {
  float: left;
  margin: 10px 0;
  padding-left: 0; }
  .media-filter li {
    float: left;
    margin-right: 2px;
    list-style: none; }
    .media-filter li a {
      background: #2F65A7;
      border-color: #2F65A7;
      color: #fff;
      padding: 5px 10px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      text-decoration: none;
      font-size: 12px; }
      .media-filter li a:hover, .media-filter li a:focus {
        background: #4c9b7e;
        border-color: #4c9b7e;
        color: #fff; }

.media-gal {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .media-gal .item {
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 233px;
    background: #EFF0F4;
    color: #7A7676;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .media-gal .item:hover {
      background: #2F65A7;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #fff; }
      .media-gal .item:hover img {
        opacity: 0.3; }
    .media-gal .item p {
      margin-bottom: 10px;
      margin-top: 10px;
      text-align: center; }
    .media-gal .item img {
      height: 200px;
      width: 100%; }

.img-modal img {
  width: 100%;
  margin-bottom: 10px; }

/*-----------------------------------
 Start: Recommended Isotope styles
-------------------------------------*/
/* Isotope Filtering */
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/*Isotope CSS3 transitions */
.isotope {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  transition-property: height, width; }
  .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity; }
  .isotope.no-transition {
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
    .isotope.no-transition .isotope-item {
      -webkit-transition-duration: 0s;
      transition-duration: 0s; }
  .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .isotope.infinite-scrolling {
    -webkit-transition: none;
    transition: none; }

/*disabling Isotope CSS3 transitions */
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
/*------------------------------------*/
/*FORM STYLES*/
/*------------------------------------*/
.sm-input {
  width: 170px !important; }

.form-horizontal.adminex-form .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .form-horizontal.adminex-form .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .form-horizontal.adminex-form .form-group .help-block {
    margin-bottom: 0; }

.round-input {
  border-radius: 500px;
  -webkit-border-radius: 500px; }

.m-bot15 {
  margin-bottom: 15px; }

.form-horizontal.adminex-form .checkbox-inline > input {
  margin-top: 1px;
  border: none; }

.iconic-input {
  position: relative; }
  .iconic-input i {
    color: #CCCCCC;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 8px 5px 8px 10px;
    position: absolute;
    text-align: center;
    width: 16px; }
  .iconic-input input {
    padding-left: 30px !important; }
  .iconic-input.right input {
    padding-left: 10px !important;
    padding-right: 30px !important; }
  .iconic-input.right i {
    float: right;
    right: 5px; }

input.spinner[type="text"], input.spinner[type="password"], input.spinner[type="datetime"], input.spinner[type="datetime-local"], input.spinner[type="date"], input.spinner[type="month"], input.spinner[type="time"], input.spinner[type="week"], input.spinner[type="number"], input.spinner[type="email"], input.spinner[type="url"], input.spinner[type="search"], input.spinner[type="tel"], input.spinner[type="color"] {
  background: url("../images/input-spinner.gif") right no-repeat !important; }

/*--------------------
     CK EDITORS
---------------------*/
.cke_chrome {
  -webkit-box-shadow: 0 0 1px #c5c6ca !important;
  box-shadow: 0 0 1px #c5c6ca !important; }

.cke_top, .cke_bottom {
  background: #EFF0F4 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-top: none !important;
  border-bottom: none !important; }

/*--------------------------
      FORM VALIDATION
---------------------------*/
.cmxform .form-group label.error {
  display: inline;
  margin: 5px 0;
  color: #FF6C60;
  font-weight: 400; }

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #FF6C60 !important; }

.cmxform .form-group input.error, .cmxform .form-group textarea.error {
  border-color: #FF6C60 !important; }

#signupForm label.error {
  display: inline;
  margin: 5px 0px;
  width: auto;
  color: #FF6C60; }

.checkbox {
  border: none; }
  .checkbox:hover, .checkbox:focus {
    border: none; }

/*--------------------------
      FORM WIZARD STYLES
---------------------------*/
.widget-container .stepy-tab ul, .block-tabby ul.stepy-titles {
  border-bottom: none;
  padding: 0; }

.fw-title {
  color: #424F63;
  margin-bottom: 30px; }

.block-tabby ul.stepy-titles {
  margin-bottom: 10px; }

.widget-container .stepy-tab ul li.current-step, .block-tabby ul li.current-step {
  border: none;
  background: #2F65A7 !important;
  color: #fff; }

.widget-container .stepy-titles li, .stepy-titles li {
  background: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

.widget-container .stepy-titles li span {
  font-size: 12px; }
.widget-container .step {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px; }
  .widget-container .step legend {
    color: #2F65A7;
    font-size: 16px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px; }
.widget-container input.form-control {
  padding: 0 10px; }

.stepy-error {
  position: absolute;
  bottom: 105px; }
  .stepy-error label.error {
    font-size: 12px;
    font-weight: normal; }

.step input, .step textarea, .step select {
  margin-left: 0 !important;
  padding-left: 0; }

.widget-content label.checkbox, .widget-content label.radio {
  margin-left: 0 !important;
  padding-left: 0; }
.widget-content label.checkbox input, .widget-content label.radio input {
  margin-right: 10px; }

/*----------------------------------------------
    CUSTOM CHECKBOX & RADIO BUTTONS STYLES
----------------------------------------------*/
.icheck div, .icheck .disabled {
  float: left; }
.icheck div {
  margin-right: 10px; }
.icheck label {
  font-weight: normal; }
.icheck .checkbox, .icheck .radio {
  margin-bottom: 10px; }
.icheck .single-row {
  display: inline-block;
  width: 100%; }

/*-------------------------
    MULTI SELECT STYLE
--------------------------*/
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
  background-color: #2F65A7;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none; }
.ms-container .ms-list {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .ms-container .ms-list.ms-focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2F65A7; }

.ms-selectable .search-input, .ms-selection .search-input {
  margin-bottom: 10px; }

/*---------------------------------
           SPINNER STYLE
----------------------------------*/
.spinner-buttons.input-group-btn {
  width: 20%; }
  .spinner-buttons.input-group-btn .btn-xs {
    line-height: 1.16; }
.spinner-buttons.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0; }
.spinner-buttons.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0; }

/*----------------------------
     FILE UPLOAD STYLES
----------------------------*/
.fileupload .btn {
  margin-left: 0; }

/*----------------------------
       TAGS INPUT STYLE
-----------------------------*/
div.tagsinput span.tag {
  background: #2F65A7 !important;
  border-color: #2F65A7;
  color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 2px 10px; }
  div.tagsinput span.tag a {
    color: #43886e; }

/*---------------------------
    SLIDE TOGGLE STYLES
----------------------------*/
.slide-toggle div {
  float: left;
  margin-right: 20px; }

/*--------------------------
      PICKERS STYLES
---------------------------*/
.add-on {
  float: right;
  margin-top: -37px;
  padding: 3px;
  text-align: center; }
  .add-on .btn {
    padding: 9px; }

.colorpicker.dropdown-menu {
  min-width: 130px;
  padding: 5px; }

.datepicker.dropdown-menu {
  z-index: 1060;
  padding: 5px; }

.custom-date-range .input-group-addon {
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE; }

/*-------------------------------------
     GOOGLE MAPS & VECTOR MAPS STYLE
-------------------------------------*/
.gmaps {
  height: 350px;
  width: 100%; }

.vmaps {
  width: 100%;
  height: 400px; }

/*--------------------------
      LOCK SCREEN STYLE
--------------------------*/
.lock-screen {
  background: #6fc4a5 url("../images/lockscreen-bg.jpg") no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%; }

.lock-wrapper {
  margin: 18% auto;
  max-width: 400px; }

.lock-box {
  padding: 20px;
  position: relative;
  width: 100%;
  display: inline-block; }

.lock-wrapper img {
  position: absolute;
  left: 36%;
  top: -80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 6px solid #fff; }
.lock-wrapper h1 {
  text-align: center;
  color: #6bc5a4;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0 10px; }
.lock-wrapper .locked {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #6bc5a4;
  top: -25px;
  right: 125px;
  border: 4px solid #fff;
  font-size: 22px; }
.lock-wrapper input {
  background: #eaeaec;
  border-color: #eaeaec;
  width: 86% !important;
  height: 40px;
  float: left; }
  .lock-wrapper input:focus {
    background: #eaeaec;
    border-color: #eaeaec;
    width: 86% !important;
    height: 40px;
    float: left; }

.btn-lock {
  background: #6bc5a4;
  color: #fff;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .btn-lock:hover {
    background: #688ac2;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

/*--------------------------------
        PRICING TABLE
---------------------------------*/
.price-head {
  padding: 10px 0 50px; }
  .price-head h1 {
    font-size: 32px;
    font-weight: normal;
    color: #49586e; }

.pricing-table {
  background: #fff;
  text-align: center;
  padding: 0 0 25px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 #e5e5e5;
  box-shadow: 0 5px 0 #e5e5e5;
  width: 110%;
  margin-left: -10px; }
  .pricing-table.most-popular {
    position: relative; }

.most-popular {
  background: #6bc5a4;
  color: #fff;
  -webkit-box-shadow: 0 5px 0 #60b193;
  box-shadow: 0 5px 0 #60b193; }
  .most-popular .pricing-head {
    position: relative;
    height: 170px; }
    .most-popular .pricing-head h1 {
      color: #fff; }
  .most-popular .pricing-quote, .most-popular ul li i {
    color: #6bc5a4; }
  .most-popular .price-actions .btn {
    background: #60b193 !important;
    cursor: pointer;
    color: #fff !important; }
  .most-popular .pricing-quote {
    background: #fff; }

.pricing-table .price-actions .btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #eff0f4;
  color: #a4a4a4;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase; }
  .pricing-table .price-actions .btn:hover {
    background: #49586e !important;
    color: #fff; }

.most-popular.pricing-table .price-actions .btn:hover {
  background: #49586e !important;
  color: #fff; }

.pricing-head {
  position: relative;
  height: 170px;
  color: #232a35; }
  .pricing-head h1 {
    font-size: 24px;
    font-weight: 300;
    padding-top: 30px;
    color: #232a35;
    text-transform: uppercase; }

.pricing-quote {
  background: #eff0f4;
  padding: 50px 0;
  color: #49586e;
  font-size: 45px;
  font-weight: bold;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: -85px auto;
  position: relative; }

.pricing-table ul {
  margin: 120px 0 50px;
  padding: 0; }
  .pricing-table ul li {
    margin: 0 2em;
    padding: 1em 0;
    text-align: center;
    font-weight: 300; }

.pricing-quote span.note {
  display: inline;
  font-size: 18px;
  line-height: 0.8em;
  position: relative;
  top: -18px; }
.pricing-quote p {
  font-size: 12px;
  text-transform: uppercase;
  color: #a4a4a4;
  padding-top: 10px;
  font-weight: normal; }

.pricing-quotation, .team-info {
  background: #EEEEEE;
  padding: 20px 20px 35px 20px;
  margin-bottom: 100px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.pricing-quotation h3, .team-info h3 {
  font-weight: 300; }

.pricing-quotation p, .team-info p {
  margin-bottom: 0px; }

.pricing-plan, .team-info-wrap {
  position: relative; }

/*-------------------------------
        INVOICE STYLE
--------------------------------*/
.invoice-title {
  color: #6bc5a4;
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 30px; }

.invoice {
  color: #a4a4a4; }

.inv-logo {
  margin-bottom: 10px; }

.invoice-address {
  background: #f7f7f9;
  padding: 20px;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px; }

.inv-col {
  margin-bottom: 5px; }
  .inv-col span {
    color: #6bc5a4; }

.t-due {
  font-size: 22px;
  color: #6bc5a4; }

.inv-label {
  font-size: 22px;
  color: #6bc5a4;
  font-style: italic; }

.amnt-value {
  color: #a4a4a4;
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold; }

.inv-to {
  text-transform: uppercase;
  font-size: 14px; }

.corporate-id {
  font-weight: bold;
  font-size: 16px;
  color: #232a35;
  margin-top: 5px;
  text-transform: uppercase; }

.table-invoice {
  border-top: none !important;
  margin-top: -15px; }
  .table-invoice thead {
    background: #232a35;
    color: #fff; }
  .table-invoice th {
    border-bottom: none !important;
    padding: 20px 10px !important;
    border-color: #232a35 !important; }
    .table-invoice th:first-child {
      text-align: center; }
  .table-invoice td {
    vertical-align: middle !important; }
    .table-invoice td:first-child {
      text-align: center; }
  .table-invoice h4 {
    color: #232a35;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0; }
  .table-invoice strong {
    color: #232a35; }

.payment-method p {
  margin-bottom: 0; }

.print-body {
  background: #eff0f4; }

/*---------------------------
    ERROR PAGE STYLES
----------------------------*/
.error-page {
  background: #6bc5a4; }

.error-wrapper {
  margin-top: 15%; }
  .error-wrapper h2 {
    font-size: 64px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; }
  .error-wrapper h3 {
    font-size: 32px;
    color: #474747;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0; }
  .error-wrapper .nrml-txt {
    font-size: 18px;
    color: #474747;
    font-weight: normal;
    line-height: 30px; }
    .error-wrapper .nrml-txt a {
      color: #a7ffdf; }
  .error-wrapper .back-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 50px; }
    .error-wrapper .back-btn:hover {
      background: #fff;
      color: #6bc5a4;
      border-color: #fff; }

/*---------------------------------
        TIMELINE STYELS
----------------------------------*/
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 50px; }
  .timeline .time-show {
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px; }

.time-show .btn {
  width: 150px; }

.timeline .time-show a {
  color: #fff; }
.timeline:before {
  background-color: #d8d9df;
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0; }

h3.timeline-title {
  margin: 0;
  color: #C8CCD7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase; }

.t-info {
  color: #C8CCD7; }

.timeline-item {
  display: table-row; }
  .timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%; }

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%; }
  .timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px; }
  .timeline-desk .panel {
    display: block;
    margin-left: 45px;
    position: relative;
    text-align: left;
    background: #fff; }

.timeline-item .timeline-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 0;
  border-right: 8px solid #fff !important; }
.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 0;
  left: auto;
  border-left: 8px solid #fff !important; }

.timeline .timeline-icon {
  left: -54px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #d8d9df; }

.timeline-desk span a {
  text-transform: uppercase; }
.timeline-desk h1.red, .timeline-desk span a.red {
  color: #EF6F66; }
.timeline-desk h1.green, .timeline-desk span a.green {
  color: #39B6AE; }
.timeline-desk h1.blue, .timeline-desk span a.blue {
  color: #56C9F5; }
.timeline-desk h1.purple, .timeline-desk span a.purple {
  color: #8074C6; }
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
  color: #A8D76F; }
.timeline-desk h1.yellow, .timeline-desk span a.yellow {
  color: #fed65a; }

.timeline .timeline-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  color: #fff; }
  .timeline .timeline-icon i {
    margin-top: 9px; }

.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px; }

.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px; }
.timeline .timeline-date {
  left: -245px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 150px;
  display: none; }

.timeline-item.alt .timeline-date {
  left: auto;
  right: -245px;
  text-align: left;
  display: none; }

.timeline-desk h5 span {
  color: #999999;
  display: block;
  font-size: 12px;
  margin-bottom: 4px; }

.timeline-item.alt:before {
  display: none; }
.timeline-item:before, .timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%; }

.timeline-desk p {
  font-size: 14px;
  margin-bottom: 0;
  color: #999; }
.timeline-desk a {
  color: #1fb5ad; }
.timeline-desk .panel {
  margin-bottom: 5px; }
.timeline-desk .album {
  margin-top: 20px; }

.timeline-item.alt .timeline-desk .album {
  margin-top: 20px;
  float: right; }

.timeline-desk .album a {
  margin-right: 5px;
  float: left; }

.timeline-item.alt .timeline-desk .album a {
  margin-left: 5px;
  float: right; }

.timeline-desk .notification {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-top: 20px;
  padding: 8px; }

.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px; }

.mbot30 {
  margin-bottom: 30px; }

.timeline-item.alt h1, .timeline-item.alt p {
  text-align: right; }

/*--------------------------------
            PROFILE STYLE
---------------------------------*/
.profile-pic img {
  border: 5px solid #F1F2F7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 150px;
  margin: 10px 0;
  width: 150px; }

.profile-desk h1 {
  color: #49586e;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-transform: uppercase; }
.profile-desk .designation {
  color: #49586e;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block; }
.profile-desk p {
  line-height: 25px;
  margin-bottom: 40px; }

.p-follow-btn {
  background: #eff0f4;
  color: #a4a4a4; }
  .p-follow-btn:hover {
    background: #6bc5a4;
    color: white; }

.btn-post {
  background: #6bc5a4;
  color: white; }
  .btn-post:hover {
    background: #232a35;
    color: white; }

ul.p-social-link {
  list-style-type: none; }
  ul.p-social-link li {
    display: inline-block; }
    ul.p-social-link li a {
      background: #eff0f4;
      color: #bfbfc1;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      display: inline-block;
      text-align: center; }
      ul.p-social-link li a:hover {
        color: #6bc5a4; }
    ul.p-social-link li.active a {
      color: #6bc5a4; }

.p-text-area {
  border: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #C3C3C3;
  font-size: 16px;
  font-weight: 300; }
  .p-text-area:focus {
    border: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #C3C3C3;
    font-size: 16px;
    font-weight: 300; }

.p-option li a {
  color: #adadad;
  font-size: 15px; }
  .p-option li a:hover {
    background: #6bc5a4;
    color: #fff; }

ul.p-info {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }
  ul.p-info li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
    ul.p-info li:last-child {
      margin-bottom: 0; }
  ul.p-info .title, ul.p-info .desk {
    float: left; }
  ul.p-info .title {
    width: 40%; }
  ul.p-info .desk {
    width: 60%;
    color: #2F65A7; }

.p-states h4 {
  color: #535351;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0; }
  .p-states h4 span {
    color: #bfbfbf; }
.p-states h3 {
  color: #232a35;
  font-size: 25px;
  margin: 10px 0 0 0; }
.p-states .chart-bar {
  margin-top: 20px; }
.p-states.green-box {
  background: #6bc5a4;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px; }
  .p-states.green-box h4 {
    color: #fff; }
    .p-states.green-box h4 span {
      color: #fff; }
  .p-states.green-box h3 {
    color: #fff; }

ul.activity-list {
  list-style-type: none;
  padding: 0; }
  ul.activity-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eff0f4; }
  ul.activity-list .avatar img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%; }
  ul.activity-list .activity-desk {
    margin-left: 70px; }
    ul.activity-list .activity-desk h5 {
      color: #232a35; }
      ul.activity-list .activity-desk h5 a {
        font-weight: bold; }

.activity-desk .album a {
  float: left;
  margin-right: 10px;
  width: 170px;
  height: 110px;
  overflow: hidden;
  margin-bottom: 10px; }
  .activity-desk .album a img {
    width: 100%; }

#map-canvas {
  height: 200px;
  width: 100%; }

.revenue-graph {
  height: 220px; }

/*--------------------------------------------
       Dashboard Event Calendar, charts
--------------------------------------------*/
.event-calendar {
  background: #1fb5ac;
  border-radius: 6px;
  min-height: 474px; }

.calendar-block {
  float: right !important;
  border-radius: 0 5px 5px 0px;
  background: #fff;
  z-index: 1000; }

.event-list-block {
  border-radius: 5px 0px 0px 5px; }

.calendar-block .day-contents {
  width: 30px;
  margin: auto; }

.today .day-contents, .calendar-block .day-contents:hover {
  width: 30px;
  background: #1fb0ab;
  cursor: pointer;
  color: #fff;
  border-radius: 3px; }

.cal1 .clndr .clndr-controls {
  border-radius: 5px 5px 0px 0px;
  display: block !important;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  background: #51d4cc;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding: 56px 20px;
  width: auto !important;
  color: #fff; }
  .cal1 .clndr .clndr-controls .month {
    color: #fff; }
    .cal1 .clndr .clndr-controls .month span {
      display: block;
      font-size: 30px;
      padding: 0px 10px;
      margin-bottom: 10px; }
  .cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button, .cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    color: #fff; }
  .cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover, .cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
    background: #f4f4f4;
    padding: 5px 10px;
    color: #1fb0ab; }

.clndr-previous-button, .clndr-next-button {
  position: relative;
  top: -30px; }

#flotTip {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px; }

#main-chart-legend {
  padding: 2px 0px; }
  #main-chart-legend td {
    padding-right: 10px; }

.main-chart {
  width: 100%;
  height: 300px;
  text-align: center;
  margin: 0 auto; }

/*-------------------------
         MAIL INBOX
--------------------------*/
.mail-box {
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }
  .mail-box > aside, .mail-box > section {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top; }

.mail-nav {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top;
  width: 240px; }

.mail-nav-bg-color {
  background: #d1d5e1; }

.mail-box-info {
  background: #fff;
  padding: 15px; }

.mail-nav h4 {
  margin: 0;
  padding: 15px;
  background: #5c6e8a;
  color: #fff; }

.mail-nav-body {
  padding: 15px; }

.mail-nav footer {
  background: #b8bbc5;
  border-top: none;
  margin-top: 20px; }
  .mail-nav footer .btn {
    border: none; }

a.btn-compose {
  background: #2F65A7;
  color: #fff;
  width: 100%;
  margin: 10px 0; }
a:hover.btn-compose {
  background: #52a888;
  color: #fff; }

.mail-navigation {
  margin-top: 15px; }
  .mail-navigation li a {
    color: #5c6e8a; }
    .mail-navigation li a i {
      padding-right: 10px; }
    .mail-navigation li a:hover {
      color: #fff; }
  .mail-navigation > li.active > a {
    background: #5c6e8a;
    color: #fff; }
    .mail-navigation > li.active > a:hover, .mail-navigation > li.active > a:focus {
      background: #5c6e8a;
      color: #fff; }

ul.labels-info li h5 {
  color: #fff;
  background: #839dc5;
  font-size: 15px;
  margin: 10px -15px;
  padding: 15px;
  text-transform: uppercase; }
ul.labels-info li a {
  border-radius: 0;
  color: #707278;
  padding-left: 0;
  padding-right: 0; }
  ul.labels-info li a i {
    padding-right: 10px; }

.nav.nav-pills.nav-stacked.labels-info p {
  color: #85888f;
  font-size: 11px;
  margin-bottom: 0;
  padding: 0 22px; }

ul.labels-info li a:hover, ul.labels-info li a:focus {
  background: rgba(0, 0, 0, 0);
  color: #5c6e8a; }

.mail-box-info {
  position: relative; }
  .mail-box-info .header {
    background: #D1D5E1;
    margin: -15px;
    padding: 10px 15px;
    color: #fff; }
  .mail-box-info .mail-list {
    margin-top: 30px; }
    .mail-box-info .mail-list li a {
      font-size: 13px;
      color: #535351;
      text-decoration: none; }
      .mail-box-info .mail-list li a:hover {
        color: #1b2128; }
      .mail-box-info .mail-list li a.thumb {
        width: 22px;
        margin-right: 10px;
        border-radius: 50%;
        -webkit-border-radius: 50%; }
        .mail-box-info .mail-list li a.thumb img {
          height: auto;
          max-width: 100%; }
    .mail-box-info .mail-list li .chk {
      margin-right: 15px; }

.mail-list {
  overflow-x: hidden;
  overflow-y: auto;
  height: 657px; }
  .mail-list .list-group-item {
    border-radius: 0;
    -webkit-border-radius: 0; }

.mail-box-info header h4 {
  margin: 5px 0;
  color: #5C6E8A; }

.compose-mail {
  width: 100%;
  display: inline-block;
  position: relative; }
  .compose-mail .compose-options {
    color: #979797;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px; }

.compose-options a {
  color: #5C6E8A; }

.compose-mail input {
  border: none;
  padding: 0;
  width: 80%;
  float: left; }
  .compose-mail input:focus {
    border: none;
    padding: 0;
    width: 80%;
    float: left; }
.compose-mail .form-group {
  border: 1px solid #eaebee;
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }
  .compose-mail .form-group label {
    line-height: 34px;
    width: 10%;
    float: left;
    padding-left: 10px;
    margin-bottom: 0;
    background: #eaebee;
    margin-right: 10px; }

.compose-editor {
  margin-top: 35px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%; }
  .compose-editor input {
    margin-top: 15px; }

.compose-btn {
  float: left; }

.compose-editor textarea {
  border-color: #eaebee; }

.mail-sender {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #EFF2F7;
  padding: 10px 0; }

.attachment-mail {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #EFF2F7;
  padding: 10px 0; }
  .attachment-mail ul li .links a {
    font-size: 11px; }

.mail-sender img {
  width: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px; }
.mail-sender .date {
  line-height: 30px;
  margin-bottom: 0;
  text-align: right; }

.view-mail a {
  color: #2F65A7; }

.attachment-mail a {
  color: #5C6E8A; }
  .attachment-mail a:hover {
    color: #2F65A7; }
.attachment-mail ul li {
  float: left;
  width: 100px;
  margin-right: 15px;
  margin-top: 15px;
  list-style: none; }
  .attachment-mail ul li a.atch-thumb img {
    width: 100px;
    height: auto;
    margin-bottom: 10px; }
  .attachment-mail ul li a.name span {
    float: right;
    color: #5C6E8A;
    font-size: 11px; }

/*------------------------------------
                Blog styles
-------------------------------------*/
.blog h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #424242;
  font-weight: 400;
  margin: 0px 0 10px 0;
  line-height: 30px; }
  .blog h1 a {
    color: #424242; }
    .blog h1 a:hover, .blog h1 a:focus {
      color: #2F65A7; }

.auth-row a:hover {
  color: #2F65A7; }

.blog .auth-row {
  color: #c8c8c8;
  font-weight: 300;
  padding-bottom: 20px;
  font-size: 14px; }

.auth-row a {
  color: #C8C8C8; }

.blog .blog-img-wide img {
  width: 100%;
  height: 350px;
  padding-bottom: 25px; }

.blog-img-sm img {
  width: 100%;
  padding-bottom: 0; }

.blog p {
  padding-bottom: 15px;
  font-size: 14px; }
.blog a.more {
  margin-bottom: 10px;
  display: inline-block; }
.blog .fa-quote-left {
  font-size: 20px;
  padding: 40px 0;
  color: #d3d3d3; }

.blog-search {
  float: left;
  margin-right: 10px;
  background: #f1f1f1;
  border: none;
  height: 35px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .blog-search:focus {
    float: left;
    margin-right: 10px;
    background: #f1f1f1;
    border: none;
    height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-search {
  background: #2F65A7;
  color: #fff; }
  .btn-search:hover, .btn-search:focus {
    background: #2F65A7;
    color: #fff; }

.blog-post h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #424242;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 0; }
.blog-post h5 a {
  color: #424242;
  text-transform: uppercase; }
  .blog-post h5 a:hover, .blog-post h5 a:focus {
    color: #2F65A7; }
.blog-post ul li a:hover, .blog-post ul li a:focus {
  color: #2F65A7; }
.blog-post p {
  padding-bottom: 0; }
.blog-post ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none; }
  .blog-post ul li {
    line-height: 35px;
    color: #837f7e; }
    .blog-post ul li a {
      line-height: 35px;
      color: #837f7e; }
    .blog-post ul li i {
      padding-right: 10px; }

.carousel-indicators {
  margin-bottom: 10px; }
  .carousel-indicators li {
    /*background: rgba(255, 255, 255, 0.5);*/
    border: none; }

blockquote {
  margin-left: 50px;
  color: #a1a1a1;
  font-style: italic; }
  blockquote p {
    line-height: 30px;
    padding-bottom: 0 !important; }

.blog-tags {
  border-top: 1px solid #f1f1f1;
  margin: 30px 0 0 0;
  padding-top: 30px;
  display: inline-block;
  width: 100%; }
  .blog-tags a {
    background: #f1f1f1;
    color: #808086;
    padding: 5px 10px;
    margin-left: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }

.tag-social ul {
  background: #f1f1f1;
  height: 35px;
  padding-left: 0;
  margin-top: -5px;
  border-radius: 3px;
  position: relative;
  padding: 0 10px;
  list-style-type: none; }
  .tag-social ul:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241, 241, 241, 0);
    border-left-color: #f1f1f1;
    border-width: 5px;
    margin-top: -5px; }
  .tag-social ul li {
    float: left; }
    .tag-social ul li a {
      margin-top: 3px;
      display: inline-block;
      margin-left: 0; }
      .tag-social ul li a:hover {
        color: #2F65A7; }

.blog-cmnt .media-heading a:hover {
  color: #2F65A7; }

.blog-tags a:hover {
  color: #2F65A7; }
.blog-tags a.btn-share {
  background: #2F65A7;
  margin-top: -10px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase; }

ol.comment-list {
  list-style: none;
  padding-left: 0; }

.blog-cmnt.media > .pull-left {
  margin-right: 30px; }
.blog-cmnt .media-heading {
  color: #414147;
  font-size: 14px;
  text-transform: uppercase; }
  .blog-cmnt .media-heading a {
    color: #414147;
    font-size: 14px;
    text-transform: uppercase; }
.blog-cmnt .media-object {
  width: 105px;
  height: 102px;
  border-radius: 3px;
  -webkit-border-radius: 3px; }
.blog-cmnt .media-object-child {
  width: 76px;
  height: 72px;
  border-radius: 3px;
  -webkit-border-radius: 3px; }

.blog .blog-cmnt p {
  font-size: 15px;
  line-height: 25px;
  padding-top: 5px; }

.mp-less {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.blog-cmnt .media-body span {
  color: #808086;
  padding-bottom: 20px;
  display: inline-block; }

.bl-status {
  float: left;
  width: 100%; }
  .bl-status .reply {
    background: #f1f1f1;
    color: #808086;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: -5px; }
    .bl-status .reply:hover {
      background: #2F65A7;
      color: #fff; }

.media {
  margin-top: 25px; }
  .media .media {
    margin-top: 25px; }

.cmnt-head {
  font-size: 24px !important; }

.fade-txt {
  color: #adadad;
  font-size: 14px; }

.leave-cmnt {
  width: 70%;
  margin: 20px auto; }
  .leave-cmnt input, .leave-cmnt textarea, .leave-cmnt input:focus, .leave-cmnt textarea:focus {
    background: #f2f2f2;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-post-cmnt {
  background: #2F65A7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 25px; }
  .btn-post-cmnt:hover {
    background: #414147;
    color: #fff; }

.blog-pagination li a {
  background: #fff; }

.blog .carousel-indicators.out {
  bottom: 15px; }

/*panel*/
.panel-title-m {
  margin-top: 0px; }

/*--------------------------------
          Directory Styles
--------------------------------*/
.directory-list, .directory-info-row .social-links {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.directory-list li {
  border-left: 1px solid #EFF0F4;
  display: table-cell;
  width: 1%; }
  .directory-list li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #7A7676;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-decoration: none; }
    .directory-list li a:hover {
      background: #2F65A7;
      color: #fff; }

.directory-info-row {
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .directory-info-row .social-links {
    display: inline-block;
    margin-top: 10px; }
    .directory-info-row .social-links li {
      display: inline-block; }
      .directory-info-row .social-links li a {
        background: #EFF0F4;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        color: #7A7676; }
        .directory-info-row .social-links li a:hover {
          background: #2F65A7;
          color: #fff; }
  .directory-info-row h4, .directory-info-row a {
    color: #424F63; }
  .directory-info-row .thumb {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 20px; }

/*-------------------------------
            chat styles
-------------------------------*/
.chats {
  margin: 0;
  padding: 0;
  margin-top: -15px;
  margin-right: 10px; }
  .chats li {
    list-style: none;
    padding: 8px 0 5px;
    margin: 7px auto;
    font-size: 12px; }
    .chats li img.avatar {
      height: 45px;
      width: 45px;
      border-radius: 50% !important; }
    .chats li.in img.avatar {
      float: left;
      margin-right: 10px;
      margin-top: 0px; }
    .chats li .name {
      font-size: 13px;
      font-weight: 400; }
    .chats li .datetime {
      color: #adadad;
      font-size: 13px;
      font-weight: 400; }
    .chats li.out img.avatar {
      float: right;
      margin-left: 10px;
      margin-top: 0px; }
    .chats li .message {
      display: block;
      padding: 5px;
      position: relative; }
    .chats li.in .message {
      text-align: left;
      margin-left: 65px; }
      .chats li.in .message .arrow {
        display: block;
        position: absolute;
        top: 15px;
        left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent; }
    .chats li.out .message {
      border-right: 2px solid #EFF0F4;
      margin-right: 65px;
      text-align: right; }
      .chats li.out .message .arrow {
        display: block;
        position: absolute;
        top: 15px;
        right: -8px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #EFF0F4; }
    .chats li.out .name, .chats li.out .datetime {
      text-align: right; }
    .chats li .message .body {
      display: block; }

.chat-form {
  margin-top: 15px;
  padding: 10px;
  background-color: #EFF0F4;
  clear: both; }
  .chat-form .input-cont {
    margin-right: 55px; }
    .chat-form .input-cont input {
      margin-bottom: 0px;
      border: 1px solid #ddd;
      width: 94%;
      margin-top: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      background-color: #fff !important; }

.normal-chat .message {
  border: 1px solid #EFF0F4;
  border-left: 1px solid #EFF0F4 !important;
  border-right: 1px solid #EFF0F4 !important;
  padding: 10px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
.normal-chat li img.avatar {
  height: 45px;
  width: 45px; }
.normal-chat li.in img.avatar, .normal-chat li.out img.avatar {
  margin-top: 0px; }
.normal-chat li.in .message .arrow {
  border-right: 8px solid #EFF0F4 !important;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 15px;
  width: 0; }
.normal-chat li.out .message .arrow {
  border-left: 8px solid #EFF0F4 !important;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  position: absolute;
  right: -8px;
  top: 15px; }
.normal-chat li.in .name {
  color: #2F65A7 !important; }
.normal-chat li.out .name {
  color: #424F63 !important; }
.normal-chat li .datetime {
  color: #ADADAD;
  font-size: 11px !important;
  font-weight: 400; }

.chat-form .form-group {
  width: 83%;
  margin-right: 2%;
  float: left; }

.chats li.out .name {
  color: #333; }

.cool-chat li.in .message {
  background: #2F65A7;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .cool-chat li.in .message .arrow {
    border-right: 8px solid #2F65A7; }
  .cool-chat li.in .message a.name {
    font-weight: bold; }
  .cool-chat li.in .message .datetime {
    opacity: 0.7; }
  .cool-chat li.in .message a.name, .cool-chat li.in .message .datetime {
    color: #fff; }
.cool-chat li.out .message {
  background: #EFF0F4;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .cool-chat li.out .message .arrow {
    border-left: 8px solid #EFF0F4; }

/*------------------------------------
            Widgets styles
-------------------------------------*/
.widgets .panel {
  /*box-shadow: none;*/
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13); }

.avatar-img img {
  display: block;
  width: 100%;
  /*height: 238px;*/
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0; }

.widget-info-one .inner {
  min-height: 115px;
  padding: 15px 10px 25px 110px;
  position: relative; }
.widget-info-one .avatar {
  height: 89px;
  left: 15px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  top: 30px;
  width: 89px;
  border: 1px solid #ddd; }

.widget_profile .avatar {
  height: 89px;
  left: 15px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  top: 30px;
  width: 89px;
  border: 1px solid #ddd; }

.widget-info-one .avatar, .widget_profile .avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 73px;
  width: 73px; }
  .widget-info-one .avatar img, .widget_profile .avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 73px;
    width: 73px; }

.widget-info-one h5 {
  color: #2F65A7;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px; }
.widget-info-one .subtitle {
  display: block; }
.widget-info-one .panel-footer {
  background: #2F65A7;
  border: none;
  color: #fff;
  padding: 0;
  /*border-radius: 0;*/
  /*-webkit-border-radius: 0;*/
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px; }

ul.post-view {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%; }
  ul.post-view li {
    text-align: center;
    padding: 20px;
    width: 33.33%;
    float: left; }
    ul.post-view li:hover, ul.post-view li.active {
      background: #6ddfb5;
      cursor: pointer; }
    ul.post-view li a {
      text-decoration: none; }
      ul.post-view li a i {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        padding-right: 5px; }

/*----------------------*/
.widget-info-twt {
  padding: 30px 20px;
  /*border-radius: 0;*/
  /*-webkit-border-radius: 0;*/
  text-align: center; }
  .widget-info-twt h5 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 0; }
  .widget-info-twt .subtitle {
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 30px;
    display: block; }
  .widget-info-twt .followers {
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 30px;
    display: block; }
    .widget-info-twt .followers span {
      padding: 0 5px; }
  .widget-info-twt .avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    height: 90px;
    width: 90px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px; }

.btn-follow {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 100%;
  /*border-radius: 0%;*/
  /*-webkit-border-radius: 0%;*/ }
  .btn-follow:hover {
    background: white;
    color: #5AB5DE; }

/*----------------------*/
ul.iconic-list {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  background: #3BBEC0;
  list-style-type: none; }
  ul.iconic-list li a {
    width: 25%;
    float: left;
    text-align: center;
    padding: 28px;
    font-size: 23px;
    color: #fff;
    border-right: 1px solid #34a8aa; }
    ul.iconic-list li a.last {
      border-right: none; }
    ul.iconic-list li a:hover {
      background: #319fa1; }
  ul.iconic-list li.active a {
    background: #319fa1; }

/*-------------------*/
.wdgt-profile {
  position: relative; }
  .wdgt-profile .profile img {
    width: 100%;
    height: 380px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0; }
  .wdgt-profile .profile-tab {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    list-style-type: none;
    padding: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0; }
    .wdgt-profile .profile-tab li {
      text-align: center;
      max-width: 100%; }
      .wdgt-profile .profile-tab li a {
        padding: 20px 0;
        display: block;
        text-decoration: none;
        color: #fff; }
        .wdgt-profile .profile-tab li a:hover {
          color: #6ddfb5;
          background: rgba(0, 0, 0, 0.8); }
      .wdgt-profile .profile-tab li.active a {
        color: #6ddfb5;
        background: rgba(0, 0, 0, 0.8); }
      .wdgt-profile .profile-tab li a i {
        display: block;
        font-size: 30px;
        margin-bottom: 5px; }
  .wdgt-profile .profile-info {
    background: #424F63;
    position: relative;
    z-index: 10;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px; }
    .wdgt-profile .profile-info h5 {
      margin: 0;
      color: #fff;
      font-size: 15px; }
    .wdgt-profile .profile-info span {
      font-size: 11px;
      color: #fff; }
  .wdgt-profile .profile-social {
    position: absolute;
    left: 20px;
    top: 20px; }
    .wdgt-profile .profile-social a {
      font-size: 20px;
      border: 2px solid #FFFFFF;
      border-radius: 50%;
      color: #FFFFFF;
      display: inline-block;
      font-size: 12px;
      height: 28px;
      line-height: 24px;
      margin: 0 1px;
      text-align: center;
      width: 28px; }
      .wdgt-profile .profile-social a:hover {
        border: 2px solid #6ddfb5;
        color: #6ddfb5; }

/*-------------------*/
.states-info {
  color: #fff; }
  .states-info .red-bg {
    background: #FC8675; }
  .states-info .blue-bg {
    background: #5AB6DF; }
  .states-info .green-bg {
    background: #2F65A7; }
  .states-info .yellow-bg {
    background: #EBC85E; }
  .states-info i {
    font-size: 50px; }
  .states-info .state-title {
    font-size: 13px; }
  .states-info h4 {
    margin-bottom: 0; }

/*----------------------*/
.cmnts-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%; }

.aside {
  display: table-cell;
  float: none;
  height: 100%;
  padding: 0;
  vertical-align: top; }

.cmnt-img-box {
  width: 140px;
  padding: 10px;
  text-align: center;
  float: left;
  position: relative;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px; }
  .cmnt-img-box img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    width: 80px;
    height: 80px; }
  .cmnt-img-box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(31, 181, 173, 0);
    border-left-color: #424F63;
    border-width: 10px;
    margin-top: -10px; }

.navy-blue-bg {
  background: #424F63; }

/*-----*/
.post-wrap aside {
  display: table-cell;
  float: none;
  height: 100%;
  padding: 0;
  vertical-align: top; }

.pro-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%; }

.post-info {
  position: relative; }

.arrow-pro {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  right: -15px; }
  .arrow-pro.left {
    left: -8px; }
    .arrow-pro.left:after {
      border-left-color: #8175C7;
      border-right-width: 0;
      top: 70px;
      content: " "; }
  .arrow-pro:after {
    border-width: 10px;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -15px; }

.post-highlight.purple {
  background: #8175C7;
  border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px; }

.post-info h1 {
  margin: 0;
  font-size: 16px;
  color: #909090;
  font-weight: 300; }

.post-highlight.purple h2 {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  padding: 0 20px;
  line-height: 22px;
  margin: 0;
  font-weight: 300; }
  .post-highlight.purple h2 span, .post-highlight.purple h2 a {
    color: #92faf3; }

.v-align {
  vertical-align: middle !important; }

.twite h1 {
  margin: 30px 0 15px; }
.twite i {
  font-size: 70px;
  margin-top: 10px;
  color: #58c9f3; }

/*---------*/
#slide-img .item img {
  display: block;
  width: 100%;
  height: 170px; }

.owl-buttons {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px; }

.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  margin: 0 !important;
  padding: 10px !important;
  background: rgba(0, 0, 0, 0.5) !important; }
  .owl-theme .owl-controls .owl-buttons div:hover {
    background: #6ddfb5 !important;
    opacity: 0.8; }
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
    border-radius: 0 20px 20px 0 !important;
    -webkit-border-radius: 0 20px 20px 0 !important; }
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
    border-radius: 20px 0 0 20px !important;
    -webkit-border-radius: 20px 0 0 20px !important; }

.owl-wrapper .item {
  height: 170px; }

.owl-pagination {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 100; }

.owl-wrapper .item img {
  border-radius: 4px;
  -webkit-border-radius: 4px; }

.owl-theme .owl-controls .owl-page span {
  background: rgba(255, 255, 255, 0.5) !important; }

/*---------*/
.turquoise-bg {
  background: #3BBEC0; }

.white-text {
  color: #fff; }

.weather-info .panel-body {
  padding: 20px; }
.weather-info .big-icon {
  font-size: 60px; }
.weather-info .degree {
  font-size: 30px;
  margin-bottom: 10px; }
  .weather-info .degree:after {
    content: "o";
    font-size: 16px;
    position: relative;
    top: -12px; }
.weather-info .d-value span:after {
  content: "o";
  font-size: 12px;
  position: relative;
  top: -4px; }

.weather-location {
  padding: 20px; }

.top-radius {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0; }

.dark-turquoise-bg {
  background: #32a1a3; }

.find-loc {
  border: none; }

.weather-location .form-group {
  margin-bottom: 0; }

.weather-forecast {
  padding: 0;
  margin: 0 -20px;
  list-style-type: none; }
  .weather-forecast li {
    border-left: 1px solid #ddd;
    width: 14.2857%;
    float: left;
    text-align: center; }
    .weather-forecast li.first {
      border-left: none; }
    .weather-forecast li a {
      text-decoration: none;
      color: #909090; }
      .weather-forecast li a:hover {
        color: #32a1a3; }
      .weather-forecast li a strong, .weather-forecast li a span {
        display: block;
        margin-bottom: 10px; }
      .weather-forecast li a i {
        font-size: 20px; }
      .weather-forecast li a .d-value:after {
        content: "o";
        font-size: 12px;
        position: relative;
        top: -4px; }

.state-overview .symbol.s-icon i {
  font-size: 60px; }

.custom-s-view .panel {
  padding: 17px 20px; }

.animated {
  -webkit-animation-duration: 0.4s; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }

  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }

  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top; } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top; } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/**
 * Select2 Bootstrap CSS
 * Compatible with Select2 3.3.2, 3.4.1, 3.4.2 and Twitter Bootstrap 3.0.0
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0; }

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none; }

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857; }

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto; }

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice, .input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px; }

.select2-container.input-lg .select2-choice, .input-group-lg .select2-container .select2-choice {
  height: 45px;
  line-height: 1.33;
  border-radius: 6px; }

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px; }

.select2-container-multi.input-sm .select2-choices .select2-search-field input, .input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px; }

.select2-container-multi.input-lg .select2-choices .select2-search-field input, .input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 43px; }

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0; }

.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px; }

.input-sm .select2-chosen, .input-group-sm .select2-chosen, .input-sm .select2-choice > span:first-child, .input-group-sm .select2-choice > span:first-child, .input-sm .select2-choices .select2-search-field input, .input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px; }

.input-lg .select2-chosen, .input-group-lg .select2-chosen, .input-lg .select2-choice > span:first-child, .input-group-lg .select2-choice > span:first-child, .input-lg .select2-choices .select2-search-field input, .input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px; }

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px; }

.select2-container-multi.input-sm .select2-choices .select2-search-choice, .input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px; }

.select2-container-multi.input-lg .select2-choices .select2-search-choice, .input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px; }

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
  border-left: 1px solid #cccccc;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.select2-dropdown-open .select2-choice .select2-arrow, .select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
  background-position: 0 3px; }

.select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px; }

.select2-container.input-sm .select2-choice .select2-arrow b, .input-group-sm .select2-container .select2-choice .select2-arrow b, .select2-container.input-sm .select2-choice div b, .input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px; }

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b, .input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open.input-sm .select2-choice div b, .input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px; }

.select2-container.input-lg .select2-choice .select2-arrow b, .input-group-lg .select2-container .select2-choice .select2-arrow b, .select2-container.input-lg .select2-choice div b, .input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px; }

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b, .input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open.input-lg .select2-choice div b, .input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px; }

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice, .has-warning .select2-choices {
  border-color: #c09853; }

.has-warning .select2-container-active .select2-choice, .has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.has-warning.select2-drop-active {
  border-color: #a47e3c; }

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #a47e3c; }

.has-error .select2-choice, .has-error .select2-choices {
  border-color: #b94a48; }

.has-error .select2-container-active .select2-choice, .has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.has-error.select2-drop-active {
  border-color: #953b39; }

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #953b39; }

.has-success .select2-choice, .has-success .select2-choices {
  border-color: #468847; }

.has-success .select2-container-active .select2-choice, .has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.has-success.select2-drop-active {
  border-color: #356635; }

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #356635; }

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.select2-drop-active {
  border-color: #66afe9; }

.select2-drop-auto-width, .select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important; }

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #428bca; }

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple, .select2-bootstrap-append .input-group-btn, .select2-bootstrap-append .input-group-btn .btn, .select2-bootstrap-prepend .select2-container-multiple, .select2-bootstrap-prepend .input-group-btn, .select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top; }

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none; }

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%; }

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%; }

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #c09853; }

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice, .select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow, .select2-container.select2-container-disabled .select2-choice div, .select2-container.select2-container-disabled .select2-choices .select2-arrow, .select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */ }

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active, .select2-container-multi .select2-choices .select2-search-field input.select2-active, .select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */ }

.select2-container {
  margin: 5px;
  min-width: 100px; }

.info-extra {
  position: relative;
  bottom: -5px;
  left: -5px;
  width: 20px; }
  .info-extra i {
    font-size: large;
    color: #424F63;
    cursor: pointer;
    opacity: 0.5; }
    .info-extra i:hover {
      opacity: 1; }

.socialize {
  position: relative;
  bottom: -15px;
  margin: 0 -15px;
  height: 25px; }
  .socialize .icon-rounded {
    text-align: center;
    width: 20px;
    height: 20px;
    color: #424F63;
    display: inline-block; }
    .socialize .icon-rounded i {
      font-size: 15px;
      line-height: 20px;
      cursor: pointer;
      opacity: 0.5; }
      .socialize .icon-rounded i:hover {
        opacity: 1; }

.socialize_hidden {
  display: none; }


/**
 * Estilos para el calendario.
 */
.event {
  width: 20px !important;
  height: 20px !important;
  text-align: center !important;
  color: white !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 0 0 2pt #323232;
  box-shadow: 0 0 2pt #323232;
  margin: 2pt;
  line-height: 18px; }

.event:hover {
  -webkit-box-shadow: 0 0 3pt #FFF;
  box-shadow: 0 0 3pt #FFF; }

a.event, a.event:hover {
  text-decoration: none !important; }

/**
 * Establecemos en las celdas que no deben de insrtarse caracteres procedentes de
 * la copia de estilos de los elementos.
 */
.cal-cell:before {
  content: "" !important; }

/**
 * Con esto se oculta el selector por semana dado que tiene problemas con el menu.
 */
#cal-week-box {
  visibility: hidden !important; }

/**
 * Decoracion del calendario modificada para el d�a del mes.
 */
.cal-month-day > .pull-right > span {
  background-color: #FAFAFA !important;
  -webkit-box-shadow: inset 0 0 16pt #CCC;
  box-shadow: inset 0 0 16pt #CCC;
  text-shadow: 0 0 1pt white;
  border-radius: 3pt;
  padding-left: 2pt;
  padding-right: 2pt;
  border: none; }

/**
 * Decoraci�n especial para los nombres de los d�as del calendario.
 */
.cal-dayname {
  background-color: #2F65A7;
  color: white; }

.cal-dayname:hover {
  background-color: white;
  color: #2F65A7; }

/**
 * Restauramos estilo de la flechita (que era machacado por una regla anterior)
 */
.cal-month-day .icon-chevron-down {
  font-family: 'Glyphicons Halflings' !important; }

/**
 * Main Page
 */

/***** estilos propios *******/
.row {
  margin-left: 0px;
  margin-right: 0px; }

.dir-info .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%; }
.dir-info h5 {
  margin-bottom: 0; }
.dir-info .dir-like {
  margin-top: 10px;
  display: block;
  text-decoration: none;
  color: #909090; }
  .dir-info .dir-like:hover i {
    color: #6ddfb5; }
.dir-info .row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8; }
  .dir-info .row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

/**
 * Estilos para los charts gauge
 */
.gauge-chart .gauge-label {
  display: block;
  height: 0px;
  width: 73px;
  position: relative;
  margin: 0 auto;
  padding: 0px;
  top: -50px; }
  .gauge-chart .gauge-label span {
    color: #000;
    font-size: larger;
    font-weight: 600;
    display: block;
    width: 73px;
    text-align: center; }
.gauge-chart .highcharts-container {
  margin: 0 auto; }

/**
 * Estilos para el dropdown de noticias
 */
.noticias .leer {
  padding: 5px 15px !important;
  text-align: right; }
  .noticias .leer a {
    font-size: x-small !important; }
.noticias li {
  padding: 10px; }
  .noticias li .desc {
    margin-left: 0; }
    .noticias li .desc .msg {
      font-size: xx-small;
      text-align: right;
      position: absolute;
      right: 5px; }

/**
 * estilos para el dropdown de alertas
 */
.alertas .leer {
  padding: 5px 15px !important;
  text-align: right; }
  .alertas .leer a {
    font-size: x-small !important; }
  .alertas .leer .cpendientes {
    position: absolute;
    left: 10px;
    font-size: x-small !important; }
  .alertas .leer .cproceso {
    position: absolute;
    left: 60px;
    font-size: x-small !important; }
.alertas li {
  padding: 10px; }
  .alertas li .small {
    font-size: xx-small;
    text-align: right;
    position: absolute;
    right: 10px;
    padding-bottom: 5px; }
  .alertas li .estado {
    position: absolute; }
  .alertas li .name {
    margin-left: 20px;
    margin-right: 20px; }
  .alertas li .pendiente, .alertas li:hover.pendiente {
    color: #C7111E; }
  .alertas li .tramite, .alertas li:hover.tramite {
    color: #2F65A7; }

.info-number {
  width: 50px; }
  .info-number .badge {
    top: 5px; }

/**
 * animamos las alertas y hacemos que haga el efecto 5 veces
 */
.animated-5 {
  -webkit-animation-iteration-count: 5; }

/**
 * No queremos que se oculte el login cuando sea pantalla peque�a
 */
@media screen and (max-width: 767px) {
  .notification-menu li:nth-child(4) {
    display: block !important; } }

.progress-bar {
  -webkit-transition: width 2.6s ease;
  transition: width 2.6s ease; }

.sub-menu-list li {
  cursor: pointer; }

.page-heading, .wraper {
  -webkit-transition: all 0.4s ease 0s; }

.panel-footer span {
  font-size: smaller; }

.carousel-news {
  /*padding-top:0px;
  padding-bottom:0px;*/ }
  .carousel-news #slideNews {
    background: #5ab6df;
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 30px 0px;
    display: block;
    color: #FFF;
    border-radius: 3px;
    text-align: center; }
    .carousel-news #slideNews a {
      color: #fff; }
    .carousel-news #slideNews .owl-wrapper .item {
      height: 70px; }

.panel-heading {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); 
}
  .panel-heading span {
    color: #2F65A7; }
  .panel-heading .tools a {
    background: none; }
    .panel-heading .tools a:hover {
      color: #2F65A7; }

.progress-xs {
  height: 6px; }

.progress-sm {
  height: 10px; }

.progress-sm .progress-bar {
  font-size: 10px;
  line-height: 1em; }

.data-display {
  margin-top: 15px; }
  .data-display .titulo {
    font-weight: 700;
    text-align: left; }
  .data-display .fa {
    font-size: 60%; }
  .data-display .text-sm {
    font-size: 75%; }

/*** otro widget ***/
.widget {
  background: #f4f4f4;
  margin: 0 auto 28px;
  position: relative;
  box-shadow: 0 1px 0 0 #656565;
  -moz-box-shadow: 0 1px 0 0 #656565;
  -webkit-box-shadow: 0 1px 0 0 #656565; }
  .widget .widget-head {
    border-bottom: 1px solid #e1e0df;
    position: relative;
    padding: 10px; }
    .widget .widget-head .pull-left {
      padding-top: 2px; }
    .widget .widget-head.progress {
      padding: 0; }
    .widget .widget-head .heading {
      margin: 0;
      font-size: 14px;
      font-weight: bold; }
      .widget .widget-head .heading.glyphicons {
        width: auto;
        display: block;
        padding: 0 0 0 25px; }
        .widget .widget-head .heading.glyphicons i:before {
          padding: 0;
          margin: 0;
          left: 0;
          top: 0;
          text-align: left;
          width: 25px;
          color: #4a4a4a;
          font-size: 16px;
          font-weight: normal;
          text-shadow: none; }
    .widget .widget-head a {
      text-shadow: none; }
  .widget .widget-body {
    padding: 20px; }
    .widget .widget-body ul.list-hands {
      list-style: none; }
      .widget .widget-body ul.list-hands li {
        padding: 10px;
        border-bottom: 1px solid #e1e0df; }
        .widget .widget-body ul.list-hands li:last-of-type {
          border-bottom: none; }
        .widget .widget-body ul.list-hands li .pull-right {
          width: 30px;
          text-align: center;
          margin: 5px 7px 0 0 !important; }
          .widget .widget-body ul.list-hands li .pull-right i:before {
            position: relative;
            font-size: 2em !important;
            color: #a2a2a2; }
        .widget .widget-body ul.list-hands li:hover .pull-right i:before {
          color: #c72a25; }
  .widget .margin-slim {
    margin-bottom: 2px !important; }
  .widget.row-merge {
    margin: 0 0 28px !important; }
  .widget.micon-widget {
    font-weight: 600; }
    .widget.micon-widget .text-large {
      font-size: 30px !important; }
      .widget.micon-widget .text-large + small {
        position: relative;
        top: -5px; }
      .widget.micon-widget .text-large a {
        text-decoration: none;
        color: #7A7676;
        display: block;
        width: 100%;
        line-height: 40px; }
    .widget.micon-widget .widget-body {
      padding: 0;
      margin: 0;
      min-height: 120px; }
      .widget.micon-widget .widget-body .background-icon {
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 10px;
        left: 0; }
        .widget.micon-widget .widget-body .background-icon i {
          font-size: 5em; }
          .widget.micon-widget .widget-body .background-icon i:before {
            vertical-align: bottom; }
          .widget.micon-widget .widget-body .background-icon i.micon-group:before {
            top: 0.2em;
            position: relative; }
  .widget.widget-none {
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0; }
  .widget.widget-nav {
    box-shadow: 0 3px 0 0 #424F63;
    -moz-box-shadow: 0 3px 0 0 #424F63;
    -webkit-box-shadow: 0 3px 0 0 #424F63; }
    .widget.widget-nav .background-icon {
      color: #424F63; }
    .widget.widget-nav .micon-value:hover {
      background-color: #424F63;
      color: #fff;
      text-decoration: none; }
    .widget.widget-nav.widget-small {
      box-shadow: 0 1px 0 0 #424F63;
      -moz-box-shadow: 0 1px 0 0 #424F63;
      -webkit-box-shadow: 0 1px 0 0 #424F63; }
  .widget.widget-primary {
    box-shadow: 0 3px 0 0 #c72a25;
    -moz-box-shadow: 0 3px 0 0 #c72a25;
    -webkit-box-shadow: 0 3px 0 0 #c72a25; }
    .widget.widget-primary .background-icon {
      color: #c72a25; }
    .widget.widget-primary .micon-value:hover {
      background-color: #c72a25;
      color: #fff;
      text-decoration: none; }
    .widget.widget-primary.widget-small {
      box-shadow: 0 1px 0 0 #c72a25;
      -moz-box-shadow: 0 1px 0 0 #c72a25;
      -webkit-box-shadow: 0 1px 0 0 #c72a25; }
  .widget.widget-success {
    box-shadow: 0 3px 0 0 #4c9628;
    -moz-box-shadow: 0 3px 0 0 #4c9628;
    -webkit-box-shadow: 0 3px 0 0 #4c9628; }
    .widget.widget-success .background-icon {
      color: #4c9628; }
    .widget.widget-success.widget-small {
      box-shadow: 0 1px 0 0 #4c9628;
      -moz-box-shadow: 0 1px 0 0 #4c9628;
      -webkit-box-shadow: 0 1px 0 0 #4c9628; }
  .widget.widget-info {
    box-shadow: 0 3px 0 0 #2f65a7;
    -moz-box-shadow: 0 3px 0 0 #2f65a7;
    -webkit-box-shadow: 0 3px 0 0 #2f65a7; }
    .widget.widget-info .background-icon {
      color: #2f65a7; }
    .widget.widget-info .micon-value:hover {
      background-color: #2f65a7;
      color: #fff;
      text-decoration: none; }
    .widget.widget-info.widget-small {
      box-shadow: 0 1px 0 0 #2f65a7;
      -moz-box-shadow: 0 1px 0 0 #2f65a7;
      -webkit-box-shadow: 0 1px 0 0 #2f65a7; }
  .widget.widget-danger {
    box-shadow: 0 3px 0 0 #c52c2c;
    -moz-box-shadow: 0 3px 0 0 #c52c2c;
    -webkit-box-shadow: 0 3px 0 0 #c52c2c; }
    .widget.widget-danger .background-icon {
      color: #c52c2c; }
    .widget.widget-danger.widget-small {
      box-shadow: 0 1px 0 0 #c52c2c;
      -moz-box-shadow: 0 1px 0 0 #c52c2c;
      -webkit-box-shadow: 0 1px 0 0 #c52c2c; }
  .widget.widget-warning {
    box-shadow: 0 3px 0 0 #c58a2c;
    -moz-box-shadow: 0 3px 0 0 #c58a2c;
    -webkit-box-shadow: 0 3px 0 0 #c58a2c; }
    .widget.widget-warning .background-icon {
      color: #c58a2c; }
    .widget.widget-warning.widget-small {
      box-shadow: 0 1px 0 0 #c58a2c;
      -moz-box-shadow: 0 1px 0 0 #c58a2c;
      -webkit-box-shadow: 0 1px 0 0 #c58a2c; }
  .widget.widget-inverse {
    box-shadow: 0 3px 0 0 #656565;
    -moz-box-shadow: 0 3px 0 0 #656565;
    -webkit-box-shadow: 0 3px 0 0 #656565; }
    .widget.widget-inverse .background-icon {
      color: #656565; }
    .widget.widget-inverse.widget-small {
      box-shadow: 0 1px 0 0 #656565;
      -moz-box-shadow: 0 1px 0 0 #656565;
      -webkit-box-shadow: 0 1px 0 0 #656565; }
  .widget .details {
    font-size: 8pt;
    color: #4a4a4a; }
  .widget.widget-heading-simple > .widget-head {
    border-bottom: 1px solid #e1e0df;
    position: relative;
    padding: 10px; }
    .widget.widget-heading-simple > .widget-head .pull-left {
      padding-top: 2px; }
    .widget.widget-heading-simple > .widget-head.progress {
      padding: 0; }
    .widget.widget-heading-simple > .widget-head .heading {
      margin: 0;
      font-size: 14px;
      font-weight: bold; }
      .widget.widget-heading-simple > .widget-head .heading.glyphicons {
        width: auto;
        display: block;
        padding: 0 0 0 25px; }
        .widget.widget-heading-simple > .widget-head .heading.glyphicons i:before {
          padding: 0;
          margin: 0;
          left: 0;
          top: 0;
          text-align: left;
          width: 25px;
          color: #4a4a4a;
          font-size: 16px;
          font-weight: normal;
          text-shadow: none; }
    .widget.widget-heading-simple > .widget-head a {
      text-shadow: none; }
  .widget.widget-heading-simple > .widget-body {
    background: #f4f4f4; }
  .widget.widget-body-simple {
    border-radius: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
    .widget.widget-body-simple > .widget-body {
      background: none;
      border: none;
      padding: 0;
      border-radius: 0 !important; }
  .widget.widget-body-white > .widget-body {
    background: white; }
  .widget.widget-body-gray > .widget-body {
    background: #f4f4f4; }
  .widget.widget-body-primary > .widget-body {
    background: #c72a25; }
    .widget.widget-body-primary > .widget-body * {
      color: #fff;
      text-shadow: none; }
  .widget.widget-body-inverse > .widget-body {
    background: #656565; }
    .widget.widget-body-inverse > .widget-body *, .widget.widget-body-inverse > .widget-body i:before {
      color: #fff;
      text-shadow: none; }
  .widget.widget-body-default > .widget-body {
    background: #e2e2e2; }
    .widget.widget-body-default > .widget-body *, .widget.widget-body-default > .widget-body i:before {
      color: #fff;
      text-shadow: none; }
  .widget.widget-body-multiple {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important; }
    .widget.widget-body-multiple > .widget-body {
      margin-bottom: 10px; }
      .widget.widget-body-multiple > .widget-body:last-of-type {
        margin-bottom: 0; }

.innerAll {
  padding: 20px;
  position: relative; }

.half.innerAll {
  padding: 10px !important; }

.innerTB {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }

.half.innerTB {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

innerRL {
  padding-right: 20px;
  padding-left: 20px;
  position: relative; }

.half.innerRL {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.innerT {
  padding-top: 20px;
  position: relative; }

.half.innerT {
  padding-top: 10px !important; }

.faded {
  opacity: 0.75; }

.border-dashed {
  border-bottom: 1px dashed; }

.javi {
  color: red; }

/**
 *	entrevPage
 */
#footer ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  float: left; }
  #footer ul li {
    display: inline-block;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    height: 90px; }
    #footer ul li i {
      font-size: large; }
      #footer ul li i fuente-rojo {
        font-color: red; }
      #footer ul li i fuente-naranja {
        font-color: orange; }
      #footer ul li i fuente-verde {
        font-color: green; }
      #footer ul li i fuente-amarillo {
        font-color: yellow; }
    #footer ul li p {
      font-size: smaller; }
  #footer ul .with-border-right {
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 10px; }

@media screen and (max-width: 800px) {
  #footer ul {
    float: none; }
    #footer ul .with-border-right {
      border-right: none;
      padding-right: 0;
      margin-right: 0; } }

.vicent {
  color: pink; }

#factory-info {
  margin-bottom: 50px; }
  #factory-info .selector .btn-group .selected {
    background-color: #2F65A7; }
  #factory-info .widget {
    margin: 0; }
  #factory-info .id-pais {
    font-size: 0.8em;
    margin-top: -10px;
    display: block;
    width: 60px;
    text-align: center; }
  #factory-info .media {
    background-color: #fff; }
    #factory-info .media .media-body .dtls {
      margin: 5px; }
    #factory-info .media .media-body .score {
      font-size: xx-large; }

.innerTB {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }

.padding-none {
  padding: 0 !important; }

.overflow-visible {
  overflow: visible; }

.media > .pull-left {
  margin: 20px; 
  margin-right: 25px;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

#chart-total .highcharts-container {
  margin: 0 auto; }

#panel-chart-total {
  margin-top: 20px; }

/* Variables locales */
/* Planes activos */
#ractionpl .active {
  color: green; }

#ractionpl .non-active {
  color: #c23131; }

/* Action plan list */
#ractionpl .list {
  list-style-type: none;
  margin-left: -40px;
  list-style-position: outside; }

#ractionpl ol.list > li:hover {
  cursor: pointer;
  height: 30px;
  font-weight: 600;
  font-size: 1.1em; }

#ractionpl .aptitle {
  font-size: x-large; }

#ractionpl ol.simple-list {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

/*
#ractionpl ol.simple-list > li:hover{
	cursor: pointer;
	background-color: #B9B9B9;
	-webkit-box-shadow: 2px 1px 1px 1px #369;
	box-shadow: 2px 1px 1px 1px #369;
}
*/
#ractionpl ol.simple-list > li:hover {
  cursor: pointer;
  /* background-color: rgba(185, 185, 185, 0.24); */ }

/*
#ractionpl ol.simple-list > li:hover.aptitle {
	cursor: pointer;
	font-weight: bold;
    font-size: 1.5em;
}
*/
#ractionpl ol.simple-list > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em;
  border-left: 2px solid #CCCCCC; }

#ractionpl ol.simple-list > li:before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.8em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter; }

#ractionpl ol.simple-list-nested {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

#ractionpl ol.simple-list-nested > li:hover {
  cursor: pointer;
  font-weight: bold; }

#ractionpl ol.simple-list-nested > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em;
  border-left: 2px solid #CCCCCC; }

#ractionpl ol.simple-list-nested > li:before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.8em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter; }

#ractionpl .titlerow {
  margin-left: 3em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.17em; }

#ractionpl .titlecol1 {
  background-color: gray;
  color: white;
  height: 51px;
  padding-top: 5px; }

#ractionpl .titlecol2 {
  background-color: darkorange;
  color: white;
  height: 51px;
  padding-top: 5px; }

#ractionpl .titlecol3 {
  background-color: green;
  color: white;
  height: 51px;
  padding-top: 5px; }

#ractionpl .status-label {
  font-size: 1.4em !important;
  vertical-align: -webkit-baseline-middle;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

#ractionpl .headercol {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #B9B9B9;
  text-align: center;
  font-weight: 900; }

#ractionpl .legend-title {
  color: #A0A0A0;
  font-size: 0.9em;
  font-style: oblique;
  margin-bottom: 8px; }

/* Action plan list */
#ractionpl-detalle .list {
  list-style-type: decimal;
  list-style-position: outside; }

#ractionpl-detalle ol.simple-list {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

#ractionpl-detalle ol.simple-list > li:hover {
  cursor: pointer;
  /* background-color: rgba(185, 185, 185, 0.24); */ }

#ractionpl-detalle ol.simple-list > li {
  position: relative;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em; }

#ractionpl-detalle ol.simple-list > li:before {
  position: absolute;
  top: 0.6em;
  left: -1em;
  width: 1.3em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter;
  border-style: none;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 2px 2px 1px #B8B8B8;
  box-shadow: 2px 2px 1px #B8B8B8; }

#ractionpl-detalle ol.simple-list-nested {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0; }

#ractionpl-detalle ol.simple-list-nested > li:hover {
  cursor: pointer;
  font-weight: bold; }

#ractionpl-detalle ol.simple-list-nested > li {
  margin-top: 10px;
  margin-bottom: 10px; }

#ractionpl-detalle .titlerow {
  margin-left: 3em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.17em; }

#ractionpl-detalle .titlecol1 {
  background-color: gray;
  color: white;
  height: 51px;
  padding-top: 5px; }

#ractionpl-detalle .titlecol2 {
  background-color: darkorange;
  color: white;
  height: 51px;
  padding-top: 5px; }

#ractionpl-detalle .titlecol3 {
  background-color: green;
  color: white;
  height: 51px;
  padding-top: 5px; }

#ractionpl-detalle .status-label {
  font-size: 1.4em !important;
  vertical-align: -webkit-baseline-middle;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

#ractionpl-detalle .pki-selected {
  font-weight: bold;
  font-size: 1em; }

#ractionpl-detalle ol.simple-list-nested-complet {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

#ractionpl-detalle ol.simple-list-nested-complet > li:hover {
  cursor: pointer;
  /* background-color: rgba(185, 185, 185, 0.24); */ }

#ractionpl-detalle ol.simple-list-nested-complet > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em;
  /* border-left: 2px solid #CCCCCC; */ }

#ractionpl-detalle ol.simple-list-nested-complet > li:before {
  position: absolute;
  top: 0.65em;
  left: -1em;
  width: 1.3em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 2px 2px 1px #B8B8B8;
  box-shadow: 2px 2px 1px #B8B8B8; }

#ractionpl-detalle .legend {
  font-size: smaller;
  font-style: italic;
  margin-top: -22px; }

#ractionpl-detalle .odd {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: grey;
  padding-bottom: 10px;
  -webkit-box-shadow: 2px 2px 2px #B8B8B8;
  box-shadow: 2px 2px 2px #B8B8B8;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: grey; }

#ractionpl-detalle .even {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B5B5B5;
  padding-bottom: 10px; }

#ractionpl-detalle ol.simple-list-nested-complet > li.ng-enter {
  -webkit-animation: bounceIn 1s;
  -ms-animation: bounceIn 1s;
  animation: bounceIn 1s; }

#ractionpl-detalle ol.simple-list-nested-complet > li.ng-leave {
  -webkit-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  animation: bounceOut 1s; }

#ractionpl-detalle .headercol {
  font-size: small;
  font-weight: normal;
  font-style: italic;
  margin-right: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #B9B9B9;
  border-bottom-style: solid;
  margin-top: -12px; }

#ractionpl-detalle .reference {
  font-size: smaller;
  font-weight: normal;
  font-style: italic;
  padding-right: 3px; }

#ractionpl-detalle .plantitle {
  font-size: 1.4em;
  font-weight: 600;
  font-style: oblique; }

#ractionpl-detalle .actionlist-background {
  display: block;
  background-color: white;
  margin-left: -79px;
  margin-top: 5px;
  margin-right: -30px;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px; }

#ractionpl-detalle .score {
  font-weight: bold; }

#ractionpl-detalle ol.simple-list-diagnostic {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

#ractionpl-detalle ol.simple-list-diagnostic > li:hover {
  cursor: pointer;
  /* background-color: rgba(185, 185, 185, 0.24); */ }

#ractionpl-detalle ol.simple-list-diagnostic > li {
  position: relative;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em; }

#ractionpl-detalle ol.simple-list-diagnostic > li:before {
  position: absolute;
  top: 0.6em;
  left: -1.5em;
  width: 1.3em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter;
  border-style: none;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 2px 2px 1px #B8B8B8;
  box-shadow: 2px 2px 1px #B8B8B8; }

#ractionpl-detalle .diff {
  font-weight: bold; }

#ractionpl-detalle .target {
  font-weight: bold; }

#ractionpl-detalle .section-switch {
  padding-top: 5px; }

#ractionpl-detalle ol.simple-list-nested-diagnostic {
  list-style-type: none;
  margin: 0;
  margin-left: 0em;
  padding: 0; }

#ractionpl-detalle ol.simple-list-nested-diagnostic > li:hover {
  cursor: pointer;
  font-weight: bold; }

#ractionpl-detalle ol.simple-list-nested-diagnostic > li {
  margin-top: 10px;
  margin-bottom: 10px; }

#ractionpl-detalle .list-search {
  font-size: small;
  font-style: italic;
  margin-left: -3em; }

#ractionpl-detalle .editTarget {
  width: 75%;
  text-align: center; }

#ractionpl-detalle .search-input {
  margin-left: 10px;
  width: 59%; }

#ractionpl-detalle .nodata-label {
  font-size: 100%; }

#ractionpl-detalle .rowtop {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #D9D9D9;
  margin-bottom: 16px; }

#ractionpl-detalle .edit-target {
  width: 100%; }

#ractionpl-detalle .action-field-label {
  font-size: 85%;
  font-style: oblique;
  margin-right: 5px;
  font-weight: 700; }

#ractionpl-detalle .actions-detail-section {
  font-size: 2em;
  font-weight: 100;
  color: white;
  border-bottom-color: #EBEBEB;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #A5A5A5; }

#ractionpl-detalle .actions-detail-section-container {
  border-bottom-color: #C5C5C5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 3px;
  margin-bottom: 30px;
  padding-top: 15px;
  margin-right: 6px;
  height: 41px; }

#ractionpl-detalle .clickable {
  cursor: pointer; }

#ractionpl-detalle .actions-detail-sections-separator {
  height: 40px; }

#ractionpl-detalle .actions-detail-section-prefix {
  padding-right: 10px; }

#ractionpl-detalle .actions-detail-collapsed-message {
  font-size: 0.85em;
  font-weight: 400;
  font-style: oblique; }

#ractionpl-detalle .headercol-label {
  padding-left: 5px; }

#ractionpl-detalle .headerrow-signature {
  height: 30px;
  background-color: gray;
  color: white;
  font-weight: 300;
  display: table;
  width: 100%; }

#ractionpl-detalle .headerrow-signature-label {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

#ractionpl-detalle .detailrow-signature {
  height: 85px;
  background-color: white;
  color: white;
  font-weight: 300;
  display: table;
  width: 100%;
  text-align: center;
  border-left-color: gray;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-color: gray;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: gray;
  border-right-style: solid;
  border-right-width: 1px; }

#ractionpl-detalle .detailrow-signature-label {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px; }

#ractionpl-detalle .container-signature {
  -webkit-box-shadow: 3px 3px 5px #888888;
  box-shadow: 3px 3px 5px #888888; }

#ractionpl-detalle .signature-id {
  font-weight: 300;
  font-size: 0.97em; }

#ractionpl-detalle .signature-name {
  font-weight: 600; }

#ractionpl-detalle .signature-rol {
  font-style: oblique;
  font-weight: 300;
  font-size: 0.97em; }

#ractionpl-detalle .signature-state {
  font-size: 1.8em;
  color: #5A5A5A;
  font-weight: 300; }

#ractionpl-detalle .action-detail-container {
  padding-top: 26px;
  margin-bottom: 26px;
  -webkit-box-shadow: 3px 3px 5px #888888;
  box-shadow: 3px 3px 5px #888888;
  border-top-color: #E9E9E9;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #E9E9E9;
  border-left-style: solid;
  border-left-width: 1px; }

#ractionpl-detalle .action-detail-actuators {
  margin-top: -10px;
  margin-bottom: 10px; }

#ractionpl-detalle .info-action-list {
  font-size: 0.85em;
  font-weight: 400;
  font-style: oblique;
  padding-left: 58px; }

#ractionpl-detalle .container-add-new-action {
  padding-top: 5px;
  margin-bottom: 10px; }

#ractionpl-detalle .container-add-new-action {
  margin-top: 15px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #B9B9B9;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #B9B9B9;
  -webkit-box-shadow: 3px 3px 5px #888888;
  box-shadow: 3px 3px 5px #888888;
  padding-top: 15px;
  padding-bottom: 1px; }

#ractionpl-detalle .other-section {
  padding-top: 5px;
  margin-bottom: 10px; }

#ractionpl-detalle .other-section-field-title {
  padding-bottom: 6px; }

/* Estilos de textos en formulario detalle */
#cq-detalle .text-panel {
  margin-left: 5px; }

#cq-detalle .clickable {
  cursor: pointer; }

#cq-detalle a.backtop {
  cursor: pointer !important;
  color: #858582 !important; }

#cq-detalle .backtop:hover {
  color: #2F65A7;
  cursor: pointer; }

#cq-detalle .panel-heading span .fuente-rojo, #cq-detalle .panel-heading span .frojo {
  color: #C7111E; }

#cq-detalle .panel-heading span .fuente-amarillo {
  color: #2F65A7; }

#cq-detalle .panel-heading span .fuente-verde {
  color: #25CF0B; }

#cq-detalle .panel-heading span .fuente-naranja {
  color: #ED5806; }

#cq-detalle a.addbtn {
  cursor: pointer;
  margin-left: 10px; }

#cq-detalle a.addbtn-lrg {
  cursor: pointer;
  margin-left: 10px;
  font-size: larger; }

#cq-detalle a.forward {
  cursor: pointer !important; }

#cq-detalle .row-col-button-centered {
  height: 34px;
  display: table; }

#cq-detalle .col-cell-button-centered {
  display: table-cell;
  vertical-align: middle; }

.no-mg {
  margin: -15px; }

/***** Parte para los filtros *****/
#content-filter {
  margin-bottom: 30px; }
  #content-filter.oculto .content {
    display: none; }
  #content-filter .content {
    padding: 20px 0;
    background-color: #fff;
    border-top: 1px solid #dedede;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13); }
    #content-filter .content .row {
      margin: 15px 0px; }
    #content-filter .content .selector {
      width: 100%; }
    #content-filter .content .btn {
      margin: 5px; }
    #content-filter .content #btn-filter-clear {
      margin-right: 30px; }
  #content-filter #btn-view-filter {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px; }
    #content-filter #btn-view-filter span {
      background-color: #C7111E;
      font-size: 20px;
      color: #fff; }

#filtro-visible.market-rol .breadcrumb {
  border-bottom: 1px solid #dedede; }
  #filtro-visible.market-rol .breadcrumb li {
    cursor: default; }
    #filtro-visible.market-rol .breadcrumb li:first-child a {
      color: #2F65A7 !important; }
    #filtro-visible.market-rol .breadcrumb li a {
      cursor: default; }
      #filtro-visible.market-rol .breadcrumb li a:hover {
        text-decoration: none; }

#rol-visible, #filtro-visible {
  background-color: #fff;
  border-top: 1px solid #dedede;
  line-height: 40px;
  margin: 0px; }
  #rol-visible .toggler-filtro, #filtro-visible .toggler-filtro {
    height: 51px;
    overflow: hidden; }
    #rol-visible .toggler-filtro span, #filtro-visible .toggler-filtro span {
      display: inline-block;
      width: 100px;
      text-align: center;
      background: #2F65A7;
      color: #FFF;
      margin: 5px;
      cursor: pointer;
      border-radius: 5%; }
  #rol-visible a, #filtro-visible a {
    color: #2F65A7 !important;
    cursor: pointer; }
    #rol-visible a span, #filtro-visible a span {
      color: #7A7676; }

#rol-visible {
  margin: -15px -15px 0px -15px !important; }

#filtro-visible {
  margin: 0px -15px 0px -15px !important; }

.mg30 {
  margin-top: 30px; }

.color_nav, .item-clicable .titulo {
  background-color: #424F63 !important; }

.item-clicable .titulo {
  margin-bottom: 20px; }
  .item-clicable .titulo span {
    line-height: 30px;
    cursor: pointer; }
.item-clicable img {
  padding-bottom: 30px;
  max-width: 134px; }

.item-select {
  display: inline-block; }
  .item-select p {
    margin: 0px 10px;
    line-height: 10px;
    font-weight: bold; }

.drill {
  position: absolute;
  /*left:50%;*/
  color: #FFF !important;
  background-color: #424F63 !important; }

.solidGaugeChart .highcharts-container {
  height: 125px !important; }

.stats-panel {
  height: 100px;
  margin: 10px auto;
  width: 95%;
  position: relative; }
  .stats-panel > i {
    font-size: 70px;
    opacity: 0.1;
    margin: 10px;
    color: #fff; }
  .stats-panel .numeric-value {
    margin-left: 35%;
    padding-top: 20px;
    height: 100%; }
    .stats-panel .numeric-value .main-value {
      font-size: xx-large;
      color: #efefef;
      font-weight: bold; }
      .stats-panel .numeric-value .main-value i {
        font-size: 50%; }
    .stats-panel .numeric-value .target-value {
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      opacity: 0.4; }
      .stats-panel .numeric-value .target-value:hover {
        opacity: 1; }

.david {
  color: green; }

.david {
  color: green; }

.right-side {
  background-color: #424F63;
  width: 240px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out; }
  .right-side .right-side-inner .header {
    background-color: #232a35;
    height: 50px;
    font-weight: bold;
    margin-bottom: 0; }
    .right-side .right-side-inner .header a {
      display: block;
      width: 100%;
      color: #fff;
      text-decoration: none;
      line-height: 50px; }
      .right-side .right-side-inner .header a:hover {
        color: #2F65A7; }

.toggle-filtro {
  width: 52px;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  padding: 0px 15px 15px 15px;
  cursor: pointer;
  float: left;
  color: #212121;
  border-right: 1px solid #e7e7e7; }
  .toggle-filtro:hover {
    background-color: #2F65A7;
    color: #fff;
    border-right-color: #2F65A7; }

.sticky-right-side {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 100;
  -webkit-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out; }
  .sticky-right-side .custom-nav-right .item {
    padding: 10px 20px 0px 10px; }
    .sticky-right-side .custom-nav-right .item .item-select {
      width: 100%; }
      .sticky-right-side .custom-nav-right .item .item-select p {
        color: #fff;
        margin: 0 0 10px;
        line-height: 20px; }

@media screen and (max-width: 800px) { }

.right-side-collapsed .sticky-right-side {
  overflow-y: visible; }

.texto-filtro {
  background-color: #fff;
  line-height: 50px; }
  .texto-filtro p {
    margin-left: 75px;
    margin-bottom: 0px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden; }
    .texto-filtro p span {
      font-weight: bold; }

.toggle-filtro {
  line-height: 90px;
  height: 90px; }
  .toggle-filtro:hover {
    text-decoration: none; }

.filtrofab p {
  /*line-height: 90px;*/ 
}

#sel-flags .no-hover a:hover {
  background-color: #424F63; }
  #sel-flags .no-hover a:hover .toggle-sel {
    background-color: #2e3744; }
#sel-flags li a {
  line-height: 32px;
  padding: 0 15px; }
  #sel-flags li a img {
    width: 32px;
    height: 32px; }
  #sel-flags li a .toggle-sel {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-top: 10px; }
  #sel-flags li a:hover .toggle-sel:before {
    background-color: red; }
  #sel-flags li a p {
    color: #fff; }
    #sel-flags li a p span {
      margin-left: 10px; }
    #sel-flags li a p .fa {
      line-height: 32px; }

.vicent {
  color: pink; }

.select2-container {
  padding: 0;
  height: 32px; }
  .select2-container .select2-choice {
    height: 100% !important; }


.tab-content > .tab-pane {
  margin-top: 20px; }

.nav-tabs > li.active > a {
  border-top: 3px solid #2F65A7; }
  .nav-tabs > li.active > a:hover {
    border-top: 3px solid #2F65A7; }
.nav-tabs > li a {
  color: #555; }
  .nav-tabs > li a:hover, .nav-tabs > li a:focus {
    color: #fff;
    background-color: #555;
    text-decoration: none; }

p.help-block-form {
  font-size: small;
  font-style: italic;
  color: red;
  padding-left: 10px;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px; }

.info-form {
  font-size: small;
  font-style: italic;
  margin-top: -15px;
  display: block; }

/* Boton de calendario en campo de entrada de datos */
.dtp .btn {
  padding: 6px 12px;
  margin-left: -36px; }

/* Hover de la tabla */
table.dataTable.hover tbody tr:hover, table.dataTable.hover tbody tr.odd:hover, table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover, table.dataTable.display tbody tr.odd:hover > .sorting_1, table.dataTable.display tbody tr.odd:hover > .sorting_2, table.dataTable.display tbody tr.odd:hover > .sorting_3 {
  background-color: #2F65A7 !important;
  color: #fff !important;
  cursor: pointer; }
  table.dataTable.hover tbody tr:hover .fa, table.dataTable.hover tbody tr.odd:hover .fa, table.dataTable.hover tbody tr.even:hover .fa, table.dataTable.display tbody tr:hover .fa, table.dataTable.display tbody tr.odd:hover .fa, table.dataTable.display tbody tr.even:hover .fa, table.dataTable.display tbody tr.odd:hover > .sorting_1 .fa, table.dataTable.display tbody tr.odd:hover > .sorting_2 .fa, table.dataTable.display tbody tr.odd:hover > .sorting_3 .fa {
    color: #fff; }

/* Paginaci�n de la tabla */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li.active > a, .pagination > li.active > a:hover, .pager li > a:hover, .pager li > a:focus {
  background-color: #2F65A7;
  border-color: #2F65A7;
  color: #17548A; }

/* Fila seleccionada */
table.dataTable.stripe tbody tr.even.selected, table.dataTable.display tbody tr.even.selected {
  background-color: #ffcb47; }

/* Texto de cabecera de columna */
table.dataTable thead tr th {
  text-align: center; }

/* Texto de columna */
.center-text {
  text-align: center; }

/* Botones TableTools */
div.DTTT_container {
  position: relative !important;
  margin-bottom: 1em !important;
  margin-top: 16px !important;
  margin-left: 3px !important; }

/* Estilos etiquetas y valores de campos */
.labelfield {
  font-weight: 700;
  text-align: right; }

.valuefield {
  font-style: oblique; }

.editable-wrap .editable-controls > input, .editable-wrap .editable-controls > select, .editable-wrap .editable-controls > textarea {
  width: 85% !important; }

#claimsmng .legend {
  font-size: 1.1em; }




.javi {
  color: red; }

#misteryShopping .title {
  font-size: 2em; }

/* Mistery Shopping */
#misteryShopping .list {
  list-style-type: decimal;
  list-style-position: outside; }

#misteryShopping ol.simple-list {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

#misteryShopping ol.simple-list > li:hover {
  cursor: pointer;
  /* background-color: rgba(185, 185, 185, 0.24); */ }

#misteryShopping ol.simple-list > li {
  position: relative;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em; }

#misteryShopping ol.simple-list > li:before {
  position: absolute;
  top: 0.6em;
  left: -1em;
  width: 1.3em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter;
  border-style: none;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 2px 2px 1px #B8B8B8;
  box-shadow: 2px 2px 1px #B8B8B8; }

#misteryShopping ol.simple-list-nested {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0; }

#misteryShopping ol.simple-list-nested > li:hover {
  cursor: pointer;
  font-weight: bold; }

#misteryShopping ol.simple-list-nested > li {
  margin-top: 10px;
  margin-bottom: 10px; }

#misteryShopping .titlerow {
  margin-left: 3em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.17em; }

#misteryShopping .titlecol1 {
  background-color: gray;
  color: white;
  height: 51px;
  padding-top: 5px; }

#misteryShopping .titlecol2 {
  background-color: darkorange;
  color: white;
  height: 51px;
  padding-top: 5px; }

#misteryShopping .titlecol3 {
  background-color: green;
  color: white;
  height: 51px;
  padding-top: 5px; }

#misteryShopping .status-label {
  font-size: 1.4em !important;
  vertical-align: -webkit-baseline-middle;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

#misteryShopping .pki-selected {
  font-weight: bold;
  font-size: 1em; }

#misteryShopping ol.simple-list-nested-complet {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

#misteryShopping ol.simple-list-nested-complet > li:hover {
  cursor: pointer;
  /* background-color: rgba(185, 185, 185, 0.24); */ }

#misteryShopping ol.simple-list-nested-complet > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em;
  /* border-left: 2px solid #CCCCCC; */ }

#misteryShopping ol.simple-list-nested-complet > li:before {
  position: absolute;
  top: 0.65em;
  left: -1em;
  width: 1.3em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 2px 2px 1px #B8B8B8;
  box-shadow: 2px 2px 1px #B8B8B8; }

#misteryShopping .legend {
  font-size: smaller;
  font-style: italic;
  margin-top: -22px; }

#misteryShopping .odd {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: grey;
  padding-bottom: 10px;
  -webkit-box-shadow: 2px 2px 2px #B8B8B8;
  box-shadow: 2px 2px 2px #B8B8B8;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: grey; }

#misteryShopping .even {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B5B5B5;
  padding-bottom: 10px; }

#misteryShopping ol.simple-list-nested-complet > li.ng-enter {
  -webkit-animation: bounceIn 1s;
  -ms-animation: bounceIn 1s;
  animation: bounceIn 1s; }

#misteryShopping ol.simple-list-nested-complet > li.ng-leave {
  -webkit-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  animation: bounceOut 1s; }

#misteryShopping .headercol {
  font-size: small;
  font-weight: normal;
  font-style: italic;
  margin-right: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #B9B9B9;
  border-bottom-style: solid;
  margin-top: -12px; }

#misteryShopping .reference {
  font-size: smaller;
  font-weight: normal;
  font-style: italic;
  padding-right: 3px; }

#misteryShopping .plantitle {
  font-size: 1.4em;
  font-weight: 600;
  font-style: oblique; }

#misteryShopping .actionlist-background {
  display: block;
  background-color: white;
  margin-left: -79px;
  margin-top: 5px;
  margin-right: -30px;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px; }

#misteryShopping .score {
  font-weight: bold; }

#misteryShopping ol.simple-list-diagnostic {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

#misteryShopping ol.simple-list-diagnostic > li:hover {
  cursor: pointer;
  /* background-color: rgba(185, 185, 185, 0.24); */ }

#misteryShopping ol.simple-list-diagnostic > li {
  position: relative;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em; }

#misteryShopping ol.simple-list-diagnostic > li:before {
  position: absolute;
  top: 0.6em;
  left: -1.5em;
  width: 1.3em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter;
  border-style: none;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 2px 2px 1px #B8B8B8;
  box-shadow: 2px 2px 1px #B8B8B8; }

#misteryShopping .diff {
  font-weight: bold; }

#misteryShopping .target {
  font-weight: bold; }

#misteryShopping .section-switch {
  padding-top: 5px; }

#misteryShopping ol.simple-list-nested-diagnostic {
  list-style-type: none;
  margin: 0;
  margin-left: 0em;
  padding: 0; }

#misteryShopping ol.simple-list-nested-diagnostic > li:hover {
  cursor: pointer;
  font-weight: bold; }

#misteryShopping ol.simple-list-nested-diagnostic > li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px; }

#misteryShopping .list-search {
  font-size: small;
  font-style: italic;
  margin-left: -3em; }

#misteryShopping .editTarget {
  width: 75%;
  text-align: center; }

#misteryShopping .search-input {
  margin-left: 10px;
  width: 59%; }

#misteryShopping .nodata-label {
  font-size: 100%; }

#misteryShopping .rowtop {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #D9D9D9;
  margin-bottom: 16px; }

#misteryShopping .edit-target {
  width: 100%; }

#misteryShopping .action-field-label {
  font-size: 85%;
  font-style: oblique;
  margin-right: 5px;
  font-weight: 700; }

#misteryShopping .actions-detail-section {
  font-size: 2em;
  font-weight: 100;
  color: white;
  border-bottom-color: #EBEBEB;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #A5A5A5; }

#misteryShopping .actions-detail-section-container {
  border-bottom-color: #C5C5C5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 3px;
  margin-bottom: 30px;
  padding-top: 15px;
  margin-right: 6px;
  height: 41px; }

#misteryShopping .clickable {
  cursor: pointer; }

#misteryShopping .actions-detail-sections-separator {
  height: 40px; }

#misteryShopping .actions-detail-section-prefix {
  padding-right: 10px; }

#misteryShopping .actions-detail-collapsed-message {
  font-size: 0.85em;
  font-weight: 400;
  font-style: oblique; }

#misteryShopping .headercol-label {
  padding-left: 5px; }

#misteryShopping .headerrow-signature {
  height: 30px;
  background-color: gray;
  color: white;
  font-weight: 300;
  display: table;
  width: 100%; }

#misteryShopping .headerrow-signature-label {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

#misteryShopping .detailrow-signature {
  height: 85px;
  background-color: white;
  color: white;
  font-weight: 300;
  display: table;
  width: 100%;
  text-align: center;
  border-left-color: gray;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-color: gray;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: gray;
  border-right-style: solid;
  border-right-width: 1px; }

#misteryShopping .detailrow-signature-label {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px; }

#misteryShopping .container-signature {
  -webkit-box-shadow: 3px 3px 5px #888888;
  box-shadow: 3px 3px 5px #888888; }

#misteryShopping .signature-id {
  font-weight: 300;
  font-size: 0.97em; }

#misteryShopping .signature-name {
  font-weight: 600; }

#misteryShopping .signature-rol {
  font-style: oblique;
  font-weight: 300;
  font-size: 0.97em; }

#misteryShopping .signature-state {
  font-size: 1.8em;
  color: #5A5A5A;
  font-weight: 300; }

#misteryShopping .action-detail-container {
  padding-top: 26px;
  margin-bottom: 26px;
  -webkit-box-shadow: 3px 3px 5px #888888;
  box-shadow: 3px 3px 5px #888888;
  border-top-color: #E9E9E9;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #E9E9E9;
  border-left-style: solid;
  border-left-width: 1px; }

#misteryShopping .action-detail-actuators {
  margin-top: -10px;
  margin-bottom: 10px; }

#misteryShopping .info-action-list {
  font-size: 0.85em;
  font-weight: 400;
  font-style: oblique;
  padding-left: 58px; }

#misteryShopping .container-add-new-action {
  padding-top: 5px;
  margin-bottom: 10px; }

#misteryShopping .container-add-new-action {
  margin-top: 15px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #B9B9B9;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #B9B9B9;
  -webkit-box-shadow: 3px 3px 5px #888888;
  box-shadow: 3px 3px 5px #888888;
  padding-top: 15px;
  padding-bottom: 1px; }

#misteryShopping .other-section {
  padding-top: 5px;
  margin-bottom: 10px; }

#misteryShopping .other-section-field-title {
  padding-bottom: 6px; }

#misteryShopping .criteria-code {
  font-size: 0.8em;
  font-weight: 300;
  color: #A5A5A5; }

#misteryShopping .answer {
  font-size: 1.15em; }

#misteryShopping .font-green {
  color: green; }

#misteryShopping .font-red {
  color: red; }

#misteryShopping .font-grey {
  color: #A0A0A0; }

#misteryShopping .answer-legend {
  font-size: 1.2em;
  font-weight: 300;
  color: #A0A0A0; }

#misteryShopping .module-title {
  font-size: 1.4em;
  font-weight: 300;
  color: #707070; }

#misteryShopping .module-counter {
  font-size: 0.8em;
  font-weight: 300;
  color: #909090; }

#misteryShopping .criteria-description {
  font-size: 1.2em;
  font-weight: 300;
  color: #A0A0A0; }

#misteryShopping .row-module {
  padding-bottom: 8px; }

#misteryShopping .row-module-legend {
  padding-bottom: 40px; }

#misteryRepair .title {
  font-size: 2em; }

/* Mistery Shopping */
#misteryRepair .list {
  list-style-type: decimal;
  list-style-position: outside; }

#misteryRepair ol.simple-list {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

#misteryRepair ol.simple-list > li:hover {
  cursor: pointer;
  /* background-color: rgba(185, 185, 185, 0.24); */ }

#misteryRepair ol.simple-list > li {
  position: relative;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em; }

#misteryRepair ol.simple-list > li:before {
  position: absolute;
  top: 0.6em;
  left: -1em;
  width: 1.3em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter;
  border-style: none;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 2px 2px 1px #B8B8B8;
  box-shadow: 2px 2px 1px #B8B8B8; }

#misteryRepair ol.simple-list-nested {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0; }

#misteryRepair ol.simple-list-nested > li:hover {
  cursor: pointer;
  font-weight: bold; }

#misteryRepair ol.simple-list-nested > li {
  margin-top: 10px;
  margin-bottom: 10px; }

#misteryRepair .titlerow {
  margin-left: 3em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.17em; }

#misteryRepair .titlecol1 {
  background-color: gray;
  color: white;
  height: 51px;
  padding-top: 5px; }

#misteryRepair .titlecol2 {
  background-color: darkorange;
  color: white;
  height: 51px;
  padding-top: 5px; }

#misteryRepair .titlecol3 {
  background-color: green;
  color: white;
  height: 51px;
  padding-top: 5px; }

#misteryRepair .status-label {
  font-size: 1.4em !important;
  vertical-align: -webkit-baseline-middle;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

#misteryRepair .pki-selected {
  font-weight: bold;
  font-size: 1em; }

#misteryRepair ol.simple-list-nested-complet {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

#misteryRepair ol.simple-list-nested-complet > li:hover {
  cursor: pointer;
  /* background-color: rgba(185, 185, 185, 0.24); */ }

#misteryRepair ol.simple-list-nested-complet > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em;
  /* border-left: 2px solid #CCCCCC; */ }

#misteryRepair ol.simple-list-nested-complet > li:before {
  position: absolute;
  top: 0.65em;
  left: -1em;
  width: 1.3em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 2px 2px 1px #B8B8B8;
  box-shadow: 2px 2px 1px #B8B8B8; }

#misteryRepair .legend {
  font-size: smaller;
  font-style: italic;
  margin-top: -22px; }

#misteryRepair .odd {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: grey;
  padding-bottom: 10px;
  -webkit-box-shadow: 2px 2px 2px #B8B8B8;
  box-shadow: 2px 2px 2px #B8B8B8;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: grey; }

#misteryRepair .even {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B5B5B5;
  padding-bottom: 10px; }

#misteryRepair ol.simple-list-nested-complet > li.ng-enter {
  -webkit-animation: bounceIn 1s;
  -ms-animation: bounceIn 1s;
  animation: bounceIn 1s; }

#misteryRepair ol.simple-list-nested-complet > li.ng-leave {
  -webkit-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  animation: bounceOut 1s; }

#misteryRepair .headercol {
  font-size: small;
  font-weight: normal;
  font-style: italic;
  margin-right: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #B9B9B9;
  border-bottom-style: solid;
  margin-top: -12px; }

#misteryRepair .reference {
  font-size: smaller;
  font-weight: normal;
  font-style: italic;
  padding-right: 3px; }

#misteryRepair .plantitle {
  font-size: 1.4em;
  font-weight: 600;
  font-style: oblique; }

#misteryRepair .actionlist-background {
  display: block;
  background-color: white;
  margin-left: -79px;
  margin-top: 5px;
  margin-right: -30px;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px; }

#misteryRepair .score {
  font-weight: bold; }

#misteryRepair ol.simple-list-diagnostic {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }

#misteryRepair ol.simple-list-diagnostic > li:hover {
  cursor: pointer;
  /* background-color: rgba(185, 185, 185, 0.24); */ }

#misteryRepair ol.simple-list-diagnostic > li {
  position: relative;
  padding-left: 0.5em;
  padding-top: 0.5em;
  min-height: 3em; }

#misteryRepair ol.simple-list-diagnostic > li:before {
  position: absolute;
  top: 0.6em;
  left: -1.5em;
  width: 1.3em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter;
  border-style: none;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 2px 2px 1px #B8B8B8;
  box-shadow: 2px 2px 1px #B8B8B8; }

#misteryRepair .diff {
  font-weight: bold; }

#misteryRepair .target {
  font-weight: bold; }

#misteryRepair .section-switch {
  padding-top: 5px; }

#misteryRepair ol.simple-list-nested-diagnostic {
  list-style-type: none;
  margin: 0;
  margin-left: 0em;
  padding: 0; }

#misteryRepair ol.simple-list-nested-diagnostic > li:hover {
  cursor: pointer;
  font-weight: bold; }

#misteryRepair ol.simple-list-nested-diagnostic > li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px; }

#misteryRepair .list-search {
  font-size: small;
  font-style: italic;
  margin-left: -3em; }

#misteryRepair .editTarget {
  width: 75%;
  text-align: center; }

#misteryRepair .search-input {
  margin-left: 10px;
  width: 59%; }

#misteryRepair .nodata-label {
  font-size: 100%; }

#misteryRepair .rowtop {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #D9D9D9;
  margin-bottom: 16px; }

#misteryRepair .edit-target {
  width: 100%; }

#misteryRepair .action-field-label {
  font-size: 85%;
  font-style: oblique;
  margin-right: 5px;
  font-weight: 700; }

#misteryRepair .actions-detail-section {
  font-size: 2em;
  font-weight: 100;
  color: white;
  border-bottom-color: #EBEBEB;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #A5A5A5; }

#misteryRepair .actions-detail-section-container {
  border-bottom-color: #C5C5C5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 3px;
  margin-bottom: 30px;
  padding-top: 15px;
  margin-right: 6px;
  height: 41px; }

#misteryRepair .clickable {
  cursor: pointer; }

#misteryRepair .actions-detail-sections-separator {
  height: 40px; }

#misteryRepair .actions-detail-section-prefix {
  padding-right: 10px; }

#misteryRepair .actions-detail-collapsed-message {
  font-size: 0.85em;
  font-weight: 400;
  font-style: oblique; }

#misteryRepair .headercol-label {
  padding-left: 5px; }

#misteryRepair .headerrow-signature {
  height: 30px;
  background-color: gray;
  color: white;
  font-weight: 300;
  display: table;
  width: 100%; }

#misteryRepair .headerrow-signature-label {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

#misteryRepair .detailrow-signature {
  height: 85px;
  background-color: white;
  color: white;
  font-weight: 300;
  display: table;
  width: 100%;
  text-align: center;
  border-left-color: gray;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-color: gray;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: gray;
  border-right-style: solid;
  border-right-width: 1px; }

#misteryRepair .detailrow-signature-label {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px; }

#misteryRepair .container-signature {
  -webkit-box-shadow: 3px 3px 5px #888888;
  box-shadow: 3px 3px 5px #888888; }

#misteryRepair .signature-id {
  font-weight: 300;
  font-size: 0.97em; }

#misteryRepair .signature-name {
  font-weight: 600; }

#misteryRepair .signature-rol {
  font-style: oblique;
  font-weight: 300;
  font-size: 0.97em; }

#misteryRepair .signature-state {
  font-size: 1.8em;
  color: #5A5A5A;
  font-weight: 300; }

#misteryRepair .action-detail-container {
  padding-top: 26px;
  margin-bottom: 26px;
  -webkit-box-shadow: 3px 3px 5px #888888;
  box-shadow: 3px 3px 5px #888888;
  border-top-color: #E9E9E9;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #E9E9E9;
  border-left-style: solid;
  border-left-width: 1px; }

#misteryRepair .action-detail-actuators {
  margin-top: -10px;
  margin-bottom: 10px; }

#misteryRepair .info-action-list {
  font-size: 0.85em;
  font-weight: 400;
  font-style: oblique;
  padding-left: 58px; }

#misteryRepair .container-add-new-action {
  padding-top: 5px;
  margin-bottom: 10px; }

#misteryRepair .container-add-new-action {
  margin-top: 15px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #B9B9B9;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #B9B9B9;
  -webkit-box-shadow: 3px 3px 5px #888888;
  box-shadow: 3px 3px 5px #888888;
  padding-top: 15px;
  padding-bottom: 1px; }

#misteryRepair .other-section {
  padding-top: 5px;
  margin-bottom: 10px; }

#misteryRepair .other-section-field-title {
  padding-bottom: 6px; }

#misteryRepair .criteria-code {
  font-size: 0.8em;
  font-weight: 300;
  color: #A5A5A5; }

#misteryRepair .answer {
  font-size: 1.15em; }

#misteryRepair .font-green {
  color: green; }

#misteryRepair .font-red {
  color: red; }

#misteryRepair .font-grey {
  color: #A0A0A0; }

#misteryRepair .answer-legend {
  font-size: 1.2em;
  font-weight: 300;
  color: #A0A0A0; }

#misteryRepair .module-title {
  font-size: 1.4em;
  font-weight: 300;
  color: #707070; }

#misteryRepair .module-counter {
  font-size: 0.8em;
  font-weight: 300;
  color: #909090; }

#misteryRepair .criteria-description {
  font-size: 1.2em;
  font-weight: 300;
  color: #A0A0A0; }

#misteryRepair .row-module {
  padding-bottom: 8px; }

#misteryRepair .row-module-legend {
  padding-bottom: 40px; }
  
.open>a{
	color: white !important;
}

.dobleEspacio { 
	padding-bottom: 10px !important;
}

.col-md-1 {
    width: calc(8.33333% - 3px) !important;
}

.col-md-2 {
    width: calc(16.6667% - 3px) !important;
}

.col-md-3 {
    width: calc(25% - 3px) !important;
}

.col-md-4 {
    width: calc(33.3333% - 3px) !important;
}

.col-md-5 {
    width: calc(41.6667% - 3px) !important;
}

.col-md-6 {
    width: calc(50% - 3px) !important;
}

.col-md-7 {
    width: calc(58.3333% - 3px) !important;
}

.col-md-10 {
    width: calc(83.3333% - 3px) !important;
}

.col-md-11 {
    width: calc(91.6667% - 3px) !important;
}

.prevision > thead > tr> th{
	text-align:center;
}

.prevision{
	text-align:center;
}

.space{
	margin-bottom: 20px;
}

.prevision > tbody > tr> td > span{
	font-size:14px;
}

.prev{
	color: #0D49A0;
}

.real{
	color: #519952;
}

.nombreInform{
	font-weight:bold;
}

.bord{
	border-right: 2px solid #DDDDDD;
}

.bordTotal > td{
	border-top: 2px solid #DDDDDD !important;
}
.myDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(128, 128, 128, 0.8);
  display:none;
}
#waitingBackground{
	background:url(../images/login-logo.jpg);
    height: 96px;
    background-repeat: no-repeat;
    margin-left: 48%;
    width: 9%;
    position: absolute;
    margin-top: 20%;
    z-index: 1001;
}