/*
Theme Name: SERUM FES
Theme URI: http://www.appgene.net
Author: APPGENE
*/

/*general*/
html {
    font-family: 'proxima-nova', sans-serif;
    outline: 0 !important;
    overflow-x: hidden !important;
}

body {

    font-family: 'proxima-nova', sans-serif;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000;
    background: url("assets/bg.jpg") no-repeat fixed !important;
    -webkit-background-size: cover !important;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position:fixed !important;
    overflow-x: hidden !important;
    margin-bottom: 30px;
    overflow-x: hidden;
}
.container {
    max-width: 1280px;
    margin-top: 0px;
/*    padding-left: 50px;
     padding-right: 50px;*/
 }
 .nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.nopaddingLR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
a:focus {
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}
a {
    font-weight: 600;
    text-decoration: none;
    color:#000;
}
a:hover {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    opacity: 0.5;
}
h1 {
    font-size: 42px !important;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
}
h2 {
    font-size: 32px !important;
    color: #000000;
    font-weight: bold;
    line-height: 1;
    margin-top:0;
}
h3 {
    font-size: 24px !important;
    color: #000000;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 0;
}
h4 {
    font-size: 20px !important;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 1.3;
}
h5 {
    font-size: 18px !important;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3;
}
hr {
    border-top: 1px solid #C3C3C3 !important;
}

.spacer {
    margin-top: 10px;
}
.spacerS {
    margin-top: 20px;
}
.spacerSS {
    margin-top: 25px;
}
.spacerM {
    margin-top: 30px;
}
.spacerMM {
    margin-top: 45px;
}
.spacerML {
    margin-top: 60px;
}
.spacerL {
    margin-top: 90px;
}
.spacerLL {
    margin-top: 120px;
}
.spacerLL2 {
    margin-top: 150px;
    /*for copyright*/
}
.spacerXL {
    margin-top: 200px;
}
.spacerXXL {
    margin-top: 400px;
}
.copyright {
    font-size: 12px;
    color: #fff;
}
.copyright a {
  font-size: 12px !important;
  color: #fff;
}
.btn-menu {
    color: #000;
}

/*forms*/
.btnActions {
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    width: 35px;
    height: 30px;
    padding: 2px 6px;
}
.btnActions:hover, .btnActions:focus {
    opacity: 0.5;
    color: #fff;
}
.btnActionsDisable {
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    color: #000;
}
.btnActionsDisable:hover {
    background-color: #ee5174;
    border-color: #ee5174;
    color: #fff;
}
.btnActionsGreen {
    display: inline-block;
    vertical-align:middle;
    background-color: #54CE67;
    border-color: #54CE67;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    width: 35px;
    height: 30px;
    padding: 2px 6px;
}
.btnSubmit {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    /*width: 160px;*/
    width: auto;
    height: 35px;
/*    padding: 2px 18px;*/
padding: 5px;
letter-spacing: 1px;
border: none;
}
.btnSubmit:hover, .btnSubmit:focus {
    opacity: 0.5;
    color: #fff;
}
.btnSubmitOutline, .btnSubmitOutline:focus {
    background-color: transparent;
    border-color: #000;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    /*width: 160px;*/
/*    height: 35px;*/
padding: 4px 6px;
letter-spacing: 1px;
}
.btnSubmitOutline:hover {
    opacity: 0.5;
    color: #000;
}
.btnSubmitOutline:focus {
    opacity: 0.5;
    color: #000 !important;
}
.btnOutlineDashboard, .btnOutlineDashboard:focus {
    background-color: transparent;
    border-color: #000;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    /*width: 160px;*/
    height: 30px;
    margin-top: 10px;
    padding: 4px 6px;
    letter-spacing: 1px;
}
.btnOutlineDashboard:hover {
    opacity: 0.5;
    color: #000;
}
.btnOutlineDashboard:focus {
    opacity: 0.5;
    color: #000 !important;
}
.btnSubmitAlert {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    height: 35px;
    padding: 2px 6px;
    letter-spacing: 1px;
    border: none;
}
.btnSubmitAlert:hover, .btnSubmitAlert:focus {
    opacity: 0.5;
    color: #fff;
}
.btnSubmitAlertOutline, .btnSubmitAlertOutline:focus {
    background-color: transparent;
    border-color: #000;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    height: 35px;
    padding: 2px 6px;
    letter-spacing: 1px;
}
.btnSubmitAlertOutline:hover {
    opacity: 0.5;
    color: #000;
}

