body{
    padding-top: 88px;
    padding-right: 0px !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 11px;
}

::-webkit-scrollbar:horizontal {
    height: 11px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 4px; 
} 

.social-post img{
    width: 100%;
}

@media print {
    body {
        padding: 0px;
        margin: 0px;
    }
}

.window {
    position: absolute;
    left: 10px;
    border: 1px solid #E3E3E3;
    z-index: 999;
    background: white;
}

span.window-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.window-body ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.window-body .well {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.window-body ul li {
    padding: 5px;
    border-top: 1px solid #E3E3E3;
}

.window-body ul li a {
    font-size: 12px;
    color: #333333;
}

#detail-grid td textarea {
    width: 100%;
    border: 1px solid #E5E5E5;
    height: 24px;
}

.qty {
    text-align: center;
    border: 1px solid #E5E5E5;
}

.money {
    text-align: right;
}



div.fieldset {
    padding: 10px;
    border: 1px solid #DDDDDD;
    margin-top: 5px;
}

div.fieldset label {
    display: block;
    margin-bottom: 10px;
}

.list-group-item-image {
    float: left;
    width: 20%;
    text-align: center;
}


.students .list-group-item-image {
    display: block;
    width: 100%;
    text-align: center;
}

.list-group-item-image img {
    width: 100%;
    height: 100%;
    max-height: 60px;
    max-width: 60px;
}

.students h4.list-group-item-heading {
    margin-top: 10px;
    display: block;
    text-align: center;
}

.students a.list-group-item {
    min-height: 180px;
}


.well-primary {
    margin-top: -21px;
}
#report input.form-control {
    font-size: 20px;
    height: auto;
}

#report button {
    font-size: 20px;
}

.last-cars .list-group-item {
    clear: both;
    display: table;
    width: 100%;
}

.input-group .window {
    width: 100%;
    left: 0px;
    top: 30px;
    padding-top: 20px;
}

.input-group span.window-close {
    top: 0px;
    right: 5px;
}


form .tab-pane fieldset {
    padding: 10px;
}

.xlarge .modal-dialog {
    width: 70%;
}

.xxlarge .modal-dialog {
    width: 85%;
}

.bootbox-body fieldset {
    padding: 10px;
}

.bootbox-scroll {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
}

.form-group label.control-label {
    display: block;
    text-align: left;
    padding-bottom: 5px;
    font-size: 13px;
}

input[type="file"].form-control{
    padding: 0px;
    font-size: 12px;
}
input[type="file"].form-control::-webkit-file-upload-button {
  visibility: hidden;
}
input[type="file"].form-control::before {
    content: "Seleccionar";
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 0px;
    border-radius: 0px;
    padding: 9px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 10pt;
}
input[type="file"].form-control:hover::before {
  border-color: black;
}
input[type="file"].form-control:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

img.img-circle {
    width: 64px;
    height: 64px;
}

img.img-circle.circle-large {
    width: 128px;
    height: 128px;
}

.datepicker {
    z-index: 9000;
}


.chosen-container.chosen-container-single {
    display: table;
}

.chosen-container-single .chosen-single {
    padding: 5px;
    height: auto;
}

.chosen-container.chosen-container-multi {
    width: 100% !important;
    display: table;
}

.chosen-container-multi .chosen-choices {
    display: table;
    padding: 5px;
}


div.primary {
    background: #008cba;
    color: white;
}

div.primary p {
    color: white;
}

div.primary input {
    border: 1px solid #5d8694;
}


div.success {
    background: #43ac6a;
    color: white;
}

div.success p {
    color: white;
}

div.success input {
    border: 1px solid #3c9a5f;
}

.preview {
    padding-top: 10px;
}




.navbar a.navbar-brand {
    display: table;
    float: left;
    padding: 10px 20px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    color: whitesmoke;
    letter-spacing: 2px;
    font-size: 22px;
    font-family: Helvetica;
}

.navbar a.navbar-brand img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    display: inline-block;
    -ms-interpolation-mode: bicubic;
}

.navbar-inverse .navbar-inner, .navbar-default {
    background: #FFFFFF;
    border: 0px;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 15px;
}

ul.nav.navbar-nav.navbar-left {
    margin-top: 5px;
}

span.label {
    font-size: 100%;
    border-radius: 10px;
}

.label i.fa {
    font-size: 90%;
}

.page-header {
    margin-top: 0px;
}


