html {
    background: url(fondDark.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

body {

    margin: 0 auto;
    padding: 0;
    background-size: cover;
    background-position: center;
    font: 85% Arial, Helvetica, sans-serif;
}
dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
img {
border : none;
}
h1 {
font : 20px Verdana, sans-serif;
color : #0991AC;
}
h2 {
font : 15px Verdana, sans-serif;
color : #0991AC;
font-weight : bold;
}
h3 {
    font : 18px arial, sans-serif;
    color : #078ba2;
    margin : 0;
    padding-top : 5px;
    text-shadow :  1px 1px 1px #b9dce1;
    font-size: x-large;
}
.errortitle {
font : 12px arial, sans-serif;
color : red;
margin : 0;
padding-top : 5px;
font-weight : bold;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.MainContent a {
    font-family: Arial;
    font-size: 14px;
    color: #078ba2;
    margin: 0;
    padding-top: 5px;
}
.MainContent form {
    clear : both;
    color : #666;
    background-color: #d4d2d2;
    text-align : justify;
    line-height: 25px;
    vertical-align: baseline;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #888888;

    font-family: Arial;
    font-size: 14px
}
.MainContent form.no-style{
    background:none;
    margin:0;
    padding:0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0;
}
.page_details{
    clear : both;
    font : 11px arial, Arial, Helvetica, sans-serif;
    color : #666;
    background-color: #EEEFEF;
    width : 961px;
    text-align : justify;
    line-height: 19px;
    vertical-align: baseline;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #888888;
    width:98%;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}
.smalltext
{
    font-size: 0.8em!important;
}
.Bigtext
{
    font-size: 1.5em!important;
    font-weight: bold;!important;
}
/*menubar*/
#nav{
    background: none;
    border: 0;
}
#menubar
{
    width: 100%;
}
#menubar .ui-menu {
    overflow: hidden;
}
#menubar .ui-menu .ui-menu {
    overflow: visible !important;
    background: none;
}
#menubar .ui-menu > li {
    float: left;
    display: block;
    width: auto !important;
}
#menubar .ui-menu ul li {
    display:block;
    float:none;
}
#menubar .ui-menu ul li ul {
    left:120px !important;
    width:100%;
}
#menubar .ui-menu ul li ul li {
    width:auto;
}
#menubar .ui-menu ul li ul li a {
    float:left;
}
#menubar .ui-menu > li {
    padding: 0 0 !important;
}
#menubar .ui-menu > li > a {

    display: block;
    clear: both;
    overflow: hidden;
}
#menubar .ui-menu .ui-menu-icon {
    margin-top: 0.3em !important;
}
#menubar .ui-menu .ui-menu .ui-menu li {
    float: left;
    display: block;
}

.ui-tooltip, .arrow:after {
    background: #e3efff;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: #e3efff;
    background-color: #e3efff!important;
    border-radius: 20px;
    box-shadow: 0 0 7px black;
}
.ui-tooltip-content
{
    background-color: #e3efff;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.tablesorter .tablesorter-filter-row input
{
    font-size: 12px;
}

/*end menubar*/
.tablesorter-blue tbody > tr > td[contenteditable=true]:focus {
    outline: #08f 1px solid;
    background: #eee;
    resize: none;
}
td.no-edit, span.no-edit {
    background-color: rgba(230,191,153,0.5);
}
.focused {
    color: blue;
}
td.editable_updated {
    background-color: green;
    color: white;
}
.ui-datepicker table {
    font-size: .7em!important;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: .7em!important;
}

#warning {
clear : both;
font : 14px arial, Arial, Helvetica, sans-serif;
font-weight : bold;
color : white;
background: #ffad00 url('dialog-warning.png') no-repeat right center;
width : 961px;
text-align : justify;
line-height: 22px;
vertical-align: baseline;
padding: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 2px;
}
.subtable
{
    height: 100%!important;
}

#warning .subtext {
font : 11px arial, Arial, Helvetica, sans-serif;
color : white;
line-height: 22px;
vertical-align: baseline;
}

