body {
    font-size: 12px;
}

body.padding {
    padding: 20px;
}

span.badge {
    color: #555;
}

h1.page-header {
    font-size: 30px;
}

.gigantic {
    font-size: 148px;
}

.no-deco-hover:hover {
    text-decoration: none;
}

/* DEFAULT HIDDEN */
select#file {
    display: none;
}

/* DROPDOWN */
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* CLICKABLE CELLS */
td[data-href], td[onclick], .clickable {
    cursor: pointer;
    color: #1d92af !important; 
}

iframe.pdfReader {
    width: 100%;
    height: 100%;
    min-height: 800px;
    border: 0px;
}

.container.white {
    background-color: #FFFFFF;
}

.container.main {
    padding-bottom: 15px;
}

.navbar-collapse,
.container.menu {
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    margin-bottom: 0;
}

.page-header {
    margin: 21px 0;
    border-bottom: 0;
}

.panel .panel-heading a {
    color: #FFFFFF;
}



.progress.progress-lg {
    height: 50px;
}

.progress.progress-lg .progress-bar {
    font-size: 20px;
    line-height: 40px;
}

.chartWrapper {
    height: 400px;
}

/* MODAL */
.modal-dialog {
    z-index: 2000;
}

.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 30001;
    background-color: rgba(0,0,0,0.3);
}

.loading .wrapper {
    margin: 10% auto 0;
    width: 125px;
    text-align: center;
}

.loading .wrapper .text {
    opacity: 1.0;
    color:  #000;
    font-weight: 600;
    font-size: 30px;
}

.spinner > div {
    width: 25px;
    height: 25px;
    background-color: #222;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}
.dataTables_wrapper {
    padding-bottom: 30px;
}
.dataTables_length {
    float: left;
}
.dataTables_filter label {
    margin-right: 5px;
}
.html5buttons {
    float: right;
}
.html5buttons button {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
    font-size: 12px;
}
.html5buttons a:hover,
.html5buttons a:focus:active {
    background-color: #eee;
    color: inherit;
    border-color: #d2d2d2;
}
div.dt-button-info {
    z-index: 100;
}
@media (max-width: 768px) {
    .html5buttons {
        float: none;
        margin-top: 10px;
    }
    .dataTables_length {
        float: none;
    }
}

/* IBOX */
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    border-style: solid;
    border-width: 1px;
}
.ibox.no-theme {
    border-style: none !important;
}
.ibox.collapsed .ibox-content {
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
.ibox:after,
.ibox:before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}
.ibox-content {
    clear: both;
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.ibox-content h1, 
.ibox-content h2, 
.ibox-content h3, 
.ibox-content h4, 
.ibox-content h5 {
    margin-top: 5px;
}
.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}
.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
}
.ibox-title h5.collapse-link {
    float: left;
}
.ibox-title .label {
    float: left;
    margin-left: 4px;
}
.ibox-tools {
    display: block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}
.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}
.ibox-tools a.btn-primary {
    color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}
.label-primary,
.badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}
.label-success,
.badge-success {
    background-color: #1c84c6;
    color: #FFFFFF;
}
.label-warning,
.badge-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}
.label-warning-light,
.badge-warning-light {
    background-color: #f8ac59;
    color: #ffffff;
}
.label-danger,
.badge-danger {
    background-color: #ed5565;
    color: #FFFFFF;
}
.label-info,
.badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}
.label-inverse,
.badge-inverse {
    background-color: #262626;
    color: #FFFFFF;
}
.label-white,
.badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}
.label-white,
.badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}

.avatar img,
img.avatar {
    width: 18px;
}

.progress-mini,
.progress-mini .progress-bar {
    height: 5px;
    margin-bottom: 0;
}

th.time-column, td.time-column {
	width: 75px;
	text-align: right;
}

th.icons, td.icons {
	width: 10px;
	white-space: nowrap;
	text-align: center;
}

/* MEDIAQUERIES */
@media (min-width: 768px) {
	.modal-dialog.modal-lg {
	    width: 1024px;
	}
	
    .radio.inline, .checkbox.inline {
        display: block;
        margin-bottom: 0;
        margin-top: -5px;
        padding-top: 5px;
        padding-right: 20px;
        vertical-align: middle;
    }
}
