@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,500i,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap&subset=latin-ext');

/* DatePicker Custom Styles */

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.datetimepicker thead tr th.dow {
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #000;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.day,
.datetimepicker table tr td.new {
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
}


/* DatePicker Custom Styles End */

input.error,
select.error,
textarea.error {
    border: 1px solid #ff0000 !important;
}

.update-container label.error {
    width: 100%;
    font-size: 11px;
    color: #ff0000;
    margin-bottom: 2px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
}

.input-group-addon {
    padding: 6px;
    line-height: 0;
    text-align: center;
    color: #000;
    border-radius: 0;
    margin-right: 2px;
    font-weight: bold;
    background-color: #ddd;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 7px #00000021;
}

.update-container {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 2px;
}

.update-container .text-center h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6em;
    margin-top: 15px;
    color: #795548;
    font-family: 'Poiret One', cursive;
    letter-spacing: 2px;
}

hr.type_7 {
    border: 0;
    height: 32px;
    background-image: url(../images/type_hr.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}

.databox-segment {
    text-align: left;
}

.databox-segment p {
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #4CAF50;
}

.databox-segment hr {
    margin-top: 0;
    border-top: 1px solid #4CAF50;
}

.form-group {
    margin-bottom: 5px;
}

.form-group label {
    margin-bottom: 0px;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    letter-spacing: .5px;
}


/* .form-group input,
.form-group textarea {
      padding: 3px 6px;
      height: auto;
      border-radius: 0px;
      font-size: 14px;
      border: 0;
      border-bottom: 1px solid #ddd;
      padding-left: 0;
      padding-top: 0;
} */

.form-group input,
.form-group textarea,
.form-group select,
select.graduationList_add {
    padding: 3px 6px;
    height: auto;
    border-radius: 0px;
    font-size: 12px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 7px #00000021;
}

fieldset {
    padding: 12px;
    border: 1px solid #ddd;
    margin-top: 1rem;
}

legend {
    display: block;
    border: none;
    width: auto;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 600;
    color: #FF9800;
    margin: 0;
}

.btn-success {
    color: #fff;
}


/* Tabs Styles */

.privacyagreement-Form {
    border: 1px solid #8BC34A;
    border-radius: 3px;
    padding: 1.5rem;
}

.privacyagreement-Form h3.head {
    text-align: left;
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 1em;
    font-family: 'Poiret One', cursive;
}

.privacyagreementtab a:hover,
.privacyagreementtab a:focus {
    outline: none;
    text-decoration: none;
}

.privacyagreementtab .nav-tabs {
    position: relative;
    border-bottom: none;
}

.privacyagreementtab .nav-tabs li {
    margin: 0;
}

.privacyagreementtab .nav-tabs li a {
    display: block;
    padding: 10px 15px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    border: none;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}

.privacyagreementtab .nav-tabs li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    perspective-origin: 50% 100%;
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform-origin: 50% 100% 0;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
}

.privacyagreementtab .nav-tabs li.active a:after {
    background: #8BC34A;
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

.privacyagreementtab .nav-tabs li.active a,
.privacyagreementtab .nav-tabs li a:hover {
    color: #fff;
    border: none;
}

.privacyagreementtab .tab-content {
    padding: 15px;
    background: transparent;
    font-size: 15px;
    color: #000;
    line-height: inherit;
    border: 1px solid #8bc34a;
}

.privacyagreementtab .tab-content p {
    font-size: 13px;
    line-height: inherit;
}

.privacyagreementtab .tab-content h3 {
    font-family: sans-serif;
    font-size: 22px;
    margin-top: 26px;
    margin-bottom: 12px;
    font-weight: normal;
    letter-spacing: .8px;
    text-shadow: 0px 0px 0px #000;
}

.tab-content>.tab-pane {
    display: block;
}

.fade:not(.show) {
    opacity: .8
}

.privacyagreement-Form button {
    font-family: 'Poiret One', cursive;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 1px #fff;
}

#PrivacyPolicyModal h4,
#PrivacyPolicyModal h5 {
    color: #4caf50;
}

#message-alerts {
    position: fixed;
    z-index: 9;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
}

#message-alerts .alert {
    margin: 0 auto;
}

#instructionModal .modal-body table {
    border: 1px solid #ddd;
}

#instructionModal .modal-body table thead {
    background-color: #000;
}

#instructionModal .table thead th {
    font-size: 13px;
    font-weight: bold;
    padding: 12px 6px;
    color: #fff;
    text-align: center;
}

#instructionModal .table thead th:first-child,
#instructionModal .table-field thead th:first-child,
#instructionModal .table-field thead th:nth-child(2) {
    border-right: 1px solid #fff;
    width: 132px;
}

#instructionModal .table tbody td:first-child {
    letter-spacing: .8px;
}

#instructionModal .table tbody td {
    vertical-align: middle;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

#instructionModal .table tbody td:last-child {
    text-align: justify;
    word-break: break-word;
}

#instructionModal .table-field thead th:nth-child(2) {
    width: 132px;
}

#instructionModal .table-field tbody td {
    font-size: 13px;
    padding: 2px 6px;
}

#instructionModal .table-field tbody td:first-child {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .5px;
}

#generalAnim {
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: 800;
    background-color: #ff0000;
    padding: 0px 5px;
    -moz-animation: blink normal 2s infinite ease-in-out;
    -webkit-animation: blink normal 2s infinite ease-in-out;
    -ms-animation: blink normal 2s infinite ease-in-out;
    animation: blink normal 2s infinite ease-in-out;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
    }
}
