﻿
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    outline:none !important;
}
body {
}
a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
div:after {
    content:'';
    display:block;
    clear:both;
}
form 
{
    min-height:100vh;
    height:100%;
}
.banner_box {
    height:400px;
    background-image: url('../images/pexels-pixabay-257636.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    z-index:0;
}
.overlay {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: #24C6DC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #514A9D, #24C6DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
z-index:1;
opacity:.9;
}
.login_box {
     position:relative;
     z-index:2;
}
.login_box .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 40px;
    font-size: 13px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.login_box .form-control:focus, .login_box .form-control.active {
    border-color: #00bcd4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login_box .btn-primary {
    background-color: #00bcd4 !important;
    border: 1px solid #00bcd4 !important;
    color: #fff !important;border-radius: 20px;
}
.login_box .btn-primary:hover, .login_box .btn-primary:focus, .login_box .btn-primary:active, .login_box .btn-primary.active, .login_box .btn-primary.focus {
    background-color: #008fa1 !important;
    border-color: #008fa1 !important;
    color: #fff !important;
}

/**/
.categories-area {
    background: #f7f7f7;
}
.section-tittle span {
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    position: relative;
    margin-top: 0;
font-size: 36px;
line-height: 42px;
letter-spacing: -1px;
}
/*.section-tittle span::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #000;
    top: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/
.section-tittle h2 {
    font-size: 50px;
    display: block;
    color: #092c3f;
    font-weight: 900;
}

.categories-area .single-cat {
    border: 9px solid transparent;
    padding:20px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.categories-area .single-cat:hover {
    
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
 
}
.categories-area .single-cat::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #ff2143;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 9px solid #fff;
}
.categories-area .single-cat i {
    color: #eb566c;
    font-size: 45px;
    margin-bottom: 20px;
    display: block;
}
.categories-area .single-cat i {
    color: #eb566c;
    font-size: 55px;
}
.categories-area .single-cat .cat-cap h5 {
     font-size:20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1c165c;
}
.categories-area .single-cat .cat-cap h5 > a {
   
    display: block;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    font-family: "Sarabun",sans-serif;
    
}
.single-cat a {
   
    display: block;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    font-family: "Sarabun",sans-serif;
    
}
.categories-area .single-cat:hover::before {
    height: 100%;
}
.categories-area .single-cat:hover i {
    color: #fff;
}
.categories-area .single-cat:hover .cat-cap h5 {
    color: #fff;
}
.categories-area .single-cat:hover .cat-cap p {
    color: #fff;
}
.cat-cap h5 {
    margin-bottom:0 !important;
}

/* Portal Preheader */
#DivHeaderOuterTop {
    width: 100%;
  background: #24C6DC;
background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);
background: linear-gradient(to right, #514A9D, #24C6DC);
    height: 35px;
    font-size: .9em; color:#fff;z-index: 999999; position:relative;
}
#DivHeaderOuterTop a {
    color:#fff; line-height: 34px; font-size:.9em;
}
#DivHeaderOuterTop a:hover {
    color: #fffc30;
}
.DivHeaderRight {
    display: inline;
    width: 30%;
}
#DivHeaderBut {
    float: right;
    position: relative;
    display: inline;
    height: 25px;
}
/* Header */
.header {
z-index: 999;
background-color: #fff;
-webkit-box-shadow: 0 0.1875rem 0.3125rem 0 rgba(44, 46, 48, 0.1);
box-shadow: 0 0.1875rem 0.3125rem 0 rgba(44, 46, 48, 0.1);
position: relative;
border-bottom: 1px solid #ddd;
}

