
/* Footer_ */
/* Login */

.preview-container {
    width: 200px!important;
    height: 200px!important;
    overflow: hidden;
    border: 2px solid #2e84c2;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
}

.tooltip.in {
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.modal .modal-login {
    max-width: 350px;
}

.modal .modal-login .modal-body form#login {
    display: block!important;
    background-color: #FFF;
    z-index: 100;
    text-align: left;
    color: #789;
    font-size: 11px;
}

.modal .modal-login .modal-body form#login:not(.auth-login-form) p {
    font-size: 12px;
    color: #789;
    float: right;
}

.modal .modal-login .modal-body form#login label {
    font-weight: 400;
}

.modal .modal-login .modal-body form#login:not(.auth-login-form) p.remember {
    padding: 0;
    float: left;
}

.modal .modal-login .modal-body form#login:not(.auth-login-form) #remember_me {
    vertical-align: sub;
    border: none;
    margin-left: 10px;
}

.modal .modal-login .modal-body form#login input[type=text],
.login-form input[type=password] {
    display: block;
    font-size: 13px;
    padding: 5px;
    width: 100%;
}

.modal .modal-login .modal-body form#login p.forgot,
.login-form p.complete {
    clear: both;
    margin: 10px;
    float: left;
}

.modal .modal-login .modal-body form#login p a {
    color: #27B;
}
.twitter-typeahead {
    width: 100%;
    display: table!important;;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.line-thru {
    display: block;
    font-size: .875em;
    margin-bottom: 1.4em;
    margin-top: 1.4em;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.line-thru:after {
    border-bottom: 1px solid #dfe0e6;
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    z-index: -2;
}

.line-thru:before {
    width: 40px;
    height: 10px;
    background-color: #FFF;
    content: '';
    margin: -5px 0 0 -20px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-key:before {
    content: "\f084";
}
.twitter-typeahead {
    width: 100%;
    display: table!important
}

.twitter-typeahead .form-control {
    margin: 0!important
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.line-thru {
    display: block;
    font-size: .875em;
    margin-bottom: 1.4em;
    margin-top: 1.4em;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.line-thru:after {
    border-bottom: 1px solid #dfe0e6;
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    z-index: -2
}

.line-thru:before {
    width: 40px;
    height: 10px;
    background-color: #FFF;
    content: '';
    margin: -5px 0 0 -20px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-key:before {
    content: "\f084"
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}
.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon:first-child {
    border-right: 0
}
.alert, .thumbnail {
    margin-bottom: 20px
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.modal-body {
    position: relative;
    padding: 15px
}
.form-control-feedback {
    height: 36px;
    line-height: 36px
}

.facebook_btn {
    height: 32px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    background: #2e84c2!important;
    cursor: pointer;
    clear: left;
    margin-bottom: 10px
}

.facebook_btn:hover {
    background: #468BBD!important
}

.facebook_btn .texto {
    border-radius: 0 5px 5px 0;
    font: 9px sans-serif;
    text-shadow: 1px 1px 1px #3A538C;
    text-align: center;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 32px
}

.alert-message {
    display: none
}
form#login:not(.auth-login-form) p.remember {
    padding: 0;
    float: left
}

form#login:not(.auth-login-form) #remember_me {
    vertical-align: sub;
    border: none;
    margin-left: 10px
}
.line-thru {
    display: block;
    font-size: .875em;
    margin-bottom: 1.4em;
    margin-top: 1.4em;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.line-thru:after {
    border-bottom: 1px solid #dfe0e6;
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    z-index: -2
}

.line-thru:before {
    width: 40px;
    height: 10px;
    background-color: #FFF;
    content: '';
    margin: -5px 0 0 -20px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-key:before {
    content: "\f084"
}
.alert-message .message {
    font-size: 14px
}
.twitter-typeahead {
    width: 100%;
    display: table!important
}

.twitter-typeahead .form-control {
    margin: 0!important
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.line-thru {
    display: block;
    font-size: .875em;
    margin-bottom: 1.4em;
    margin-top: 1.4em;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.line-thru:after {
    border-bottom: 1px solid #dfe0e6;
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    z-index: -2
}

.line-thru:before {
    width: 40px;
    height: 10px;
    background-color: #FFF;
    content: '';
    margin: -5px 0 0 -20px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-key:before {
    content: "\f084"
}

.h4, h4 {
    font-size: 16px
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover, .input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.alert .alert-link, .close {
    font-weight: 700
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.close {
    float: right;
    font-size: 21px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.popover, .tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

/* Fin */

legend, pre {
    display: block;
    color: #333
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

  input, input[type=checkbox] {
    vertical-align: middle;
    outline: none!important
}
.form-control:focus {
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    zoom: 0 
  }
 

 .master-box .loading-radio {
    margin: 8px
}

.master-box .title label {
    color: #939393;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
}

.master-box-footer {
    width: 97%;
    background-color: #fbfbfb;
    border: 1px solid #cbcbcb;
    margin-left: 10px;
    margin-top: 10px;
    display: none
}

 .master-box .title p {
    padding-left: 10px
}


 .master-box .tabsContent #radio-tab-1 section.comments>article {
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px
}

 .master-box .tabsContent #radio-tab-1 section.comments>article:first-child {
    margin-top: 20px!important
}

 .master-box .tabsContent #radio-tab-1 section.comments>article:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
    width: 9px;
    height: 9px;
    border-radius: 100px;
    margin: 17px 0 0 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .1);
    background: #EAEAEA
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body article:hover:before,
 .master-box .tabsContent #radio-tab-1 section.comments>article:hover:before {
    background: #59C6F4
}

 .master-box .tabsContent #radio-tab-1 section.comments>article>section.comments-response {
    margin-left: 90px;
    margin-top: 20px
}

 .master-box .tabsContent #radio-tab-1 section.comments>article>section.comments-response article {
    margin-bottom: 10px
}

 .master-box .tabsContent #radio-tab-1 section.comments>article>section.comments-response article:before {
    content: "";
    position: absolute;
    left: 158px;
    width: 9px;
    height: 9px;
    border-radius: 100px;
    margin: 17px 0 0 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .1);
    background: #EAEAEA
}

 .master-box .tabsContent #radio-tab-1 section.comments>article>section.comments-response article:hover:before {
    background: #59C6F4
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-img {
    float: left;
    margin-right: 39px;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden;
    display: block
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body {
    overflow: hidden
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body span.edad {
    font-size: 12px;
    color: #696969;
    margin: 0 5px
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .text {
    float: left;
    width: 100%;
    padding: 10px 10px 2px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    line-height: 20px
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .text a.btn-response-comment,
 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .text a.denunciar_button {
    margin: 0 5px
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .text:before,
 .master-box .tabsContent #radio-tab-1 section.comments>article>section.comments-response article .article-body .text:before {
    content: "";
    position: absolute;
    width: 9px;
    margin-top: 7px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-color: #e5e5e5;
    background: #fff
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .text:before {
    left: 94px;
    height: 9px
}

 .master-box .tabsContent #radio-tab-1 section.comments>article>section.comments-response article .article-body .text:before {
    left: 184px
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .text p:last-child {
    margin: 0
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .text p span.datetime {
    float: right;
    font-size: 11px;
    color: silver
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .text p.text-msg {
    display: inline;
    word-wrap: break-word
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .text span.datetime {
    float: right;
    font-size: 11px;
    color: #666
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .new-comment-response {
    display: none;
    margin-top: 5px
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .new-comment-response textarea {
    padding: 10px;
    border-color: #e5e5e5;
    border-radius: 5px;
    background: #fff;
    line-height: 20px
}

 .master-box .tabsContent #radio-tab-1 section.comments>article .article-body .new-comment-response button[type=submit] {
    padding: 2px 12px
}



 .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .row .col-textarea-comment span#card {
    line-height: 37px
}

 .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .row .col-textarea-comment span#sumaUser {
    line-height: 37px;
    padding-right: 5px
}

 .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .row .col-textarea-comment label.checkbox {
    line-height: 37px;
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
    color: grey;
    font-weight: 500
}

 .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .row .col-textarea-comment label.checkbox input[type=checkbox] {
    height: 32px
}



 .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .complete-comment-profile .input-group {
    width: 100%;
    padding: 0 5px
}



 .master-box .tabsContent #radio-tab-1 .comments-ads {
    padding: 10px;
    float: left;
    width: 100%;
    background-color: #FFF;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD
}


 .master-box .tabsContent #radio-tab-1 .comments-ads .title-comments-ads {
    text-align: left;
    border-bottom: 1px solid #DDD
}

 .master-box .tabsContent #radio-tab-1 .filter-comments {
    margin: 10px;
    clear: both
}

 .master-box .tabsContent #radio-tab-1 .filter-comments select {
    width: 100%
}

 .master-box .tabsContent section.seguidores,
 .master-box .tabsContent section.seguidores article {
    padding: 5px
}

 .master-box .tabsContent section.seguidores article .article-container {
    padding: 5px;
    border: 1px solid #F0F0F0;
    float: left;
    width: 100%;
    background: #FFF
}

 .master-box .tabsContent section.seguidores article .article-container a.popover-link {
    color: #363636;
    font-weight: 700;
    float: left;
    border-radius: 50%;
    overflow: hidden
}

 .master-box .tabsContent section.seguidores article .article-container .title {
    font-size: 12px;
    color: #2C2C2C
}

 .master-box .tabsContent section.seguidores article .article-container p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #8e8e8e;
    text-align: left;
    margin: 2px
}

 .master-box .tabsContent #radio-tab-3 .radio-perfil-info-container {
    padding: 10px
}

 .master-box .tabsContent #radio-tab-3 .radio-perfil-info-container .radio-tags {
    padding: 5px 0;
    position: relative;
    float: left;
    width: 100%
}

 .master-box .tabsContent #radio-tab-3 .radio-perfil-info-container .radio-tags .genero-tag {
    background: #ebebeb;
    padding: 1px 5px;
    border: 1px solid #d6d6d6;
    color: #808181;
    font-size: 12px;
    margin: 2px;
    float: left
}

 .master-box .tabsContent .edit-radio,
 .master-box .tabsContent .programacion-radio {
    padding: 10px
} 
.master-box #listado-titulos-radio ul.ul-list {
    background-color: #418FC7;
    float: left;
    margin: 0;
    padding: 0
}
  .master-box .tabsContent #radio-tab-1 #box-comentar .comment-form .row .col-textarea-comment {
        padding-right: 0
    }
      .master-box .tabsContent #radio-tab-1 #box-comentar .comment-form .col-btn-send-comment #card {
        text-align: center!important
    }
      .master-box .tabsContent #radio-tab-1 #box-comentar .comment-form .col-btn-send-comment {
        margin-top: 20px!important
    }
      .master-box .tabsContent #radio-tab-1 #box-comentar .comment-form .col-btn-send-comment button {
        width: 100%
    }
      .master-box .tabsContent #radio-tab-1 #box-comentar .comment-form .complete-comment-profile .form-group {
        margin-left: 0;
        margin-right: 0
    }
      .master-box .tabsContent #radio-tab-1 #box-comentar .comment-form .complete-comment-profile .input-group {
        padding: 0
    }
      .master-box .tabsContent #radio-tab-1 section.comments > article > section.comments-response {
        margin-left: 20px
    }
      .master-box .tabsContent #radio-tab-1 section.comments > article > section.comments-response article:before {
        left: 88px
    }
      .master-box .tabsContent #radio-tab-1 section.comments > article > section.comments-response article .article-body .text:before {
        left: 114px
    }
    .modal-body {
    position: relative;
    padding: 15px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    }
