@charset "utf-8";

html, body
{
    font-family:Verdana,Tahoma, Arial, Helvetica, sans-serif;
    font-size:13px;
    font-style:normal;
    margin-top:0px;
    color:#424949;
    background-color: #F8F9F9;
}
#logo
{
    cursor:pointer;
}
input[type="text"], input[type="email"], input[type="number"], input[type="search"], input[type="password"], select
{
    border: 1px solid #2980B9;
    box-sizing: border-box;
    padding: 3px 2px;
}
textarea 
{
    border: 1px solid #2980B9;
    box-sizing: border-box;
    resize: vertical;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus
{
    background-color: #FFC;
}
input[type=checkbox]
{
    transform: scale(1.1);
}
textarea:focus 
{
    background-color: #FFC;
}
.inputreadonly
{
    background-color:#EEE;
}
.inputreadonly:focus
{
    background-color:#EEE !important;
}
a
{
    color:#3366FF;
}
a:visited
{
    color:#3366FF;
}

.commandButtons 
{
    margin-bottom:15px;
    width: 100%;
    vertical-align: middle;
}
.commandButtons a
{
    text-decoration:underline !important;
    margin-right:15px;
    color: #3366FF !important;
    background-image: url("../images/cmd_tool_18x18.png");
    background-position: left;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 23px;
    display:inline-block;
}
.commandButtons a.checkAll
{
    text-decoration:underline !important;
    color: #00F;
    margin-right: 30px;
    padding-left: 5px;
    background-image: none !important;
}
.commandButtons a.delete
{
    color:#F00 !important;
}
.commandButtons a.pdf
{
    background: url("../images/pdf18.png") left center no-repeat;
}
.commandButtons a.zip
{
    background: url("../images/zip18.png") left center no-repeat;
}
.commandButtons a.compose
{
    background: url("../images/compose18.png") left center no-repeat;
}
.commandButtons a.calendar
{
    background: url("../images/calendar18.png") left center no-repeat;
}
.commandButtons a.adddoc
{
    background: url("../images/adddoc18.png") left center no-repeat;
}
.commandButtons a.reload
{
    background: url("../images/reload18.png") left center no-repeat;
}
.commandButtons a.remove
{
    background: url("../images/remove18.png") left center no-repeat;
}
.commandButtons a.excel
{
    background: url("../images/excel18.png") left center no-repeat;
}
.commandButtons a.adduser
{
    background: url("../images/adduser18.png") left center no-repeat;
}
.commandButtons a.userlist
{
    background: url("../images/userlist18.png") left center no-repeat;
}
.commandButtons a.additemdb
{
    background: url("../images/addfromdb18.png") left center no-repeat;
}
.commandButtons a.addmanually
{
    background: url("../images/addmanually18.png") left center no-repeat;
}
.commandButtons a.import
{
    background: url("../images/import18.png") left center no-repeat;
}
.commandButtons a.arrowdown
{
    background: url("../images/arrowdown18.png") left center no-repeat;
}
.commandButtons a.users
{
    background: url("../images/users18.png") left center no-repeat;
}
.commandButtons a.edit
{
    background: url("../images/edit18.png") left center no-repeat;
}
.commandButtons a.send
{
    background: url("../images/send18.png") left center no-repeat;
}
.commandButtons a.list
{
    background: url("../images/list18.png") left center no-repeat;
}
.commandButtons a.web
{
    background: url("../images/web16.png") left center no-repeat;
}
.commandButtons a.none
{
    background: none;
    padding: 2px;
}
.mandatory_title
{
    color:#F00;
    font-style:italic;
    font-size:0.8em;
}
.infomsg
{
    border-left: 4px solid #34495E;
    background-color: #EBEDEF;
    margin-bottom:10px;
    padding:8px 5px;
}
.infomsg a
{
    color: blue !important;
    text-decoration: underline !important;
}
.warning-msg
{
    border-left: 4px solid #F1C40F;
    background-color: #FEF5E7;
    margin-bottom:10px;
    padding:5px;
}
.warning-msg a
{
    color: blue !important;
    text-decoration: underline !important;
}
.error-msg
{
    background-color:#F5B7B1;
    border-left: 4px solid #C0392B;
    margin-bottom:10px;
    padding:5px;
}
.error-msg a
{
    color: blue !important;
    text-decoration: underline !important;
}

.title2
{
    padding-bottom:5px;
    font-weight:bold;
    font-size:1.25em;
    border-bottom:1px solid #666;
    margin-bottom:10px;
    margin-top: 10px;
}
.title3
{
    padding-bottom:5px;
    font-weight:bold;
    font-size:1.4em;
    border-bottom:1px solid #566573;
    margin-bottom:10px;
}

.table1
{
    width:100%;
    border-collapse:collapse;
    border:1px solid #cdcbd3;
    margin-bottom:10px;
}
.table1 > thead > tr > th 
{
    border-top:1px solid #cdcbd3;
    font-size:1.0em;
    text-align:left;
    background-color:#EEE;
    padding:0.5em;
}
.table1 > tbody > tr > td
{
    border-top:1px solid #cdcbd3;
    padding: 0.5em;
    vertical-align: top;
}
.table1 > tbody > tr 
{
    background-color:#FEFEFE;
}
.table1 > tbody > tr:hover 
{
  background-color: #EAF2F8;
}

.table1 tbody tr.answer td   
{
    height:20px;
    border-top:1px dotted #cdcbd3;
    padding-left:5px;
}
.table1 tfoot tr.foot td 
{
    font-weight:bold;
    background-color:#F3F3F3;
    border-bottom:1px solid #B8C4CF;
    border-top:1px solid #B8C4CF;
    padding: 5px 0px 5px 10px;
}
.table1 a
{
    text-decoration:none;
    font-weight:normal;
    color:#3366FF !important;
}
.table1 a:hover
{
	text-decoration:underline;
	font-weight:normal;
	color:#3366FF;
}
.table1 a:visited
{
	font-weight:normal;
	color:#3366FF;
}
.containerlink 
{
	font-weight:normal;
	font-size:1em;
	margin-bottom:5px;
}
.containerlink a
{
	text-decoration:none;
	font-weight:normal;
	color:#3366FF !important;
	margin-right: 10px;
}
.containerlink a:hover
{
	text-decoration:underline;
	font-weight:normal;
	color:#3366FF;
}
.containerlink a:visited
{
	font-weight:normal;
	color:#3366FF;
}
.rfqtitle
{
    font-weight: normal;
    font-size:1.50em;
    margin-bottom:0.5em;
    margin-top:0.5em;
    display: flex;
    align-items: center;
}
.rfqtitle #ready
{
    font-size: 0.8em;
    margin-left: 1em;
}
.rfqtitle .print
{
    font-size:0.8em;
    text-decoration:underline;
    color:#00F;
    padding:3px;
    background-color:#F7F7F7;
    border-radius:3px 5px 3px 5px;
    border:1px solid #CCC;
}
.downloadlink
{
    text-decoration: none;
    margin-right: 5px;
    color: #3366FF !important;
}

a.downloadlink:hover
{
    text-decoration: underline;
}
.okmessage
{
    background-color:#FFC;
    font-weight:bold;
    color:#000;
    padding:5px 10px 5px 10px;
    border:1px solid #999;
}

button.primary, input[type="submit"].primary, input[type="button"].primary
{
    background-color:rgb(7, 28, 51);
    color:#FFF;
    border:1px solid rgb(7, 28, 51);
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
    -webkit-appearance: none;
    appearance: none;
    white-space: nowrap;
}
button.primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover
{
    cursor: pointer;
    color: rgb(225, 135, 40);
}
input[type="submit"].primary:disabled, input[type="button"].primary:disabled,
button.primary:disabled, button.primary[disabled]
{
    color: #666;
}
button.primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus
{
    color: rgb(225, 135, 40);
}

button.secondary, input[type="submit"].secondary, input[type="button"].secondary
{
    background-color:#FFF;
    color:rgb(7, 28, 51);
    border:1px solid rgb(7, 28, 51);
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
    -webkit-appearance: none;
    appearance: none;
}
button.secondary:hover, input[type="submit"].secondary:hover, input[type="button"].secondary:hover
{
    cursor: pointer;
    background-color:#DAF2FC;
}
input[type="submit"].secondary:disabled, input[type="button"].secondary:disabled,
button.secondary:disabled, button.secondary[disabled]
{
    color: #666;
}
.tipinfo
{
	font-size:0.8em;
	font-style:italic;
	margin-bottom:3px;
}
.tipinfo2
{
	color:#FF692A;
	font-size:0.9em;
	font-style:italic;
	margin-bottom:3px;
}
.ast
{
	color:#F00;
	font-weight:bold;
	margin-left:5px;
}
.jDownloadFrame
{
	border:0px;
	width:0px;
	height:0px;
}
.rfqtitle .draft
{
    color:#FFF;
    background-color:#00CC00;
    font-size: 0.5em;
    padding: 0.3em 0.4em;
    margin-left: 1em;
}
.rfqtitle .issued
{
    color:#FFF;
    background-color:#09F;
    font-size: .5em;
    padding: 0.3em 0.4em;
    margin-left: 1em;
}
.rfqtitle .closed
{
    color:#FFF;
    background-color:#666;
    font-size: .5em;
    padding: 0.3em 0.4em;
    margin-left: 1em;
}
.rfqtitle .ended
{
    color:#FFF;
    background-color:#CCC;
    font-size: .5em;
    padding: 0.3em 0.4em;
    margin-left: 1em;
}
.rfqtitle .files-deleted
{
    color:#C0392B;
    background-color:#F5B7B1;
    font-size: .5em;
    padding: 0.3em 0.4em;
    margin-left: 1em;
}
.tablegray
{
    border: 1px solid #CCC;
    border-spacing:0px;
    border-collapse:collapse;
    width:100%;
}
.tablegray > thead > tr > th
{
    border-left: 1px solid #CCC;
    background-color:#EEE;
    border-bottom: 1px solid #CCC;
    padding: 3px;
}
.tablegray > tbody > tr > td
{
    border-top: 1px solid #CCC;
    padding: 3px 5px;
    vertical-align: top;
}
.tablegray > tbody > tr > td.solid
{
    border: 1px solid #CCC;
    vertical-align:top;
}

.tablegray tfoot tr.foot td 
{
    font-weight:bold;
    background-color:#EEE;
    border-bottom:1px solid #B8C4CF;
    border-top:1px solid #B8C4CF;
    padding: 5px 0px 5px 10px;
}

#accordion h3 { padding-left: 25px; }

.div-info
{
    margin: 5px 0px 20px 10px;
}
.table-info
{
    border: 0px;
    border-spacing: 0px;
    border-collapse:collapse;
}
.table-info > tbody > tr > td
{
    padding: 0.5em 0.25em;
    vertical-align: top;
}
.table-info tbody tr td.right
{
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}
.menug
{
    background-color:#D9E2E6;
    width:100%;
    line-height:27px;
    border-spacing:0px;
}
.menug span
{
    padding-right:5px;
}
.menug a
{
    font-weight:bold;
    text-decoration:none;
    color:blue;
}
.menug a:hover
{
    font-weight:bold;
    text-decoration:underline;
    color:blue;
}
.menug a:visited
{
    font-weight:bold;
    color:blue;
}
.menug td
{
    padding:0px 5px 0px 8px;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
}
.processtitleg
{
    margin-bottom:5px;
    margin-top:5px;
    font-size:1.75em;
    font-weight:bold;
    font-style:normal;
}
.clear 
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}
.searchDiv
{
   display: block;
}
.searchDiv button
{
    background-color: rgb(7, 28, 51);
    color: #FFF !important;
    border: 1px solid rgb(7, 28, 51);
    font-weight: normal;
    padding: 3px 10px !important;
    border-radius: 0px 5px 5px 0px !important;
    vertical-align: middle;
}
.searchDiv input[type="text"], input[type="search"]
{
    background-color: #FFF !important;
    border: 1px solid #376091;
    vertical-align: middle;
    padding: 2px 5px;
}
.linkButtonAdd1
{
    color: #fff !important;
    padding: 2px 10px;
    text-decoration: none;
    background-color:rgba(7, 28, 51, 0.8);
    border-radius: 5px;
}
.linkButtonAdd1:hover
{
    text-decoration: none;  
    color: rgb(225, 135, 40) !important;
}
.btmspace-5{margin-bottom:5px;}
.btmspace-10{margin-bottom:10px;}
.btmspace-15{margin-bottom:15px;}
.btmspace-30{margin-bottom:30px;}
.btmspace-50{margin-bottom:50px;}
.btmspace-80{margin-bottom:80px;}