#warning a {
font : 14px arial, Arial, Helvetica, sans-serif ! important;
font-weight : bold ! important;
color : white ! important;
background-color: #ffad00 ! important;
width : 961px;
}


#error {
clear : both;
font : 14px arial, Arial, Helvetica, sans-serif;
font-weight : bold;
color : white;
background: orangered url('dialog-error.png') no-repeat  right center;
width : 961px;
text-align : left;
line-height: 22px;
vertical-align: baseline;
padding: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 2px;
}

#error .subtext {
font : 11px arial, Arial, Helvetica, sans-serif;
color : white;
line-height: 22px;
vertical-align: baseline;
}

#error a {
font : 14px arial, Arial, Helvetica, sans-serif ! important;
font-weight : bold ! important;
color : white ! important;
background-color: orangered ! important;
width : 961px;
}

#success {
clear : both;
font : 14px arial, Arial, Helvetica, sans-serif;
font-weight : bold;
color : white;
background: #BED600 url('checked.png') no-repeat right center;
width : 961px;
text-align : justify;
line-height: 22px;
vertical-align: baseline;
padding: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 2px;
}

#success .subtext {
font : 11px arial, Arial, Helvetica, sans-serif;
color : white;
line-height: 22px;
vertical-align: baseline;
}

#success a {
font : 14px arial, Arial, Helvetica, sans-serif ! important;
font-weight : bold ! important;
color : white ! important;
background-color: #BED600 ! important;
width : 961px;
}

.detailinfo {
    font-size: 10px;
    font-style: italic;
    color: #0991AC;
    margin: 0;
    padding: 0;
    border: 0;
}

#container {
/* width : 910px; */
border : 0 solid #000000;
text-align : left;
margin : 0 1% 1% 1%;

}

#header h1 {
text-align : left;
text-indent : -10000px;
margin : 0;
padding : 0;
}

#header h1 a {
    display: block;
    height: 135px;
    background: url(banner.png) no-repeat;
    margin: 0 0 0 40px;
    padding: 0;
    background-color: #EEEFEF;
}

#headerbis h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    /* font-weight: 400; */
    font-size: xx-large;
    text-shadow: 1px 1px 1px rgba(21, 20, 20, 0.7);
}
#headerbis table
{
    width: 100%;
}

#headerbis h1 a {
display : block;
height : 120px;
background-size: contain;
background : url(bannerbis.png) no-repeat;
margin : 0 0 0 0px;
padding : 0;
    background-position: center;
    background-size: contain;
}

#topcontent {
/* background : url(background_top.png) no-repeat; */
z-index : 20;
padding: 0 0 0 0;
text-align : right;
width : 1024px;
height : 22px;
font : 10px arial, Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : italic;
width: auto
}
#topcontent p {
text-align : right;
margin : 0 0;
padding-top : 5px;
}
#content {
z-index : 1;
/* width : 900px; */
float : left;
padding : 0 0 0 42px;
    width: 100%;
    
/* background : url(background.png) repeat-y; */
}

#content a {
font : 11px arial, sans-serif;
color : #68B021;
margin : 0;
padding-top : 5px;
}

#content h4 {
font : 14px arial, sans-serif;
color : #68B021;
margin : 0;
padding-top : 5px;
padding-bottom : 15px;
}
#content h4.Resume
{
    padding-bottom : 0;
}
#content h5 {
font : 14px arial, sans-serif;
font-weight: bold;
color : #cd0a0a;
margin : 0;
padding-top : 5px;
padding-bottom : 15px;
}
#content p {
clear : both;
font : 12px arial, Arial, Helvetica, sans-serif;
color : #666;
background-color: #EEEFEF;
width : 961px;
text-align : justify;
line-height: 19px;
vertical-align: baseline;
padding: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 2px 2px 5px #888888;
    width:90%;
    
}
.p {
    clear : both;
    font : 12px arial, Arial, Helvetica, sans-serif;
    color : #666;
    background-color: #EEEFEF;
    width : 961px;
    line-height: 19px;
    vertical-align: baseline;
    padding: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #888888;
    width:90%;

}
#content form {
clear : both;
color : #666;
background-color: #E0E0E0;
width : 961px;
text-align : justify;
line-height: 25px;
vertical-align: baseline;
padding: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 2px 2px 5px #888888;
    width: 90%;
    font-family: Arial;
    font-size: 14px
}

