body{
font-size:12px;
font-family:Verdana;
}

td, select, input, textarea {
font-size:12px;
font-family:Verdana;
}

tr td, tr th, table {
    border-color:#e0e0e0;
}


#wrapper{
    
}


#logo a {
    
    color: black;
    display: block;
    font-size: 20px;
    line-height: 50px;
    transition: all 0.5s ease 0s;
}

a{
color:black;
}
.expanded-panel {
    background:  url('../images/bg-map.png') repeat-x scroll 0 0;
    border-bottom:1px solid grey;
    padding-bottom:3px;
}
#top-panel {

}

.insidePanelColor {
    background-color: #b9ccb6;
    border: 1px solid rgb(137,137,137);
}

.w100p{
    width:100%;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 5px;
  padding-left:25px;
  width: auto;
}

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
	  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;
}





.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}

.panel{
margin-top:5px;
}
blockquote {
    font-size:13px;
}
.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}
.form-signin {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}


a.show-sidebar {
    outline: medium none;
    font-size:17px;
    line-height:50px;
}
#search {
    width:100%;
}
#search input, #search select {
    border: 1px solid #c7c7c7;
    padding-right:10px;
    border-radius: 3px;
    margin-top:10px;
    margin-bottom:10px;
    color: black;
    text-shadow: 0 1px 1px #eee;
    transition: all 0.2s ease 0s;
}
#search > input + i {
    color: #fff;
    opacity: 0;
    right: 10px;
    top: 18px;
    transition: all 0.4s ease 0s;
}

.panel-menu {
    margin: 0;
}
#top-panel {

}


#breadcrumb {
    line-height: 30px;
    margin-bottom: 10px;
    margin-left:20px;
    padding: 0;
}
.breadcrumb {

    border-radius: 0;
    margin: 0;
    padding: 0 15px;
}
.breadcrumb > li > a {
}
.breadcrumb > li > a:hover, .breadcrumb > li:last-child > a {
}

.textToCopyInput{opacity: 0; position: absolute;}
.copyContainer{
   -webkit-transition: -webkit-transform 0.4s;
   -moz-transition: -moz-transform 0.4s;
   transition: transform 0.4s;
}
  
.copyContainer.open {

   transform: rotate(45deg);
   -webkit-transition: -webkit-transform 0.4s;
   -moz-transition: -moz-transform 0.4s;
   transition: transform 0.4s;
}

.sidebar-show #sidebar-left.col-xs-2 {
    opacity: 1;
    padding: 0 5px;
    width: 16.6667%;
}
.sidebar-show #content.col-xs-12 {
    opacity: 1;
    width: 83.3333%;
}
#sidebar-left {
    background-color: #ECECEC;
    transition: all 0.2s ease 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.nav.main-menu, .nav.msg-menu {
    margin: 0 -15px;
}
.nav.main-menu > li > a, .nav.msg-menu > li > a {
    color: black;
    min-height: 20px;
    padding: 5px 5px;
    margin-left:10px;
    text-align: left;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.navbar {
margin:0;
}
.navss li {
display:inline;
padding:5px;
}
.navss li a {
	white-space: nowrap;
}

.invoiceTableClass .mainLimit {
    float: right;
}
.invoiceTableClass .mainLimit select {
    width: auto;
}
.invoiceTableClass .stripTr:hover {
    background-color: #dee9f5;
}
.invoiceTableClass .stripTrFraud {
    background-color: #ffdbdb;
}
.invoiceTableClass .trSelected {
    background-color: rgb(123, 123, 123);
}
.invoiceTableClass .trSelected td, .invoiceTableClass .trSelected a {
    color: white;
}
.invoiceTableClass .trSelected:hover {
    background-color: rgb(181, 181, 181);
}
.fontsize1{
    font-size:11px;
    color:grey;
}


.form-control{
font-size:12px;
height:28px;
padding: 3px 5px;
}

.nav.main-menu > li > a:hover, .nav.main-menu > li > a:focus, .nav.main-menu > li.active > a, .nav.main-menu .open > a, .nav.main-menu .open > a:hover, .nav.main-menu .open > a:focus, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.active > a, .nav.msg-menu > li > a:hover, .nav.msg-menu > li > a:focus, .nav.msg-menu > li.active > a, .nav.msg-menu .open > a, .nav.msg-menu .open > a:hover, .nav.msg-menu .open > a:focus {
    background: #777 none repeat scroll 0 0;
    color: #f0f0f0;
}
.nav.main-menu a.active, .nav.msg-menu a.active {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
.nav.main-menu a.active:hover, .nav.msg-menu a.active:hover {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

input.topTabBut, input.topTabBut_activ {
    background-color: #ffdcb5;
    border: 1px solid #848484;
    color: #545454;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-left: 1px;
    padding: 5px;
}
input.topTabBut:hover, input.topTabBut_activ {
    background-color: #ffffff;
}
input.topTabBut_activ {
    border-bottom: 1px solid #ffffff;
}
.fsetff{
background-color:#FFFFDF;

}
.fsetff table {
background-color:white;
}

fieldset{
    display:table-cell;
    width: 100% 

}
.fsetff {
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    padding-top:12px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: relative;
    border: 2px groove threedface;

}
.fsetff legend {
    position: absolute;
    top: -2px;
    background: #fff;
    width:auto;
    padding: 9px 10px;
    border: 2px groove threedface;
    border-top: none;
    box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    font-weight: bold;
    
}

.suggestion {
    border: 1px solid #d3d3d3;
    border-radius:5px;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    cursor:pointer;
    padding:5px;
    margin-top:5px;
    margin-bottom:5px;
}

.paddlr2{
    padding-left:2px;
    padding-right:2px;
}

legend{
font-size:13px;
}

.fsetff legend span, .fsetff legend b {
    display: block;
    margin: -10px;
    font-size:13px;
    background: #fff;
    padding: 0px 20px;
}

table{
    border:auto;
}
#content{
    padding-left: 5px;
    padding-right: 5px;
    
}
.container-fluid {
padding:0px;


}
.table-layout {
    display:table;
    width:100%;
}
.table-layout .table-cell {
    display:table-cell;
    border:solid 1px #ccc;
}



h2, .h2 {
font-size:18px;
margin:5px;

}


.autoExpand{
  display: block;
  box-sizing: padding-box;
  overflow: hidden;

  padding: 10px;
  width: 250px;
  font-size: 14px;
  margin: 50px auto;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(black, .3);
}


li.select2-results__message{
    display:none;
}
.select2-container--open{
    width: 500px !important;
    z-index:10;
}


.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}


.form-signin .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}
.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin .input-group {
    margin-bottom: 10px;
}


