.login-page, .register-page {
    background: #5849de !important;
}


.grid-100 {
	min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 12px;
}

.grid-100 .section {
    padding: 10px;
	position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-top-color: #00c0ef;
}
	
.grid-100 .section h5 {
	color: #444;
    display: block;
    position: relative;
	display: inline-block;
    font-size: 18px;
    margin: 0 0 0 0;
    line-height: 1;
}

.clform {
	border-top: 1px solid #f4f4f4;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.input-xxl, .input-l {
	width: 100%;
	margin-bottom: 20px;
}

.input-xxl input, .input-xxl select {
	width: 75%;
	padding-left: 6px;
	margin-left: 5px;
    padding-right: 6px;
	border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
/*	display: block;
    height: 34px; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
/*    border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-xxl span {
	padding: 9px;
    margin-bottom: 0;
    text-align: right;
    line-height: 1.3;
    margin-left: 0;
    margin-top: 0;
/*    min-height: 34px; */
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    line-height: 2.4;
    margin-left: 6px;
    margin-top: 5px;
}

.input-l input, .input-l select {
	width: 35%;
	padding-left: 6px;
	margin-left: 5px;
    padding-right: 6px;
	border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
/*	display: block; 
    height: 34px; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-l span {
	padding: 9px;
    margin-bottom: 0;
    text-align: right;
    line-height: 1.3;
    margin-left: 0;
    margin-top: 0;
    min-height: 34px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    line-height: 2.4;
    margin-left: 6px;
    margin-top: 5px;
}

.text_1 {
/*	margin-left: 11px; */
}

.inputfield {
	position: relative;
    padding: 5px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px #fff;
    -moz-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
    behavior: url('PIE.htc');
    border: 1px solid #ccc;
    margin: 2px 5px;
}

.submit_btn {
background-color: #f4f4f4;
    color: #444;
    border-color: #ccc;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    display: inline-block;
    padding: 6px 12px;
    margin: 9px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.tabella {
	width: 100%;
    font-size: 16px;
}

.tabella>thead>tr>th {
    background-color: #eee;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #ccc;
    font-size: 90%;
    height: 20px;
    vertical-align: middle;
	text-align: center;
}

.tabella>thead>tr>td,.tabella>tbody>tr>td {
    background-color: #ffffff;
    color: #666;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #eee;
	padding: 0;
    vertical-align: middle;
    font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.title {
	border-bottom: 1px solid #f4f4f4;
	display: block;
    padding: 10px;
    position: relative;
	font-size: 18px;
    margin: 0;
    line-height: 1;
    text-align: left;
}

.sidebar-toggle2 {
	float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
}


.sidebar-toggle2 i {
	color:white;
}
 
.sidebar-toggle2:hover {
	background-color: #367fa9!important;
}

.opzioni img {
	padding: 4px;
}


.input-xxxxl {
   width: 750px;
}

.input-xxxl {
   width: 500px;
}

.input-xxl {
   width: 400px;
}

.input-xl {
   width: 300px;
}

.input-l {
   width: 200px;
}

.input-m {
   width: 160px;
}

.input-s {
   width: 80px;
}

.input-xs {
   width: 40px;
}

.input-xxs {
   width: 30px;
}

.clform .fullwidth {
   width: 90%;
}

.clform .halfwidth {
   width: 45%;
}

.clform .quarter {
   width: 22%;
}

.clform .eightier {
   width: 11%;
}

.clearfix {
   width: 100%;
   clear: both;
   display: block;
   height: 1px;
}

.clearfix_high {
   width: 100%;
   clear: both;
   display: block;
   height: 15px;
}

.inputfield {
	position: relative;
    padding: 5px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px #fff;
    -moz-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
    behavior: url('PIE.htc');
    border: 1px solid #ccc;
    margin: 2px 5px;
}

.clform {
   position: relative;
   overflow: hidden;
   height: auto;
   line-height: 12px;
}

.clform label, .formblock {
   background: #fff;
   float: left;
   display: inline-block;
   min-height: 35px;
   padding: 13px 6px 6px 6px;
   vertical-align: middle;
   margin-left: 5px;
   position: relative;
}

.formblock a {
   padding-top: 8px;
}

.clform label>span {
   font-size: 12px;
   color: #777;
   position: absolute;
   top: 0px;
   left: 10px;
   height: 14px;
   display: block;
}

.clform label:hover span, .formblock:hover span {
   color: #000;
}

.clform .inputfield {
   position: relative;
   padding: 5px;
   border-radius: 4px;
   -webkit-box-shadow: 0 0 1px #fff;
   -moz-box-shadow: 0 0 1px #fff;
   box-shadow: 0 0 1px #fff;
   behavior: url('PIE.htc');
   border: 1px solid #ccc;
   width: 98%;
   margin: 2px 0px;
}

.clform .inputfield:hover {
   border-color: #50B1FE;
}

.clform .inputfield:focus {
   -webkit-box-shadow: 0 0 7px #6DB9FF;
   -moz-box-shadow: 0 0 7px #6DB9FF;
   box-shadow: 0 0 7px #6DB9FF;
   border-color: #50B1FE;
   outline: none;
}