#content form.no-style {
	color : none;
	background-color: transparent;
	width : auto;
	text-align : initial;
	vertical-align: baseline;
	padding: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
}

#content form input {
    display: inline-block;

}
#content form label{


}
#content form textarea {
position: absolute;
left: 250px;

}

#content form select {
    display: inline-block;
    /*float: left;*/

}

#content form .comment, comment {
position: absolute;
vertical-align: baseline;
color: orangered;
left: 510px;
}

#content p a {
font : 11px arial, sans-serif;
color : #07859C;
text-decoration : underline;
}

#content table {
/* width : 825px; */
font : 10px arial, Arial, Helvetica, sans-serif;
width : 980px;
color : #666;
border : 1px solid #0991AC;
border-collapse : collapse;
margin-top : 10px;
    width: 90% !important;
}

#content table a {
color : #07859C;
}

#content tr {
    vertical-align: top;
}

#content td  {
border : 1px solid #0991AC;
/*border-right: 1px solid #0991AC;*/
vertical-align: top;
height : 15px;
padding: 4px 3px 1px 3px;

}
#content th {
border : 1px solid #0991AC;

font : 12px arial, Arial, Helvetica, sans-serif;
padding: 5px 5px 3px 5px;
font-weight: bold;
vertical-align: bottom;
text-shadow : 1px 1px 0 #DDDDDD;
    background-color: #D1E5FE;
    background-image: url("bg_skyblue.gif");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0px 0px;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

#content th a {
background : #DBFCFF;
font : 12px arial, Arial, Helvetica, sans-serif;
font-weight: bold;
}

#content th.footer {
background : #69761C;
color : #F5F8E6;
font : 14px arial, Arial, Helvetica, sans-serif;
padding: 4px 3px 1px 3px;
vertical-align: middle;
text-shadow : 1px 1px 0 #272D01;
}

#content th.footer_2 {
background : #839803;
color : #E0E0E0;
font : 11px arial, Arial, Helvetica, sans-serif;
padding: 4px 3px 1px 3px;
font-weight: bold;
vertical-align: middle;
text-shadow : 1px 1px 0 #272D01;
}

#innercontent table {
border : 1px none;
width: 100%!important;;
margin-top : 0;
}

#innercontent table tr
{
    border-bottom: 1px dashed;
    border-color: #0991AC
        
        
        
}
#innercontent table tr:last-child
{
    border-bottom: 0px none;
        
}
table.licenses td
{
    vertical-align:middle !important;
}


#innercontent td {
border : 0 none;
}

#smalltab {
    width:200px;
    font : 8px arial, Arial, Helvetica, sans-serif;
    padding: 4px 3px 1px 3px;
    vertical-align: bottom;
}
.even {
background : #E8EEEE;
}
.left {
float : left;
font : 15px arial, sans-serif;
color : #68B021;
}
.right {
float : right;
text-align : right;
}
.right a {
text-decoration : underline;
color : #457015;
}
.rightbis {
float : right;
margin-right : 10px;
text-align : right;
margin-bottom : 10px;
font : 10px arial, sans-serif;
color : #457015;
}
.rightbis a {
text-decoration : underline;
color : #457015;
}
.subtitle {
display : block;
clear : both;
font : 10px arial, sans-serif;
color : #68B021;
font-weight : bold;
margin-left : 20px;
}
.list {
padding-left : 40px;
}
.ContentData {
width : 825px;
margin-top : 10px;
margin-bottom : 0;
}
.ContentDataAlt {
border : 1px solid #666;
margin-bottom : 20px;
width : 90%;
padding : 5px;
background : #f8f7f9;
margin-top : 10px;

}
#content .ContentDataAlt p {
width : 90%;
}