.master-box {
    background-color: #fff;
}
  .master-box .tabsContent #radio-tab-1 section.comments {
    position: relative;
    padding: 0;
}
  .master-box .tabsContent #radio-tab-1 section.comments:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    top: 0;
    bottom: -30px;
    left: 75px;
    width: 0;
}
  .master-box .tabsContent #radio-tab-1 #new-comment {
    padding: 10px;
}
  .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .row {
    margin: 0;
    width: 100%;
}
  .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .row img {
    margin-bottom: 10px;
}
  .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .row .col-textarea-comment {
    padding-left: 5px;
    padding-right: 5px;
}
  .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .complete-comment-profile {
    margin: 0 0 5px;
}
  .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .complete-comment-profile .form-group {
    margin-left: 5px;
    margin-right: 5px;
}
  .master-box .tabsContent #radio-tab-1 #new-comment .comment-form textarea.textarea-comment {
    width: 100%;
    margin-bottom: 5px;
}
  .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .row .col-btn-send-comment button {
    padding: 4px 10px;
    background-color: #2e6b97;
    border: 0;
    font-weight: bold;
}
  .master-box .tabsContent #radio-tab-1 #new-comment .comment-form .row .col-btn-send-comment input#sumaUser {
    margin-bottom: 10px;
}
  .radio-block .radio-block-repro .repro-datos .radios-datos-right ul li.puesto-radio .puesto-radio-right .cont-puesto-right,