.topspace-10{margin-top:10px;}
.topspace-15{margin-top:15px;}
.topspace-30{margin-top:30px;}

.inspace-5{padding:5px;}
.inspace-10{padding:10px;}
.inspace-15{padding:15px;}
.inspace-30{padding:30px;}
.inspace-50{padding:50px;}
.inspace-80{padding:80px;}
.inspaceleft-30{padding-left:30px;}
.inspaceleft-60{padding-left:60px;}
.inspaceleft-15{padding-left:15px;}
.container{padding:0}
.wrapper{display:block; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}
.hoc{display:block; margin:0 auto;}
.nospace{margin:0; padding:0; list-style:none;}

.font-xs{font-size:.8em;}
.font-x1{font-size:1.1em;}
.font-x2{font-size:1.4em;}
.font-x3{font-size:1.8em;}
.font-x4{font-size:2.8em;}

.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.v_center {vertical-align: middle;}

.fl_left, .imgl{float:left;}
.fl_right, .imgr{float:right;}

.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter
{
    display:inline-block; 
    float:left; 
    margin:0 0 0 0; 
    list-style:none;
}
.first{margin-left:0; clear:left;}
.one_quarter{width:24.89938650306748%;}
.one_third{width:32.28834355828221%;}
.one_half, .two_quarter{width:49.66625766871166%;}
.two_third{width:66.6441717791411%;}
.three_quarter{width:74.23312883435584%;}