#footer {
clear : both;
height : 75px;
margin : 0;

    
}

#footer p {
    clear: both;
    font-size: 11px;
    color: #aaa;
    background-color: #ECEFE8;
    width: 961px;
    text-align: right;
    /* line-height: 19px; */
    vertical-align: baseline;
    padding: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #aaa;
    margin-left: -10px;
    width: 100%;
}

#licence_edit {
width : 10%;
}
#licence_manager {
width : 10%;
}
#licence_dl {
width : 20%;
}

input {
font-family: Arial;
font-size: 14px;
color : #666;
border : 1px solid #ccc;
background : #fff;
margin : 0;
}
input:hover {
background : #dbe2ad;
}

input[disabled] {
border: 1px solid #999;
color : #333;
background-color: #ddd;
}
input[type="submit"] {
border:1px solid orangered;
cursor:pointer;
}
input[type="button"] {
    border:1px solid orangered;
}


select {
color : #666;
border : 1px solid #ccc;
background : #fff;
margin : 0;
font-family: Arial;
Font-size: 14px
}
select:hover {
background : #dbe2ad;
}

select[disabled] {
border: 1px solid #999;
color : #333;
background-color: #ddd;
}

Textarea {
font : 10px arial, Arial, Helvetica, sans-serif;
color : #666;
border : 1px solid #ccc;
background : #fff;
margin : 0;
}
Textarea:hover {
background : #dbe2ad;
}

Textarea[disabled] {
border: 1px solid #999;
color : #333;
background-color: #ddd;
}

.lightTextarea {
font : 8px arial, Arial, Helvetica, sans-serif;
border: 0;
color: #000;
}
.lightTextarea:hover {
background : #dedede;
}

.lightTextarea[disabled] {
border: 1px solid #999;
background-color: #ddd;
}

.lightTextarea .filled {
font : 8px arial, Arial, Helvetica, sans-serif;
border: 0;
color: #000;
background-color: #DBFCFF;
}

.lightTextarea .empty {
font : 8px arial, Arial, Helvetica, sans-serif;
border: 0;
color: #000;
background-color: #f5f8db;
}

.row {
font : 10px arial, Arial, Helvetica, sans-serif;
color : #666;
clear : both;
padding-top : 10px;
}

.row input {
border : 1px solid #ccc;
}

