﻿html
{
    margin: 0;
    padding: 0;
}

body
{
 
    margin: 0;
    padding: 0;
	 
}

a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
    color: #333;
}

a:hover
{
     
}

header, footer, hgroup, nav, section
{
    display: block;
}
/*header{height: 136px;}*/

mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 20px;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active
{
    padding: 0;
    text-decoration: none;
}

p
{
    margin: 0 0 1em;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto;
    max-width: 960px;
}

#container
{
    
    clear: both;
}

.breadcrumb{padding: 0 0 10px 0;}

.login-page #container
{
    padding-bottom: 35px;
}

.main-content
{
    padding-left: 0px;
    padding-top: 30px;
    position: relative;
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

.content-area
{
    background: url(../media/footerimg.png) bottom right no-repeat #E9E9E9;
    margin: 0 0 0 180px;
    width: 660px;
    padding: 0 40px 100px 40px;
    position: relative;
	min-height: 300px;
}
.contractor-img
{
    position: absolute;
    bottom: 0;
    left: -144px;
}
.content-above
{
    position: relative;
    z-index: 900;
}

.Competences
{
    width: 370px;
    border-spacing: 2px;
    border-collapse: separate;
    color: #425A6B;
}
.Competences tr:nth-of-type(odd)
{
    background-color: #DEE6F0;
}
.Competences tr:nth-of-type(even)
{
    background-color: #fff;
}

.Competences th, .Competences td
{
    padding: 4px 10px;
    font-size: 0.8em;
}

/*header .content-wrapper
{
    padding-top: 10px;
    border-bottom: 1px solid #003265;
    height: 100px;
}
*/

footer
{
    clear: both;
    
    font-size: .8em;
    text-align: right;
    padding: 0;
	 
}

/*.credits
{
   
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: .8em;
    padding-top: 1em;
	
}*/
.credits a
{
    color: #979797;
}

/* site title
----------------------------------------------------------*/
.site-title
{
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New" , Courier, monospace;
    font-size: 2.3em;
    margin: 0 10px;
}

.site-title a, .site-title a:hover, .site-title a:active
{
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
    border: 0;
}

.site-title img
{
    border: 0;
}


.footerimg{text-align:right; margin: 0 0 -14px 0;}

/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
    width: 290px;
}

#login a
{
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username
{
    background: none;
    margin-left: 0px;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}

#login img
{
    float: right;
}

#login p
{
    float: left;
    font-size: 1.2em;
}

.login-helper
{
    width: 185px;
    margin-top: 15px;
}
.login-helper p strong
{
    color: #90898a;
}
/* menu
----------------------------------------------------------*/
ul#menu
{
font-size: 1em;
font-weight: 600;
height: 50px;
padding: 0 0 0 327px;
width: 660px;
margin: -58px auto 5px auto;
clear: both;
}

ul#menu li
{
    float: left;
    list-style: none;
    width: 144px;
    height: 38px;
    margin: 0 8px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    background: url(/media/bg_menu-inactive.png);
}

ul#menu li:hover, ul#menu li.active
{
    background: url(/media/bg_menu-active.png);
}

ul#menu li a
{
    background: none;
    color: #425A6B;
    text-decoration: none;
    display: block;
    padding: 5px 0;
	height: 40px;
	width: 140px;
}

ul#menu li:hover a, ul#menu li.active a
{
    color: #fff;
    text-decoration: none;
}

ul#menu li.disabled
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}



/* page elements
----------------------------------------------------------*/
/* featured */

.pageTitle
{
    color: #1C96C5;
    margin-top: 0;
}

.login .main-content
{
    padding-top: 116px;
}

.bg-login-pg
{
    background: url(../media/bg_login-pg.png) no-repeat;
    width: 480px;
    height: 500px;
    position: absolute;
    top: -180px;
    left: 251px;
}

.featured
{
    background-color: #fff;
}