#DivHeaderOuter {
    width: 100%;
    float: none;
    border-top: 1px solid #e1e1e1;
    background-repeat: repeat-x;
    background-color: #fff;
    border-bottom: solid 1px #eee;
    background-image: url('/Quick Links/portalImages/header-txt-bg.png');
    height: 87px;
}
/* Contact us */
.contactus {
    background-color:#f7f7f7;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact-info {
    margin-bottom: 25px;
}
.contact-info__icon {
    margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;font-weight: 600;
}
.contact-info .media-body p {
    color: #8a8a8a;
}
.contactus h1  {
    font-weight:600 !important;
    font-size:1.2rem !important;
}
/* Check Banner Box */
.checkBox {
  position: relative;
z-index: 2;
margin-top: 10px;
padding: 30px;
background-color: #fff;
-webkit-box-shadow:0 15px 30px 0 rgb(16, 100, 142);
box-shadow:0 15px 30px 0 rgb(16, 100, 142);
width:100%;
}
.checkBox::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: -1;-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}
.checkBox h4 {
    color: #000;
    margin-bottom:10px;font-size:19px; font-weight:600;
}
.check-form{
    margin-right: 19px;
    background: #ffffff;
    position: relative;
}
.title-heading {
    line-height: 26px;
}

.title-heading h4  {
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 1px;
    color:#fff;
}
.title-heading span  {
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 1px;
    color:#fff;
  
}
.title-heading p {
        font-size:16px;
        margin-top: 0;
margin-bottom: 1rem;
    color:#fff;
}
.small-border {
    width: 150px;
    height: 3px;
    border-top: solid 2px #eaa636;
    border-left: none;
    border-right: none;
    display: block;
    margin:10px auto;
    margin-bottom: 30px;
}
.checkBox .btn-primary {
    background-color: #8e49ab !important;
    border: 1px solid #8e49ab !important;
    color: #fff !important;
    border: 1px solid #dee2e6;
border-radius: 20px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
width:100%;
font-size:1rem;
font-weight:600;
}
.checkBox .btn-primary:hover {
    background-color: #692a84 !important;
    border: 1px solid #692a84 !important;
}
.btn:hover, .btn:focus {
    box-shadow:0 0 4px transparent !important;
}
.check-form .btn {
    margin-left:5px;

}
#DivHeaderBut .btn {
  background-color: #3777ac;
border: 0 !important;
color:#fff;
padding:.3rem .75rem !important;
margin-top: 4px;
font-size:16px;
font-weight: 600;
line-height:1;
}

  #DivHeaderBut .btn:hover{
    color:#fff !important;background-color: #35ccdf;
}  

.login_box .form-check{
    padding-left:0 !important;
}
.login_box .form-check a{
    color:#000;
    font-size:13px;
}
.login_box .form-check a:hover{
    color:#007bff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown .dropdown-item {
    line-height:1.5 !important;
}
/* Slide Drawer */
/* Slide tab */
*
{
    box-sizing: border-box;
}
#Div1 {
    height: 320px;
}

/* tabs */
.slideTab h2
{
    color: #fff68e !important;
    font-size: 18px !important;
    font-weight:400 !important;
    margin: 0px;
    padding: 10px 10px 0;
    text-align: left;
    border-bottom:1px dashed #fff;
    
}
.button p
{
    color: white;
    cursor: pointer;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.wrap
{
    position: fixed;
    top: 131px;
    z-index: 999999;
}

.slideTab
{
    background-image: url("../images/vertical_tab.png");
    float: left;
    width: 400px;
    height: 350px;
    padding:10px;
    z-indes: 2;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    -moz-box-shadow: inset -2px 0px 10px #0d0d0d;
    --webkit-box-shadow: inset -2px 0px 10px #0d0d0d;
    box-shadow: inset -2px 0px 10px #0d0d0d;
}
.slideTab ul
{
    margin: 0;
padding: 14px 0 0 14px;
}
.slideTab ul li 
{
    margin:0;
    padding:0;
    color:#fff;
    line-height:1.5;
    font-size:14px;
    
}
.button
{
     background-image: url("../images/vertical_tab.png");
    color: white;
    float: left;
    margin:90px 0px 0px 0px;
    padding:19px 0px 23px;
    z-index: 1 -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 10px 10px 0px;
    -moz-box-shadow: inset -2px 0px 50px #0d0d0d;
    -webkit-box-shadow: inset -2px 0px 50px #0d0d0d;
    box-shadow: inset -2px 0px 50px #0d0d0d;
    width: 43px;
text-align: center;
vertical-align: middle;
}

.button:hover
{
    cursor: pointer;
    -moz-box-shadow: inset -2px 0px 50px #0d0d0d;
    -webkit-box-shadow: inset -2px 0px 50px #0d0d0d;
    box-shadow: inset -2px 0px 20px #0d0d0d;
}
.signin_box h5 {
    font-weight:600;font-size: 1.1rem;
}

/* Footer */
#footer {
    background: #24C6DC;
background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);
background: linear-gradient(to right, #514A9D, #24C6DC);
    padding:5px 0;
    text-align:center;
    color:#fff;position: relative;box-shadow: 0 0 4px #243188;
}