.row input:hover {
background : #dedede;
}
.row select:hover {
background : #dedede;
}
.row select {
font : 10px arial, Arial, Helvetica, sans-serif;
color : #666;
}
.error {
font : 10px arial, Arial, Helvetica, sans-serif;
background-color : white;
color : red;
font-weight : bold;
text-align : left;
margin-left : 50px;
}
.row span.label {
float : left;
width : 250px;
text-align : right;
}
.row span.form {
margin-left : 10px;
width : 35px;
text-align : left;
}
.buttons {
margin-left : 39%;
margin-top : 20px;
}
.row span.loginlabel {
width : 105px;
text-align : right;
height: 28px;
}
.row span.loginform {
margin-left : 10px;
width : 35px;
text-align : left;
}
.loginbuttons {
margin-left : 27.75%;
margin-top : 20px;
}
.row span.aulabel {
margin-left : -200px;
float : left;
width : 175px;
text-align : right;
}
.row span.ausublabel {
margin-left : 0;
width : 35px;
text-align : left;
}
.row span.auform {
margin-left : -15px;
width : 35px;
text-align : left;
}
.row span.ausubform {
margin-left : -14px;
width : 35px;
text-align : left;
}
.aubuttons {
margin-left : -2%;
margin-top : 20px;
}
.row span.adlabel {
margin-left : -220px;
float : left;
width : 175px;
text-align : right;
}
.row span.adform {
margin-left : -35px;
width : 35px;
text-align : left;
}
.adbuttons {
margin-left : 5%;
margin-top : 20px;
}
.row span.anlabel {
margin-left : -220px;
float : left;
width : 175px;
text-align : right;
}
.row span.anform {
margin-left : -35px;
width : 35px;
text-align : left;
}
.anbuttons {
margin-left : -5%;
margin-top : 20px;
}
.row span.aolabel {
margin-left : -120px;
float : left;
width : 175px;
text-align : right;
}
.row span.aoform {
margin-left : 10px;
width : 35px;
text-align : left;
}
.aobuttons {
margin-left : 10%;
margin-top : 20px;
}
.row span.dllabel {
margin-left : -116px;
float : left;
width : 185px;
text-align : left;
}
.row span.dlform {
margin-left : 10px;
width : 35px;
text-align : left;
}
.dlbuttons {
margin-left : 11.5%;
margin-top : 8px;
}
.row span.dlelabel {
margin-left : -189px;
float : left;
width : 175px;
text-align : right;
margin-top : -10px;
}
.row span.dleform {
margin-left : -8px;
width : 35px;
text-align : left;
float : left;
margin-top : -12px;
}
.dlebuttons {
margin-left : 187px;
margin-top : -15px;
}
.row span.dikilabel {
margin-left : -116px;
float : left;
width : 160px;
text-align : left;
}
.row span.dikiform {
margin-left : 10px;
width : 35px;
text-align : left;
}
.dikibuttons {
margin-left : 8.25%;
margin-top : 8px;
}
.row span.dikielabel {
margin-left : -194px;
float : left;
width : 175px;
text-align : right;
margin-top : -10px;
}
.row span.dikieform {
margin-left : -12px;
width : 100px;
text-align : left;
float : left;
margin-top : -12px;
}
.dikiebuttons {
margin-left : 183px;
margin-top : -25px;
}
.row span.dolabel {
margin-left : -254px;
float : left;
width : 175px;
text-align : right;
margin-top : -10px;
}
.row span.doform {
margin-left : -75px;
width : 35px;
text-align : left;
float : left;
margin-top : -12px;
}
.dobuttons {
margin-left : 120px;
margin-top : -25px;
}
.row span.dikiactivlabel {
margin-left : -119px;
float : left;
width : 250px;
text-align : left;
margin-top : -2px;
}
.row span.dikiactivform {
margin-left : -5px;
width : 200px;
text-align : left;
float : left;
margin-top : -2px;
}
.dikiactivbuttons {
margin-left : 135px;
margin-top : 16px;
}


#logout {
	float: right;
}


img.img_cross{
	width:20px;
	height:20px;
	float:right;
}
#content form.no-style{
	background:none;
	margin:0;
	padding:0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0 0;
}
#content form.no-style input[type="submit"]{
	margin-top:-8px;
	display:block;
}
.important{
	color:red;
	font-weight:bold;
}

/*Retrait du style du formulaire*/
#content .no-style form {
	background: none;
	width : auto;
	line-height: 0px;
	padding: 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #888888;
	margin:0;
}
#content form.reset-width {
	width:auto;
}
#content form input.no-style{
	position:static;
	margin:0;
}
#content  form input.no-style, 
#content form.no-style input[type="submit"]  {
	margin:0 0 0 0;
	padding:0;
	
	display:inline-block;
}
#content table.osteo-contain{
	width:500px;
}
#content table.no-style td,
#content table.no-style{
	margin:0;
	border:0;
}
#content table.no-style {
	width:100%;
}

#content form select.no-style {
    position: static;
}

#content .error{
	border:1px solid red;
}
#content form#frm_osteocompatibility{
	padding-right:60px;
	width:800px;
	margin:15px;
}
#content form#frm_osteocompatibility input[type="submit"]{
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}
#content form#frm_osteocompatibility table{
	width:100%;
	margin:5px;
	border:0;
}
#content form#frm_osteocompatibility table td{
	border:0;
}

#content  input.link-button {
  background: transparent;
  border: 0 none;
  text-decoration: underline;
  color: rgb(7, 133, 156);
}

