/***********************************************************************************************************/
/* Start General*/
#bodyContent {
    min-height: 460px;
}

.form-horizontal .control-label {
    text-align: left;
}

.modal {
    width: 600px;
}

.control-without-label {
    margin-left: 0px!important;
    float: left;
}
/* End General*/
/***********************************************************************************************************/
/* Start List*/
table .alignCenter {
    text-align: center;
}

table .alignRight {
    text-align: right;
}

table .alignLeft {
    text-align: left;
}

table .tdHide {
    display: none;
}

table .trSelected {
    background-color: #DDDDDD;
}

table .chkCell {
    width: 30px;
}

table .chkTable input {
    margin-left: 10px;
}

/* End List */
/***********************************************************************************************************/
/* Start Bootstrap */
input.search-query {
    border-radius: 0 0 0 0;
}

.btn-toolbar {
    margin-bottom: 0;
}
/* End Bootstrap */
/***********************************************************************************************************/
/* Start Home */
#companyLink {
    margin: 0px;
    padding: 0px;
    padding-top: 8px;
    margin-left: 65px;
    margin-right: 30px;
}
/* End Home */
/***********************************************************************************************************/
/* start show loading*/
.loading-indicator {
    height: 80px;
    width: 80px;
    background: url( 'images/loading.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
/* end show loading */
/***********************************************************************************************************/
/* start filterGridview*/
.btn-input-toolbar {
    vertical-align: top !important;
}
/* end filtergridview*/
/***********************************************************************************************************/
/* start User Editions */
#DocumentTypeID {
    width: 65px;
}

#DocumentNumber {
    width: 145px;
}
/* end User Editions */
/***********************************************************************************************************/
/* Start Home */
.loginContainer {
    margin: auto;
    margin-top: 80px;
    padding-top: 30px;
    padding-left: 30px;
    width: 255px;
    height: 220px;
    background-color: #EEEEEE;
    border-radius: 6px 6px 6px 6px;
}

.rememberPassword {
    font-size: 13px;
}
/* End Home */
/***********************************************************************************************************/
/* Start Site*/
#tableResult.sites select {
    width: 100%;
}

#tableResult.sites input {
    width: 98%;
}

#tableResult .button {
    text-align: center;
}
/* End Site*/
/***********************************************************************************************************/
/* Start RealEstateAgency*/
#sites {
    width: 50%;
}

/* End RealEstateAgency*/


