/*
Created by: Jyostna Designs

[TABLE OF CONTENTS]

1.  IMPORTS
2.  RESET STYLES
3.  HEADER STYLES
4.  BG COOLORS
5.  TEXT color
6.  BUTTON colors
7.  HEADER LEFT 
8.  HEADER RIGHT SIDE BAR
9.  HEADER RIGHT SIDE DROPDOWNS
10. LEFT SIDE BAR    
11. MAIN WRAPPER STYLES
12. LEFT MENU COLLAPSE STYLES    
13. CUSTOM STYLES 
14. MEDIA QUERIES */


/********** 1. IMPORTS **********/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import 'https://fonts.googleapis.com/css?family=Montserrat|Hind';

/********** 2. RESET STYLES **********/

body {
    background: #fafafa;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
	height: 100% ! important;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

a {
    color: #0f7933;
}

li a {
    font-size: 14px;
    line-height: 20px;
    color: #111;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #0f7933;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
}

p {
    line-height: 24px;
    font-size: 14px;
}

small {
    font-size: 13px;
    line-height: 24px;
}


/********** 3. HEADER STYLES **********/

body > .header .logo {
    display: block;
    float: left;
    height: 80px;
    line-height: 40px;
    padding: 14px 15px 0 30px;
    text-align: center;
    width: 251px;
}

body > .header .logo .icon {
    margin-right: 10px;
}

body > .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #e2e2e2;
}


/*=============colors of fitness===================*/


/*==================4 bg colors==============*/

.bg-primary {
    background-color: #33a4d8;
}

.bg-success {
    background-color: #65a800;
}

.bg-warning {
    background-color: #ff931d;
}

.bg-danger {
    background-color: #fc7070;
}

.bg-info {
    background-color: #A0Da68;
}

.bg-default {
    background-color: #f9f9f9;
}


/*=================================================*/


/*==================5 text color=====================*/

.text-primary {
    color: #0f7933;
}

.text-success {
    color: #65a800;
}

.text-warning {
    color: #ff931d;
}

.text-danger {
    color: #fc7070;
}

.text-info {
    color: #A0Da68;
}

.text-default {
    color: #f9f9f9;
}

.text-white {
    color: #FFF;
}

.text-primary:hover {
    color: #33a4d8;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #33a4d8;
}


/*================link tag==================*/


/*======================================================*/


/*=======================6 button colors================*/

.btn-primary {
    border-color: #0f7933;
/*    background-color: #009b48;*/
	background-color: #1e8d64;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #0f7933;
    /*background-color: #009b48;*/
	background-color: #1e8d64;

}

.btn-success {
    border-color: #65a800;
    /*background-color: #65a800;*/
	background-color: #1e8d64;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    border-color: #65a800;
    background-color: #65a800;
}

.btn-warning {
    border-color: #ff931d;
    background-color: #ff931d;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    border-color: #ff931d;
    background-color: #ff931d;
}

.btn-danger {
    border-color: #fc7070;
    background-color: #fc7070;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    border-color: #fc7070;
    background-color: #fc7070;
}

.btn-info {
    border-color: #A0Da68;
    background-color: #A0Da68;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    border-color: #A0Da68;
    background-color: #A0Da68;
}

.btn-default {
    border-color: #e0e0e0;
    background-color: #e0e0e0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    border-color: #e0e0e0;
    background-color: #e0e0e0;
}


/*==================================*/

.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

.content-header h2 {
    font-size: 22px;
    line-height: 20px;
}

.left-min {
    min-height: 1295px !important;
}

.padding-user {
    padding-top: 8px !important;
}

.logo {
    /*background-color: #313e4b;
    border-right: 1px solid #313e4b;*/
}

.logo > h1 {
    margin-top: 0;
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #fff;
}


/***** 7 HEADER LEFT *****/

.left-side {
    min-height: 100%;
    display: block;
}

.left-side {
    position: absolute;
    width: 250px;
    top: 0;
}

.left-side .sidebar-offcanvas a {
    padding: 0;
    margin: 0;
    vertical-align: top;
}


/***** 8 HEADER RIGHT SIDE BAR *****/


/*.container-full-width{*/


/*padding-left: 0;*/


/*padding-right:0;*/