input.app, select.app {
    background-color: #fff3e5;
    border: 1px inset #cccccc;
    margin: 0;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 100%;
}
select.app {
    padding-bottom: 1px;
    padding-top: 1px;
}
div.popupTopBar {
    background-image: url("../images/popupTopBar.jpg");
    background-repeat: repeat-x;
    border-left: 1px solid #dedede;
    border-right: 1px solid #c4c4c4;
    float: left;
    height: 18px;
    padding: 1px;
    width: 100%;
}
a.closeBox {
    background-image: url("../images/closeBox.png");
    float: right;
    height: 20px;
    margin-right: -1px;
    margin-top: -1px;
    width: 20px;
}
a.oderProblem {
    background-image: url("../images/alert.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #ff8a00;
    float: left;
    font-size: 18px;
    height: 33px;
    padding-left: 48px;
    padding-top: 15px;
}

a.siteLink {
    color: #000000;
    text-decoration: underline;
}
a.alertCheck {
    background: transparent url("../images/icon_checkbox.png") no-repeat scroll 0 -40px;
    display: block;
    height: 16px;
    width: 18px;
}
a.alertCheck:hover {
    background: transparent url("../images/icon_checkbox.png") no-repeat scroll 0 -75px;
}
.div_import_file {
    display: none;
}

div.orderPanels{
	margin:0;
	padding:0;
	list-style:none;
	border: 1px solid #c5c5c5;
	
}
div.orderPanels div {
	border-bottom: 1px solid #c5c5c5;
	margin:0 0 0 0;


}

.insidePanelColor {
    background-color: #b9ccb6;
    border: 1px solid rgb(137,137,137);
}

.bgOrange{
    background-color:#ffcc99 !important;
}
div.orderPanels div:last-child{
	border-bottom:none;
}

div.orderPanels div h1{
	padding:5px 0px 5px 25px;
	margin:0 0 0 0;
	display:block;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	/*border-bottom:1px solid #ccc;*/
	background:#f0f9ec;
	cursor:pointer;
}

div.orderPanels div h1:hover{
	color:#FF8000;
}

div.orderPanels div h1.togglePlus{
	background:url(../images/icon-arrow-right.png) no-repeat 5px center #f0f9ec;
}
div.orderPanels div h1.toggleMinus{
	background:url(../images/icon-arrow-down.png) no-repeat 5px center #f0f9ec;
	
}

div.orderPanels div div.opBlock{
	padding:10px;
	border-top:1px solid #ccc;
}
div.opBlock,div.opBlock div {
    border:none;
}



ul.orderPanels {
    border: 1px solid #333;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.orderPanels li {
    border-bottom: 1px solid #333;
    margin: 0;
}
ul.orderPanels li:first-child {
}
ul.orderPanels li:last-child {
    border-bottom: medium none;
}
ul.orderPanels li h1 {
    background: #f0f9ec none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 3px 0 3px 25px;
}
ul.orderPanels li h1:hover {
    color: #ff8000;
}
ul.orderPanels li h1.togglePlus {
    background: #f0f9ec url("../images/icon-arrow-right.png") no-repeat scroll 5px center;
}
ul.orderPanels li h1.toggleMinus {
    background: #f0f9ec url("../images/icon-arrow-down.png") no-repeat scroll 5px center;
}
ul.orderPanels li div.opBlock {
    border-top: 1px solid #ccc;
    padding: 10px 0 10px 30px;
}
.tabcontainer{
float:right;
}

.clear {
    clear: both;
}

.emailSubject {

  overflow: hidden; 
  text-overflow: ellipsis;
}
.tags {
    border-color: #c5c5c5;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-size: 10px;
    padding: 1px 3px;
    width: auto;
}
td, th {
    
    padding:3px !important;
    
}



pre{
    white-space: pre-wrap;
    background-color:white;
}


table.frame {
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding:10px;
}
.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.bold{
    font-weight:bold;
}
table.frame td.frameBody {
    padding:10px !important;
}

.frameTitle {
    color:white;
    font-weight:bold;
    padding: 7px 5px 7px 12px !important;
    background-color:#818181;
    font-size:13px;
    
}
table.bordered {
    border: 1px solid #e0e0e0;
}

.keyInfo, .keyInfo td, .keyInfo input {
    font-size:11px;
}
.color1{
color:blue;
}
.color2{
color:rgb(204,0,0);
}
.color3{
color:rgb(0,153,255);
}

.bgcolor1{
background-color:blue;
}
.bgcolor2{
background-color:rgb(204,0,0);
}
.bgcolor3{
background-color:rgb(0,153,255);
}

.panel-green {
    border-color: #5cb85c;
}
.panel-heading {
    min-height:101px;
}
.panel-green .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.panel-green a {
    color: #5cb85c;
}
.panel-green a:hover {
    color: #3d8b3d;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red .panel-heading {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.panel-red a {
    color: #d9534f;
}
.panel-red a:hover {
    color: #b52b27;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.panel-yellow a, .color-yellow {
    color: #f0ad4e;
}
.panel-yellow a:hover {
    color: #df8a13;
}
.huge {
    font-size: 33px;
}

.cursorPointer{
cursor:pointer;
}

.btn-custom {
border-radius: 5px;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, rgb(207,207,207)),
    color-stop(0.79, rgb(252,252,252))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(207,207,207) 16%,
    rgb(252,252,252) 79%
);
border:1px solid grey;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
	border-style:inset; 
	-webkit-appearance:push-button;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
	border-style:inset; 
	-webkit-appearance:push-button;
}