.img_hide, .img_show{
    cursor: pointer;
    margin-right:2px;
}

.img_hide:hover, .img_show:hover{
    /*background-color:#08a6c2;*/
}

/**SEARCH IMAGE**/
#tipue_search_button
{
    width: 25px;
    height: 20px;
    border: 0;
    border-radius: 1px;
    background: #75a8fb url('search.png') no-repeat center;
    outline: none;
}
#tipue_search_button:hover
{
    background-color: #5193fb;
}

table.licenses .break-word{
    overflow: hidden;
    word-wrap: break-word;
}

ul.point-list li {
    display : list-item;
    list-style-type: circle;
    margin-left:20px;
}

.text-width-limited{
    max-width: 60px;
}

#dicom-container{
    position:relative;
    padding-top:10px;
}

#dicom-container .input{
   left:190px;
}

#dicom-info{
    width:500px;
    top:10px;
    left:300px;
    position:absolute;
    color:red;
    display: none;
}

#content form.section-style{
    clear : both;
    font : 11px arial, Arial, Helvetica, sans-serif;
    color : #666;
    background: none;
    background-color: #EEEFEF;
    width : 961px;
    text-align : justify;
    line-height: 19px;
    vertical-align: baseline;
    padding: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #888888;
     width:90%;
}

input.link-style{
    background: none;
    border:0;
    font : 11px arial, sans-serif;
    color : #07859C;
    text-decoration : underline;
}

.distributor-list .number {
    width: 20px;
    max-width: 40px;
    padding: 0;
}

.CenterField {
    display: inline-block; width: 100px;
    text-decoration: underline;

}

#overlayBckg {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}
.overlay {
    /*visibility: hidden;*/
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    /*z-index: 1000;*/
}
.overlay .DialogBox {
    width:300px;

    background-color: #fff;
    border:1px solid #000;
    padding:15px;
    text-align:center;
    border-radius:5px;
    position: relative;
    left: 40%;
    top: 40%;
    box-shadow: 10px 10px 10px rgba(0,0,0,.3);
}
.overlay .btn.default
{
    height: 32px;
    padding: 0 25px;
    border: 2px solid transparent;
}
.btn.grey
{
    background-color: #e2e2e6;
    background-image:none;
    color: #4d4d4d;
 }
