﻿.lgray {
    background-color: #EEE;
}

.red {
    color: red;
}

.mt8{
    margin-top: 8px;
}

.ml8 {
    margin-left: 8px;
}

.mb8{
    margin-bottom: 8px;
}

.mt16{
    margin-top: 16px;
}

.mr20{
    margin-right: 20px;
}

.mb16{
	margin-bottom: 16px;
}

.mb20{
    margin-bottom: 20px;
}

.mt32{
    margin-top: 32px;
}

.w75{
    width: 75px;
}

.w240{
    width: 240px;
}

.arrow-up{
    margin-top: 6px;
}

.tr_arrow > td{
    padding: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}

tr.alert-info{
    color: black;
}

.radio{
    padding-left: 10px !important;
    margin-right: 20px !important;
}

.note_container {
    padding: 4px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.pointer {
    cursor: pointer;
}

.login-container {
    background: white;
    /*margin-top: 50px;*/
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}

html, body {
    height: 100%;
}

body {
    background-image: url("../images/debut_dark_big.png");
}

.contenitore-esterno {
    /*min-height: 550px;
    height: auto !important;
    height: 500px;*/
    position: relative;
}

.bg-blue {
    background-color: #183B6D;
    color: white;
}

.bg-white {
    background-color: white;
}

.bg-transparent {
    background-color: transparent !important;
    border-color: transparent !important;
}

.bgonly-transparent {
    background-color: transparent !important;
}

.mr8 {
    margin-right: 8px;
}

.inner-header {
    padding: 10px 0 0 0;
}

.no-border{
    border: 0 !important;
}

.custom-footer {
    /*height: 80px;*/
    width: 100%;
    padding: 20px 0px;
}

.myClear {
    clear: both;
    padding: 0;
    margin: 0;
    font-size: 0px;
    height: 0px;
    font-size: 0px;
    display: block;
}

.menu {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    clear: both;
}

.menu_item {
    display: inline-block;
    float: left;
    height: 39px;
    background: url(../images/menu_non_selezionato_sx.png) left center no-repeat;
    margin: 0;
    padding: 0;
}

    .menu_item a {
        color: #FFF;
        line-height: 1;
        display: inline-block;
        height: 100%;
        padding: 11px 60px 11px 40px;
        margin: 0 0 0 21px;
        background: url(../images/menu_non_selezionato.png) right bottom repeat-x;
    }

.menu_item_up {
    background: url(../images/menu_selezionato_sx.png) left center no-repeat;
}

    .menu_item_up a {
        background: url(../images/menu_selezionato.png) right bottom repeat-x;
    }

@media screen and (max-width : 992px) {

    .menu {
        width: 100%;
        height: 100%;
        padding-top: 6px;
        line-height: 1;
        font-size: 16px;
        font-weight: normal;
        clear: both;
    }

    .menu_item {
        margin: 0;
        padding: 0;
    }

        .menu_item a {
            padding: 11px 40px 11px 20px;
            margin: 0 0 0 21px;
        }

    h3 {
        margin-top: 0px !important;
    }
}

@media screen and (max-width : 768px) {

    .menu {
        width: 100%;
        height: 100%;
        padding-top: 6px;
        line-height: 1;
        font-size: 14px;
        font-weight: normal;
        clear: both;
    }

    .menu_item {
        width: 50%;
        margin: 0;
        padding: 0;
        text-align: center;
        background: #337ab7;
        border: 1px solid #2e6da4;
        border-radius: 10px;
    }

        .menu_item a {
            padding: 10px;
            margin: 0;
            background: #337ab7;
            line-height: 1.3;
        }

    .menu_item_up {
        background: #5da8eb;
    }

        .menu_item_up a {
            background: #5da8eb;
        }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .container, .container-fluid {
        padding-left: 0;
        padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
    }

    h3 {
        margin-top: 0px !important;
    }
}

@media screen and (max-width : 420px) {

    .menu_item {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        background: #337ab7;
        border: 1px solid #2e6da4;
        border-radius: 10px;
    }

        .menu_item a {
            padding: 10px;
            margin: 0;
            background: #337ab7;
            line-height: 1.3;
        }

    .menu_item_up {
        background: #5da8eb;
    }

        .menu_item_up a {
            background: #5da8eb;
        }

    h3 {
        margin-top: 0px !important;
    }
}

.tab-pane {
    padding-top: 16px;
}

.valign-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.valign-modal > .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
}

.valign-modal{
    text-align: center;
}
.z9999{
    z-index: 9999
}
.mw45{
    min-width: 45px;
}
.mh35{
    min-height: 35px;
}
.w100{
    width: 100px;
}
.has-error .form-control{
    background-color: #f2dede;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

.stu_status{
    font-size: 18px;
}

.alert-blue{
    color: #3495de;
}
.alert-green{
    color: #5cb85c;
}
.alert-yellow{
    color: #ff9900;
}
.alert-gray{
    color: #666;
}
.alert-red{
    color: #d9534f;
}
.label-as-badge {
    border-radius: 1em;
}
.mt4{
    margin-top: 4px;
}
.bt0{
	border-top: none !important;
}
.tr-header{
    height: 40px !important;
}
.header-orario{
    width: 48px;
}
.valmid {
    vertical-align: middle !important;
}
.no-padding {
    padding: 0px !important;
}
.tab-certificazione{
    border-top: 0 !important;
    padding: 8px !important;
}
.w100perc{
	width: 100%;
}

.menu_item :hover {
	text-decoration: none;
	color: #b3eaff;
	cursor: pointer;
}

.subItem, .subItem:hover {
	width: 120px;
	margin-top: 8px;
	text-align: center !important;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.subItem:hover, .subActive {
	color: #b3eaff;
}

.subImg, .subText, .subArrow {
	display: block;
	width: 120px;
}

.subText {
	line-height: 15px;
	margin-top: 6px;
	min-height: 37px;
}

.subArrow {
	text-align: center;
	line-height: 7px;
}
.ib{
	display: inline-block;
}
@media print {
	.noprint {
		display: none;
	}
}
.bg-info-important{
	background-color: #d9edf7 !important;
}
.w80{
	width: 80px;
}
.sort-glyphicon{
	font-weight: bold;
	top: 3px;
}
.opa5{
	opacity: 0.5;
}
.opa2{
	opacity: 0.2;
}
.w150{
	width: 150px !important;
}
#alertHeaderInfo{
	background-color: #337ab7;
	color: white;
}
#alertHeaderWarning{
	background-color: #f0ad4e;
	color: white;
}
#alertHeaderError{
	background-color: #d9534f;
	color: white;
}
#alertHeaderConfirm{
	background-color: white;
	color: #337ab7;
}
#alertContent > .modal-header{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}