html, body {
    width: 100%;
    height: 100%;

}

div[class^='col-xl'], div[class^='col-md'], div[class^='col-sm'], div[class^='col-xs'], div[class^='col-xxs'] {
    float: right !important;
}

label[class^='col-xl'], label[class^='col-md'], label[class^='col-sm'], label[class^='col-xs'], label[class^='col-xxs'] {
    float: right !important;
}



.main-container {
    min-height: 100%;
    height: 100%;
    display: -webkit-flex !important;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    align-items: stretch;
    -webkit-align-items: stretch;
}

#maindiv {
    flex-grow: 1;
}

.signature-line {
    min-height: 130px;
    overflow: inherit !important;
}

.signature-text {
    float: right;
    margin-left: 10px;
}

.signature-wrapper {
    position: relative;
    margin-top: 5px;
    width: 320px;
    height: 200px;
}


.signature {
    border: 1px solid rgba(0,0,0,1);
    border-radius: 4px;
   /* cursor: url('/images/pen_tr.gif'), default;*/
    cursor: pointer;
    background-color: #fff;
}

.signature.disabled {
    cursor: default;
    background-color: #ebf1f6;
}

.close-img-button {
    background-color:gray;
    padding:5px;
    margin-left:10px;
    border-radius: 30%;
    position: absolute;
    right: 0;
}

.site-title {
	background-color: #ffffff; 
	padding-top: 15px;
}

.site-title .logo {
	margin-left: 40px;
    height: 50px;
}

.main-logo-wrapper {
	float: left;
}

.company-data-wrapper {
	padding: 15px;
}

.company-data {
		font-size: 11px;
	}

@media screen and (max-width: 640px) {
	.site-title {
		padding: 5px 0;
	}

    .site-title .logo {
        width: 160px;
		margin: 0;
		padding: 0;
    }
	
	.main-logo-wrapper {
		float: none;
		text-align: center;
	}
    
    .bottom img {
        width: 50px;
    }
		
	.bottom-middle {
		display: none;
	}
	.bottom-krlogo-wrapper {
		/*display: none;*/
	}
	
	.company-data-wrapper {
		padding: 5px;
	}
	
	.company-data {
		font-size: 11px;
	}
	
	.company-orders,
	.company-management
	{
		display: inline-block;
		margin-left: 5px;
	}
}