.underline-x1
{
    font-size:1.1em;
    padding-bottom: 3px;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}
.underline-x2
{
    padding-left:5px;
    padding-bottom:5px;
    font-weight:bold;
    font-size:1.4em;
    border-bottom:1px solid #666;
}
.test-message-header
{
    border: 1px solid #F00;
    line-height: 1.5em;
    background-color: #ff3333;
    color: #FFF;
    padding: 3px 0px 3px 0px; 
    text-align: center;
}
.rating-wrapper
{
    border: 1px solid #EEE;
}
.rating0-element
{
    background-color: #DDD;
    color: white;
    padding: 4px 10px;
}
.rating1-element
{
    background-color: red;
    color: white;
    padding: 4px 10px;
}
.rating2-element
{
    background-color: #E67E22;
    color: white;
    padding: 4px 10px;
}
.rating3-element
{
    background-color: #F4D03F;
    color: white;
    padding: 4px 10px;
}
.rating4-element
{
    background-color: #CDDC39;
    color: white;
     padding: 4px 10px;
}
.rating5-element
{
    background-color: green;
    color: white;
    padding: 4px 10px;
}

.nav_path
{
    display: block;
    background-color: #D6EAF8;
    padding: 5px 5px;
    color: #2E4053;
    margin-bottom: 10px;
}
.nav_path a
{
    color: #2E4053;
    text-decoration: none;
    text-transform: uppercase;
}