.master-box {
    margin-top: 5px;
}


.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

nav.navbar #search-form-resp .form-group {
    display: inline-block;
    width: 96%;
    height: 32px;
    border: 1px solid #7cafda;
    position: relative;
    float: left;
    background: #1b6296;
    margin: 10px 2%;
    transition: all 0.2s;
}
nav.navbar #search-form .form-group .input-group span.input-group-btn button i, nav.navbar #search-form-resp .form-group .input-group span.input-group-btn button i {
    color: #fff;
    vertical-align: text-top;
    font-size: 15px;
}
.glyphicon, address {
    font-style: normal;
}
textarea.form-control {
    height: auto
}
.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-info {
    color: #000000;
    background-color: #f5f5f5;
    border-color: #337ab7
}
.hide {
    display: none!important
}
.nomargin {
    margin: 0!important
}
ul.tabs {
    padding: 0;
    margin: 0;
    float: left
}

.fa-ban:before {
    content: "\f05e"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}
.nopadding {
    padding: 0!important
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.btn-show-more {
    width: 100%;
    background-color: #2e84c2;
    border-color: #E6E6E6;
    color: #ffffff;
    border-radius: 0
}

.btn-red {
    color: #FFF;
    background-color: #DC0000;
    border-color: #C70000
}
.more_info {
    text-align: right;
    margin-top: 5px;
    }
.btn-red:hover,
.btn-red:active,
.btn-red:focus {
    background-color: #C30000;
    border-color: #BF0101
}

.modal .modal-dialog .modal-content .modal-header h4.modal-title.blue-bottom-line {
    margin-bottom: 0
}

.facebook_btn {
    height: 32px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    background: #2e84c2!important;
    cursor: pointer;
    clear: left;
    margin-bottom: 10px
}

.facebook_btn:hover {
    background: #468BBD!important
}

.facebook_btn .texto {
    border-radius: 0 5px 5px 0;
    font: 9px sans-serif;
    text-shadow: 1px 1px 1px #3A538C;
    text-align: center;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 32px
}

.alert-message {
    display: none
}

.alert-message .message {
    font-size: 14px
}

form#login:not(.auth-login-form) p.remember {
    padding: 0;
    float: left
}