.panel input[type="checkbox"] {
    /*margin: 0px;
    padding: 0px;*/
    width: 20px;
    border: 0px;
    height: 20px;
}

label[for*="__token"] {
    display: none;
}

aside#sidebar-menu {
    position: fixed;
    top: 74px;
    left: 0px;
    width: 300px;
    bottom: 0px;
    background: #252525;
    border-right: 1px solid black;
    overflow-y: auto !important;
    overflow-x: hidden;
    z-index: 990;
}

#sidebar-menu li.nav-header {
    display: block;
    clear: both;
    float: none;
    font-size: 14px;
    text-shadow: none;
    padding-top: 10px;
    color: #cccccc;
    border-bottom: 1px solid #3a3a3a;
}

#sidebar-menu ul.nav.nav-list {
    margin: 0px;
    width: 94%;
    margin-left: 3%;
    padding-left: 30px;
}

#sidebar-menu ul.nav-list li {
    float: none;
    clear: both;
    display: block;
    width: 100%;
}

#sidebar-menu ul.nav-list li a{
    padding: 5px;
    padding-left: 15px;
    color: #929292;
}

#sidebar-menu ul.nav-list li a:hover{
    background: black;
    cursor: pointer;
}

/*.form-group .checkbox-inline input, .form-group .checkbox {
    margin-left: -25px;
}*/

.form-group .checkbox-inline {
    margin-left: 10px;
    min-width: 100px;
}

table.table thead tr th {
    background-color: #ecc07c;
    border-bottom: none;
    color: #333333;
}

table.table thead tr th a{
    color: white;
    cursor: pointer;
}

span.control-text {
    padding: 8px 8px 5px 8px;
    font-size: 14px;
    display: inline-block;
}

.panel-body > .form-group {
    margin-bottom: 5px;
}

.panel-body > .form-group > div label {
    font-weight: 600;
}

.panel-sm {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

input.input-mini {
    padding: 8px;
    width: 40px;
    font-size: 14px;
}


table.table.fht-table thead th{
    background: #c4c4c4;
    color: black;
    vertical-align: bottom;
    text-align: center;
}

table.table.fht-table thead th.prom-col {
    background: #006687;
    color: whitesmoke;
}

table.table.fht-table thead th.final-prom-col {
    background: #FFFFFF;
    color: whitesmoke;
}

table.table.fht-table tbody td {
    text-align: center;
}

table.table.fht-table td.final-prom-col {
    background: rgba(58, 58, 58, 0.20);
}

table.table.fht-table td.prom-col {
    background: rgba(0, 102, 135, 0.20);
}

.table-striped>tbody>tr:nth-of-type(even) {
    background: white;
}

table.table.fht-table tbody td.student-cell {
    text-align: left;
}



.tabbable.panel .panel-heading {
    padding: 0px;
    border: 0px;
}

.tabbable.panel .panel-heading ul.nav-tabs li a {
    border: 0px;
    margin: 0px;
    font-weight: 300;
    opacity: 0.7;
}

.tabbable.panel .panel-heading ul.nav-tabs li.active a {
    border: 0px;
    margin: 0px;
    font-weight: 500;
    opacity: 1;
}

table.offset-remove  td {
    position: relative;
}

table.offset-remove .remove {
    position: absolute;
    right: -15px;
    top: 18px;
}

#scores span.label.label-default {
    font-size: 12px;
    margin-bottom: 2px;
    display: inline-block;
    padding: 5px;
}

.label-grade {
    font-size: 12px;
    font-weight: normal;
    padding: 3px 5px 3px 5px;
}


#board-form {
    font-size: 12px;
}

#board-form table.table tbody td input{
    text-align: right;
    font-size: 12px;
    padding: 5px;
    margin: 0px;
    width: 100% !important;
    border: 1px solid #999999;
    background: rgba(255, 255, 255, 0.7);
}

#board-form table tbody
 td {
    padding: 4px;
}


#board-form span.label{
    padding: 3px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

#board-form table.table thead th {
    padding: 4px;
    padding-bottom: 10px;
    word-break: break-word;
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
}

#board-form table.table thead th.th-col {
    /*width: 55px !important;*/
}

#board-form table.table thead th.prom-col, #board-form table.table thead th.final-prom-col, #board-form table.table thead th.final-inverse-prom-col {
    /*width: 60px !important;*/
}

#board-form table.table tbody td {
    /*min-width: 55px !important;*/
}


