/* General styles */
body {
    background-color: #f0f0f0;
}

input[type=checkbox] {
    width: 13px;
}

/* Responsive container */
.container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

/* Alert styles */
.alert-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.2);
}

.alert-content {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: block;
}

/* Company area styles */
.companyArea {
    display: none;
}

/* Checkbox styles */
.checkbox-danger {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}

/* Input styles */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Modal styles */
#ajaxModal {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999;
    top: 0;
    overflow: hidden;
    background: white;
}

.ajax-modal-content {
    overflow-y: scroll;
}

#sendForm {
    visibility: hidden;
}

.font-sie-07 {
    font-size: 0.7rem;
}

/* Admin styles */
#adminNewClient table td {
    text-align: center;
}

.client-data p {
    width: 100%;
    font-size: 0.7rem;
    margin: 0;
    text-align: left;
}

#clients {
    font-size: 0.9rem;
}

#selectRecordNumber,
#selectAgreementTime,
#orderBy {
    width: 100%;
}

.agreement-edit-client-data p {
    width: 100%;
    margin: 0;
    text-align: left;
}

/* Table styles */
table th,
table td {
    padding-left: 1px;
    padding-right: 1px;
}

table#agreements {
    width: 100%;
}

#gusData {
    position: fixed;
    top: 30%;
    display: none;
    padding: 5px;
    background: lightgray;
}

.border-danger {
    border-width: 2px !important
}

input {
    padding-left: 0.1rem !important;
    padding-right: 0.1rem !important;
}
#adminAgreementEdit input[name="agreementEndDate"],
#adminAgreementEdit input[name="agreementBeginDate"]{
    cursor: pointer
}
.ajax-modal-content .contactPerson0{
    margin-top: 10px !important;
}

#contactPersonFormCancel{
    display: none;
}
.terminated-clients-remove{
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.virtual_office_addres{
    display: none;
}
#newCompanyNote{
    width: 500px;
    float: left;
}

/* Responsive styles */
@media only screen and (max-width: 991px) {
    label{
        margin: 0;
    }
    #gusData {
        top: 10px;
        right: 10px;
    }
 
    input[type=checkbox] {
        width: 22px;
        height: 22px;
        margin-top: 0.2rem !important;
    }
}
