* {
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

body {
  background: #ececec;
  color: #333333;
  font-family: "Roboto Condensed", sans-serif;
  overflow-x: hidden;
}

a {
  color: #cc0010;
  text-decoration: none;
}

a:hover {
  color: #920106;
}

.container-forms {
    width: 33%;
}

.forgotLnk {
    margin-top: 10px;
    display: block;
}

.or-box
{
    position: relative;
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
    margin-top:20px;
}
.or
{
    color: #666666;
    background-color: #ffffff;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 40px;
    left: 90px;
}
.account-box .btn:hover
{
    color: #fff;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-margin {
    margin-top: 95px;
}

.wrapper-box {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    background-color: #FFF;
    margin-bottom: 30px;
}

.wrapper-box .box-header {
    padding: 15px 15px 0;
}

.wrapper-box .box-header h3 {
    color: #777;
}

.wrapper-box .box-content {
    padding: 15px 15px 10px 15px;
}


.modal-backdrop {
    z-index: 0;
}

.wrapper-form {
    width: 90%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .wrapper-form {
        width: 40%;
    };
}

.wrapper-form .form-signin #inputEmail, .wrapper-form .form-signin #inputPassword {
    direction: ltr;
    height: 50px;
    font-size: 16px;
}

.wrapper-form .form-signin input[type=email], .wrapper-form .form-signin input[type=password], .wrapper-form .form-signin input[type=text], .wrapper-form .form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper-form .form-signin .form-control:focus {
    border-color: #263238;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
}

.wrapper-form .btn.btn-signin {
    background-color: #4d90fe;
    background-color: #6891a2;
    background-color: linear-gradient(#6891a2, #0c6121);
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    border-radius: 3px;
    border: none;
    transition: all 0.218s;
}

.wide {
    width: 100%;
    height: 100%;
    height: calc(100% - 1px);
    background-image: url("../img/bg.jpg");
    background-size: cover;
}

.wide img {
    width: 100%;
}

.wide h1 {
    margin-top: 70px;
    font-size: 50px;
}

.bg {
    background: url("../img/bg.jpg") no-repeat center center;
    position: fixed;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: -1;
}

.jumbotron {
    width: 60%;
    height: 300px;
    color: white;
    text-shadow: #444 0 1px 1px;
    background: transparent;
    text-shadow: none;
    margin: 15px auto;
}

.jumbotron h1 {
    margin-top: 70px;
    font-size: 30px;
}

@media only screen and (min-width: 768px) {
    .jumbotron h1 {
        margin-top: 60px;
        font-size: 50px;
    };
}

.panel {
    box-shadow: none;
}

.panel-group {
    padding-top: 5px;
    margin-bottom: 0;
}

.panel-title p {
    display: inline-block;
}

.panel-title .accordion-item {
    width: 200px;
    text-indent: -31px;
    margin-left: 32px;
}

.panel-title .accordion-item a {
    color: #333 !important;
}

.panel-default {
    border-radius: 0;
    border: none;
    background: none;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.panel-default .accordion-toggle {
    vertical-align: top;
}

.panel-default > .panel-heading {
    border: none;
    background: none;
    padding: 0;
    margin-top: 8px;
    margin-bottom: -4px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
    padding: 5px 0 0 32px;
}

.panel-body a {
    color: #333;
}

.panel-body a:hover {
    color: #c32420;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-radius: 0;
}

.panel-default .accordion-toggle:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #c32420 url(../img/toggle-icons.png) no-repeat 6px 10px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.panel-default .collapsed:before {
    background: #495764 url(../img/toggle-icons.png) no-repeat 6px -148px;
}

.panel-default .panel-title:hover .collapsed:before {
    background-color: #c32420;
}

.panel-default .accordion-toggle {
    color: #c32420;
    text-decoration: none;
}

.panel-default .accordion-toggle:focus, .panel-default .accordion-toggle:hover, .panel-default .accordion-toggle:active {
    color: #c32420;
    text-decoration: none;
}

.panel-default .collapsed {
    color: #333;
}

.nav-tabs {
    background-color: #e6e9ed;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li {
    margin-bottom: 0;
    border-left: 1px solid #ccd1d9;
}

.nav-tabs > li:first-child {
    border-left: none;
}

.nav-tabs > li:first-child > a {
    border-radius: 4px 0 0 0;
}

.nav-tabs > li > a {
    margin-right: 0;
    color: #434a54;
    border: none;
    border-radius: 0;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background-color: #f5f7fa;
    border: none;
}

.nav-tabs > li.active > a {
    background-color: white !important;
    border: none;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: white !important;
    border: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
}

.nav-tabs.nav-justified > li:first-child > a {
    border-radius: 4px 0 0 0;
}

.nav-tabs.nav-justified > li:last-child > a {
    border-radius: 0 4px 0 0;
}

.nav-tabs.nav-justified > .active > a {
    border: none;
}

.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #F44545;
}

@media only screen and (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .nav-tabs.nav-justified > .active > a {
        border-bottom: none;
    }

    .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom: none;
    };
}

.tab-content {
    padding: 15px;
}

.tabs-below .nav-tabs {
    border-radius: 0 0 4px 4px;
}

.tabs-below .nav-tabs > li:first-child > a {
    border-radius: 0 0 0 4px;
}

.tabs-below .nav-tabs.nav-justified > li:last-child > a {
    border-radius: 0 0 4px 0;
}

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
    float: none;
    border-top: 1px solid #ccd1d9;
    border-left: none;
}

.tabs-left .nav-tabs > li:first-child, .tabs-right .nav-tabs > li:first-child {
    border-top: none;
}

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

.tabs-left .nav-tabs {
    float: left;
    margin-right: 19px;
    border-radius: 4px 0 0 4px;
}

.tabs-left .nav-tabs > li:first-child > a {
    border-radius: 4px 0 0 0;
}

.tabs-left .nav-tabs > li:last-child > a {
    border-radius: 0 0 0 4px;
}

.tabs-right .nav-tabs {
    float: right;
    margin-left: 19px;
    border-radius: 0 4px 4px 0;
}

.tabs-right .nav-tabs > li:first-child > a {
    border-radius: 0 4px 0 0;
}

.tabs-right .nav-tabs > li:last-child > a {
    border-radius: 0 0 4px 0;
}

/* BOTONES*/

.btn {
    color: white;
    background-color: #828E9F;
    border-color: #616974;
}

.btn.disabled, .btn[disabled] {
    background-color: #aab2bd;
    border-color: #aab2bd;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
    color: white;
    background-color: #ccd1d9;
    border-color: #ccd1d9;
    outline: none !important;
}

.btn:active, .btn.active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled] {
    filter: alpha(opacity=45);
    opacity: .45;
}

.btn-link {
    color: #3bafda;
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
    color: #3bafda;
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: underline;
}

.btn-set {
    color: #FFFFFF;
    border-color: #f44545 !important;
    background-color: #f44545;
}

.btn-set:hover, .btn-set:focus, .btn-set:active, .btn-set.active {
    background-color: #e36767;
    border-color: #e36767;
}

.btn-set.disabled, .btn-set[disabled] {
    background-color: #f44545;
}

.open .dropdown-toggle.btn-set-gris {
    background-color: #f44545;
    border-color: #ccd1d9;
}

.panel-set {
    border: 1px solid #ccc;
}

@media only screen and (min-width: 992px) {
    .nav > li > a {
        padding: 15px 10px;
    }

    .navbar-right {
        margin-right: 0px;
    }

    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }

}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #d52323;
    border-color: #d52323;
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #d52323;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
a {
    color: #d52323;
    text-decoration: none;
}