@media screen and (max-width: 999px) {
  .mpo_logo {
     display:none;
  }
  .banner_box {
      height:auto;
      padding-bottom:30px;

  }
  .check-form .btn {
    margin-left: 0;
    margin-top:5px;
}
.categories-area .single-cat {
    margin-bottom: 10px;

}
.contactus {
    text-align:center;
}
.media {
 display:block !important;
}
.categories-area {
    text-align: center;
}
.DivHeaderLeft  {
    display:none !important;
}
.wrap {
    display:none;
}
.title-heading.mt-5.pt-4 {
    padding:0 !important;
    margin:0 !important;
}
.title-heading {
   text-align:center;
}
.checkBox {
    box-shadow:0 0 4px transparent;
}

}
@media screen and (max-width: 444px) {
    .checkBox {
    padding: 20px !important;
   
}
    .p-4.signin_box, .mt-3.signin_box{
    padding: 20px !important;
   
}
    table td input[type="text"], .table td textarea, .table td select {
    min-width: 100px;
}
}


/* Form inner Page design styles */
.wrapper {
    min-height:100vh;
    height:100%;
    background-image: url('../images/ag-square.png');
}
.formHead {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 1.55em;
    border-bottom: 1px solid #151198;
    box-shadow: 1px 10px 7px -8px #eee;
}
.formHead .fa {
    color: #05a7fa !important;
}
/* Table */