.featured .content-wrapper
{
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2
{
    color: #fff;
}

.featured p
{
    font-size: 1.1em;
}

.search-form
{
    margin-top: 43px;
    width: 425px;
}
.search-form .float-right
{
    width: 360px;
}
.search-form input, .search-form textarea
{
    width: 330px;
}

.required
{
    position: absolute;
    top: 0;
    right: 20px;
    color: #003265;
}

.card-number
{
    background-color: #fff;
    width: 200px;
    margin-right: 50px;
    padding: 5px 20px 0;
}
.card-number strong
{
    color: #1C96C5;
    font-size: 150%;
}

.error-msg
{
    color: #cc0000;
    color: #e80c4d;
    font-weight: 100;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 0;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-bottom: 0;
    padding: 2px 5px;
}

.hidden{visibility: hidden;}
.noheight{height:0px; width:0px;}
.clear
{
    clear: both;
}
/* page titles */
hgroup.title
{
    margin-bottom: 10px;
    float: left;
}

hgroup.title h1, hgroup.title h2
{
    display: inline;
    color: #003265;
    text-transform: uppercase;
}

hgroup.title h2
{
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

ol.round li
{
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero
{
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one
{
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two
{
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three
{
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four
{
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five
{
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six
{
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven
{
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight
{
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine
{
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

aside ul
{
    list-style: none;
    padding: 0;
}

aside ul li
{
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label
{
    font-weight: 700;
}

.labeldetails{
display: block;
font-weight: 100;
width: 200px;
height: 30px;
float: left;
}

.AddDetails{clear:both;}


/* login page */
/*#loginForm
{
    background-color: #EBEBEB;
    margin: 0 242px;
    width: 470px;
    padding: 10px 20px;
    box-shadow: 0 4px 10px -2px #666;
}*/

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2
{
    margin-bottom: 5px;
}

fieldset.open-auth-providers
{
    margin-top: 15px;
}

fieldset.open-auth-providers button
{
    margin-bottom: 12px;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999;
    top: 4px;
     
}

fieldset legend
{
    display: block;
}

fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 0;
}

fieldset p
{
    position: relative;
}


/*label
{
    display: block;
    font-weight: 600;
    width: 200px;
	height: 30px;
    float: left;
	clear:both;
}*/

label.checkbox
{
    display: inline;
}

select{border: 1px solid #e2e2e2;
background: #fff;
color: #333;
font-size: 1.2em;
margin: 5px 0 6px 0;
padding: 5px;
width: 200px;}



input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 190px;
}


.radio{width: 50px !important;}

textarea
{
    font-family: inherit;
    width: 500px;

}

input:focus, textarea:focus
{
    border: 1px solid #E2E2E2;
    outline: 0;
}

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"], input[type="button"], button, .button
{
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #90898a;
    padding: 9px 10px;
    background: -moz-linear-gradient( 		top, 		#e0e7e9 0%, 		#dbdbdb 50%, 		#848d92);
    background: -webkit-gradient( 		linear, left top, left bottom,  		from(#e0e7e9), 		color-stop(0.50, #dbdbdb), 		to(#848d92));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e7e9', endColorstr='#848d92');
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #949494;
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
    text-shadow: 0px 0px 0px rgba(000,000,000,0.2), 0px -1px 0px rgba(255,255,255,0.9);
}

td input[type="submit"], td input[type="button"], td button
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

/*.error
{
    color: #e80c4d;
}*/

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: 100;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 0;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-bottom: 0;
    padding: 2px 5px;
    width: 190px;
}

fieldset ol li
{
    position: relative;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}


.asterisk{ padding: 5px;}


.validation-summary-errors
{
    color: #e80c4d;
    font-weight: 100;
    position: relative;
    z-index: 999;
}

.validation-summary-valid
{
    display: none;
}

.validation
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #c00;
    border-radius: 3px;
    color: #c00 !important;
    display: block;
    padding: 10px;
	margin:10px 0;
}
.validation ul
{
    margin-top: 10px;
}
#maincontent .validation li
{
    float: none;
    list-style-type: square;
    margin-left: 40px;
	padding:0;
}

/* tables
----------------------------------------------------------*/
table
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    margin-right: 0px;
    width: 775px;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

th a
{
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover
{
    color: #333;
    
    text-decoration: none;
    padding: 0;
}

th a:hover
{
    color: #000;
}

th.asc a, th.desc a
{
    margin-right: .75em;
}

th.asc a:after, th.desc a:after
{
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after
{
    content: '▲';
}

th.desc a:after
{
    content: '▼';
}

td
{
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}


tr td{padding: 5px 0;}




.radiolabel label{margin:0;}

.companyaddress{color: #777;}
#btnNext{float:right;}
.nextbutton{
    color:#fff!important;
	background: -moz-linear-gradient( 		top, 		#547698 0%, 		#003265 50%, 		#003265)!important;
    background: -webkit-gradient( 		linear, left top, left bottom,  		from(#547698), 		color-stop(0.50, #003265), 		to(#003265))!important;;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547698', endColorstr='#003265') !important;
	text-shadow: none !important;
	}
.backbutton {float:right;margin-right:50px;} 
 
 	
.multispacer {background-color: #ccc;height: 1px; border:none;}
.form li{list-style:none;}
.filetype{font-size:85%; margin: 10px;}
.imgupload{width:400px; background: none; border: none;}
.tag{color: #fff; font-size:150%; font-weight:700; margin: 56px 0 0 0;}

td input, td textarea{background: none; margin-top:2px; padding: 0 10px 0 0; height:27px; border:1px solid #ccc;}
/* END: Mobile Styles */

/*.ui-jqgrid  input.ui-pg-input {  width: 18px !important;  font-size: 0.9em !important;   border: 0 solid #ccc !important; text-align: center !important; } */
.ui-jqgrid input.ui-pg-input {
    width: 10px !important;
    font-size: 0.9em !important;
    border: 0px solid #CCC !important;
    text-align: center !important;
    padding: 0 !important;
}