@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
body {
    font-family: "Source Sans Pro", "helvetica", "sans-serif";
    font-style: normal;
    font-weight: normal;
    /*text-align: center; */
}
.submitbtn {
    color: white;
    background-color: #315831;
    padding: 10px;
    font-weight: bolder;
}
.tableth{
    border-right:1px solid #FFF;text-align:center;background: none repeat scroll 0 0 #3a4d58;color: white;font-size: 13px;padding: 15px 0 14px; min-width: 100px;width:50%;
}
.tableth a{
    text-align:center;color: white;font-size: 13px;
}
.btnclass {
    background-color: green;
}
.btnclass:hover{
    font-size: 13px;cursor: pointer;border:1px solid green;
}

.tabletd{
    text-align:center;padding:5px;color: rgba(39, 65, 90, 0.5);font-size: 13px;border:1px solid #ccc;
}
.selectbox{
    border: 1px solid #ccc;color: #666;font-size: 13px;padding: 5px;width:70px;
}
.tdinput{
    border: 1px solid #ccc;color: #666;font-size: 13px;padding: 5px;width:97%;
}
.themeselect{
    border: 1px solid #ccc;
    color: #666;
    font-size: 13px;
    padding: 5px;
    width: 100%;
}
.alert-fixed {
    position:fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%;
    z-index:9999; 
    border-radius:0px
}
input:read-only { 
    background-color: #eeeeee;
}

.field-a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;

    border-left-style: solid;
    border-left-width: 1px;

    border-right-style: solid;
    border-right-width: 1px;

    border-top-style: solid;
    border-top-width: 1px;
    height: auto;
    margin-bottom: 15px;
    margin-left: 25px;
    margin-right: 0;
    margin-top: 0;
}

.lable-b {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    margin-bottom: 15px;
    width: auto;
}
.status-class{
    min-width:90%;
    margin:2px;
}
.choco_theme{
    /*background-color:#3c281b;*/
    background-color:#FBBC05;
    margin:0;
    padding: 28px 0 28px 0;
    color:white;
    font-weight:500
}
.contra_theme{
    /*background-color:#3c281b;*/
    background-color:#3a4d58;
    margin:15px 0;
    padding:20px;
    color:white;
    font-weight:500
}

.choco_theme .logo{margin:0px; padding:0px; float:left; width:16%;}
.choco_theme h3{margin:0px; padding:13px 0 0; float:left; width:70%;}

.brdr_class{
    border:10px solid #3a4d58;
    margin:0;
    margin-bottom:15px;
    padding:0;
}
.brdr_class_theme{
    border:10px solid chocolate;
    margin:0;
    padding:0;
}
.btn-danger{
    cursor: text !important;
}
.btn-success{
    cursor: text !important;
}
.submitbtn:hover{
    color: chocolate;
    background-color: #3a4d58;
    padding: 10px;
    font-weight: bolder;
    text-decoration:none
}
li.mrgcls{
    margin:15px 0 15px 5px;

}
.upload{
    margin:10px 10px 10px 0;
    padding:10px;
    border:1px solid rgb(169, 169, 169);
    width:70%;
}
.selectbox_design{
    width:70%;
    padding:10px;
}
.cls-btn{
    display: table-cell;
    width:50px;
}
.tbl-border{
    border:1px solid rgb(169, 169, 169);
    margin:10px;
}
input,select{
    padding:5px 5px 5px 8px;
}
/* START CSS FOR SET DB CONFIGURATION MODAL BY HJ ON 24-04-2019 */
body {font-family: Arial, Helvetica, sans-serif;}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
    background-color: #FF9933;
    color: white;
    width: 100%;
}
.modal-body {padding: 12px 16px; float:left; width: 100%; background:#fff;}
.modal-footer {
    padding: 2px 16px;
    background-color: #138808;
    color: white;
    float: left;
    width: calc(100% - 32px);
    margin: 0;
}

.includes-new{margin:0 0 15px; padding:0px; float:left; width:100%;}
.includes-new label{ margin: 4px 0 0px; padding: 0px; width: 30%; float: left;}
.includes-new input, .includes-new select{width:66%; padding: 5px 0px 5px 5px;}
.includes-input{width:30%!important; padding: 5px 0px 5px 5px; border: 1px solid #028bff; background:#028bff; color:#fff; border-radius: 2px;}
.includes-input:hover{ background:#ff000c; border: 1px solid #ff000c; color:#fff;}
.setup-form {margin-top: 20px; padding-bottom: 120px;}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

.sticky + .setup-form {
  padding-top: 120px;
}
.preload { 
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
}
/* END CSS FOR SET DB CONFIGURATION MODAL BY HJ ON 24-04-2019 */