
/***** LOGIN PAGE *****/
/*************************/

.loginpage {
    background: #fff url(../images/patternbg.png);
}

.loginbox {
    width: 342px;
    padding: 5px;
    background: #fff;
    margin: 7% auto 0 auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.loginboxinner {
    padding: 20px;
    background: #0F7DA4 url(../images/patternbg.png);
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
	

}

.loginbox .logo {
    text-align: center;
}

.loginbox .logo h1 {
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #fff;
    border-bottom: 1px solid #6fb1c8;
    line-height: normal;
    margin-bottom: 5px;
}

.loginbox .logo h1 span {
    color: #4996B4;
}

.loginbox .logo p {
    font-weight: bold;
    color: #eee;
    font-style: italic;
}

.loginbox form {
    display: block;
    margin-top: 20px;
}

.loginbox .username {
    background: #eee url(../images/icons/username.png) no-repeat 13px center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
    overflow: hidden;
}

.loginbox .usernameinner {
    margin-left: 45px;
    border-left: 1px solid #ddd;
    background: #fff;
}

.loginbox .username input {
    padding: 15px 10px;
    border: 0;
    font-size: 14px;
    width: 330px;
    box-shadow: none;
    color: rgba(0,0,0,0.8);
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
}

.loginbox .password {
    background: #eee url(../images/icons/password.png) no-repeat 13px center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
    overflow: hidden;
}

.loginbox .passwordinner {
    margin-left: 45px;
    border-left: 1px solid #ddd;
    background: #fff;
}

.loginbox .password input {
    padding: 15px 10px;
    border: 0;
    font-size: 14px;
    width: 330px;
    box-shadow: none;
    color: rgba(0,0,0,0.8);
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
}

.loginbox .company {
    background: #eee url(../images/icons/company.png) no-repeat 13px center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
    overflow: hidden;
}

.loginbox .companyinner {
    margin-left: 45px;
    border-left: 1px solid #ddd;
    background: #fff;
}

.loginbox .company input {
    padding: 15px 10px;
    border: 0;
    font-size: 14px;
    width: 330px;
    box-shadow: none;
    color: rgba(0,0,0,0.8);
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
}

.loginbox button {
    background: #04add1 url(../images/btngrad.png) repeat-x top left;
    border: 0;
    padding: 15px 0;
    text-align: center;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.loginbox button:hover {
    background-color: #04A7CA;
}

.loginbox .keep {
    margin-top: 20px;
    font-weight: bold;
    color: #eee;
    font-size: 11px;
}

.loginbox .loginmsg {
    background: #fffccc;
    color: #333;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    font-size: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.loginpage .thumb {
    padding: 5px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.loginpage h4 {
    font-size: 14px;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
}

.loginpage a {
    color: #4996B4;
    font-style: italic;
}

.loginpage a:hover {
    text-decoration: underline;
}

/***** PAGE HEADER STYLES *****/
/*********************************/

.pageheader {
    padding-top: 10px;
    background: url(../images/default/theme_blue/noise.white.png);
    position: relative;
}

.pageheader .pagetitle {
    margin: 0 10px;
    color: #485b79;
    font-weight: normal;
    font-size: 16px;
    font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    float: left;
}

.pageheader .pagetitle2 {
    text-transform: none;
}

.pageheader .pagedesc {
    color: rgba(0,0,0,0.8);
    margin: 0 10px;
}

.notab {
    border-bottom: 1px solid #ddd;
    padding-bottom: 29px;
}

/***** TOP HEADER STYLES *****/
/********************************/
.header_fix {

    height: 140px;

    display: block;
    width: 100%;
    background: transparent;

}

.topheader {
    background: #177da3 url(../images/default/theme_blue/topheaderbg.png);
    padding: 8px 0px;
    position: relative;
    border-bottom: 1px solid #303f59;
    width: 100%;
    /*z-index: 1;*/
}

.topheader .left h1.logo {
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    float: left;
    font-size: 30px;
    margin: 10px 0;
    padding-left: 8px;

}

.topheader .left h1.logo a {
    color: #fff;
}

.topheader .left h1.logo span {
    color: #f6e4a5;
}

.topheader .left .slogan {
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    float: left;
    padding: 8px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    margin: 2px 10px;
    font-size: 30px;
}

.search {
    float: left;
    margin: 2px 10px;
}

.search input[type=text] {
    border: 0;
    padding: 10px 8px 11px 8px;
    background: #32415a;
    float: left;
    color: #4a5b78;
    -moz-border-radius: 2px 0 0 2px;
    margin: 0;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    border-bottom: 1px solid #445775;
    width: 200px;
    font-style: italic;
    -moz-box-shadow: inset 1px 1px 2px #2b384e;
    -webkit-box-shadow: inset 1px 1px 2px #2b384e;
    box-shadow: inset 1px 1px 2px #2b384e;
}

.search input[type=text]:focus {
    font-style: normal;
    color: #6a778d;
}

.search .submitbutton {
    float: left;
    border: 0;
    border-bottom: 1px solid #445775;
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    background: url(../images/default/theme_blue/searchbutton.png) no-repeat 0 0;
    width: 38px;
    height: 37px;
    vertical-align: middle;
}

.topheader .right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.notification {
    float: left;
    position: relative;
}

.notification a.count {
    background: #cc170e url(../images/default/theme_blue/notibg.png) repeat-x top left;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    padding: 8px 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 1px solid #445775;
    -moz-box-shadow: inset 0 0 5px #400603;
    -webkit-box-shadow: inset 0 0 5px #400603;
    box-shadow: inset 0 0 5px #400603;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.notification a.count:hover {
    background: #d7180e;
}

.noticontent {
    position: absolute;
    z-index: 100;
    width: 300px;
    top: 48px;
    right: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 200;
}

/***** USER INFORMATION DROP STYLES *****/
/*******************************************/


.userinfo {
	padding: 6px 18px 6px 6px;
        background: #0d6988 url(../images/default/userinfoarrow.png) no-repeat right center;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: inset 1px 1px 2px #2b384e;
	float: right;
	border-bottom: 1px solid #0c5c77;
	-webkit-box-shadow: inset 1px 1px 2px #0c5c77;
	box-shadow: inset 1px 1px 2px #0c5c77;
	cursor: pointer;
    color: #fff !important;
}

.userinfo:hover {
    background-color: #0d6988; 
}
.userinfo img {
    border: 1px solid #b9c1ce;
    vertical-align: middle;
}
}

.userinfo span {
    color: #ffffff;
    display: inline-block;
    padding: 0 5px;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
}
.userinfodrop {
    padding: 10px;
    position: absolute;
    top: 48px;
    right: 0;
    -moz-border-radius: 2px;
    display: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 200;
}

.userinfodrop .avatar {
    float: left;
}

.userdata {
    margin-left: 105px;
}

.userdata h4 {
    color: #2d3c54;
    display: inline-block;
}

.userdata .email {
    color: #999;
    font-size: 11px;
    display: inline-block;
}

.userdata ul {
    list-style: none;
    margin-top: 10px;
}

.userdata ul li {
    display: block;
    margin-bottom: 10px;
}

.userdata ul li:last-child {
    margin-bottom: 0;
}

/***** HEADER STYLES *****/
/****************************/

.header {
  background: #0f7da4 url(../images/default/theme_blue/headerbg.png) center bottom;
  min-height: 50px;
	overflow: hidden;
	-moz-box-shadow: inset 0 1px 0 #2496bf;
	-webkit-box-shadow: inset 0 1px 0 #2496bf;
	box-shadow: inset 0 1px 0 #2496bf;
	position: relative;
    top: 9px;
    width: 100%;
    z-index: 1;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #0f7da4;
}

.headermenu {
    overflow: hidden;
    list-style: none;
    border-right: 1px solid #2496bf;
    display: inline-block;
}

.headermenu li {
    float: left;
    display: inline-block;
    border-left: 1px solid #2496bf;
    border-right: 1px solid #56c2ea;
}

.headermenu li:first-child {
    border-left: 0;
}


.headermenu li a { 
	display: block; 
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif; 
    color: #fff; 
    text-transform: uppercase; 
	padding: 8px 10px; 
}


.headermenu li a {

    min-width: 80px;
    text-align: center;
    font-size: 13px;
}

.headermenu li a span {
    opacity: 0.5;
}

.headermenu li a span.icon {
    height: 30px;
    display: block;
    margin-bottom: 10px;
}

.headermenu li a span.icon-flatscreen {
    background: url(../images/icons/flatscreen.white.png) no-repeat center center;
}

.headermenu li a span.icon-calendar {
    background: url(../images/icons/calendar.white.png) no-repeat center center;
}

.headermenu li a span.icon-pencil {
    background: url(../images/icons/pencil.white.png) no-repeat center center;
}

.headermenu li a span.icon-clock {
    background: url(../images/icons/clock.white.png) no-repeat center center;
}

.headermenu li a span.icon-speech {
    background: url(../images/icons/speech.white.png) no-repeat center center;
}

.headermenu li a span.icon-message {
    background: url(../images/icons/message.white.png) no-repeat center center;
}

.headermenu li a span.icon-relations {
    background: url(../images/icons/relations.white.png) no-repeat center center;
}

.headermenu li a span.icon-chart {
    background: url(../images/icons/chart.white.png) no-repeat center center;
}

.headermenu li a span.icon-data {
    background: url(../images/icons/data.white.png) no-repeat center center;
}

.headermenu li a span.icon-presentation {
    background: url(../images/icons/presentation.white.png) no-repeat center center;
}

.headermenu li a span.icon-auto-stock {
    background: url(../images/icons/auto_stock.white.png) no-repeat center center;
}

.headermenu li a span.icon-settings {
    background: url(../images/icons/settings.white.png) no-repeat center center;
}

.headermenu li a span.icon-admin {
    background: url(../images/icons/admin.white.png) no-repeat center center;
}

.headermenu li a span.icon-confdata {
  background: url(../images/icons/confdata.white.png) no-repeat center center;
}

.headermenu li a span.icon-money {
  background: url(../images/icons/money.white.png) no-repeat center center;
}

.headermenu li a span.icon-money-check {
    background: url(../images/icons/money.check.white.png) no-repeat center center;
}

.headermenu li a span.icon-clock {
    background: url(../images/icons/clock.white.png) no-repeat center center;
}

.headermenu li a:hover {
    background: url(../images/default/theme_blue/bghover.png) no-repeat center bottom;
    -moz-box-shadow: inset 0 1px 0 #2496bf;
    -webkit-box-shadow: inset 0 1px 0 #2496bf;
    box-shadow: inset 0 1px 0 #2496bf;
}

.headermenu li.current {
    border-left: 0;
    border-right: 1px solid #56c2ea;
}

.headermenu li.current a {
    background: url(../images/default/theme_blue/arrow-active.png) no-repeat center bottom;
    -moz-box-shadow: inset 0 1px 0 #2496bf;
    -webkit-box-shadow: inset 0 1px 0 #2496bf;
    box-shadow: inset 0 1px 0 #2496bf;
}

.headermenu li.current a span {
    opacity: 1;
}

.headerwidget {
    position: absolute;
    top: 10px;
    right: 10px;
}

.headerwidget .earnings {
    background: #32415a;
    padding: 8px 10px;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-width: 200px;
    -moz-box-shadow: inset 1px 1px 2px #29374e;
    -webkit-box-shadow: inset 1px 1px 2px #29374e;
    box-shadow: inset 1px 1px 2px #29374e;
    border-bottom: 1px solid #516686;
}

.headerwidget .earnings h4 {
    font-weight: normal;
    text-transform: uppercase;
    color: #eee;
    font-size: 11px;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}

.headerwidget .earnings h2 {
    color: #f6e4a5;
    font-size: 32px;
    font-weight: normal;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}

/***** ETC / FONT AWESOME *****/
/******************************************/
.portals_icons{
color: rgba(255,255,255,0.8);
margin-right: 20px;}
.portals_span {margin-right:100px;}
.help_icons {display: inline-block;
                        margin-right: 20px;
                        padding: 0px;
                        margin-top: 0px;
                        cursor: pointer;
                        z-index: 9999;
                        position:relative;
                        color:rgba(255,255,255,0.8)
}

                    .headermenu i {
                        font-size: 22px;
                        display: block;
                        margin-bottom: 5px;
                        color: rgba(255, 255, 255, 0.45);
                    }

                    .headermenu li.current i {
                        color: rgba(255, 255, 255, 1);
                    }

/***** LEFT MENU / VERTICAL NAVIGATION STYLES *****/
/******************************************/

.vernav {
    width: 240px;
    position: absolute;
    left: 0;
    top: 140px;
}

.vernav i {
font-size: 16px;
padding-right:10px;
}

.vernav ul {
    list-style: none;
    margin: 4px;
}

.vernav ul li {
    display: block;
    margin-bottom: 1px;
    position: relative;
}

.vernav ul li a {
    display: block;
	padding-top:8px;
	padding-bottom:22px;
	padding-left:10px;
	padding-right:10px;
    background: #465977;
    font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
    color: #eee;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* .pull-right-container {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
} */

.pull-right-container {
    position: absolute;
    left: 35px;
    top: 70%;
    margin-top: -4px;
}

.vernav .label, .vernav .badge {
    margin-right: 5px;
}

.vernav .label {
    display: inline;
	padding: .3em .4em .2em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.vernav ul li a:hover {
    background-color: #3b4b64;
    /* color: #eee; */
	color: #fff;
}

.vernav ul li.current a {
    background-color: #3b4b64;
    color: #fff;
}

.vernav ul ul {
    margin: 0;
    margin-left: 10px;
    display: none;
}

.vernav ul ul li a {
    color: #999;
    background: #fff url(../images/line.dashed.png) no-repeat -25px center;
    border-left: 1px dashed #ccc;
    padding-left: 10px;
}

.vernav ul ul li a:hover {
    background-color: #fff;
    color: #666;
}

.vernav ul li.current ul {
    display: block;
}

.vernav ul li.current ul li a {
    background-color: #fff;
    color: #999;
}

.vernav ul li.current ul li a:hover {
    color: #666;
}

.vernav ul li.current ul li.current a {
    color: #0f8ad2;
    background-color: #fff;
}

.vernav2 {
    width: 190px;
    /* position: fixed; */
	position: absolute;
    left: 0;
    height: calc(100vh - 141px);
}

.vernav2 ul {
    list-style: none;
    margin: 0;
}

.vernav2 ul li {
    display: block;
    border-bottom: 1px solid #eee;
    position: relative;
}

.vernav2 ul li.current {
    background-color: #f7f7f7; 
}

.vernav2 ul li a {
    display: block;
    padding: 9px 10px;
    margin-left: 13%;
    background: #fff;
    font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
    color: #32415a;
    text-transform: uppercase;
}

.vernav2 ul li a:hover {
    background-color: #fcfcfc;
    color: #0f8ad2;
}

.vernav2 ul li.current a {
background-color: #f7f7f7; 
/*color: #0f8ad2; */
color: #0f7da4;
}

.vernav2 ul li:hover i {
  /*  color: #0f8ad2; */
  color: #0f7da4;
}

.vernav2 li.current i {
    background-color: #f7f7f7;
   /* color: #0f8ad2; */
   color: #0f7da4;
}

.vernav2 ul ul {
    margin: 0;
    padding-left: 15px;
    border-top: 1px solid #eee;
    background-color: #fff;
    display: none;
}

.vernav2 ul ul li {
    border-bottom: 0;
}

.vernav2 ul ul li a {
    color: #999;
    background: #fff url(../images/line.dashed.png) no-repeat -20px center;
    border-left: 1px dashed #ccc;
    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menucoll2 ul ul li a {

    color: #fff;
    background: #b5d6e2 url(../images/line.dashed.png) no-repeat -25px center;
    border-left: 1px dashed #ccc;
    padding-left: 10px;
}

.vernav2 ul ul li a {
    margin-left: 0%;
}

.vernav2 ul ul li a:hover {
    background-color: #fff;
    color: #0f8ad2;
}

.menucoll2 ul ul li a:hover {
    background-color: #0f8ad2;
    color: #fff;
}

.vernav2 ul ul li:last-child {
    border-bottom: 0;
}

.vernav2 ul li.current ul {
    display: block;
}

.vernav2 ul li.current ul li a {
    background-color: #fff;
    color: #999;
}

.menucoll2 ul li.current ul li a {
    background-color: #0f8ad2;
    color: #fff;
}
.vernav2 ul li.current ul li a:hover {
    color: #0f8ad2;
}

.menucoll2 ul li.current ul li a:hover {
	background-color: #fca253;
    color: #fff;
}

.vernav2 ul li.current ul li.current a {
    background-color: #fff;
    color: #0f8ad2;
}

.vernav ul li span.arrow, .vernav2 ul li span.arrow {
    position: absolute;
    top: 17px;
    right: 10px;
    background: url(../images/default/theme_blue/menuarrowcloseinactive.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 11px;
    height: 11px;
}

.vernav ul li.current span.arrow, .vernav2 ul li.current span.arrow {
    position: absolute;
    top: 17px;
    right: 10px;
    background: url(../images/default/theme_blue/menuarrowopenactive.png) no-repeat;
    background-position: center !important;
    background-size: contain;
    width: 11px;
    height: 11px;
}

.vernavcrm li a {
    display: block;
    padding: 5px 20px;
    background: rgba(251, 158, 75);
    color: rgba(255, 255, 255);
    font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    /* font-size: 14px;*/
    font-size: 13px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    border: 1px solid #ccc;
}

.vernavcrm li a:hover {
  background: #FB9337;
  border-color: #F0882C;
}

.vernavcrm li.current a {
  background: #fff;
  color: rgba(36, 36, 36, 0.8);
}

.vernavcrm li.current a:hover {
  border-color: #F0882C;
}
.iconmenu ul li a {
    padding-left: 35px;
    background-image: url(../images/default/theme_blue/icons_sprite.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    font-size: 13px;
}

.iconmenu ul li a:hover {
    background-image: url(../images/default/theme_blue/icons_sprite2.png);
}

.iconmenu ul li.current a:hover {
    background-image: url(../images/default/theme_blue/icons_sprite.png);
}

/***** LEFT MENU TOGGLE ETC*****/

.menucoll {
    width: 55px;
}

.menucoll ul li {
    height: 36px;
    position: relative;
    margin-bottom: 0;
}

.menucoll ul li span.arrow {
    display: none;
}

.menucoll > ul > li {
    margin-bottom: 1px;
}

.menucoll > ul > li > a {
    overflow: hidden;
    width: 0;
    height: 36px;
    padding: 0 0 0 35px;
}

.menucoll > ul > li.hover > a {
    background-color: #32415A;
    background-image: url(../images/default/theme_blue/icons_sprite2.png);
}

.menucoll > ul > li.current > a {
    background-image: url(../images/default/theme_blue/icons_sprite.png);
}

.menucoll ul ul {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 24px;
    padding: 0;
    width: 200px;
    background: none;
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}

.menucoll ul ul li {
    display: block;
    border-bottom: 1px solid #eee;
    height: auto;
}

.menucoll ul ul li a {
    background-image: none;
    border-left: 0;
    height: auto;
    padding: 11px 10px 10px 10px;
}

.menucoll ul ul span {
    background: #f7f7f7;
    font-weight: bold;
    display: block;
    padding: 9px 10px 10px 10px;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.menucoll ul li.current ul {
    display: none;
}

.menucoll ul li.current ul span {
    background-color: #32415A;
    color: #4996B4;

}

.menucoll_aw ul ul li a {

    color: #fff;
    background: #177da3 url(../images/line.dashed.png) no-repeat -25px center;
    border-left: 1px dashed #ccc;
    padding-left: 10px;
}

.menucoll_aw ul ul li a:hover {
    background-color: #19b1ee;
    color: #fff;
}
}

.menucoll_aw ul li.current ul li a {
    background-color: #19b1ee;
    color: #fff;
}

.menucoll_aw ul li.current ul li a:hover {
	background-color: #19b1ee;
    color: #fff;
}

.menucoll_aw {
    width: 35px;
}

.menucoll_aw ul li {
    height: 36px;
    position: relative;
}

.menucoll_aw ul li span.arrow {
    display: none;
}

.menucoll_aw > ul > li > a {
    overflow: hidden;
    width: 0;
    height: 36px;
    padding: 0 0 0 35px;
}

.menucoll_aw ul ul {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 35px;
    padding: 0;
    width: 160px;
    background: none;
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}

.menucoll_aw ul ul li {
    display: block;
    border-bottom: 1px solid #eee;
    height: auto;
}

.menucoll_aw ul ul li a {
    background-image: none;
    border-left: 0;
    height: auto;
    padding: 11px 10px 10px 10px;
}

.menucoll_aw ul ul span {
    background: #0f8ad2;
	color: #fff;
    font-weight: bold;
    display: block;
    padding: 9px 10px 10px 10px;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.menucoll_aw ul li.current ul {
    display: none;
}

.menucoll_aw ul li.current ul span {
    color: #fff;
}

.menucoll2 {
    width: 35px;
}

.menucoll2 ul li {
    height: 36px;
    position: relative;
}

.menucoll2 ul li span.arrow {
    display: none;
}

.menucoll2 > ul > li > a {
    overflow: hidden;
    width: 0;
    height: 36px;
    padding: 0 0 0 35px;
}

.menucoll2 > ul > li.hover > a {
    background-color: #f7f7f7;
    background-image: url(../images/default/theme_blue/icons_sprite2.png);
}

.menucoll2 > ul > li.current > a {
    background-image: url(../images/default/theme_blue/icons_sprite.png);
}

.menucoll2 ul ul {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 35px;
    padding: 0;
    width: 160px;
    background: none;
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}

.menucoll2 ul ul li {
    display: block;
    border-bottom: 1px solid #eee;
    height: auto;
}

.menucoll2 ul ul li a {
    background-image: none;
    border-left: 0;
    height: auto;
    padding: 11px 10px 10px 10px;
}

.menucoll2 ul ul span {
    background: #0f8ad2;
	color: #fff;
    font-weight: bold;
    display: block;
    padding: 9px 10px 10px 10px;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.menucoll2 ul li.current ul {
    display: none;
}

.menucoll2 ul li.current ul span {
    color: #fff;
}

.togglefilter {
    display: block;
    height: 21px;
    cursor: pointer;
    background: url(../images/filtercollapsed.png) no-repeat center 0;
    margin-top: 2px;
	width:50px;
	float:left;
}

.togglefilter_collapsed {
    background-position: center -21px;
    border-width: 0;
}

.togglemenu {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    height: 21px;
    cursor: pointer;
    background: url(../images/menucollapsed.png) no-repeat center 0;
    margin: 10px;
}

.togglemenu_collapsed {
    background-position: center -21px;
    margin: 10px 5px;
    border-width: 0;
}

.vernav .togglemenu {
    margin: 10px;
}

.vernav .togglemenu_collapsed {
    width: 35px;
    margin: 10px auto;
    border-width: 1px;
}

/***** BUTTONS & ICONS STYLES *****/
/**************************************/

/***** CUSTOM COLOR *****/
a.btn_orange {
    background-image: none;
    background-color: #FB9337;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #F0882C;
    opacity: 0.9;
}

a.editor_buttons {
border: 1px solid #4996B4;
/*background: #cfe5ed;
color: #0c6180; */
  background: #0f7da4;
  color: white;
  cursor: pointer;
  font-size: small;
  text-decoration: none;
  padding: 3px 5px;
  font-weight: normal;
  vertical-align: middle;
  margin-top: -3px;
}

.editor_buttons:active {
    background: #4996B4;
}

a.editor_buttons:hover, a.dt-button:hover {
border: 1px solid #4996B4;
/* background: #b5d6e2;
color: #0c6180; */
background: #1492c0;
color: white;
  cursor: pointer;
  font-size: small;
  text-decoration: none;
  padding: 3px 5px;
  font-weight: normal;
  vertical-align: middle;
}
/* niuew */
.button_ {
    color: white;
    border: 1px solid #4996B4;
    background-color: #4996B4;
    padding: 0rem 0.5rem;
    border-radius: 0.1rem;
    cursor: pointer;
}


button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled), button.dt-button:focus:not(.disabled), 
div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled), button.dt-button:active:not(.disabled):hover:not(.disabled), 
button.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), 
a.dt-button:active:not(.disabled):hover:not(.disabled), a.dt-button.active:not(.disabled):hover:not(.disabled) {
border: 1px solid #4996B4;
/* background: #b5d6e2;
color: #0c6180; */
    background: #1492c0;
    color: white;    
    cursor: pointer;
    font-size: small;
    text-decoration: none;
    padding: 3px 5px;
    font-weight: normal;
    vertical-align: middle;
}
/***** BUTTONS V1 *****/
/*
button.editor_buttons:active {
  background: #ff9702;
}

 button.editor_buttons {
  background-image: none;
  background-color: #FB9337;
  color: #fff;
  border-color: #F0882C;
  opacity: 0.9;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  top: -3px;
  margin-right: 3px;
  margin-left: 0px;
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  display: inline;
}

button.editor_buttons:hover, a.dt-button:hover {
  opacity: 1;
  color: #fff;
  border-color: #F0882C;
  background-color: #FB9337;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
****** new color of button*****

border: 1px solid #c3c3c3;
background: #F7F0D5;
color: #4b5f7d;

*/
/***** END BUTTONS V1 *****/



/***** BUTTONS V2 *****/
button.editor_buttons, dt-button {
    border: 1px solid #4996B4;
   /* background: #cfe5ed;
    color: #0c6180; */
    background: #0f7da4;
    color: white;
    cursor: pointer;
    font-size: small;
    text-decoration: none;
    padding: 3px 5px;
    font-weight: normal;
    vertical-align: middle;
    margin-top: -3px;
}

button.editor_buttons:hover, a.dt-button:hover, dt-button:hover {
    border: 1px solid #4996B4;
    /*background: #b5d6e2;
    color: #0c6180; */
    background: #1492c0 !important;
    color: white !important;
    cursor: pointer;
    font-size: small;
    text-decoration: none;
    padding: 3px 5px;
    font-weight: normal;
    vertical-align: middle;
}

button.editor_buttons_blue, dt-button {
    border: 1px solid #4996B4;
  /*  background: #cfe5ed;
    color: #0c6180; */
    background: #0f7da4 !important;
    color: white !important;
    cursor: pointer;
    font-size: small;
    text-decoration: none;
    padding: 3px 5px;
    font-weight: normal;
    vertical-align: middle;
    margin-top: -3px;
}

button.editor_buttons_blue:hover {
    border: 1px solid #4996B4;
  /*  background: #b5d6e2 !important;
    color: #0c6180; */
    background: #1492c0 !important;
    color: white !important;
    cursor: pointer;
    font-size: small;
    text-decoration: none;
    padding: 3px 5px;
    font-weight: normal;
    vertical-align: middle;
}
button.editor_buttons_menu, dt-button {
    border: 1px solid #6ba8c0;
  /*  background: #dae9ee;
    color: #0c6180;*/
    background: #0f7da4 !important;
    color: white !important;
    cursor: pointer;
    font-size: small;
    text-decoration: none;
    padding: 3px 5px;
    font-weight: normal;
    vertical-align: middle;
    margin-top: -3px;
}

button.editor_buttons_menu:hover, a.dt-button:hover, dt-button:hover {
    border: 1px solid #83b0c2;
   /* background: #d3e7ee;
    color: #0c6180; */
    background: #1492c0 !important;
    color: white !important;
    cursor: pointer;
    font-size: small;
    text-decoration: none;
    padding: 3px 5px;
    font-weight: normal;
    vertical-align: middle;
}
/***** END BUTTONS V2 *****/

/***** DATATABLES CSS *****/

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #a1def3;
}

table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover {
  background-color: #a1def3
}

.dataTables_table_top .dataTables_info {
  font-weight: bold;
  border: #a1def3 solid 2px;
  padding: 0 5px 0 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/***** END DATATABLES CSS ****/

/***** FORM CSS  *************/

form button{
 /* border: 1px solid #4996B4;
  background: #cfe5ed; */
  border: 1px solid #405474;
  background: #0f7da4;
 /* color: #0c6180; */
  color: white;
  cursor: pointer;
  padding: 7px 10px;
  font-weight: bold;
}

.div_form_b button, .div_form .submit {
 /* border: 1px solid #4996B4;
  background: #cfe5ed;*/
  border: 1px solid #405474;
  background: #0f7da4;
 /* color: rgba(0,0,0,0.6); */
  color: white;
  cursor: pointer;
  font-size: small;
  text-decoration: none;
  padding: 3px 5px;
  font-weight: normal;
  vertical-align: middle;
}

.div_form_b button:hover, .div_form .submit:hover {
  border: 1px solid #4996B4;
 /* background: #cfe5ed;
  color: rgba(0,0,0,0.6); */
  background: #1492c0;
  color: white;
  cursor: pointer;
  font-size: small;
  text-decoration: none;
  padding: 3px 5px;
  font-weight: normal;
  vertical-align: middle;
}

.div_form button, .div_form .submit {
 /* border: 1px solid #4996B4;
  background: #b5d6e2; */
  border: 1px solid #405474;
  background: #0f7da4;
 /* color: #0c6180; */
  color: white;
  cursor: pointer;
  font-size: small;
  text-decoration: none;
  padding: 3px 5px;
  font-weight: normal;
  vertical-align: middle;
}

.div_form button:hover, .div_form .submit:hover {
  border: 1px solid #4996B4;
 /* background: #b5d6e2;
  color: #0c6180; */
  background: #1492c0;
  color: white;
  cursor: pointer;
  font-size: small;
  text-decoration: none;
  padding: 3px 5px;
  font-weight: normal;
  vertical-align: middle;
}

.hornav{
  list-style: none;
  border-bottom: 1px solid #ccc;
 /* padding: 0 10px;*/
  height: 31px;
}

.hornav li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.hornav li.current a {
  background: #fff;
  color: #0f7da4;
}

.hornav li.current a:hover {
  background: #fff;
  color: #0f7da4;
}

.hornav li a {
  display: block;
  padding: 5px 12px !important;
  background: #9bc3d2;
  color: #fff;
  font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  /* font-size: 14px;*/
  font-size: 13px;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  border: 1px solid #9bc3d2;
  border-bottom: 0;
}

.hornavcrm li a:hover {
  background: #8ab0be;
  border-color: #216077;
}

.hornavcrm li.current a {
    background: #fff;
    color: #0f7da4;
  }
  
  .hornavcrm li.current a:hover {
    background: #fff;
    color: #0f7da4;
  }
  
  .hornavcrm li a {
    display: block;
    padding: 5px 20px;
    background: #9bc3d2;
    color: #fff;
    font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    /* font-size: 14px;*/
    font-size: 13px;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border: 1px solid #9bc3d2;
    border-bottom: 0;
  }
  
  .hornav li a:hover {
    background: #9bc3d2;
    border-color: #216077;
  }

/**** END FORM CSS ***********/

/**** CRM NOTIFICATION ****/

    .hornav_ li {
      display: inline-block;
        float: left;
        cursor: pointer;
        margin-right: 0.5rem;
    }

    .hornav_ li.current a {
      background: #fff;
      color: #0f7da4;
    }

    .hornav_ li.current a:hover {
      background: #fff;
      color: #0f7da4;
      border-color: #ccc;
    }

    .hornav_ li a {
      display: block;
        padding: .35rem 1.5rem;
        background: #9bc3d2;
        color: #fff;
        font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-size: .8rem;
        border-radius: 2px 2px 0 0;
        border: .05rem solid #9bc3d2;
        border-bottom: 0;
    }

    .hornav_ li a:hover {
      background: #8ab0be;
      border-color: #216077;
    }

    .notifications_dialog table {
        text-align: left;
        line-height: 1.5rem;
        border-collapse: separate;
        border-spacing: 0;
        border: 0.05px solid #4996B4;
        width: 100%;
        /* margin-top: 0.5rem; */
        border-radius: .25rem;
    }

    .notifications_dialog thead tr:first-child {
        background: #4996B4;
        color: #fff;
        text-align: center;
        border: none;
    }

    .notifications_dialog button {
        border: 1px solid #4996B4;
        background: #b5d6e2;
        color: #0c6180;
        cursor: pointer;
        padding: 7px 10px;
        font-weight: bold;
    }

    .notifications_dialog button,
    .notifications_dialog .submit {
        border: 1px solid #4996B4;
        background: #b5d6e2;
        color: #0c6180;
        cursor: pointer;
        font-size: medium;
        text-decoration: none;
        padding: 0.4rem 2rem;
        font-weight: normal;
        vertical-align: middle;
        margin-left: 2rem;
    }

    .notifications_dialog button.submit:hover {
        background: #485B79;
        border: 1px solid #3f526f;
        color: #fff;
    }


/**** END CRM NOTIFICATION *****/

/**** CLIENT TARIFEN *****/

.buttonKT {
  background-image: none;
  background-color: #b5d6e2;
  color: #0c6180;
  border-color: #4996B4;
  opacity: 0.9;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 0px;
  font-weight: bold;
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  border: 0;
  margin: 2px;
}
thead span {
  margin: 2px;
  margin-right: 5px;
}
.buttonKT:hover {
  opacity: 1;
  color: #0c6180;
  border-color: #4996B4;
  background-color: #8ab0be;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.grid2 {
  display: flex;
}
#top-table {
  max-height: 200px;
}
#pricing {
  max-width: 400px;   
}
#second {
  /* display: flex; */
  width: 100%;
  /* overflow: auto; */
}
.fieldKT {
  display: inline-block;
}
.hasDatepickerKT {
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: 0 !important;
  padding: 5px !important;
  padding-left: 5px !important;
  width: 250px !important;
  cursor: pointer;
  display: block;
}
.ui-datepicker-inline {
  width: 250px;
}

/***** END CLIENT TARIFEN *****/

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: none;
  background-image: none;
  font-weight: bold;
  background: #a1def3;
  color: #0c6180;
  text-shadow: none;
}

/** IMPORT - EXPORT CSS**/

.tableFixHead          { overflow-y: auto; height: 100px; }
.tableFixHead thead th { position: sticky; top: 0; }

.buttonlink{
  border: 1px solid #4996B4;
  border-radius: 2px;
  background: #a1def3;
  color: #0c6180;
  cursor: pointer;
  font-size: small;
  text-decoration: none;
  padding: 7px 10px;
  font-weight: bold;
  vertical-align: middle;
}
.buttonlink:hover{
  border: 1px solid #4996B4;
  border-radius: 2px;
  background: #8ab0be;
  color: #0c6180;
  cursor: pointer;
  font-size: small;
  text-decoration: none;
  padding: 7px 10px;
  font-weight: bold;
  vertical-align: middle;
}

table.dataTable tbody tr.selectChild {
    background-color: #a1def3 !important;
}

/** IMPORT - EXPORT CSS ENDS**/

.hornavinside {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    height: 31px;
  }
  
  .hornavinside li {
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  
  .hornavinside li.current a {
    background: #fff;
    color: #0c6180;
  }
  
  .hornavinside li.current a:hover {
    background: #fff;
    color: #0c6180;
  }
  
  .hornavinside li a {
    display: block;
    padding: 5px 20px;
    background: #ccc;
    color: #fff;
    font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
   /* font-size: 14px;*/
  font-size: 13px;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  
  .hornavinside li a:hover {
    background: #bbb;
    border-color: #aaa;
  }

  /* Style the tab */
.tab {
  overflow: hidden;
  margin-top: 15px;
}

/* Style the buttons inside the tab */
.tab button {
  float: left;
  outline: none;
  cursor: pointer;
  padding: 10px 12px;
  transition: 0.3s;
  font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  background: #9bc3d2;
  color: #fff;
  border-radius: 2px 2px 0 0;
  border: 1px solid #9bc3d2;
  border-bottom: 0;
  margin-left: 3px;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background: #8ab0be;
  color: #fff;
  border: 1px solid #216077;
  border-bottom: 0;
}

/* Create an active/current tablink class */
.tab button.activetab {
  background: #fff;
  color: #0c6180 ;
  border-radius: 2px 2px 0 0;
  border: 1px solid #9bc3d2;
  border-bottom: 0;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: 1px solid #9bc3d2;
}
  /* datatable editor */
  .DTE_Footer, .DTE_Header {
    background-color: #d3e7ee !important;
  }
  .DTE_Footer button {
    color: #0f7da4 !important;
    font-weight: bolder;
  }

  .DTE_Body_Content div.tab button {
    font-weight: bolder;
    background-color: #f1f0ef;
    color: #0f7da4;
  }
  .DTE_Body_Content div.tab button.activetab {
    background-color: #0f7da4;
    color: white;   
  }

  .DTE_Body {
    cursor: move;
  } 
  .DTE_Form_Content {
    cursor: auto;
  }
  /* datatable editor */
  /* hornav */
  ul.hornav li a, ul.hornavcrm li a {
    font-weight: bolder !important;
    background: #f7f7f7 !important; 
  /* background: white !important; */
    color: #0f7da4 !important;
    /*margin-top: -2px;*/
  }
  ul.hornav li.current a, ul.hornavcrm li.current a {
    background: #0f7da4 !important;
    color: white !important; 
  }

  div.hornav-container/*, ul.hornavcrm, ul.hornav*/ {
    border-bottom: 2px solid #0f7da4;
    padding-left: 10px;
  }
  /* hornav */
  
  i.send-events {
    color: #0f7da4;
  }