form#login:not(.auth-login-form) #remember_me {
    vertical-align: sub;
    border: none;
    margin-left: 10px
}
.close {
    float: right;
    font-size: 21px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.popover,
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}



.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (min-width:768px) {
    
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
    .modal-sm {
        width: 300px
    }
    
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
      }
      .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
      }
      .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
      }
}







@media (max-width:767px) {
   
    .ocultar {
        display: none!important
    }
   
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
    .hidden-xs {
        display: none!important
    }
    #toast8-container>table {
        width: 20em;
        min-width: 20em;
        font-size: 85%
    }
    #toast8-container tr>.toast8-right-container i {
        font-size: 1em;
        margin: 5px
    }
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
   
}


@media (min-width:768px) and (max-width:991px) {
    .ocultar {
        display: none!important
    }
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
    nav.navbar #sidebar-toggler-right.search-open {
        margin-top: 112px!important;
        padding-bottom: 190px!important
    }
}



@media (min-width:992px) and (max-width:1199px) {
    .ocultar {
        display: none!important
    }
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
    nav.navbar #sidebar-toggler-right.search-open {
        margin-top: 60px!important;
        padding-bottom: 140px!important
    }
}


#user-profile #left-main-column .social-icons {
    padding: 5px
}
#user-profile #left-main-column hr {
    margin-top: 0;
    margin-bottom: 15px
}
#user-profile #left-main-column .activities {
    margin-top: 10px
}

#user-profile #left-main-column .activity {
    position: relative;
    margin-bottom: 30px;}
#user-profile #left-main-column .activity:before,
#user-profile #left-main-column .activity .activity-body .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
    width: 0
}

#user-profile #left-main-column .activity .activity-body .text:before {
    top: 18px;
    left: 95px;
    width: 9px;
    height: 9px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

#user-profile #left-main-column .activity:before {
    width: 9px;
    height: 9px;
    border-radius: 100px;
    margin: 17px 0 0 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #EAEAEA
}

#user-profile #left-main-column .activity .activity-img {
    float: left;
    margin-right: 39px;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden
}
#user-profile #left-main-column .activity .activity-img img {
    display: block
}

#user-profile #left-main-column .activity .activity-body {
    overflow: hidden
}

#user-profile #left-main-column .activity .activity-body .text {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    line-height: 25px
}

#user-profile #left-main-column .activity .activity-body .text p:last-child {
    margin: 0
}

#user-profile #left-main-column .activity .activity-body .text p span.datetime {
    float: right;
    font-size: 11px;
    color: silver
}

#user-profile #left-main-column .activity .activity-body .text span.datetime {
    float: right;
    font-size: 11px;
    color: silver
}