/*}*/

.right-side {
    min-height: 100%;
    display: block;
    margin-left: 250px;
}

#right {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 250px;
    z-index: 999
}

#right {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    right: -250px;
    background: #5D9CEC;
}

.scrollable-content {
    height: 100%;
}

.sb-left .divider-header {
    font-size: 14px;
    opacity: .4;
}

.pad50 {
    padding-top: 50px;
}

.dropdown-messages {
    min-width: 320px
}

.dropdown-messages>li {
    border-bottom: 1px solid #F5F5F5
}

.dropdown-messages>li>.message {
    margin: 0;
    border-radius: 0;
    white-space: normal;
    font-size: 11px;
}

.dropdown-messages>li:last-child {
    border-bottom: none
}

.dropdown-notifications {
    min-width: 260px
}

.msg-lable {
    float: right;
    margin-top: -19px;
}

.task5 {
    padding-top: 22px;
}

.dropdown-menu .icon-not i {
    display: inline-block;
    margin: -2px -9px;
    float: left;
    padding: 10px;
}

.notifications-menu > .dropdown-menu > li > a > .fa {
    font-size: 20px;
    width: 30px;
    text-align: center;
    padding: 4px 0 4px 1px;
    margin-right: 15px;
    background: #33a4d8;
    color: #fff;
}

.noti-date {
    float: right;
    margin-top: -37px;
}

.invoice_details {
    background-color: #e2e2e2;
    margin-bottom: 30px;
    padding: 20px;
}

.mrg_btm15 {
    margin-bottom: 15px;
}

.striped-col {
    background-color: #f9f9f9;
}

.left-pro {
    padding-top: 5px;
}

.skin-icon {
    font-size: 25px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-top: 3px solid #009b48;
    border-bottom-color: transparent;
    cursor: default;
    margin-top: -2px;
}

.flg1 {
    padding-top: -94px;
    margin-top: -2px;
    /* margin-right: 57px; */
}

.pad-3 {
    padding-top: 3px;
}

.proc {
    position: relative;
    top: 25px;
    left: 5px;
}

.navbar-right {
    margin-right: 0;
}


/* right side bar */

.accordion-toggle:hover {
    text-decoration: none;
}

.mar {
    margin-left: -18px;
}

.lef {
    padding-left: 156px;
}

.succ-bg {
    background-color: #48CFAD !important;
    border-color: #48CFAD !important;
    color: #fff;
}

.mar-auto {
    margin: auto;
}

.no-martop {
    margin-top: 0 !important;
}

.no-marbtm {
    margin-bottom: 0 !important;
}

.mar-10 {
    margin-bottom: 10px !important;
}

.mar-20 {
    margin-bottom: 20px !important;
}

.mar-top {
    margin-top: 10px !important;
}

.mar-40 {
    margin-bottom: 30px !important;
}

.mar-10 {
    margin: 10px;
}

.mar-5 {
    margin-left: 10px !important;
}

.mar-left {
    margin-left: -16px !important;
}

.mar-left5 {
    margin-left: 18px !important;
}

.input-group-addon,
.form-group,
.form-control,
.input-group,
.input-group-btn,
.btn,
.panel,
.panel-heading {
    border-radius: 0 !important;
}

