/* 
    Document   : responsive-html5
    Created on : 2013-jan-28, 14:49:10
    Author     : aleal16
    Description:
        Purpose of the stylesheet follows.
*/

body {
  padding-top: 50px;
}
@media print {
    body {
        padding-top: 0 !important;
        font-size: 12px;
    }
    a:link:after, a:visited:after {
        content: "";
    }
    h1,.h1{font-size:26px;}
    h2,.h2{font-size:20px;}
    h3,.h3{font-size:15px;}
    h4,.h4{font-size:13px;}
}

.wrap-normal {
    white-space: normal;
}

.navbar-brand {
    font-size: 100%;
}

#help-column img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #ddd;
    border-radius: 6px;
    zoom: 0.8;
    -moz-transform: scale(0.8);
}

/*
.rounded-corners {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;	
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.top-right-rounded-corners {
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.bottom-right-rounded-corners {
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.bottom-left-rounded-corners {
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.top-left-rounded-corners {
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.pad {
    padding: 2em;
}

.horizontal-pad {
    padding-left: 2em;
    padding-right: 2em;
}

.vertical-pad {
    padding-top: 2em;
    padding-bottom: 2em;
}

.top-pad {
    padding-top: 2em;
}

.bottom-pad {
    padding-bottom: 2em;
}

.left-pad {
    padding-left: 2em;
}

.right-pad {
    padding-right: 2em;
}
*/

input[type="file"].form-control {
    height: auto; /* bug in Firefox */
}
.width-auto {
    width: auto;
}
.input-xs {
    font-size: 13px;
    line-height: 1.5;
    padding: 1px 5px;
    height: auto !important;    
}
.dataTables_length label, .dataTables_filter label, .dataTables_info {
    font-weight: normal;
    font-style: italic;
}
.dataTables_length, .dataTables_info {
    padding-left: 1em;
    float: right !important;
}
.dataTables_filter input {
    width: 10em;
    font-size: 0.9em;
}
.paging_full_numbers a.paginate_button {
    background-color: transparent !important;
}

#admin-users-table, #admin-contacts-table, #admin-chats-table {
    margin-bottom: 0.6em; 
}

.ul-padding-tight {
    /*list-style-position: inside;*/
    padding-left: 15px;
    margin-bottom: 0;
}

.block_important {
    display: block !important;
}

#nav-public, #nav-program {
    margin-bottom: 25px;
}
#nav-public .glyphicon, #nav-program .glyphicon {
    font-size: 0.8em;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}
#nav-public .menu-text, #nav-program .menu-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 7px;
}
#nav-public .menu-item a, #nav-program .menu-item a {
    font-weight: normal;
    font-size: 1.1em;
    text-align: right;
    border-radius: 0px 10px 10px 0px;
    padding-right: 8px;
}
#nav-public .menu-active a, #nav-program .menu-active a {
    font-style: italic;
}

.unread, .unread td, .unread h1, .unread h2, .unread h3, .unread h4 {
    /*background-color: #ddffdd;*/
    font-weight: bold;
}

.table-worksheets th {
    font-weight: normal;
    font-style: italic;
}
.td_transparent {
    border-top: 0px !important;
    border-bottom: 0px !important;
    background-color: transparent !important;
}
.table-worksheets .td_transparent {
    width: 3em;
}
.bgHighlight {
    background-color: #f9f9f9;
}

.nav-buttons-top {
    float: right;
}

.panel-with-table { /* otherwise a wide non-responsive table inside panel exceeds and OVERRIDES panel margin lines on smaller devices */
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
.invisible-xs {
    visibility: hidden;
}
.table-cell-xs {
    display: table-cell;
}
}

@media (min-width: 768px) {
.navbar>.container .navbar-brand2 {
    margin-left: 0;
}
.text-sm-right { text-align: right; }
.nowrap-sm { white-space: nowrap; }

#public-pages-body h1:first-child,
#public-pages-body h2:first-child,
#public-pages-body h3:first-child {
    margin-top: 0;
    padding-top: 0;
}
.table-cell-xs {
    display: none !important;
}
}

@media (min-width: 992px) {
.row-table {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.col-table {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.col-table .panel {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.col-table .panel-heading, .col-table .panel-body {
    padding: 5px 10px 5px 10px;
}
}

/* the list of modules with images */
.divModuleListContainer {
    width: 90%;
    margin: auto
}
.divModuleListContainer .imgModule {
    width: 75%;
    margin: 10px;
    border: 1px solid #cccccc;
}
.divTitleModule {
    width: 75%;
    margin:auto;
}
/* / the list of modules with images */