#user-profile #right-main-column hr {
    margin-top: 15px;
    margin-bottom: 15px
}

.fa-facebook-official:before {
    content: "\f230"
}


#user-profile #right-main-column .preview-container {
    width: 200px!important;
    height: 200px!important;
    overflow: hidden;
    border: 2px solid #2e84c2
}


.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}
.toast8-top-full-width {
    top: 65px;
    right: 0;
    width: 100%
}

.toast8-bottom-full-width {
    right: 0;
    bottom: 0;
    width: 100%
}

.toast8-top-left {
    top: 65px;
    left: 0
}

.toast8-top-right {
    top: 65px;
    right: 0
}

.toast8-bottom-right {
    right: 0;
    bottom: 12px
}

.toast8-bottom-left {
    bottom: 12px;
    left: 0
}

#toast8-container:after,
#toast8-container:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#toast8-container {
    position: fixed;
    z-index: 999999
}

#toast8-container>table:hover {
    opacity: 1;
    cursor: pointer
}

#toast8-container>table:hover .toast8-close-button {
    display: block!important
}

#toast8-container>table {
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    margin: 5px 0;
    background-repeat: no-repeat;
    color: #fff;
    -ms-opacity: .9;
    opacity: .97;
    width: 25em;
    min-height: 6.5em;
    max-width: 25em
}

#toast8-container tr {
    vertical-align: top
}

#toast8-container tr>td {
    padding: 0
}

#toast8-container tr>.toast8-message-container {
    display: inherit;
    max-width: 23em
}

#toast8-container tr>.toast8-message-container>.toast8-title {
    float: left;
    overflow: hidden;
    padding: 5px 7px;
    font-weight: bolder;
    text-align: left;
    width: 100%;
    word-break: break-all;
    word-wrap: normal
}

#toast8-container tr>.toast8-message-container>.toast8-message {
    float: left;
    padding: 5px 5px 5px 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: left;
    max-width: 24em;
    overflow: auto;
    max-height: 29em
}

#toast8-container tr>.toast8-message-container>.toast8-message a,
#toast8-container tr>.toast8-message-container>.toast8-message label {
    color: #fff
}

#toast8-container tr>.toast8-message-container>.toast8-message a:hover {
    color: #ccc;
    text-decoration: none
}

#toast8-container tr>.toast8-right-container {
    vertical-align: bottom;
    position: relative;
    width: 2em;
    text-align: right
}

#toast8-container tr>.toast8-right-container i {
    font-size: 1.7em;
    margin: 7px
}

#toast8-container tr>.toast8-right-container .toast8-close-button {
    top: 0;
    background-color: transparent;
    color: #fff;
    font-size: 1.3em;
    width: 1.1em;
    height: 1.1em;
    position: absolute;
    right: 0;
    display: none;
    line-height: 1.1em;
    min-width: 0;
    border: 0;
    padding: 0;
    font-weight: bolder
}

#toast8-container tr>.toast8-right-container .toast8-close-button:focus,
#toast8-container tr>.toast8-right-container .toast8-close-button:hover {
    -ms-opacity: 1;
    opacity: 1;
    cursor: pointer;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .3)
}

#toast8-container tr>.toast8-avatar-container {
    background-color: #333;
    background-color: rgba(51, 51, 51, .9);
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 94px;
    width: 90px;
    height: 100%;
    max-height: 90px;
    padding: 0;
    text-align: center
}

#toast8-container tr>.toast8-avatar-container i {
    position: absolute;
    height: 90px;
    width: 90px;
    border: 0
}

#toast8-container tr>.toast8-avatar-container img {
    width: 100%;
    height: 100%;
    padding: 0
}

#toast8-container.toast8-bottom-full-width>table,
#toast8-container.toast8-top-full-width>table {
    margin: auto;
    width: 96%
}

.toast8 {
    background-color: #030303
}

.toast8-success {
    background-color: green;
    border: 1px solid #006700
}

.toast8-error {
    background-color: #bd4338;
    border: 1px solid #a93c32
}

.toast8-info {
    background-color: #428bca;
    border: 1px solid #357ebd
}

.toast8-warning {
    background-color: #f0ad4e;
    border: 1px solid #eea236
}

.toast8-facebook {
    background-color: #335795
}

.toast8-twitter {
    background-color: #4099FF
}

.toast8-skype {
    background-color: #50DBF9
}

.toast8-windows {
    background-color: #2E8DEF
}

.toast8-android {
    background-color: #A4C739
}