.edi-css {
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.has-error .help-block,
.has-error .input-group-addon,
.has-error .radio,
.has-error .radio-inline {
    color: #fc7070;
}

.input-group-addon {
    padding: 5px 12px !important;
}

.mar-check {
    margin-left: 10px !important;
    position: relative;
    top: 4px;
}

.mar-right4 {
    margin-right: 7px !important;
}

.form-position.top {
    margin-top: 0;
    margin-bottom: 42px;
    border-top: 0;
}

.form-position {
    margin: 0;
}

.pad-top20 {
    padding-top: 24px !important;
}

.pad-top40 {
    padding-top: 40px !important;
}

.pad-rgt {
    padding-right: 0 !important;
}

@media screen and (max-width:991px) {
    .pad-rgt {
        padding-left: 0;
    }
}

.form-bordered .form-group > div {
    padding: 15px;
    border-left: 1px solid #efefef;
}

.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.border {
    /* margin: 0; */
    padding: 0;
}

.form-bordered .control-label {
    padding-top: 24px !important;
    margin-bottom: 0;
    text-align: right;
}

.form-bordered-row .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.form-bordered-row .control-label {
    padding-top: 24px !important;
    margin-bottom: 0;
    text-align: right;
}

.form-bordered-row .form-group > div {
    padding: 15px;
}


/* right side bar css start */

.rightsidebar-right .rightsidebar-right-content {
    padding: 20px;
    color: #fff;
}

.rightsidebar-right .rightsidebar-right-content .rightsidebar-right-heading {
    padding: 20px;
    margin: 0 -20px 0;
    background: #313e4b;
}

.rightsidebar-right .rightsidebar-right-content .rightsidebar-right-heading.rightsidebar-right-heading-first {
    margin: -20px -20px 0;
}

.margin-none {
    margin: 0 0 0 0;
}

.rightsidebar-contact-wrapper {
    margin: 1px -20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rightsidebar-contact-wrapper .rightsidebar-contact {
    padding: 15px 20px;
    display: block;
    color: #fff;
}

.rightsidebar-contact-wrapper .rightsidebar-contact:hover {
    text-decoration: none;
}

.margin-top {
    margin-top: 25px;
}

.progress-xs {
    height: 5px;
}

.dropdown-small {
    font-size: 10px;
}

.rightsidebar-notification {
    margin: 1px -20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rightsidebar-notification a {
    padding: 15px 20px;
    display: block;
    color: #fff;
}

.rightsidebar-notification a:hover {
    text-decoration: none;
}

.rightsidebar-notification .pri {
    color: #4FC1E9
}

.rightsidebar-notification .succ {
    color: #BDE4AE
}

.rightsidebar-notification .info {
    color: #48CFAD
}

.rightsidebar-notification .warn {
    color: #FFCE54
}

.rightsidebar-notification .dan {
    color: #FD9883
}

.rightsidebar-notification i {
    color: #313e4b
}

.margin-none {
    margin: 0 0 0 0;
}

.rightsidebar-contact-wrapper {
    margin: 1px -20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rightsidebar-contact-wrapper .rightsidebar-contact {
    padding: 15px 20px;
    display: block;
    color: #fff;
}

.rightsidebar-contact-wrapper .rightsidebar-contact:hover {
    text-decoration: none;
}

.progress-xs {
    height: 5px;
}

.rightsidebar-notification {
    margin: 1px -20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rightsidebar-notification a {
    padding: 15px 20px;
    display: block;
    color: #fff;
}

.rightsidebar-notification a:hover {
    text-decoration: none;
}

.rightsidebar-notification .pri {
    color: #4FC1E9
}

.rightsidebar-notification .succ {
    color: #BDE4AE
}

.rightsidebar-notification .info {
    color: #48CFAD
}

.rightsidebar-notification .warn {
    color: #FFCE54
}

.rightsidebar-notification .dan {
    color: #FD9883
}

.rightsidebar-notification i {
    color: #313e4b;
}

.dropdown {
    cursor: pointer;
}


/********* 9 HEADER RIGHT SIDE DROPDOWNS *********/

.message_menu {
    width: auto;
    height: 200px;
    overflow: scroll;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #444;
}

.dropdown-menu:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
}

.navbar-nav > .user-menu > .dropdown-menu:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
}

.dropdown-menu {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 2300;
}

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
    margin-right: 10px;
}


/*Drodown in navbars*/

.skin-blue .navbar .dropdown-menu > li > a {
    color: #444444;
}

body > .header {
    position: relative;
    z-index: 1030;
}

body > .header .navbar {
    height: 110px;
    margin-bottom: 0;
	border-bottom-color: #0f7933;
	background-color: #323536;
}

body > .header .navbar .nav > li > a > .label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 9px;
    font-size: 8px;
    font-weight: normal;
    width: 13px;
    height: 13px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px;
}

body > .header .navbar .nav > li > a:hover > .label {
    top: 3px;
}

label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.progress.xs {
    height: 5px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.content {
    display: block;
    width: auto;
}

.navbar {
    background-color: #FFFFFF;
    /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); */
}

.navbar-right .nav>li>a .black {
    padding-top: 7px;
    color: #fff;
    font-size: 17px;
}

.navbar-right .nav>li>a .black1 {
    padding-top: 7px;
    color: #fff;
    font-size: 17px;
}

.badge {
    float: right;
}

.dropdown .dropdown-menu .task-padding {
    padding: 7px;
    background-color: #5D9CEC;
}

.paddingleft_right15 {
    padding: 0 15px;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    width: 275px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
    border: 1px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    color: #444444;
    font-size: 14px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
.navbar-nav > .messages-menu > .dropdown-menu > li.header:after,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header:after {
    bottom: 100%;
    left: 92%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 7px;
    margin-left: -7px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #5D9CEC;
    padding: 7px 10px;
    color: #444444;
    text-align: center;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    background: #f4f4f4;
    text-decoration: none;
    font-weight: normal;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    /* Prevent text from breaking */
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #666666;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
    text-decoration: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
    font-size: 20px;
    width: 30px;
    text-align: center;
    padding: 4px 0 4px 1px;
    margin-right: 5px;
    background: #00c0ef;
    color: #fff;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.danger {
    background: #FD9883;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.warning {
    background: #FFCE54;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.success {
    background: #A0Da68;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.info {
    background: #37BC9B;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
    margin: 0;
    line-height: 20px;
    padding: 10px 5px 10px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    padding: 0;
    margin: 0 0 0 8px;
    font-size: 14px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
    color: #fff;
    font-size: 10px;
    float: right;
    margin-top: -7px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0 0 0 15px;
    font-size: 12px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    display: table;
    content: " ";
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    clear: both;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    padding: 10px;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
    padding: 0;
    margin: 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
    font-size: 13px;
    padding: 0;
    border-radius: 4px;
    border: none;
}

.navbar-nav > .user-menu > .dropdown-menu:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 140px;
    padding: 6%;
    background: #687884;
    text-align: center;
}

.topprofiletext {
    margin-left: -18px !important;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 9px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
    display: table;
    content: " ";
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
    color: #0073b7;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 5px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
    display: table;
    content: " ";
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
    color: #666666;
}


/* Add fade animation to dropdown menus */

.open > .dropdown-menu {
    animation-name: fadeAnimation;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .7s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeAnimation;
    -moz-animation-duration: .7s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }
    to {
        opacity: 1;
        top: 100%;
    }
}