#ssdd {
    text-align:center;
    padding-top:5px;
}

.serialSearch{
    text-align:right;
}

input#serial{
    width:220px;
}



.nav-tabsE li{
float:right;
}




#sTable {
    border-collapse: collapse;
    width: 100%;
}
#sTable td {
    border: 1px solid #ffffff;
    padding: 4px;
}
#sTable tr {
}
#sTable .even {
    background-color: #f5f5f5;
}
#sTable .row-Name {
    background-color: #dddddd;
    font-weight:bold;
}
#sTable .row-Name td {
    line-height:25px;
}
#sTable .sEmails a {
    color: #666666;
}
#sTable .sEmails a:hover {
    color: #ff8000;
}
#sTable .total {
    background-color: #000000;
}
#sTable .total td {
    color: #ffffff;
}
.cluetip-inner {
border:0;
}

.padd5{
    padding:5px;
}
.padd10{
    padding:10px;
}

.padd3{
    padding:3px;
}

/*media*/
.alignRight{
	text-align:right;
}

. no-wrap{
white-space: nowrap;
}

@media screen and (max-width: 1200px){
    .navbar li{
        padding-left:20px;
    }
}

@media screen and (max-width: 768px) {
    #content{
        padding-left: 0px; 
        padding-right: 0px;
    }
    
    .trainTextRow .col-xs-8, .trainTextRow .col-xs-4 {
        padding-left: 5px; 
        padding-right: 5px;
    }
    .select2-selection { overflow: hidden; }
    .select2-selection__rendered { white-space: normal; word-break: break-all; }
    .select2 {
        max-width:100%;
    }
    .btn-sm {
    margin-bottom:3px;
    }
    
    
    .table .ofelipsis {
      position: relative;
    }
    .xs-text-right{
        text-align: right;
    }
    
    
    .table .ofelipsis .eli {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      position: absolute;
      left: 0;
      right: 0;
    }
    .ofelipsis:before {
      content: '';
      display: inline-block;
    }

    .visible-xs-inline {
        display: inline-block; !important
    }
}