.toast8-linkedin {
    background-color: #0074C4
}

.toast8-google-plus {
    background-color: #D50F0F
}

.toast8-linux {
    background-color: #4D5259
}

.toast8-github {
    background-color: #000
}

@media (max-width:240px) {
    #toast8-container>table {
        width: 15em;
        font-size: 70%
    }
    #toast8-container tr>.toast8-avatar-container {
        display: none
    }
}

@media (max-width:480px) {
    #toast8-container>table {
        width: 16em;
        font-size: 75%
    }
}

.slideOutRight {
    animation-name: slideOutRight;
    -webkit-animation-name: slideOutRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    opacity: 0!important
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
        opacity: 1
    }
    50%,
    75% {
        transform: translateX(-8%)
    }
    65% {
        transform: translateX(-5%)
    }
    100% {
        transform: translateX(150%);
        opacity: .2
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
    50% {
        -webkit-transform: translateX(-8%)
    }
    65% {
        -webkit-transform: translateX(-11%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(110%);
        opacity: .2
    }
}

.fa-ban:before {
    content: "\f05e"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-th-large:before {
    content: "\f009"
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}




/* Layout_General */
nav.navbar #sidebar-toggler-right.open {
    margin-right: 0!important
}



nav.navbar #sidebar-toggler-right #wrapper-lista-radios #scroller ul li {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    background-color: #fafafa;
    font-size: 14px
}

nav.navbar #sidebar-toggler-right #wrapper-lista-radios #scroller ul li table tr td.list-item-number {
    text-align: center;
    width: 10%
}

nav.navbar #sidebar-toggler-right #wrapper-lista-radios #scroller ul li table tr td.list-item-delete {
    text-align: left;
    width: 5%
}

nav.navbar #sidebar-toggler-right #wrapper-lista-radios #scroller ul li label {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    width: 95%;
    margin: 5px 0;
    padding: 0;
    line-height: 18px;
    font-weight: 400;
    text-align: left
}



nav.navbar .navbar-collapse ul.navbar-nav .dropdown-right ul {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    right: 0
}

nav.navbar .navbar-collapse ul.navbar-nav .dropdown-right ul > li:before,
nav.navbar .navbar-collapse ul.navbar-nav .dropdown-left ul > li:before {
    content: none;
    display: none;
}

nav.navbar .navbar-collapse ul.navbar-nav .dropdown-left ul {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    left: 0
}

nav.navbar .navbar-collapse ul.navbar-nav .open > a,
nav.navbar .navbar-collapse ul.navbar-nav .open > a:hover,
nav.navbar .navbar-collapse ul.navbar-nav .open > a:focus {
    background-color: #4aaadd;
    border-bottom: 2px solid #fff
}





nav.navbar button.btn-search:hover,
nav.navbar button.btn-search:focus {
    box-shadow: none;
    outline: 0
}



#page-not-found .container .error-template {
    padding: 40px 15px;
    text-align: center
}



.pre-footer .pre-footer-subscribe-box {
    padding-bottom: 14px
}

.pre-footer .pre-footer-subscribe-box p {
    clear: both
}

.pre-footer-subscribe-box .input-group {
    border: solid 1px #545454;
    padding: 1px 1px 0 0
}

.pre-footer-light .pre-footer-subscribe-box .input-group {
    border: solid 1px #DBDBDB
}

.pre-footer-subscribe-box input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    background: #313030;
    border: solid 1px #313030;
    color: #909090;
    font: 13px Arial, sans-serif
}

.pre-footer-subscribe-box input:focus {
    box-shadow: none;
    border: solid 1px #313030
}

.pre-footer-subscribe-box .btn-primary {
    margin-left: 0!important;
    border-bottom: none;
    margin-bottom: 1px
}

.pre-footer .photo-stream li {
    margin: 4px 5px 4px 0;
    display: inline-block
}

.pre-footer .photo-stream img {
    width: 54px;
    height: 54px;
    border: solid 2px #9ca5ae
}

.pre-footer .photo-stream img:hover {
    border-color: #E84D1C;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.pre-footer-light {
    background: #f9f9f9;
    color: #3e4d5c;
    margin-top: 20px
}

.pre-footer-light .container {
    background: #fff;
    padding-top: 25px
}

.pre-footer-light h2,
.pre-footer-light a {
    color: #3e4d5c
}

.pre-footer-light dl.f-twitter dd {
    color: #3e4d5c
}

.pre-footer-light dl.f-twitter dd span {
    color: #99a5b1
}