.btnSmall {
    /*display: inline-block;*/
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
}
.btnSmall:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}
.btnSmall a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.btnSmall a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
.btn[disabled] {
    opacity: .30;
}

.btn:focus {
    color: #fff;
}

.btn-primary {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    width: 300px;
    height: 35px;
    padding: 5px 18px;
    letter-spacing: 1px;
    border: none;
    text-align:center;
}

.btn-primary:hover {
    background-color: #000;
    color: #fff;
    opacity: 0.5;
}
.btn-primary:focus {
    background-color: #000;
    color: #fff;
}
.btn-primary.center-block:focus {
  background-color: black;
  opacity: 1;
  text-decoration: none !important;
}


/* Number field hide numbers Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/*form validation*/
.help-block {
  border-color: #dc4c64 !important;
}
.has-success .form-control {
 border-color: #dc4c64 !important;
}

.has-success .form-control:focus {
   border-color: #dc4c64 !important;
}

.has-error .bootstrap-select .dropdown-toggle {
 border-color: #dc4c64 !important;

}
.has-error .form-control-feedback .control-label{
    color: #000 !important;
}
.has-success .form-control-feedback .control-label{
    color: #000 !important;
}

label {
/*    display:block !important;*/
margin-top: 25px !important;
font-size: 16px;
text-transform: uppercase;
}
.labelXL {
    font-size: 18px;
}


/*table*/
table {
    table-layout: fixed;
    word-wrap: break-word;
}
table th, table td {
    overflow: hidden;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    padding-left: 0;
    /*vertical-align: middle;*/
}
th {
    font-size: 14px;
    font-weight: 600;
}
td {
    font-size: 13px;
}
input[type="checkbox"], input[type="radio"] {
    width: 20px;
    height: 20px;
}

.radio-group-register {
    display: flex;
    gap: 20px; /* Adjust the gap between radio buttons as needed */
    justify-content: center;
}
.radio-group-register label {
    display: flex;
    flex-direction: column;
    align-items: center;
}

textarea {
    resize: none;
}
.jodit-status-bar-link {
  display: none;
}
.sublabel {
    display: block;
    font-weight: normal;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #000;
}
/*panels aka cards*/
.panelLogin {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    width: 450px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
.panel-body {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
.panel-default>.panel-heading {
    font-weight: bold !important;
    font-size: 20px;
    background-color: transparent !important;
    text-transform: uppercase;
    color: #000;
}
.panel-heading{
    border-color: #000 !important;
    border-width: 3px;
    padding-left: 5px;
    margin-left:10px;
    margin-right:10px;
}
.panelList {
    border-radius: 30px;
    padding: 20px;
}
.panelListLogin {
    padding: 20px;
}
.table>thead>tr>th {
    border-bottom: 5px solid #000;
}

/*footer*/
.startAgain {
    font-size:16px;
    font-weight:normal;
}
.startAgain:hover{
    font-size:16px;
    font-weight: normal !important;
}
.footer a {
    color: #000;
    text-decoration: none;
}
.footer {
    color: #000;
    text-align: center;
}
.grayBody {
    background-color: #E9E9E9;
}
.submitButton {
    background-color: #EB3300;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 10px 0px;
    width: 100%;
    margin-left: 2px;
    font-size: 16px;
    border-radius: 0px;
    outline: none;
    font-weight: normal;
}
.submitButton:hover, .submitButton:focus {
    color: #fff;
    outline: none;
    font-weight: normal;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
    .ag-left {
        float: left !important;
    }
    .ag-right {
        float: right !important;
    }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .ag-left {
        float: left !important;
    }
    .ag-right {
        float: right !important;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .ag-left, .ag-right {
        text-align: center !important;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .ag-left, .ag-right {
        text-align: center !important;
    }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .ag-left, .ag-right {
        text-align: center !important;
    }
}

/* Large desktops and laptops */
@media (min-width: 1920px) {}
@media (min-width: 1200px) {
    .ag-left {
        text-align: left;
    }
    .container {
        width:12 0px;
    }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    textarea,
    select {
        font-size: 16px !important;
    }
    body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .btnSubmit {
        width: 100% !important;
    }
    .btnSubmitOutline {
         width: auto !important;
    }
    .panelLogin {
        width: auto !important;
    }
}