@media screen and (min-width: 768px) {
    .visible-xs-inline {
        display: none; !important
    }
}

.dont-break-out {

  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.menu_7{
padding-top:10px;
}

@media only screen and (max-width: 768px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
    #no-more-tables .ib {
        display: inline-block; 
    }
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}



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



    body{
    font-size:13px;
    font-family:Verdana;
    }
    .hiddenMob {
        display:none;
    }
    td, select, input, textarea {
    font-size:13px;
    font-family:Verdana;
    }
    
    table[class=responsiveTable] {width: 100% !important;}
    
    td[class=responsiveTd] {
        width: 100% !important;
        display: block !important;
        height:initial;
    }
    
    td[class=responsiveTd] table {
    height:initial !important;
    }
    
    .hideMob{
        display:none;
    }

    .select2-container--open{
        width: 80vw !important;
        z-index:10;
    }


    #sidebar-left, .serialSearch{
        display:none;
    }
    #content{
        width:100%;
    }
    
    fieldset {
        border: 0 none;
        border-radius:2px;
        margin: 0;
        min-width: 0;
        padding:5px;
        padding-top: 15px;
    
    }
    
    .fsetff {
        margin:0px;
        border-radius:3px;
        padding-left:2px;
        padding-right:2px;
    }
    .form-control{
        font-size:14px;
        height:34px;
    }
    #search{
    text-align:center;
    }
    #search button {
    width:150px;
    
    }
    td{
    padding:0;
    }
    .expanded-panel {
    border:none;
    }
    .table-cell, .table-layout{
    display:block;
    width:100% !important;
    }
    
    #searchKey{
    width:100% !important;
    }
    
}

/* Cluetip Overrides */
.cluetip-inner.ui-widget-content, 
.cluetip-outer {
    background:none;
}

.cluetip.ui-widget-content {
    width: auto !important;
    max-width:650px;
}
.cluetip-inner table {
    margin-bottom: 0;
}
.cluetip-outer {
    padding:2px;
    background: #eee;
}
.cluetip-inner {
    background: #fff !important;
    padding: 5px;
}
.cluetip-title.ui-cluetip-header {
    margin:0;
    padding:5px 14px 5px 5px;
    font-size:12px;
}
.cluetip-arrows.ui-state-default {
    background-color:transparent !important;
    border:none !important;
}
.cluetip-close {
    
    position:relative;
    right:-5px;
    top:-3px;
    display:inline-block;
    float:right;
}

navbar.navbar.navbar-default.emailTreeNav {
    
}

.emailTreeNav .nav > li > a {
    padding:10px 15px;
}
.navbar.emailTreeNav {
    min-height: auto;
}
.navbar.emailTreeNav .navbar-collapse {
    padding-left:0px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color:#286090;
}
 

i.flag {
    width:27px;
    height: 15px;
    display:inline-block;
    background: no-repeat center/100% 100%;
    vertical-align:middle;
}

i.flag.flag-fr {
    background-image: url("../images/flags/fr.svg");
}

i.flag.flag-en {
    background-image: url("../images/flags/en.svg");
}
i.flag.flag-de {
    background-image: url("../images/flags/de.svg");
}
i.flag.flag-es {
    background-image: url("../images/flags/es.svg");
}

i.flag.flag-ro {
    background-image: url("../images/flags/ro.svg");
}

i.flag.flag-it {
    background-image: url("../images/flags/it.svg");
}

i.flag.flag-nl {
    background-image: url("../images/flags/nl.svg");
}

ul.navss {
    margin-top:20px;
}
ul.navss i.fa-2x {
    font-size:1.6em;
}
ul.navss .badge {
    margin-left:-10px;
    margin-top: -23px;
    padding:2px 6px;
    font-size:11px;
}
ul.navss li:first-child {
    padding-left:0px;
}
ul.navss li {
    padding: 0 0 0 5px !important;
}
ul.navss li a:hover {
    text-decoration: none;
}

@media screen and (max-width: 950px) { 
    .emailTreeNav .nav  {
        margin:0 0 0 15px;
    }
    
    #emailTreeNavBar {
        border:none !important;
    }
    .navbar-toggle {
        margin-right:25px;
    }
    
}
.emailContent img {
    max-width: 100%;
}

.mainLimit{
    float:right;
}
.jedit input {
width:100%;
}
.jedit, .jedit_date {

    display: block;
    min-height: 30px;
    min-width: 50px;
}




