﻿.btn {
    background-color: #173470;
    border-color: #173470
}

.lblTitle {
    /*width: 31%;*/
    text-align: center;
}

fieldset {
    border: 1px solid #ddd !important;
    text-align: center;
    margin: 0;
    /*padding: 30px;*/
    position: relative;
    border-radius: 4px;
    /*background-color: #f5f5f5;*/
    background-color: aliceblue;
}

legend {
    font-size: 18px !important;
    margin-bottom: 0px;
    /*width: 100%;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 5px;
    /*background-color: #b6cf4d;*/
    background-color: #ffffff;
    /*color: white;*/
    color: #173470
}

.lblErrorMessage {
    color: red;
    font-size: 13px;
    font-weight: normal
}

.mainlbl {
    border: 1px solid #ddd;
    border-radius: 15px;
    /*background-color: #f9ba00;*/
    background-color: #173470;
    color: white;
    padding: 5px 15px 5px 15px;
    margin-bottom: 15px
}

.leftCol {
    border-left-color: #173470;
    border-left-width: 2px;
    border-left-style: solid;
}

.rightCol {
    border-right-color: #173470;
    border-right-width: 2px;
    border-right-style: solid;
    padding-right: 10px;
    margin-bottom: 0px;
}

.formInputs {
    display: inline;
}

.css-shapes {
    margin: -35px 40px 0px 0px;
    position: absolute;
    height: 150px;
    width: 30px;
    background: #173470;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    box-sizing: border-box;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .css-shapes:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 50px;
        border-bottom: 15px solid aliceblue;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        box-sizing: border-box;
    }

    .css-shapes span {
        position: absolute;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        height: 20px;
        width: 110px;
        margin: 55px -50px 0px 0px;
    }

.form-control {
    margin-bottom: 5px !important;
    /*height: 31px;*/
    /*padding: 0px !important;*/
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.btnPages:hover {
    color: #f9ba00;
    background: none;
    border: none;
}

.btnPages {
    cursor: pointer;
    font-weight: bold;
    background: none;
    color: #919889;
    border: none;
    padding: 1px;
}

    .btnPages.active {
        color: #f9ba00 !important;
    }

#lblApproval {
    border-color: red;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    padding: 5%;
    background-color: #fff5f5;
}

#divApproval {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 11px;
    display: inline-block;
    /*border-color: #b6cf4d;
    border-width: 2px;
    border-style: solid;*/
    border: 2px solid #173470;
    border-radius: 20px;
    padding: 5px;
    color: black;
}

#tblDesires, #tblBirthDate {
    font-size: 13px;
    border: 0px;
    text-align: center;
    margin-bottom: 15px;
}

#tblDesires {
    border-spacing: 0px 10px;
    border-collapse: separate;
}

.lblData {
    color: black;
    text-align: right;
}

#tblBirthDate .lblData {
    border: 1px solid #f9ba00;
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
}

#tblDesires .lblData {
    border: 1px solid #f9ba00;
    padding: 0px;
    border-radius: 15px;
}

#tblDesires label {
    padding: 5px;
    width: 100%;
    text-align: center;
}

#tblDesires td {
    width: 25%;
}

#ConfirmPage .lblTitle {
    width: auto;
}

.lblSpecial label {
    margin-bottom: 0px;
}

.lblSpecial {
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: white;
    color: black;
    padding: 5px 15px 5px 15px;
    width: auto;
    box-shadow: 0px 5px #ababab;
    margin-top: -4px;
}

.lblSpecialData label {
    margin-bottom: 0px;
}

.lblSpecialData {
    color: black;
    text-align: left;
    border: 1px solid #173470;
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
    width: 100%;
}

#lblResult {
    font-size: 18px;
    color: white;
    border: 1px solid;
    padding: 2px 15px 2px 15px;
    border-radius: 15px;
    width: 35%;
    text-align: center;
}

#printDateDiv {
    height: 15px !important;
}

#lblInqPrint {
    display: block !important;
}

#printHeader {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

/** {
    font-size: 14px !important;
}

h3 {
    font-size: 1.75rem !important;
}*/

.css-shapes:after {
    /*transform: rotate(180deg);
    margin-bottom: -35px !important;*/
}

.css-shapes span {
    margin-top: 65px !important
}

#tblBirthDateDiv {
    margin-top: 20px !important;
}

#tblDesires td {
    /*padding-bottom: 10px !important;*/
    text-align: center !important;
}

#btnConfirm {
    display: none;
}

.lblSpecialDataDiv {
    width: 88% !important;
}

@media(max-width:767px) {
    .leftCol {
        border: 0px solid !important
    }
}

@media (min-width: 768px) {
    .group-controls {
        display: flex
    }
}

.col-md-10 {
    padding-left: 0px
}

.modal-header .close {
    margin: -15px auto -15px -15px
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.custom-container {
    padding-bottom: 30px
}

.display-data {
    width: 50%
}