@-webkit-keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }
    to {
        opacity: 1;
        top: 100%;
    }
}

.dropdown-menu .menu i {
    display: inline-block;
    margin: 4px 12px;
    float: left;
    padding: 10px 30px 30px 10px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
}

.dropdown-menu .menu a {
    line-height: 42px;
}

.dropdown-menu .menu a .clearfix {
    color: #fff;
    line-height: 31px;
}

.dropdown-menu .header {
    border-bottom: 1px solid #e6e6e6;
    color: #555!important;
}

.mesages li img {
    width: 46px;
    padding-top: 5px;
    height: auto;
    float: left;
    margin-right: 15px;
}

.mesages li {
    padding: 5px;
    cursor: pointer;
}

.mesages li span {
    font-size: 12px;
    display: inline-block;
    clear: both;
    float: none;
}

.mesages li .samp {
    font-family: Open Sans;
    font-size: 11px;
    clear: both;
    margin-top: -3px;
}

.mesages li .time {
    font-size: 11px;
    color: #666;
    margin-top: -3px;
}

.notifications-menu small {
    clear: both !important;
    top: 0 !important;
    margin-top: -48px;
    padding-top: 0;
    padding-right: 10px;
    display: inline-block;
}

.message .message-image {
    display: block;
    float: left;
    height: 45px;
    margin-right: 15px;
    text-align: center;
}

li.dropdown-title {
    padding: 16px;
    background: #687884;
    font-size: 14px;
    color: #ffffff;
}

.slimScrollDiv .menu li {
    width: 100%;
    font-size: 12px;
    display: inline-block;
}

li.dropdown-footer {
    padding: 16px;
    background: #687884;
    border-bottom: 1px solid #ccc;
    color: #ffffff;
}

li.dropdown-footer a {
    color: #fff !important;
    font-size: 14px;
}

.success {
    background-color: #6cc66c;
}