.pre-footer-light dl.f-twitter dd a {
    color: #e84d1c
}

.pre-footer-light address a {
    color: #e84d1c
}

.pre-footer-light hr {
    border-color: #e6e6e6
}

.pre-footer-light .social-icons li a {
    opacity: 1
}

.pre-footer-light .social-icons li a:hover {
    opacity: .7
}

.pre-footer-light .input-group {
    border: none;
    padding: 1px 1px 0 0
}

.pre-footer-light .pre-footer-subscribe-box input {
    background: #fff;
    border: none;
    color: #909090
}

.pre-footer-light .pre-footer-subscribe-box button:hover {
    color: #fff
}



.bottom-footer .list-inline li:last-child {
    padding-right: 0
}

.bottom-footer ul {
    margin: 0;
    padding: 0
}

.bottom-footer ul.social-footer {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px
}

.bottom-footer ul.social-footer a {
    opacity: .5
}

.bottom-footer ul.social-footer a:hover {
    opacity: 1
}

.bannerapp {
    width: 100%;
    z-index: 999;
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    background-color: rgba(46, 132, 194, 0.9);
    color: #fff;
    border-radius: 0
}

.bannerapp .openapp {
    float: right;
    margin-top: 3px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff
}

.bannerapp .textinfo {
    width: 50%;
    float: left;
    margin-left: 10px
}

@media (min-width: 320px) and (max-width: 375px) {
    .ios .textinfo {
        width: 40%!important
    }
}

@media (max-width: 320px) {
    .ios .textinfo {
        width: 30%!important
    }
}

.twitter-typeahead {
    width: 100%;
    display: table!important
}

.twitter-typeahead .form-control {
    margin: 0!important
}



a.tt-suggestion {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    color: #444;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 16px;
    display: block
}

a.tt-suggestion.tt-cursor,
a.tt-suggestion:hover {
    cursor: pointer;
    color: #444;
    background-color: #eee
}

a.tt-suggestion p {
    margin: 0
}

.tt-menu.tt-open {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-height: 350px;
    overflow-y: auto
}

.tt-menu.tt-open p.more,
.tt-menu.tt-open .empty-message p {
    padding: 10px;
    margin: 0;
    background-color: #1B6296;
    color: #FFF
}

.tt-menu.tt-open p.more a {
    color: #FFF
}

.tt-menu.tt-open p.more a:hover {
    color: #CCC
}



.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}


.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}



.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 4px
}
#user-profile #left-main-column hr {
    margin-top: 0;
    margin-bottom: 15px
}

#user-profile #left-main-column .activities {
    margin-top: 10px
}

#user-profile #left-main-column .activity {
    position: relative;
    margin-bottom: 30px;}

#user-profile #left-main-column .activity:before,#user-profile #left-main-column .activity .activity-body .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
    width: 0
}

#user-profile #left-main-column .activity .activity-body .text:before {
    top: 18px;
    left: 95px;
    width: 9px;
    height: 9px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

#user-profile #left-main-column .activity:before {
    width: 9px;
    height: 9px;
    border-radius: 100px;
    margin: 17px 0 0 6px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2),inset 0 1px 1px rgba(0,0,0,.1);
    background: #EAEAEA
}

#user-profile #left-main-column .activity .activity-img {
    float: left;
    margin-right: 39px;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden
}
#user-profile #left-main-column .activity .activity-body {
    overflow: hidden
}

#user-profile #left-main-column .activity .activity-body .text {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    line-height: 25px
}

#user-profile #left-main-column .activity .activity-body .text p:last-child {
    margin: 0
}

#user-profile #left-main-column .activity .activity-body .text p span.datetime {
    float: right;
    font-size: 11px;
    color: silver
}