.overlay .btn:hover
{
    background: #a9a9a9;
    color:ivory;
}
.overlay .btn:focus
{
    background: #a9a9a9;
    color:ivory;
}
.btn {
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.default {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    font-family: Arial;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    box-shadow: 2px 3px 5px rgba(0,0,0,.3);
}
.btn.default:hover
{
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;

}
.btn.Red
 {
    background: #ff0000;
    background-image: -webkit-linear-gradient(top, #ff0000, #9a0000);
    background-image: -moz-linear-gradient(top, #ff0000, #9a0000);
    background-image: -ms-linear-gradient(top, #ff0000, #9a0000);
    background-image: -o-linear-gradient(top, #ff0000, #9a0000);
    background-image: linear-gradient(to bottom, #ff0000, #9a0000);

 }
.btn.Red:hover
{
    background: #c80000;
    background-image: -webkit-linear-gradient(top, #c80000, #b20000);
    background-image: -moz-linear-gradient(top, #c80000, #b20000);
    background-image: -ms-linear-gradient(top, #c80000, #b20000);
    background-image: -o-linear-gradient(top, #c80000, #b20000);
    background-image: linear-gradient(to bottom, #c80000, #b20000);
    text-decoration: none;

}

.btn.Red:disabled
{
    background-color: #e2e2e6;
    background-image:none;
    color: #BAAAAA;
    transform: none;
}

.btn.grey

{
    background-color: #e2e2e6;
    background-image:none;
    color: #4d4d4d;
}
.btn.grey:hover
{
    background-color: #eeeef2;
    background-image:none;
    color: #4d4d4d;
}
.btn:active
{
    transform: translateY(3px);
}
.btn:focus
{
    background-color: #3cb0fd;
    outline:none;
}

#content table.OptionTable
{

    margin-top: 0px;
    border: 0;
}
#content table.OptionTable td
{
    margin-top: 0px;
    padding: 0px !important;
}


#horizontalmenu ul {
    padding:1px; margin:1px; list-style:none;
}
#horizontalmenu li {
    float: left;
    position: relative;
    display: block;
    padding-right: 5px;
}
#horizontalmenu li ul {
    display:none;
    position:absolute;
}
#horizontalmenu li:hover ul{
    display:block;
    margin-top: 0px;
    background-color:#08a6c2;
    height:auto;
    color:#ffffff;
    font-family:"arial", arial, Arial, sans-serif;
    font-size:11px;
    font-weight:bold;
    padding:3px 0px;
    text-decoration:none;
    text-shadow:2px 2px 5px #2897ab;
    width: 100%;
}
.item{
    display:block;
    margin-top: 0px;
    height:auto;
    color:#ffffff;
    /*font-family:"arial", arial, Arial, sans-serif;*/
    /*font-size:11px;*/
    /*font-weight:bold;*/

    text-decoration:none;
    text-shadow:2px 2px 5px #2897ab;
}
.item:hover{
    color: rgb(0, 0, 0);
    text-shadow:2px 2px 5px #2897ab;
    border: 1px solid #FFF;
}
#horizontalmenu li ul li{
    clear:both;
    border-style:none;
    width: 100%;
}

.distribSelector ul {
    height: 300px;
    overflow: auto;
    width: 350px;
    border: 1px solid #000;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    margin-left: 15%;
}
.distribSelector   label {
    display: block!important;
    color: WindowText;
    background-color:    Window;
    margin: 0;
    padding: 0;
    width: 100%!important;

}
.distribSelector   input {
    display: block;
    float: none!important;
}
.distribSelector label:hover
{
    background-color: Highlight;
    color: HighlightText;
}
#ProductForm{
    width: 80%;
    height: 100%;
    background: aqua;

}
#left{
    float: left;
}

.OptionsDataAlt {
    border : 1px solid #666;
    margin-bottom : 20px;
    width : 90%;
    padding : 5px;
    background : #ffffff;
    margin-top : 10px;
    color: Black;
}
.OptionsDataAlt   label:not(.static) {
    display: block;
    color: WindowText;
    background-color:    Window;
    margin: 0;
    padding: 0;
    width: 100%!important;

}
.OptionsDataAlt label:not(.static):hover
{
    background-color: Highlight;
    color: HighlightText;
}
.overflowScroller{height: 200px;}
.fieldLabel
{
    display: inline-block;
    clear: left;
    width: 200px;
    /*float: left;*/
}
.fieldLabel.small
{
    width: 130px;

}
.fieldLabel.underline
{
    text-decoration: underline;

}
.text-animated
{
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0%  { opacity: 0.5; }
    50% { opacity: 1.0; }
    100%{ opacity: 0.5; }
}
.pulse {
    animation-name: pulse;
    animation-duration: 1s;
    opacity: 0.5;
}

#content .FilteredSubTable
{
    width: 100%!important;
    margin-top: 0;
    border: 0;

}
#content th .FilteredSubTable tr td
{
    border: 0;
}
#content .FilteredSubTable td:first-child
{
    width: 50%;
}
#content .FilteredSubTable td
{
    margin: 0;
    padding: 5px;
    color: inherit;
    border-bottom: 1px solid #A4BED4;
    border-left: 0;
    border-top: 0;
    border-right: 1px dotted #A4BED4;
    text-align: center;
    vertical-align: middle;
}

div.grd_headTblCont
{
    width: 100%!important;
}
div.grd_tblCont
{
    width: 100%!important;
}
#content div.grd_tblCont table table
{
    width: 100%!important;
}
#content div.grd_tblCont table, div.grd_headTblCont table
{

    width: 100%!important;
}
#content div.grd_headTblCont table
{
    width: 100%!important;
}
#content div.grd_tblCont table td
{
    margin: 0;
    padding: 5px;
    color: inherit;
    border-bottom: 1px solid #A4BED4;
    border-left: 0;
    border-top: 0;
    border-right: 1px dotted #A4BED4;
    text-align: center;
    vertical-align: middle;
}
.PermanentVal
{
    color:#68B021!important;
}
.WarrantiedVal
{
    color:#68B021!important;
}

.ExpiredVal
{
    color:#ff0000!important;
}
.ExamsVal
{
    color:#d58512!important;
}
.MonthsVal
{
    color:#d58512!important;
}

.prodDtls
{
    text-decoration: none;
}
.WarningText
 {
     color:#d58512!important;

 }
.AlarmText
{
    color: #d50500 !important;

}


/*** custom css only popup ***/
.columnSelectorWrapper {
    position: relative;
    margin: 10px 0;
    display: inline-block;
}
.columnSelector, .hidden {
    display: none;
}
.columnSelectorButton {
    background: #99bfe6;
    border: #888 1px solid;
    color: #111;
    border-radius: 5px;
    padding: 5px;
}
#colSelect1:checked + label {
    background: #5797d7;
    border-color: #555;
}
#colSelect1:checked ~ #columnSelector {
    display: block;
}
.columnSelector {
    width: 120px;
    position: absolute;
    top: 30px;
    padding: 10px;
    background: #fff;
    border: #99bfe6 1px solid;
    border-radius: 5px;
    z-index: 999;
}
.columnSelector label {
    display: block;
}

.columnSelector input {
    margin-right: 5px;
}
.columnSelector .disabled {
    color: #ddd;
}
.has-error {
    color:#a94442;
    background-color:#f2dede;
    border-color:#a94442
}
div.feature-code span 
{
    font-size: 21px;
    font-weight: normal;
}
div.feature-code span.bold {
    font-weight: bold;
    color: #078ba2;
}
#license-feature-code-block {
    display: flex;
    padding-top: 10px;
    height: 50%;
    align-items: flex-end;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 10px;
}
#license-feature-code-block b.license-feature-code-title {
    float: left;
    margin-right: 10px;
}
#license-code .panel-footer 
{
    display: flex;
    justify-content: center;
}
@media screen and (max-width : 1040px)
{
    #license-feature-code-block {
      font-size: 14px;
    }
}

