@font-face {
  font-family: 'Open Sans', sans-serif;Regular;
  src: url(https://fonts.googleapis.com/css?family=Open+Sans);
  src: url(https://fonts.googleapis.com/css?family=Kaushan+Script);
  src: url(https://fonts.googleapis.com/css?family=Monda:400,700);
  src: url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
  src: url(https://fonts.googleapis.com/css?family=Droid+Sans);
  src: @import url(https://fonts.googleapis.com/css?family=Oswald);
  
}


body, header, footer{
    margin:0;
	padding:0;
	border:0;
	outline:0;
	width:100%;
 
}


.clearfix:after{
    content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#mainContainer.container{
	padding-left:0px;
	padding-right:0px;
}

#siteHeader.page-header{
	margin-bottom:0px;
	margin-top:5px;
	padding-left:145px;
}

.grey-box{
	background-color:#000;
	color:#fda600;
}

p.quote{
	position:relative;
	font-size:25px;
	padding-top:80px;
	font-family: Kaushan script;
}

p.quote-name{
	float:right;
	font-size:25px;
	padding-top:5px;
	font-family: Kaushan script;
}

h1.title{
	font-size:75px;
	display:inline;
	font-family: 'Oswald', sans-serif;
	
}

p.title{
	font-size:75px;
	display:inline;
	font-family: 'Oswald', sans-serif;
	padding-top:25px;
	padding-left:10px;
}

#addressSection.form-style{
	padding-top:50px;
	padding-left:205px;
	/*background-color:#eff0e0;*/
	background-color:#f4f4ee;
}


.form-style input{
	width:75%;
}

.form-style-inner{
	padding-top:55px;
	padding-bottom:85px;
	padding-left:125px !important;
}

.sub-heading{
	font-size:40px;
	text-align: center;
	margin-top:25px;
	font-family:'Droid Sans', sans-serif;
	font-weight:bold;
}

.text1{
	font-size:11px;
	font-family:'Droid Sans', sans-serif;
}
.text2{
	font-size:11px;
	font-family:'Droid Sans', sans-serif;
	text-align:center;
}

#elements.element-style{
	padding-left:75px;
	padding-top:15px;
}

.element-style img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.element-style p{
	text-align:center;
	padding-top:10px;
}

p.or{
	font-size:25px;
	padding-left:0px !important;
	padding-right:84px !important;
	font-family: 'Droid Sans', sans-serif;
	font-weight:bold;
	text-align:center;
}

.btn-warning1
 {
    /*font-size: 14px;
    
    border-radius: 4px;
    
    padding: 8.5px 14px;
    font-weight: 700;*/
	padding:3px;
	color: white;
	font-family:'Droid Sans', sans-serif;
	border: 1px solid #810507;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    background: #d30b03;
    background: -webkit-gradient(linear, left top, left bottom, from(#d30b03), to(#a50709));
    background: -webkit-linear-gradient(top, #d30b03, #a50709);
    background: -moz-linear-gradient(top, #d30b03, #a50709);
    background: -o-linear-gradient(top, #d30b03, #a50709);
    background: -ms-linear-gradient(top, #d30b03, #a50709);
    background: linear-gradient(top, #d30b03, #a50709);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #d30b03, endColorstr = #a50709, GradientType = 0);
}

.btn-warning1:hover {
    background: #ed0b0f;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed0b0f), to(#930709));
    background: -webkit-linear-gradient(top, #ed0b0f, #930709);
    background: -moz-linear-gradient(top, #ed0b0f, #930709);
    background: -o-linear-gradient(top, #ed0b0f, #930709);
    background: -ms-linear-gradient(top, #ed0b0f, #930709);
    background: linear-gradient(top, #ed0b0f, #930709);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #ed0b0f, endColorstr = #930709, GradientType = 0);
}


.btn-warning2
 {
    /*font-size: 14px;
    
    border-radius: 4px;
    
    padding: 8.5px 14px;
    font-weight: 700;*/
	padding:3px;
	font-family:'Droid Sans', sans-serif;
	color: white;
	border: 1px solid #005F10;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    background: ##01A51D;
    background: -webkit-gradient(linear, left top, left bottom, from(#01A51D), to(#005F10));
    background: -webkit-linear-gradient(top, #01A51D, #005F10);
    background: -moz-linear-gradient(top, #01A51D, #005F10);
    background: -o-linear-gradient(top, #01A51D, #005F10);
    background: -ms-linear-gradient(top, #01A51D, #005F10);
    background: linear-gradient(top, #01A51D, #005F10);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #01A51D, endColorstr = #005F10, GradientType = 0);
}

.btn-warning2:hover {
    background: #11c730;
    background: -webkit-gradient(linear, left top, left bottom, from(#11c730), to(#095415));
    background: -webkit-linear-gradient(top, #11c730, #095415);
    background: -moz-linear-gradient(top, #11c730, #095415);
    background: -o-linear-gradient(top, #11c730, #095415);
    background: -ms-linear-gradient(top, #11c730, #095415);
    background: linear-gradient(top, #11c730, #095415);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #11c730, endColorstr = #095415, GradientType = 0);
}


.footer-container{
	background-color:#9ea2a9;
	color:#fff;
}

.icon{
	width:125px;
	height:125px;

}

.icon-name{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-family: 'Droid Sans', sans-serif;
	margin-bottom:10px;
}



/*doug*/

.container-body{
    /*margin-top: 70px;*/
}

.error-message-terms {color:#000;}

.Password_strength {
    position:absolute;
    /*bottom:-75px;*/
    /*bottom: -115px\9;  IE Specific */
    /*right:55px;*/
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    margin-top:10px;
    z-index: 1000;
}
/*#ConfirmPassword_strength{
    bottom: -167px !important;
}*/
.Password_strength h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

.Password_strength ul{
    list-style-type: none;
    padding-left: 0;
}

.Password_strength::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

.invalid {
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

.check-agree-form{
    margin-left: 23px;
    margin-top: 30px;
}


.register-padding1-bottom{
    padding-bottom: 15px;
}

.field-required, .field-required-msg {
    color: #DB0000;
}
.validation-summary-errors{
    margin-top: 10px;
    margin-bottom:10px;
}

.html5buttons {
    float:right;
    margin-left: 15px;
    
}

.html5buttons a {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
    font-size: 12px;
    font-family: "Verdana" !important;
}

.tooltip {
    font-family: "Verdana" !important;
}

.amount-right{
    text-align:right;
}

.filter-left {
    float:left;
    margin-left: 10px;
}

.filter-date-selected{
    position:absolute;
    display:none;
    width: 100%;
    padding-right: 15px;
    padding-top: 6px;
    z-index:999;
    font-size: 12px;
}

.filter-date-picker {
    display:none;
    position: absolute;
    background-color: #ffffff;
    height: 140px;
    z-index: 1000;
    padding: 14px;
    border: 1px solid #bfb6aa;
}

@media (max-width: 767px){
    .filter-date-picker {
         height: 172px;
    }
}

.filter-date-picker input {
    padding-left: 0 !important;
}

.btn-margin-bottom-zero{
    margin-bottom: 0 !important;
}
.btn-margin-bottom-zero span{
    margin-bottom: 0 !important;
}

.filter-paging-top {
    margin-top: 7px;
}

td.dataTables_empty {
font-size: 14px;
background-color: #f0eae2;
border-left: 6px solid #bfb6aa !important; 
}

.validation-field-required {
    border: 1px solid #fa0404;
}

input[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.list-group-comments{
   overflow-y: scroll;
   height: 248px;
}

.tab-container-top{
    padding-top: 20px;
}

.btn-help-control{
    font-size: 10px;
    color: #ffffff;
}
.btn-help-control .badge {
    font-size: 10px;
}

.msg-error-form {display:none; color:red; font-size:12px;}

.input-validation-error {border-color:red !important;}

.panelValidationItems{
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EF5350;
    color: #ffffff;
}
.panelMessage {
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom:5px;
    background-color: #EF5350;
    color: #ffffff;
}
.item-hidden-col:before{
    display:none;
    content: '' !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.picker-date-limits {
    font-size:11px;
    color: #4991c5;
}

.fully-invoiced{
    color: #069;
    font-weight: bold;
}

.container-po-not-found i{
    font-size: 66px;
    color: #d9534f;
    margin-top: 30px;
}
.container-po-not-found {
    text-align: center;
    padding-bottom: 65px;
}
 

.list-documents{
   overflow-y: scroll;
   height: 248px;
}
   
.message-panel-new-version {
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom:7px;
    background-color: #006699;
    color: #ffffff;
}

.message-panel-new-version-files{
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom:7px;
    background-color: #ffffff;
    color: #d44950;
    font-weight: bold;
}

.list-invoice-history{
   overflow-y: scroll;
   height: 248px;
}

table.dataTable.data-table-top0{
    margin-top:0 !important;
}
.div-header-style.data-table-top0 {margin-bottom: 0 !important;}

.invoice-status-rejected{color: #d44950;font-weight: bold;}
.invoice-status-in-review{color: #303538;font-weight: bold;}
.invoice-status-paid, .invoice-status-approved {
    color: #008000;
    font-weight: bold;
}

.popover-contant-search-po{
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 10px;
}

.popover-contant-search-po::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.popover-contant-search-po::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.popover-contant-search-po::-webkit-scrollbar-thumb
{
	background-color: #006699;
}

.search-po-404{
    color: #d44950;
    font-weight: bold;
    text-align:center;
}

.grid-collumn-title, .grid-collumn-comment {
     white-space: normal;
}

.msg-error-label {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.msg-error-invalid-file-extension, .msg-error-performance-validate,
.msg-error-ship-and-performance-date-validate, .msg-error-invoice-number-exist,
.msg-error-invoice-number-required, .msg-error-invoice-amount,
.msg-error-invalid-dc-poc-email, .msg-error-performance-required, .msg-error-contract-administrator,
.msg-error-ddot-attachments-required, .msg-error-dgs-attachments-required, .msg-error-invalid-dc-email, .msg-error-invalid-dc-confirm-email, .msg-error-invalid-dc-company-email {
    color: red;
    font-size: 12px;
}

.validation-summary-container {
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 5px;
    border: 1px solid #efefef;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-red {
    color: #fff;
    background-color: #e21301;
    border-color: #000 !important;
    font-size: 12px !important;
    margin-bottom: 0px !important;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /* border-radius: 4px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-red:hover {
    color: #fff;
    text-decoration: none !important;
    font-weight: normal !important;
}

[data-notify="container"]{
    background-color:#006699;
    color:#ffffff;
    border-width: 0px;
	border-left: 15px solid #5cb85c;
	border-radius: 0px;
}
[data-notify="container"] > .close{color:#ffffff;z-index:100;}
[data-notify="icon"]{font-size:20px;}

.invoice-comments-container{overflow-y: scroll;height: 229px;}
.invoice-ship-tabs > li {width:50% !important;}

.amout-invoice{color: #006699;font-weight: bold;}
.amout-remained {color: #d44950;font-weight: bold;}
.amount-invoiced-till-date {color: #5cb85c;font-weight: bold;}

.vendor-label {vertical-align: inherit !important;}

table.dataTable.nowrap td {
    white-space:normal !important;
}

/*doug*/