#user-profile #left-main-column .activity .activity-body .text span.datetime {
    float: right;
    font-size: 11px;
    color: silver
}
.fa-facebook-official:before {
    content: "\f230"
}
i.icon-comment,i.icon-following,i.icon-unfollow,i.icon-vote,i.icon-add-list,i.icon-remove-list,i.icon-radio-owner {
    position: absolute;
    font-size: 11px;
    margin-left: 45px;
    margin-top: -10px;
    padding: 5px;
    color: #FFF;
    border: 2px solid #FFF
}
.divider {
    height: 1px;
    width: 100%;
    display: block;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
table,tr,td {
    border: 0
}
.fa-2x {
    font-size: 2em
}
.activities {
    margin-top: 10px
}
.activity {
    position: relative;
    margin-bottom: 30px;}
.activity:before,
.activity .activity-body .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
    width: 0
}
.activity .activity-body .text:before {
    top: 18px;
    left: 95px;
    width: 9px;
    height: 9px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
.activity:before {
    width: 9px;
    height: 9px;
    border-radius: 100px;
    margin: 17px 0 0 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #EAEAEA
}

.activity .activity-img {
    float: left;
    margin-right: 39px;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden
}
.activity .activity-img img {
    display: block
}

.activity .activity-body {
    overflow: hidden
}

.activity .activity-body .text {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    line-height: 25px
}

.activity .activity-body .text p:last-child {
    margin: 0
}

.activity .activity-body .text p span.datetime {
    float: right;
    font-size: 11px;
    color: silver
}

.activity .activity-body .text span.datetime {
    float: right;
    font-size: 11px;
    color: silver
}


glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.h3,
h3 {
    font-size: 16px
}

.h4,
h4 {
    font-size: 16px
}



.h6,
h6 {
    font-size: 10px
}


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






legend,
pre {
    display: block;
    color: #333
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    min-width: 0;
    margin: 0
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}



input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}



.form-group-sm .form-control,
.input-sm {
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 10px
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}




.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}





.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}



.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-lg .form-control,
.input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    line-height: 1.3333333
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}



.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}



.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}



.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}


.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}




.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}



.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #000000;
    background-color: #f5f5f5;
    border-color: #337ab7
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #1d3c53;
    border-color: #1d3c53
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}




.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}


.fade.in {
    opacity: 1
}



.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}



.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}




.open>a {
    outline: 0
}

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

.dropdown-header {
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

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

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}


.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}



.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}



[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}



.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}



.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}


.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}



.input-group-addon:first-child {
    border-right: 0
}



.input-group-addon:last-child {
    border-left: 0
}



.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}


.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}



.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

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

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-pills>li {
    float: left
}

.nav-justified>li,
.nav-stacked>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

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

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

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

.nav-tabs-justified {
    border-bottom: 0
}

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

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}


.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}


.navbar-collapse.in {
    overflow-y: auto
}





@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}



.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}



.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}







.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}


.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}



.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}


.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}


.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #595959;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}





.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.alert,
.thumbnail {
    margin-bottom: 20px
}

.alert .alert-link,
.close {
    font-weight: 700
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}



.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}


.media-right,
.media>.pull-right {
    padding-left: 10px
}


.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}


.media-list {
    padding-left: 0;
    list-style: none
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.popover,
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}


.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

/* En dark-mode.css */
body.dark-mode {
  background-color: #1a1a1a;
  
}
body.dark-mode .logo_sec {
 background: #343434;
}

body.dark-mode h1 {
  color: #ffffff;
}
body.dark-mode h2 {
color: #ffffff;	
}
body.dark-mode h3 {
color: #ffffff;	
}

body.dark-mode a {
  color: #ffffff;
}	
body.dark-mode .box_left {
  background-color:  #343434;
;
  color: #ffffff;
}	

body.dark-mode .ads  {
  background-color: #343434;
  color: #ffffff;
}
body.dark-mode .master-box  {
  background-color: #343434;
  color: #ffffff;
}
body.dark-mode .master-box #listado-titulos-radio {
  background-color: #343434;
  color: #ffffff;
}
body.dark-mode .blue-bottom-line {
  color: #ffffff;
}	
body.dark-mode .comments .nopadding {
  color: #000000;
}
body.dark-mode .text {
  background-color: #343434;
  
}
body.dark-mode .list-item-text {
  background-color: #343434;
}

body.dark-mode .well {
  background-color: #343434;
}
body.dark-mode .tt-dataset-radios {
  background-color: #343434;
}
body.dark-mode .dropdown-menu {
  background-color: #343434;
}
body.dark-mode .media-body {
 color: #ffffff;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #09f; /* Puedes cambiar este color */
  
  /* Animación */
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Login auth (página / modal refresh) — anula floats legacy */
.auth-login-form p,
.auth-login-form__options p {
  float: none !important;
  clear: none !important;
  width: auto;
}

.auth-login-form__options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  width: 100%;
  margin: 4px 0 18px;
}

.auth-login-form__remember {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.auth-login-form__remember #remember_me {
  margin: 0 !important;
  flex-shrink: 0;
  vertical-align: middle;
}

.auth-login-form__remember label {
  margin: 0;
  line-height: 1.35;
}

.auth-login-form__forgot {
  flex: 0 0 auto;
  text-align: right;
}

.auth-login-form__forgot a {
  white-space: nowrap;
}