#board-form table tbody td.student-cell {
    line-height: 110%;
    /*width: auto !important;*/
}

#board-form table tbody td.student-cell span {
    font-size: 12px;
}

#board-form table.table tbody td input:disabled{
    color: black;
    background-color: #e8e8e8;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255,255,255,.3) 15px, rgba(255,255,255,.3) 30px);
}

.col-options {
    padding-top: 24px;
}

/*div.hero-widget h4 {
    width: 100%;
    max-height: 16px;
    line-height: 120%;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}*/

div.hero-widget h4 {
    width: 100%;
    height: 28px;
    line-height: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 0px;
}

div.hero-widget img {
    max-height: 64px;
}

.agenda-condensed {
    max-height: 450px;
    overflow: scroll;
}

.grid-condensed .col-xs-1, 
.grid-condensed .col-sm-1, 
.grid-condensed .col-sm-2, 
.grid-condensed .col-sm-3, 
.grid-condensed .col-sm-4, 
.grid-condensed .col-sm-5, 
.grid-condensed .col-sm-6, 
.grid-condensed .col-sm-7, 
.grid-condensed .col-sm-8, 
.grid-condensed .col-sm-9,
.grid-condensed .col-sm-10,
.grid-condensed .col-sm-11,
.grid-condensed .col-sm-12{
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.row.grid-condensed{
    margin-left: 0px;
    margin-right: 0px;
    background: rgba(236, 236, 236, 0.88);
    padding-top: 10px;
    padding-bottom: 10px;
}

.grid-condensed .panel {
    margin-bottom: 10px;
}

.slim-scroll{
    overflow-x: auto;
}
.panel-body .slim-scroll{
    margin: -5px;
}

.scroll-1x{
    max-height: 100px;
}
.scroll-2x{
    max-height: 200px;
}
.scroll-3x{
    max-height: 300px;
}
.scroll-4x{
    max-height: 400px;
}
.scroll-5x{
    max-height: 500px;
}
.scroll-6x{
    max-height: 600px;
}


.row.icon-grid-small {
    margin: 0px;
    padding: 0px;
}

.icon-grid-small .col-xs-3, 
.icon-grid-small .col-xs-4,
.icon-grid-small .col-xs-6 {
    background: white;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.icon-grid-small i{
    background: #008cba;
    color: white;
    margin: -5px;
    padding: 5px;
    margin-right: 5px;
    font-wight: bold;
    font-size: 16px;
}


.panel-widget.x1{
    height: 60px;
}

.panel-widget.x2{
    height: 130px;
}

.panel-widget.x3{
    height: 200px;
}

.panel-widget{
    border: 0px;
}
.panel-widget .panel-body {
    padding: 5px;
    color: #333;
    font-size: 12px;
    text-align: center;
}

.panel-widget .panel-body h3{
    margin-top: 10px;
    margin-bottom: 0px;
    color: #008cba;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


.bootbox-body .hero-widget{
    border: 1px solid #f5f5f5;
    margin: 0px;
    padding: 0px;
    height: 120px;
    background: #ececec;
}

.bootbox-body .hero-widget h3 a {
    color: #484848;
}

.bootbox-body .hero-widget h3 a:hover {
    text-decoration: none;
}

.bootbox-body .hero-widget h3 span {
    display: block;
    text-align: center;
    font-size: 60%;
}

.bootbox-body .hero-widget h3 i {
    display: block;
    text-align: center;
    font-size: 44px;
}

.bootbox-body .row.grid-condensed {
    padding:  0px;
    margin-top: 15px;
    background: white;
}


.well.message {
    padding: 0px;
    font-size: 12px;
}

.well.message h5{
    padding: 4px;
    margin: 0px;
    border-bottom: 1px solid #e8e8e8;
    background: #e8e8e8;
}

.well.message p{
    padding: 4px;
    margin-bottom: 4px;
    border-bottom: 1px dashed #e8e8e8;
}

div#pleaseWaitDialog {
    z-index: 2000;
}

@media print {
  a[href]:after {
    content: none !important;
  }


  .agenda-condensed {
      max-height: none !important;
      overflow: visible !important; 
  }
}

@media print{
    footer{
        display: none;
    }
    div.page-header{
        margin: 0px;
    }
    div.page-header h3{
        font-size: 16px;
        font-weight: bold;
        margin: 0px;
    }
    div.panel{
        border: 0px;
            margin-bottom: 5px;

    }
    div.panel-body{
        background: #ccc;
        font-size: 12px;
    }
    .form-group label.control-label{
        font-size: 12px;
        padding:0px;
    }
    .form-group select.form-control{
        border: 0px;
        padding: 0px;
        margin: 0px;
        height: auto;
        line-height: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }
    #board-form table#student-list td{
        border-right: 1px solid #dddddd !important;

        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    #board-form table#student-list td span{
        font-size: 11px !important;
    }
    #board-form table#student-list td input{
        font-size: 11px !important;
        border: 0px;
        padding: 0px;
    }

    #board-form table#student-list td
     img {
        display: none !important;
    }

    #board-form table#student-list span.label {
        padding: 0px;
        border: 0px;
        border-top: 1px solid #ccc;
        display: block;
    }

    #board-form table#student-list span.label-activity {
        padding: 0px;
        border: 0px;
        border-top: 1px solid #ccc;
        display: block;
    }

    #board-form table#student-list .th-col {
        font-size: 10px;
        border: 1px solid #ccc;
    }
    #board-form table#student-list .prom-col, #board-form table#student-list .final-prom-col, #board-form table#student-list .final-inverse-prom-col {
        font-size: 10px;
        border: 1px solid #ccc;
    }

    .breadcrumb, .page-header div.pull-right, td .btn{
        display: none;
        visibility: hidden;
    }

    .show-panel .panel-footer, .show-panel .panel-footer .btn{
        display: none;
        visibility: hidden;
    }


}