ul.form-center   {
	padding: 20px;
}

.form-center li {
	display: flex;
}
.form-center li .col:nth-child(1) {
	width: 35%;
	display: flex;
}

.form-center li .col:nth-child(1) label {
	width: 100%;
}

.form-center li .col:nth-child(2) {
	width: 100%;
}

.form-center li .col:nth-child(2) * {
	width: 100%;
	box-sizing: border-box !important;
}
.alt-star {
	width: 5px !important;
	color: red;
}
.text-right {
	text-align: right;
}
a.important {
	font-weight: normal;
	font-style: italic;
}
li.bottom {
	margin-top: 10px;
}
.w-60 {
	width: 60% !important;
}
.tooltip span {
	display: none;
	text-align: left !important;
	margin-left: 20px !important;
	width: auto !important;
	margin-top: auto !important;
	transform: translate(0, calc(-50% + 15px)) }; /* middle height of the div + arrow left padding */
}
.arrow-left {
	display: inline-block;
	position: relative;
	background: back;
	padding: 15px;
	left: -10px;
	background: green;
}
.arrow-left:after {
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #E3EFFF;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}
.arrow-left-hover {
	display: inline-block;
	position: relative;
	background: back;
	padding: 16px;
	left: -10px;
}
.arrow-left:before {
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -11px;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-right: 11px solid black;
	border-bottom: 11px solid transparent;
	border-left: 11px solid transparent;
}
.tooltip span ul, .tooltip span p {
	width: auto !important;
}
.tooltip .w-40 {
	width: 40% !important;
}
.tooltip span.text-center {
	text-align: center !important;
}
#EditCenterForm div:first-child{
	margin: 10px auto !important;
}