.table tr:nth-child(odd) {
    background-color: #fafafa !important;
}
.table tr:nth-child(even) {
    background-color: #fff;
}
.table th {
    color: #fff;
text-transform: uppercase;
background: #24C6DC;
background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);
background: linear-gradient(to right, #514A9D, #24C6DC);
    font-weight:500;
    padding:5px 10px !important;
    border-left: 1px solid #f5f5f5 !important;
    border-top: 1px solid #f5f5f5 !important;
    border-right: 1px solid #f5f5f5 !important;
    border-bottom: 1px solid #e4e2e2 !important;
     font-size:1rem;
}
.table thead th {
 border: 1px solid #2dadcf !important;
}
.table td input[type="text"], .table td textarea {
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7ebee;
    border-radius: .25rem;height:30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.table td {
   white-space: nowrap;
}
.table td select {
    padding: 5px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table td {
    
    padding: 4px 10px !important;
    vertical-align: middle !important;
    border-top: 1px solid #e6e6f2;
    font-weight: normal;
    font-size:0.9rem;
}
.table td input[type="checkbox"], .table td input[type="radio"] {
    display: inline-block;
    margin-bottom:0rem;
    width: auto;border: 0 !important;
}
.form-check-label {
    display: inline-block;
  
}
.form-radio {
    text-align: center;
    margin-bottom: 0;
}
.radioField {
    display: inline-block;
}
.file {
    position: relative;
    display: inline-block;
    cursor: pointer; margin-bottom:0;
    width: 100%;
}

.table td textarea {
    height: 30px;
}
.file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 5px 5px 0 5px !important;
}
.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    padding: .170rem .70rem !important;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 .2rem .4rem rgba(0,0,0,.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.file-custom::before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -0.064rem;
    z-index: 6;
    display: block;
    content: "Browse";
    padding: .170rem .70rem !important;
    color: #555;
    background-color: #f5c4ba;
    border: .075rem solid #f5c4ba;
    border-radius: 0 .25rem .25rem 0;
}
.file-custom::after {
    content: "Choose file...";
}
.table4 td {
    width: 25%;
}
/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1; border-radius:30px;
}
/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #e0e0e0; border-radius:30px;
}
/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #ecebeb; 
}
.table-responsive {
    overflow-x: scroll;
  scrollbar-width: thin;
}
.btn-outline-light {
    color: #fff !important;
    border-color: #007bff !important;
    background-color: #007bff !important;
}
.btn-outline-light:hover {
  
    border-color: #1485ff !important;
    background-color: #1485ff !important;
}
.form-control:focus {
    color: #495057;
background-color: #fff;
border:1px solid #25baf0 !important;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(230, 230, 230, 0.25) !important;
}
.table td select:focus, .table td textarea:focus {
        color: #495057;
background-color: #fff;
border:1px solid #e2988f !important;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(230, 230, 230, 0.25) !important;
}
.table td select:hover, .table td textarea:hover, .form-control:hover  {
    border:1px solid #25baf0 !important;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.table tr td .btn-outline-light:hover {
    background: #24C6DC;
background: -webkit-linear-gradient(to right, #458EE2, #40E1F7);
background: linear-gradient(to right, #458EE2, #40E1F7);
}
/* Icon BG */
.contact-info__icon .fa {
  font-size: 32px;
  color: #9c47fc;
  display: block;
  background: -webkit-linear-gradient(#9c47fc, #356ad2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
#DivServer {
    position: fixed;
right: 10px;
bottom: 0;
background-color: #ffc61c;
font-weight: 600;
color: #151515;font-size:0.9rem;
    padding: 5px; border-radius:10px 10px 0 0;
    z-index: 999 !important;
    padding:5px 20px;
}



/* Inner Pages 29.09.2021 */
.innerpage-heading {
 
     background-color: #ededed;
    color: #191919;
    padding: 6px 0;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.innerpage-heading .btn-primary {

background-color:#0069d9; color:#fff; border:0 !important; font-weight:600;
 
}
.innerpage-heading .btn-primary:hover {

background-color:#ffd11f !important; color:#000 !important; 
 
}
.welcome-heading {
    font-weight:600;
}
.leftBox-col, .rightBox-col  {
    background-color: #f7fafc !important;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    box-shadow: 0 0 4px #ddd;
}
.leftBox-col h3, .leftBox-col .h3 {
    font-size: 1.0625rem;font-weight: 600;
line-height: 1.5;
}
.leftBox-col .form-control-label {
    font-size: .875rem;
    font-weight: 600;
    color: #525f7f;
}
.leftBox-col .focused .form-control, .leftBox-col .form-control {
    border-color: rgba(50, 151, 211, .25);border:1px solid transparent;
}

.leftBox-col .form-control-alternative {
    transition: box-shadow .15s ease;
border:1px solid transparent;
box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
padding: 4px 10px !important;
height: 100%;
}
.leftBox-col .btn {
width: 100%;font-weight:600;
}


.rightBox-col h3, .rightBox-col .h3 {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.5;
}


/* Tab */

ul { list-style-type: none; }

a {
  color: #2666e1;
  text-decoration: none;
}
/** =======================
 * Contenedor Principal
 ===========================*/



.accordion {
  width: 100%;
  /*max-width: 360px;*/
  margin: 0px auto 0px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding:10px 15px 10px 15px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 13px;
  left: 12px;
  font-size: 16px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #2666e1; }

.accordion li.open i { color: #2666e1; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #dff2ff;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #4b4a5e;padding:5px 10px; list-style-type:none; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #2666e1;
  color: #FFF;
}
.submenu li .btn {
margin-top: .25rem !important;
    padding: .25rem .5rem; border:0 !important;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem; color:#fff !important;
}
.submenu li .btn-primary {
      background: #2666e1; font-weight:600;
}
.submenu li .btn-primary:hover {
    background: #0062cc;
}

.submenu li a:last-child{
   margin-bottom:10px;
}


    .user-manual .btn {
       margin-top: .25rem !important;
    }


    /* Sign up */
    .form-wrapper {
    background: #fff;
    border-radius: 5px;
    padding:20px;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
    .form-wrapper h4 {
    font-weight: 600;
    margin-bottom: 2.5rem;font-size: 1.2rem;
}
    .signup_form .form-control, .custom-select {
    border-radius: 0px;
    color: #495057;
    background-color: #f1f1f1;
    border-color: none;
}
    .signup_form .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #b5b6b3;
    outline: 0;
    box-shadow: none;
}
    .signup_form label {
    display: inline-block;
    margin-bottom: .1rem; font-weight:600;
}
    .redtext {
        color:Red; font-size:13px;
        margin-bottom:5px;
    }
    /* Captcha */
    /********************Horizontal capthca for inner pages*************************************/
    .capctha {
        text-align: center; width: 97%; vertical-align: top; z-index: 720; float: none;
    }
.main_captch {
        width:250px;
        margin: 3px auto;
        padding: 0;
        box-sizing: border-box;
        text-align: left;
        line-height: 10px;
        background-color:#fff !important;
        display:block;
        border:1px solid #ddd;
        border-radius:5px;
    }

    .capthca_pic {
        float: left;
        margin:2px 0;
        width:100%;
        text-align:center;
        border-bottom:1px solid #bfbfbf;
    }

        .capthca_pic img {
            height: 34px;
           padding:5px 0;
            margin:0 auto;
        }


    .ver_code {
        float: left;
    }

    .inp_btn {
        float: left;
        width: 46%;
        margin: 3px 10px 3px 2px;
    }
.inp_btn input[type="text"] {
    width:93%;
   padding: 7px;
    background-color: #fff;
 border-radius:5px;
    border: #ddd 1px solid !important;
    
    
   
}

    .sound_pho {
        float: left;
        padding: 10px 3px 5px 5px;
    }

    img {
        vertical-align: middle;
    }

    .refresh_pho {
        float: left;
        padding: 10px 7px 5px 5px;
        font-size: 10px;
    }

    .help_pho {
        float: left;
        padding:5px 3px;
        font-size: 10px;
        width:2%;
  
}
    /********************Modal Content for inner pages*************************************/
    /********************Modal Content for Login pages*************************************/
    
    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: absolute; /* Stay in place */
        /*z-index: 1;*/ /* Sit on top */
        padding-top: 157px; /*Location of the box*/
        right:-46px;
        top: 0;
        width: 100%; /* Full width */
        height: 30%; /* Full height */
        /*overflow: no-content;*/ /* Enable scroll if needed */
        /*background-color: rgb(0,0,0);*/ /* Fallback color */
        /*background-color: rgba(0,0,0,0);*/ /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
    background-color: #fefefe;
    margin:0 auto;
    padding: 5px;
    border: 1px solid #888;
    width: 300px !important;
    position: relative;
}

    /* The Close Button */
   .close {
          height: 30px;
    width: 30px;
    color: #ffffff;
    float: right;
    position: absolute;
    font-size: 15px;
    margin: 0px;
    font-weight: bold;
    right: -10px;
    top: -10px;
    background-color: #fff;
    border-radius: 50px;
    line-height: 25px;
    text-align: center;
    opacity:1 !important;box-shadow:0 0 4px #ddd;
}
        .close:hover,
        .close:focus {
            color: #c5c5c5;
            text-decoration: none;
            cursor: pointer;
            box-shadow:0 0 4px transparent;
            
        }

   .modal-content ol li {
        margin: 0;
    padding: 0;
        font-size: 12px;
        font-family: Microsoft New Tai Lue;
        line-height: 25px;
        color: #000;
    }
    .captcha {
        margin:0;
            padding: 10px 20px;
    }


    /* logout Screen */
    
/* === Logout Page Css */
.logoutBox .logoutIcon{
    height: 200px;
    width: 200px;
    margin:0 auto;
}
.logoutBox  {
    padding:0 !important;
}

.logoutBox .card-header h4 {
    display:inline-block;
    float:left;
   
}
.logoutBox .bg-light {
     background-color:#fff !important;
}

.logoutBox .card-body {
    background-color: #f6f9fb;margin:10px 10px 10px 10px;
}
.logoutBox .card-body h3 {
    padding: 0.3rem !important;
    font-size:1.6rem;
    margin:0;
}
.logoutBox .card-body h6 {
    padding: 0.7rem !important;
    margin:0;
    font-size:0.9rem;
}
.logoutBox .card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 0 !important;
}
.login-window {
    padding:4px;
    background-color:#ddd;
}
.login-window.btn-group-sm > .btn, .login-window.btn-sm {
    padding: .2rem .5rem;
    font-size: .875rem;
    line-height: 1;background-color: #3f6ad8 !important;
border-color: #3f6ad8 !important; color:#fff;
}
.login-window.btn-sm:hover {
    color:#fff !important;
    background-color:#ef9424 !important;
    border:1px solid #ef9424 !important; 
}

.logoutBox {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}
.leftBox-col .btn-primary {
  color: #fff;
 /* background-color: #79a8e6;
  border-color: #6b9ad9;*/
}















/* Slider CSS */
.sliderMain {
    position:relative;height:400px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;

}
.carousel-item img {
  
}
.checkBox-outer {
 
width: 100%;
 
margin: -70px auto;
 

}
.carousel-indicators {display:none !important;}
.section-padding30 {
  position:relative;
}
.checkBox {
 
  -webkit-box-shadow:5px 1px 11px -27px rgb(225, 227, 227);
  box-shadow:5px 1px 11px -27px rgb(225, 227, 227);
 
}
.categories-area {
    padding-top:110px !important;
}

.section-padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
 .carousel-inner img {
    width: 100%;
    height: 550px;
  }


 .overlay-slider {
       position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: #0c3332;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0c3332, #606720);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0c3332, #606720); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
z-index:1;
opacity:.7;

 }
 .overlay-slider:after {
     content:'';
     height: 100%;
position: relative;
z-index: 1;
left: 0;
top: 0;


 }
 #DivHeaderOuterTop {
       background: #0c3332;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0c3332, #606720);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0c3332, #606720); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }
.checkBox .btn-primary {
    background-color: #bdece4 !important;color:#000 !important;border: 1px solid #61b9aa !important;
}
.checkBox .btn-primary:hover {
  background-color: #093b28 !important;
  color: #fff !important;
}
#footer {
    box-shadow:none !important;
    background: #0c3332;
background: -webkit-linear-gradient(to right, #0c3332, #606720);
background: linear-gradient(to right, #0c3332, #606720);
}



.categories-area .single-cat::before {
    
   background: rgba(189, 236, 228,.3);
}
.categories-area .single-cat:hover i {
  color: #000;
}

.categories-area .single-cat:hover .cat-cap h5 {
  color: #000;
}

.categories-area .single-cat i {
  color: #61b9aa;
  font-size: 55px;
}

.slideTab {
  background-image:none !important;
 
  background-color:#fff;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.slideTab h2 {
  color: #0f0f0f !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin: 0px;
  padding: 10px 10px 0;
  text-align: left;
border-bottom: 1px dashed #594722;
}

.checkBox .btn-primary {
    background-color:#ec2126;
    box-shadow:none !important;
    background-image:none !important;
}

.checkBox .btn-primary:hover {
    background-color:#97dbcf !important;border: 1px solid #61b9aa !important;
}

#DivHeaderBut .btn {
    background-color: #8fbf2e;
    background: #8fbf2e;
}
#DivHeaderBut .btn:hover {
  background-color: #193b2f !important;
}
.slideTab ul li {
 
  color: #6f6f6f;
 
}
.button {
   box-shadow: none !important;
background-image: none !important;
background: rgb(233, 235, 234);
}
.button p {
   transition:.2s ease;font-size: 17px;color: #000;
transition: .2s ease;
font-weight: 600;
}

.button:hover p {color: #ed3035;}

#DivHeaderBut {
  width: 66%;
  text-align:right;
}
.dropdown-menu.show {
  display: block;
  padding:0;border:0;box-shadow:0px 6px 20px 0px rgba(0,0,0,.2);
}
#DivHeaderOuterTop a.dropdown-item {
    border-bottom:1px dotted #ddd;

}
.dropdown-menu a:before {
    content:'\f007';font-family:Fontawesome;margin-right:5px;

}
.dropdown-item {

    padding: .44rem 1rem !important;
}



@media screen and (max-width: 999px) {
    #DivHeaderBut {
  width: 100% !important;
  text-align: right;
}
    .carousel-inner img {
  width: 100% !important;
  height: 400px !important;
}
    
    .section-padding30 {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}
    .sliderMain {
    position:relative;height:400px;
}
}
.carousel-indicators {
    bottom:90px !important;
}



/*  Login */
.login-box 
{
    width:320px;
    margin:0 auto;
}
.login-box .thumbnail 
{
    padding:10px;
}
.capctha {
    border:none !important;
    border-radius: 0px;width:100%;
}
.main_captch {
    width: 100%;
}