﻿body {
    padding-top: 52px;
    width: 100%;
    height: 100%;
	 max-width: 100%;
    overflow-x: hidden;
	padding-bottom: 52px;
}

/* Set padding to keep content from hitting the edges */

a.gendacLink {
	color: #396000;
	text-decoration: none; /* no underline */
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

/*input,
select,
textarea {
	max-width: 280px;
}*/


@media screen and (max-width: 767px) {
	.form-control {
		max-width: 100%;
}
}

/* when collapse occurs*/

@media screen and (min-width: 767px) {
	.form-control {
		max-width: 30%;
}
}

#reportViewer {
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.form-group {
    text-align: center;
    align-content: center;
    align-items: center;
    align-self: center;
    margin-left: 20px;
    margin-right: 30px;
}

.flex-container {
	/* We first create a flex layout context */
	display: flex;
	align-content: center;
	/* Then we define the flow direction and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
	flex-flow: row wrap;
	/* Then we define how is distributed the remaining space */
	justify-content: space-around;
}

#RememberMe {
	position: relative;
}

#block {
    height: auto;
    overflow: hidden;
    background-color: white;
	 margin-bottom: 80px;
    border-radius: 10px;
    opacity: 0.8;
}

#loginForm {
	text-align: center;
}

.form-control {
	text-align: center;
}

#logoTag {
    max-width: 50%;
    max-height: 50%;
    height: auto;
    width: auto;
}

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

#footer {
    height: auto;
    background-color: #93C54B;
    position: relative;
    margin-top: 500px; /* negative value of footer height */
    clear: both;
	opacity: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#facebookFooterLink {
    max-width: 80%;
    max-height: 50%;
	height: 25px;
	width: 25px;
}

#twitterFooterLink {
    max-width: 80%;
    max-height: 50%;
	height: 27px;
	width: 27px;
}


.gridBlocks {
    border: 3px solid #93C54B;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 3px;
    margin-top: 3px;
    overflow: hidden;
    cursor: pointer;
	border-radius: 5px;
	margin-bottom: 20px;
}

#listView {
    padding: 0;
    margin: 0;
    border: 0;
}

#tabstripClientAccount {
	padding: 0;
	margin: 0;
	border: 0;
}

.gridBlocks img {
    text-align: center;
    height: auto;
    width: auto;
    width: 50px;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;	
}



#rescheduleButton {
	width: 50px;
}

#tabstrip {
    border: 0;
    margin-left: 50px;
    margin-right: 50px;
}

ul.k-reset.k-tabstrip-items {
	font-size: large;
}

div#tabstrip-1 {
    border-radius: 5px;
    border: 3px solid #93C54B;
    padding-left: 20px;
    padding-bottom: 20px;
}

div#tabstrip-2 {
    border-radius: 5px;
    border: 3px solid #93C54B;
    padding-left: 20px;
    padding-bottom: 20px;
}

div#tabstrip-3 {
    border-radius: 5px;
    border: 3px solid #93C54B;
    padding-left: 20px;
    padding-right: 70%;
    padding-bottom: 20px;
}

div#tabstrip-4 {
    border-radius: 5px;
    border: 3px solid #93C54B;
    padding-left: 20px;
    padding-bottom: 20px;
}

div#tabstrip-5 {
    border-radius: 5px;
    border: 3px solid #93C54B;
    padding-left: 20px;
    padding-bottom: 20px;
}

div#TransportContractTab {
    border-radius: 5px;
    border: 3px solid #93C54B;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.ContractHeading {
    padding-bottom: 20px;
}

.DropDownMenu {
    width: 30%;
    padding-bottom: 20px;
    margin: 0 auto;
}

.TransportContractCompleteButtons {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
}

#SellingContract {
    height: auto;
    overflow: hidden;
    background-color: white;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 80px;
    border-radius: 10px;
    opacity: 0.8;
}

#SellingContractDate {
    border: 1px solid gray;
    padding: 11px;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 5px;
    height: auto;
}

#SellingContractClientInfo {
    border: 1px solid gray;
    padding: 5px 20px 5px 30px;
    width: 50%;
    margin-bottom: 1%;
}

#SellingContractDetails {
    border: 1px solid gray;
    padding: 1% 1% 1% 1%;
    width: 100%;
}

#contact_person {
    width: 100%;
}

#LoadInformationList {
	border: 0;
}

#toggleReceived {
	display: block;
}




#tabstripClientAccount {
	height: auto;
}

.ClientLabelCol {
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 180px;
}

.ClientInputCol {
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
}

.ClientInputRow {
    margin-bottom: 15px;
}

.ClientDropdownRow {
    margin-bottom: 10px;
}