.nav_path span.current_node
{
    text-transform: uppercase;
}

element.style {
    height: auto;
    width: 600px;
    top: 188px;
    left: 401.5px;
    display: block;
    z-index: 101;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-dialog 
{
    border: 3px solid #808B96 !important;
}

.ui-dialog-titlebar 
{
    background: #071C33 !important;
    color: white !important;
}

.cc-comm
{
    padding: 10px;
    border: 1px solid #CCC;
    background-color: #F6F6F6;
}

.details-std {
    padding: .5em 0em 0.5em 0em;
}

.details-std summary {
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em 0;
    cursor: pointer;
}

details[open] {
    padding: .5em .5em 0 0;
}

details[open] summary {
    padding-bottom: .5em;
}

details.details-std > div { 
  padding-left: 1em;
  padding-top: 0.5em;
}

.details-std summary:hover{
    background-color: #EBEDEF;
}

.postit-btn-red
{
    background-color: #C0392B;
    color: #FFF !important;
    border-radius: 3px;
    padding: 2px 4px;
    text-decoration: none !important;
    margin-left: 10px;
    font-size: 0.9em !important;
    cursor: pointer;
    border-bottom: 2px solid #922B21;
    border-right: 2px solid #922B21;
    border-top: 1px solid #C0392B;
    border-left: 1px solid #C0392B;
}
.postit-lbl-red
{
    background-color: #C0392B;
    color: #FFF !important;
    padding: 2px 6px;
    text-decoration: none !important;
    margin-left: 10px;
    font-size: 0.75em !important;
}

.command-bar 
{
    margin-bottom:0.5em;
    width: 100%;
    vertical-align: middle;
}
.command-bar a
{
    text-decoration:underline !important;
    margin-right:1.5em;
    color: #183153 !important;
    display:inline-block;
    padding: 4px;
}

.command-bar a:hover
{
    background-color: #EEE;
    border-radius: 2px;
}