.padding-15 {
    padding: 15px !important;
}

.dropdown-menu .message a {
    padding: 3px 6px;
}

.dropdown-menu li>.message {
    padding-bottom: 5px;
    padding-top: 8px;
}

.dropdown-menu .footer {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.dropdown-menu .message:hover {
    background: #e0e0e0 !important;
}

.message .ol {
    padding: 5px;
    padding-right: 10px;
}

.message .ol:hover {
    color: #090;
}

.dropdown-menu:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 100%;
    content: " ";
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    width: 0;
}

.navbar-right .nav>li>a {
    position: relative;
    display: block;
}

.paddingrightleft_10 {
    padding-left: 15px;
    padding-right: 15px;
}

.paddingtopbottom_5px {
    padding-bottom: 5px;
    padding-top: 5px;
}

.dropdown>.messages-menu>.open {
    background: #FFF !important;
}

.arrow {
    float: right;
}

.plus-minus {
    float: right;
}

.navbar-right .nav .open > a,
.navbar-right .nav .open > a:hover,
.navbar-right .nav .open > a:focus,
.navbar-right .nav>li>a:hover,
.navbar-right .nav>li>a:focus {
    background-color: #3d4e5d;
    border-color: #2fb7d6;
}


/*********10 LEFT SIDE BAR  *********/

.sidebar {
    display: block;
    float: left;
    width: 250px !important;
}

.sidebar-right-opened {
    right: 250px
}

.sidebar-right-opened #right {
    right: 0
}

.sidebar a {
    color: #C1CBCC;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.left-side {
    /*background: #35b762;*/
	/*background: #009b48;	*/
	background: #1e8d64;
}

#menu li.active>a {
    color: #fff;
	text-shadow: 1px 1px #127532;
    border-left: 4px solid #FFF;
/*    background-color: #005f1a;*/
background-color: #323536;
}

#menu li.activeSUB>a {
    color: #fff;
	text-shadow: 1px 1px #127532;
    border-left: 4px solid #FFF;
	
    background-color: #52ae62;
}

#menu li >a:hover {
    color: #fff;
/*    border-left: 4px solid #33a4d8;
    background-color: #465869;*/
}

#menu .menu-dropdown>ul>li>a {
    padding-left: 20px;
}

#menu .menu-dropdown>ul,
#menu .menu-dropdown-open-ul {
/*    background: #52ae62;*/
background: #41a87d;
}

#menu .navigation a {
    color: #FFF;
	text-shadow: 1px 1px #127532;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#menu .navigation .menu-icon {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 20px;
}

#menu .navigation {
    padding: 50px 0 15px;
    list-style-type: none;
}

#menu ul.navigation>li>a {
    text-align: left;
    font-size: 18px;
}

#menu ul.navigation>li>i {
    font-size: 15px;
}

#menu .navigation a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 11px 14px;
    text-decoration: none;
}

.sidebar {
    margin-bottom: 5px;
}

.sidebar .sidebar-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}

.sidebar .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu {
    background: #313e4b;
}

.badge {
    background-color: #5D9CEC;
    font-weight: 400;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-panel {
    padding: 10px;
}

.user-panel:before,
.user-panel:after {
    display: table;
    content: " ";
}

.user-panel:after {
    clear: both;
}

.user-panel > .image > img {
    width: 45px;
    height: 45px;
}

.user-panel > .info {
    font-weight: 600;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    line-height: 1;
}

.user-panel > .info > p {
    margin-bottom: 9px;
}

.user-panel > .info > a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: normal;
}

.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
    margin-right: 3px;
}


/* left side profile*/

.nav_profile {
    /*background-color: #313e4b;*/
}

.nav_profile .profile-left {
    padding: 15px;
    /*min-height: 90px;*/
    border-bottom: 1px solid #313E4B;
}

.nav_profile .profile-left .profile-thumb {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding-top: 9px;
}