ul.nav.nav-tabs.pull-right {
    margin-top: -10px;
    margin-right: -16px;
}

ul.nav.nav-tabs.pull-right li{
    font-size: 13px;
}

ul.nav.nav-tabs.pull-right li a{
    height: 38px;
}

.simplethumb {
    display: table;
    border: 1px solid #dddddd;
}



.panel-show div.panel-body > div{
    padding-bottom: 5px;
    padding-top: 5px;
    min-height: 50px;
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    margin: 0px;
}

.panel-show div.panel-body div label {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin: 0px;
}

.panel-show div.panel-body div span {
    font-size: 13px;
}

.panel-show .panel-body {
    padding: 0px 0px 0px 0px;
}

.form-horizontal .form-group div.checkbox {
    /*margin-left: 16.66666666%;
    padding-left: 65px;*/
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    min-height: auto;
    display: table;
}

.form-horizontal .form-group div.checkbox label{
    display: block;
    width: 100%;
}

label.control-label[for*="_token"]{
    display: none;
    visibility: hidden;
}


img.calendar-thumb {
    float: left;
    border: 1px solid #efefef;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
    max-width: 350px;
}

ol.breadcrumb {
    margin-bottom: 15px;
}

div.page-header h3 {
    margin-top: 10px;
    font-size: 22px;
}





.hero-widget {
    margin-bottom: 10px;
    background: #f5f5f5;
    border: 1px solid #dddddd;
}

.hero-widget a {
    display: block;
}

.hero-widget a h4{
    color: black;
}

.hero-widget a:hover{
    text-decoration: none;
}



.modal-header {
    padding: 10px;
}

.modal-body {
    padding: 10px;
}

.modal-footer {
    padding: 10px;
}




.alert a {
    color: inherit;
    font-weight: bold;
}

.alert {
    padding: 10px;
}


@media print{
    div#freshwidget-button {
        display: none !important;
    }


    #board-form table#student-list td,  #board-form table#student-list th{
        position: relative !important;
        max-width: 100px !important;
        width: auto !important;
        height: auto !important;
        top: auto !important;
        left: auto !important;
        min-height: 35px !important;
        transform: none !important;
    }

    #board-form table#student-list tr{
        padding: 0px !important;
        display: table-row !important;
    }

     #board-form table#student-list thead{
         position: initial !important;
         width: auto !important;
         height: auto !important;
         top: auto !important;
         left: auto !important;
         transform: none !important;
         display: table-header-group !important;
     }

     #board-form table#student-list tbody{
         width: auto !important;
         margin-top: 0px !important;
         display: table-row-group !important;
     }

     div#student-list-container {
        overflow: visible !important;
        position: relative !important;
    }

    #ponderation-info td, #ponderation-info th{
        font-size: 11px;
        padding: 2px;
    }

    .page-header h3{
        font-size: 16px !important;
    }
    
}


a.intro-100 {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}




/*****/