.nav_profile .profile-left .media-heading {
    line-height: 23px;
    margin-top: 17px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.nav_profile .profile-left .profile-thumb img {
    width: 54px;
}

.nav_profile .content-profile .icon-list li {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    border: 1px solid #2a2e36;
}

.nav_profile .content-profile .icon-list li:hover {
    background-color: #48cfad;
}

.nav_profile .content-profile .icon-list li i {
    margin-top: -14px;
    margin-bottom: -9px;
    font-size: 13px;
    text-align: center;
    margin-left: -1px;
}

.nav_profile .content-profile .icon-list li a {
    display: block;
    width: 30px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

li.heading {
    padding: 0 0 0 15px;
    color: #C1C1B7;
}

.brd-btm {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #767978;
}


/********* 11. MAIN WRAPPER STYLES *********/

.wrapper {
    min-height: 100%;
}

.wrapper:before,
.wrapper:after {
    display: table;
    content: " ";
}

.wrapper:after {
    clear: both;
}


/********* 12. LEFT MENU COLLAPSE STYLES *********/

body > .header .navbar .sidebar-toggle {
    float: left;
/*    color: #02301a;*/
	color: #FFF;
    font-size: 20px;
    padding: 0 55px;
}


/********* 13. CUSTOM STYLES *********/

.responsive_nav {
    margin-top: -17px;
    height: 20px;
}

.nav_icons ul {
    margin: 0;
    padding-left: 29px;
    padding-top: 10px;
}

.nav_icons li {
    float: left;
    list-style: none;
    cursor: pointer;
    padding: 5px 9px;
}

.clear {
    clear: both;
}

.fa-plus,
.fa-minus {
    font-size: 10px;
}

.nopadmar {
    margin: 0 !important;
    padding: 0 !important;
}

.right-side > .content-header .title {
    padding: 0;
    font-size: 30px;
    letter-spacing: -1px;
    display: block;
    color: #555;
    margin: -6px 0 0 0;
    font-family: 'Roboto', sans-serif;
}


/*skins css start*/

.well {
    margin-left: 5px;
    background-color: #fefefe;
    border-color: #fefefe;
    margin-bottom: 10px;
    padding: 10px 5px 0 5px;
}

.skin_btn {
    display: inline-table;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
}

.skinmulti_btn {
    display: inline-table;
    cursor: pointer;
    width: 39px;
    height: 40px;
    margin-bottom: 12px;
}

.skin_size {
    width: 30px;
    height: 20px;
}

.skin_black {
    background-color: #313e4b;
}

.skin_white {
    background-color: #efefef;
    border: 1px solid rgba(0, 0, 0, .1);
}

.skin-blue {
    background-color: #5D9CEC;
}

.skin-mint {
    background-color: #37BC9B;
}

.skin-grape {
    background-color: #F4929D;
}

.skin-lavender {
    background-color: #AC92EC;
}

.skin-pink {
    background-color: #EC87C0;
}

.skin-sunflower {
    background-color: #E59866;
}

.right-side > .content-header > h1 {
    margin: 2px;
}

.right-side > .content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

table.dataTable thead .sorting {
    background: url('../../vendors/datatables/images/sort_both.png') no-repeat center right;
    /* sort */
}

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after {
    content: none !important;
}

table.dataTable thead .sorting_desc {
    background: url('../../vendors/datatables/images/sort_desc.png') no-repeat center right;
    /* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc {
    background: url('../../vendors/datatables/images/sort_asc.png') no-repeat center right;
    /* sort-by-attributes-alt */
}

.breadcrumb>.active {
    color: #808b9c;
}

.table {
    font-size: 14px;
    line-height: 24px;
}

.table>thead>tr>th {
    line-height: 24px;
}

.table>tbody>tr>td {
    line-height: 20px;
}

thead {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.right-side .content-header {
    padding-left: 15px;
    padding-right: 15px;
}

.right-side > .content-header > .breadcrumb {
    margin-top: 8px;
    box-shadow: none;
    padding-right: 0;
    padding-left: 8px;
    margin-bottom: 25px;
    border: 0 !important;
    background-color: #ffffff !important;
    border-radius: 0;
    line-height: 24px;
}

.right-side > .content-header > .breadcrumb > li > a,
.right-side > .content-header > .breadcrumb > li {
    color: #111;
    text-decoration: none;
}

.right-side > .content-header > .breadcrumb > li + li:before {
    padding: 0;
    content: '\00BB';
    font-size: 16px;
    color: #000;
}

.riot {
    color: #fff;
    padding: 5px 0 5px 45px;
}

.riot .caret {
    margin-top: -10px;
}

.riot span i {
    margin-top: 0 !important;
}


/* lable css */

.label-primary {
    background-color: #33A4D8;
}

.label-success {
    background-color: #65a800;
}

.label-info {
    background-color: #a0da68;
}

.label-danger {
    background-color: #fc7070;
}

.label-default {
    background-color: #f9f9f9;
}

.label-warning {
    background-color: #FF931d;
}


/* alert css */

.alert-success {
    background-color: #c8e9b1;
    border-color: #c8e9b1;
    color: #344628;
}

.alert-info {
    background-color: #DDF3F1;
    border-color: #DDF3F1;
    color: #165651;
}

.alert-warning {
    background-color: #FAECB2;
    border-color: #FAECB2;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #FECFB0;
    border-color: #FECFB0;
    color: #a94442;
}


/*progress bar css*/

.progress-bar-primary {
    background-color: #33a4d8;
}

.progress-bar-success {
    background-color: #65a800;
}

.progress-bar-info {
    background-color: #a0da68;
}

.progress-bar-red {
    background-color: #fc7070;
}

.progress-bar-warning {
    background-color: #ff931d;
}

.progress-bar-aqua {
    background-color: #c1c1b7;
}


/* bootstrap switch */

.bootstrap-switch-primary {
    color: #fff;
    background: #5D9CEC !important;
}

.bootstrap-switch-info {
    color: #fff;
    background: #37BC9B !important;
}

.bootstrap-switch-danger {
    color: #fff;
    background: #FD9883 !important;
}

.bootstrap-switch-warning {
    color: #fff;
    background: #FFCE54 !important;
}

.grid-danger {
    padding: 1em 0;
    background-color: #FECFB0;
    border: 1px solid #FECFB0;
    border-radius: 1px;
}

.grid-info {
    padding: 1em 0;
    background-color: #DDF3F1;
    border: 1px solid #DDF3F1;
    border-radius: 1px;
}

.grid-success {
    padding: 1em 0;
    background-color: #c8e9b1;
    border: 1px solid #c8e9b1;
    border-radius: 1px;
}


/********* 14. MEDIA QUERIES *********/

@media screen and (min-width: 992px) {
    .left-side {
        top: 50px;
    }
    /*Right side strech mode*/
    .right-side.strech {
        margin-left: 0;
    }
    .right-side.strech > .content-header {
        margin-top: 0;
    }
    /* Left side collapse */
    .left-side.collapse-left {
        left: -250px;
    }
}

@media screen and (max-width: 992px) {
    .right-side {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .right-side > .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav > li {
        float: left;
    }
    .navbar-nav {
        margin: 0;
        float: left;
    }
    .navbar-nav > li > a {
        line-height: 20px;
    }
    .navbar .navbar-right {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .right-side > .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
    }
    .navbar .navbar-nav > li {
        float: left;
    }
    .navbar-nav {
        margin: 0;
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 6px;
        line-height: 20px;
        margin-top:5px;
    }
    .navbar .navbar-right {
        float: right;
    }
    .padding-user {
        padding-top: 5px !important;
    }
}

@media screen and (max-width: 560px) {
    body > .header {
        position: relative;
    }
    body > .header .logo,
    body > .header .navbar {
        width: 100%;
        float: none;
        position: relative;
        height: initial;
    }
    body > .header .navbar {
        margin: 0;
    }
    body.fixed > .header {
        position: fixed;
    }
    body.fixed > .wrapper,
    body.fixed .sidebar-offcanvas {
        margin-top: 100px;
    }
    .padding-user {
        padding-top: 14px !important;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
    }
}

@media screen and (max-width: 992px) {
    .relative {
        position: relative;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -250px;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -250px;
    }
    .row-offcanvas-right {
        right: 250px;
    }
    .row-offcanvas-left {
        left: 250px;
    }
    .sidebar-offcanvas {
        left: 0;
    }
    body.fixed .sidebar-offcanvas {
        margin-top: 50px;
        left: -250px;
    }
    body.fixed .row-offcanvas-left .navbar {
        left: 250px;
        right: 0;
    }
    body.fixed .row-offcanvas-left .sidebar-offcanvas {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav > .notifications-menu > .dropdown-menu,
    .navbar-nav > .user-menu > .dropdown-menu,
    .navbar-nav > .tasks-menu > .dropdown-menu,
    .navbar-nav > .messages-menu > .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        background: #ffffff;
    }
}

.nav-tabs>li {
    font-family: 'Roboto', sans-serif;
}


/* Fix menu positions on xs screens to appear correctly and fully */

@media screen and (max-width: 480px) {
	


    .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
    .navbar-nav > .messages-menu > .dropdown-menu > li.header {
        /* Remove arrow from the top */
    }
    .navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after,
    .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
        border-width: 0;
    }
    .navbar-nav > .tasks-menu > .dropdown-menu {
        position: absolute;
        right: -120px;
        left: auto;
    }
    .navbar-nav > .notifications-menu > .dropdown-menu {
        position: absolute;
        right: -87px;
        left: auto;
    }
    .navbar-nav > .messages-menu > .dropdown-menu {
        position: absolute;
        right: -100px;
        left: auto;
    }
}

@media screen and (max-width: 767px) {
    .mar-11 {
        left: -11px !important;
        position: relative;
    }
}

@media (min-width: 1200px) {
    body.boxed,
    body.boxed .Footer,
    body.boxed .navbar.navbar-fixed-top {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .navbar-nav > .notifications-menu > .dropdown-menu,
    .navbar-nav > .messages-menu > .dropdown-menu,
    .navbar-nav > .tasks-menu > .dropdown-menu {
        margin-right: -100px;
    }
}


/* Animate loader off screen */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../img/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

li.active > a > .arrow {
    position: absolute;
    right: 0;
    top: 8px;
    background: none;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #f7f7f7;
}

.pad-left0 {
    padding-left: 0;
}


/******* data table  arrows**********/

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after {
    content: none !important;
}


/******* data table  arrows end**********/


/* -------select2 select box radiius---------*/

.select2-container--bootstrap .select2-selection {
    border-radius: 0 !important;
}

.center_aligning {
    text-align: center;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #0f7933;
    border-color: #0f7933;
}


/*jasny bootstrap*/

.note-editor {
    width: auto !important;
}

.activated {
    cursor: default;
}

.note-editor.fullscreen {
    width: 100% !important;
}

.dataTables_length {
    margin-top: 5px;
}

.dataTables_info {
    font-size: 12px;
    line-height: 20px;
}


/* faq*/

.m10 a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.fromattaRichiestaAbbina{
	width:45%; float:left; font-weight: bold; color:#0f7933;
}
.fromattaRichiestaAbbinaClear{
	width:45%; float:left; font-weight: bold; color:#0f7933; clear:left;
}

.fromattaSchedaSxA3{
	width:100%; 
	/*float:left;*/
	font-weight: bold; color:#0f7933; clear:left;
	
	border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #6ec97c;
	height:36px;
	display: table-cell;
	
}


.fromattaSchedaSx{
	width:42%; 
	/*float:left;*/
	font-weight: bold; color:#0f7933; clear:left;
	
	border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #6ec97c;
	height:36px;
	display: table-cell;
}

.formattaSchedaDxA3{
	/*width:46%;  float:left;*/
	width:100%;  
	/*float:left;*/
	border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #6ec97c;
	/*height:36px;*/
	display: table-cell;
}

.formattaSchedaDx{
	/*width:46%;  float:left;*/
	width:56%;  
	/*float:left;*/
	border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #6ec97c;
	/*height:36px;*/
	display: table-cell;
}


#panelPrimary31{
	width:31%;
	line-height:25px;
	float:left; 
	padding:5px; 
	margin-right:25px;	
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	padding: 10px;
 
}


.rigaVediImmobileA3{
	line-height:35px;
	display: table;    
	float:left;
	width:25%
	
}

.rigaVediImmobile{
	line-height:35px;
	display: table;
    width: 100%;
}


@media print {
	/**/
	
	.fromattaRichiestaAbbina{
		font-size: 14px;
	}
	
	.fromattaSchedaSx{
			width:48%;
			font-size: 14px;
	}
	
	.formattaSchedaDx{
		width:50%;
		font-size: 14px;
	}
	
}
