
.main-bar {
    border-bottom: 3px solid #ff0000;
}

input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
    border: 1px solid #909090;
}

.intro-banner {
    padding: 150px 0 30px 0;
    position: relative;
}

.intro-stats li {
    background: #ff7f7f;
    display: inline-block;
    margin-right: 20px;
    border-radius: 4px;
    text-align: center;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    transition: 0.35s;
}

.intro-stats li i {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    background: #ffffff;
    color: #cf2e2e;
    font-size: 35px;
    font-weight: 400;
    border-radius: 4px;
    float: left;
    padding: 10px;
}

.intro-stats li strong, .intro-stats li span {
    color: #000;
}

/*
#navigation ul li a {
    color: #000;
    cursor: pointer;
    background: #ff7f7f;
}
*/


#navigation ul li:hover a {
  background: #cf2e2e;
  color: #ffffff;
}

#navigation ul li a {
    color: #cf2e2e;
    margin-right: 8px;
    font-weight: bold;
}

#navigation ul li a.current {
    color: #000;
    background: #ff7f7f;
}

.utf-header-widget-item .log-in-button {
    background: #cf2e2e;
    position: relative;
    top: 50%;
    border-radius: 40px;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #ffffff;
    border: 2px solid #cf2e2e;
    padding: 7px 15px;
    display: block;
    margin: 0 -3px;
    min-width: 116px;
    text-align: center;
    line-height: 26px;
}

.utf-header-widget-item .register-in-button {
    background: #ff8a00;
    position: relative;
    top: 50%;
    border-radius: 40px;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #ffffff;
    border: 2px solid #ff8a00;
    padding: 7px 15px;
    display: block;
    margin: 0 -3px;
    min-width: 116px;
    text-align: center;
    line-height: 26px;
}

.utf-header-widget-item .register-in-button:hover {
    background: transparent;
    border: 2px solid #cf2e2e;
    color: #cf2e2e;
}


.utf-companies-list-aera .utf-company-inner-alignment {
    text-align: center;
    background-color: #A9A9A9;
    border-radius: 25px;
    display: block;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    transition: 0.3s;
}

.utf-companies-list-aera .company h4 {
    color: #000;
}

.utf-companies-list-aera .company:hover h4 {
    color: #cf2e2e;
}

.utf-companies-list-aera .company .dashboard-status-button.green {
    background: #e0f5d7;
    color: #449626;
    font-weight: bold;
}

.utf-companies-list-aera .utf-company-inner-alignment:hover {
    transform: none;
    transition: all;
}

.utf-companies-list-aera .company h5, .utf-companies-list-aera .company span {
    color: #434343;
}

.utf-companies-list-aera .company span i {
    color: #cf2e2e;
    margin-right: 2px;
    font-weight: bold;
}

.utf-companies-list-aera .company p.text-muted i {
    color: #cf2e2e;
    margin-right: 2px;
    font-weight: bold;
}

.utf-companies-list-aera .company p.text-muted {
    color: #434343;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    display: block;
    margin-bottom: 5px;
}

.utf-companies-list-aera .university {
    padding: 15px 15px 10px 15px;
    display: inline-block;
    width: 100%;
    min-height: 230px;
}

.utf-companies-list-aera .university img {
  border:none;
  border-radius: 0px;
}

.utf-companies-list-aera .university .company-logo {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}




.utf-companies-list-aera .organisation .company-logo {
    width: 200px;
    height: auto;
    margin-bottom: 10px;
}
.utf-companies-list-aera .organisation {
    padding: 15px 15px 10px 15px;
    display: inline-block;
    width: 100%;
    min-height: 230px;
}
.utf-companies-list-aera .organisation img {
  border:none;
  border-radius: 0px;
  max-height: 200px;
}

.utf-companies-list-aera .organisation h4 {
    color: #000;
    font-size: 22px;
}



#titlebar.gradient {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.compact-list-layout {
    border-radius: 0;
    box-shadow: none;
}

.compact-list-layout .utf-job-listing.utf-apply-button-item {
    position: relative;
    padding-right: 30px;
    margin-bottom: 25px;
    display: block;
    width: 100%;
    float: left;
    background: #d6d6d6;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    z-index: 1;
}

.compact-list-layout .utf-job-listing.utf-apply-button-item:last-child {
    margin-bottom: 25px;
} 

.research_box .company {
    padding: 30px 15px;
    display: inline-block;
    width: 100%;
    min-height: auto;
}

.home_statistics_holder {
    background-size: cover;
    background-position: 50%;
    display: block;
    position: relative;
}

.home_statistics_holder:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.8;
    display: block;
    position: absolute;
    top: 0;
}

#footer::before {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: none;
    background-size: auto;
    background-size: cover;
}

.utf-footer-copyright-item {
    padding: 25px 0;
    border-top: none;
    text-align: center;
    color: #ffffff;
    background: #000;
}

button.button {    
  background-color: #cf2e2e;
}

blockquote.bg_white {
    background: #fff;
}


.utf-social-login-buttons-block {
    display: block;
}


#dashboard-titlebar {
    position: relative;
    background-image: none;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.utf-dashboard-headline-item {
    display: block;
    position: relative;
    margin-bottom: 0px;
    padding: 5px 0px;
    border-bottom: 1px solid #eeeeee;
}

.utf-submit-field h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    text-transform: capitalize;
}




.global_datatable_box {
  padding: 25px;

    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;

    min-height: .01%;
    overflow-x: auto;
}


.button.full-width {
    max-width: 50%;
    width: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.utf-dashboard-sidebar-item {
    flex: 0 0 280px;
    /*background-color: #2b2b2b;
    background-color: #dc4900;*/
    background-color: #DAA520;
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    z-index: 100;
}

.utf-dashboard-nav ul li.active-submenu ul {
    max-height: 400px;
    pointer-events: all;
}

.utf-dashboard-nav ul li ul li {
    line-height: 25px;
    font-size: 13px;
}

.utf-dashboard-nav ul li a {
    color: #000;
    font-weight: bold;
    display: block;
    padding: 12px 25px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}

.utf-dashboard-nav ul li a i {
    background-color: #dc4900;
}

.utf-dashboard-nav ul li a:hover {
    background-color: #ffffff;
}

.utf-dashboard-nav ul li:hover a, .utf-dashboard-nav ul li.active a {
    /*color: #ff8a00;*/
    color: #000;
}

.utf-dashboard-nav ul li.active-submenu li a:hover {
    color: #000;
}

.utf-dashboard-nav ul li ul li:hover {
    background-color: #ffffff;
}

.utf-dashboard-nav  ul li.active-submenu li a:hover {
    background-color: #ffffff;
}

.utf-dashboard-nav ul li.active-submenu li a i {
    background: #ffffff;
    color: #000;
}

.utf-dashboard-nav  ul li.active-submenu li a {
    color: #ffff00;
}

.utf-dashboard-nav ul li.active-submenu a:hover {
    color: #000;
}

.utf-dashboard-nav ul li a:after {
    font-family: "Material-Icons";
    content: '\e957';
    opacity: 1;
    font-size: 18px;
    transition: 0.3s;
    opacity: 1;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background-color: transparent !important;
    color: #000;
    display: inline-block;
    border-radius: 3px;
    margin-left: 7px;
    text-indent: 0;
    top: 1px;
    position: absolute;
    right: 20px;
    top: 17px;
}

.dashboard-box .headline {
    background: #dc4900;
}

#dashboard-titlebar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #DAA520;
    opacity: 1;
}

table tbody tr td a.button {
    background-color: #66676b;
    top: 0;
    padding: 5px 8px;
    line-height: 24px;
    color: #fff;
    position: relative;
    font-size: 13px;
}

.utf_dashboard_list_box .button.gray {
    background-color: #eee;
    color: #666;
    font-size: 13px;
    padding: 5px 12px;
    line-height: 22px;
    border-radius: 30px;
    vertical-align: middle;
}


.utf-invoice-list-item ul li {
    padding: 0;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    width: 97%;
}

.utf-invoice-list-item ul li:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 11px;
    background: none;
    position: relative;
    margin: 0 7px;
}

.utf-invoice-list-item ul li span {
    font-weight: 600;
    color: #dc4900;
    text-transform: capitalize;
}

.utf-invoice-list-item ul {
    line-height: 22px;
    padding-bottom: 2px;
    color: #000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.utf-dashboard-content-inner-aera .utf-small-footer {
    width: 100%;
    left: 0px;
    padding: 25px 15px;
    position: absolute;
    bottom: 0;
    background: #000;
    color: #fff;
}

.fun_fact-icon {
    border-radius: 50px;
    background-color: rgba(0,0,0,0.04);
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    display: flex;
    text-align: center;
    margin: 0 auto;
}


.label_green {
    background-color: #40b660;
    color: #fff;
}

.label_red {
    background-color: #dc3139;
    color: #fff;
}

.custom_label {
    border-radius: 40px;
    line-height: 20px;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -2px;
    display: inline-block;
}

.msg_notice {
  color: #ff0000;
  font-size: 11px;
  font-weight: bold;
}

#upload_notice_holder {
  color: #ff0000;
  font-weight: bold;
}

input[type="checkbox"] {
    height: 15px;
    line-height: 15px;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: auto;
    box-sizing: border-box;
    display: inline;
    background-color: #fbfdff;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.small_text {
  font-size: 10px;
  color: #ff0000;
  display: block;
}

.add_auto_scroll {
  overflow-y: auto;
  max-height: 300px;
}

.add_auto_scroll_y {
  overflow-y: auto;
}



/*************** FUN FACT BOX ***************/

.fun_fact {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-radius: 4px;
    padding: 20px 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1 1 calc(20% - 30px);
    height: auto;
    cursor: default;
    transition: 0.3s;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.fun_fact {
    flex: 1;
}
}

.fun-fact-icon {
    border-radius: 50px;
    background-color: rgba(0,0,0,0.04);
    flex: 0 0 70px;
    height: 70px;
    display: flex;
    text-align: center;
    margin:0 auto;
}
.fun-fact-icon i {
    font-size: 34px;
    align-self: center;
    margin: 0 auto;
    color: #666;
}
.fun-fact-icon i.icon-material-outline-gavel {
    transform: scale(0.91);
}
.fun-fact-text {
    margin-top: 15px;
    width:100%;
    text-align:center;
}


.fun_fact span {
    font-size: 15px;
    color: #888;
    line-height: 22px;
}
.fun_fact h4 {
    font-size: 38px;
    color: #333;
    font-weight:600;
    line-height: 36px;
    margin-bottom: 5px;
}

 @media (max-width: 1365px) {
.fun_fact {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
}
}


.fun_fact {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 15px 15px 0;
}


 @media (max-width: 768px) {
.fun_fact {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 15px 15px 0;
}

}


 @media (max-width: 479px) {
.fun_fact {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 15px 15px 0;
}
.fun_fact h4 {
    font-size: 32px;
}   

}


/*************** FUN FACT BOX ***************/




#ajax_img_overlay {
  position: absolute;
  z-index:1;
  display:none;
  margin-left: 20%;
  margin-top:5%;
}
#ajax_form_resp {display:none;}
#ajax_img_overlay img {
/*  margin-top:15%;
  margin-left:20%;*/
}



@media (max-width: 992px) {
  a.utf-dashboard-responsive-trigger-item {
      width: 100%;
      margin: 0;
      margin-top: 80px;
  }

}


select {
    padding: 6px 18px;
    cursor: pointer;
}





.text_white h3 {
    color: #ffffff;
}
.text_white {
    color: #ffffff;
}

.bg_lite_grey {
    background-color: #f0f0f0 !important;  
}

.bg_white {
    background-color: #ffffff !important;  
}

.bg_grey {
    background-color: #E1E1E1 !important;  
}

.custom_bg_purple{
  color:#FFFFFF;
    background-color: #6857ab !important;
}
.custom_bg_magenta{
  color:#FFFFFF;
    background-color: #bd007c !important;
}
.custom_bg_lite_red{
  color:#FFFFFF;
    background-color: #d9534f !important;
}
.custom_bg_lite_purple{
  color:#FFFFFF;
    background-color: #ebb0be !important;
}


.custom_bg_dark_blue{
  color:#FFFFFF;
    background-color: #1E3148 !important;
}
.custom_bg_blue {
    background: rgb(93, 156, 236) !important;
  color:#FFFFFF;
}
.custom_bg_red {
    background: rgb(239, 88, 97) !important;
  color:#FFFFFF;
}
.custom_bg_orange {
    background: rgb(231, 152, 0) !important;
  color:#FFFFFF;
}
.custom_bg_green {
    background: rgb(67, 177, 75) !important;
  color:#FFFFFF;
}
.custom_bg_teal {
    background-color: #37BF91 !important;
  color:#FFFFFF;
}
.custom_bg_dark_blue h4 a, .custom_bg_blue h4 a, .custom_bg_red h4 a, .custom_bg_orange h4 a, .custom_bg_green h4 a, .custom_bg_teal h4 a {
  color:#FFFFFF;
}

.custom_bg_dark_green {
    background: rgb(0, 128, 0) !important;
  color:#FFFFFF;
}

.custom_bg_lite_red {
    background: #FFCCCB !important;
  color:#FF0000;
}




.color_borderline {
    height: 7px;
    width: 100%;

    background-image: linear-gradient(to right,#ff7f7f 0%,#ff7f7f 8%,#ff7f7f 8%,#ff7f7f 16%,#ff7f7f 16%,#ff7f7f 16%,#ff7f7f 24%,#FF9900 24%,#FF9900 24%,#FF9900 25%,#FF9900 32%,#FF9900 32%,#FF9900 40%,#FF9900 40%,#37BF91 48%,#37BF91 48%,#37BF91 56%,#37BF91 56%,#37BF91 64%,#37BF91 64%,#37BF91 72%,#6495ED 72%,#6495ED 80%,#6495ED 80%,#6495ED 80%,#6495ED 89%,#6495ED 89%,#6495ED 100%);
}

/*
.color_borderline {
    height: 7px;
    width: 100%;

    background-image: linear-gradient(to right,#CC0000 0%,#CC0000 8%,#CC0000 8%,#CC0000 16%,#CC0000 16%,#CC0000 16%,#CC0000 24%,#ff7f7f 24%,#ff7f7f 24%,#ff7f7f 25%,#ff7f7f 32%,#ff7f7f 32%,#ff7f7f 40%,#ff7f7f 40%,#ff7f7f 48%,#ff7f7f 48%,#ff7f7f 56%,#ff7f7f 56%,#ff7f7f 64%,#ff7f7f 64%,#ff7f7f 72%,#CC0000 72%,#CC0000 80%,#CC0000 80%,#CC0000 80%,#CC0000 89%,#CC0000 89%,#CC0000 100%);
}
*/

.rounded_edge_10 {
    border:1px solid #;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.rounded_edge_20 {
    border:1px solid #;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.rounded_edge_30 {
    border:1px solid #;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.rounded_edge_lt_30 {
    border:1px solid #;

    border-bottom-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
}

.rounded_edge_rt_30 {
    border:1px solid #;

    border-bottom-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
}


.custom_bg_green {
    background: rgb(67, 177, 75) !important;
}

.button.full-width2 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.awesome_btn_orange {
  border: 0;
  background: #FF6600;
  border-radius: 4px;
  box-shadow: 0 5px 0 #402000;
  color: #fff;
  cursor: pointer;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 6px 15px;
  transition: all .1s linear;
}
.awesome_btn_orange:hover {
  box-shadow: 0 2px 0 #402000;
  transform: translateY(3px);
}



.awesome_link_orange {
  border: 0;
  background: #FF6600;
  border-radius: 4px;
  box-shadow: 0 5px 0 #402000;
  color: #fff;
  cursor: pointer;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 5px 25px;
  font-size: 26px;
  transition: all .1s linear;
}
.awesome_link_orange:hover {
  box-shadow: 0 2px 0 #402000;
  transform: translateY(3px);
}


 .err_msg  {
  background-color: #FFC2C2;  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#FFC2C2), to(#FFC2C2));
  background-image: -moz-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: -ms-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFC2C2), color-stop(100%, #FFC2C2));
  background-image: -webkit-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: -o-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: linear-gradient(top, #FFC2C2, #FFC2C2);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC2C2', endColorstr='#FFC2C2', GradientType=0);
    
  padding:10px;
  width:90%;
  margin:0 auto;
  /*color:#C24848;*/
  color:#000;
  font-size:20px; 
  font-weight:bold;
  margin-bottom:20px;
}

 .ok_msg  {
  background-color: #57a957;  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  
  padding:10px;
  width:90%;
  margin:0 auto;
  color:#FFF;
  font-size:20px; 
  font-weight:bold;
  margin-bottom:20px;
}





/***** Msg Alert *******/

.action_resp_msg_holder {
  margin-bottom:20px;
}

 .err_msg  {
  background-color: #FFC2C2;  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#FFC2C2), to(#FFC2C2));
  background-image: -moz-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: -ms-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFC2C2), color-stop(100%, #FFC2C2));
  background-image: -webkit-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: -o-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: linear-gradient(top, #FFC2C2, #FFC2C2);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC2C2', endColorstr='#FFC2C2', GradientType=0);
    
  padding:10px;
  width:90%;
  /*margin:0 auto;*/
  color:#C24848;
  font-size:13px; 
  font-weight:bold;
  margin:0 auto;
  margin-bottom:20px;
}

 .ok_msg  {
  background-color: #57a957;  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  
  padding:10px;
  width:90%;
  /*margin:0 auto;*/
  color:#FFF;
  font-size:13px; 
  font-weight:bold;
  margin:0 auto;
  margin-bottom:20px;
}

.ok_msg, .err_msg a:link {color:#FFF;}
.ok_msg, .err_msg a:visited {color:#FFF;}

.msg_alert {border:1px solid #; border-radius: 10px; -moz-border-radius:10px; -webkit-border-radius:10px; margin-top:10px;}

.msg_alert .msg_alert_text {float:left; width:85%; font-size: 15px; line-height: 20px; text-shadow:none; font-weight: normal; text-align: center;}
.msg_alert .msg_alert_close {float:right; background:url(../img/cross.png); width:26px; height:26px; margin-top:-3px; cursor:pointer;}


/***** Msg Alert *******/




/*********** DROPDOWN **********/

.dropbtn {
  background-color: #6c757d;
  color: #ffffff;
  cursor: pointer;

  text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
  border: 1px solid #00ab6c;
  border-top: 0px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
    padding: 0.375rem 0.75rem;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #00ab6c;
  color: #FFFFFF;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #00ab6c;
}

/*********** DROPDOWN **********/



.text_red {
  color: #FF0000;
}

.text_black {
  color: #000;
}

.font_bold {
  font-weight: bold;
}



.mt10 {
    margin-top:10px;
}
.mt20 {
    margin-top:20px;
}
.mt30 {
    margin-top:30px;
}
.mt40 {
    margin-top:40px;
}
.mt50 {
    margin-top:50px;
}
.mt60 {
    margin-top:60px;
}
.mt90 {
    margin-top:90px;
}
.mt100 {
    margin-top:100px;
}
.mt120 {
    margin-top:90px;
}
.mt150 {
    margin-top:150px;
}
.mt200 {
    margin-top:200px;
}


.mb0 {
    margin-bottom:0px;
}
.mb10 {
    margin-bottom:10px;
}
.mb20 {
    margin-bottom:20px;
}
.mb30 {
    margin-bottom:30px;
}
.mb40 {
    margin-bottom:40px;
}
.mb50 {
    margin-bottom:50px;
}

.ml30 {
    margin-left:30px;
}
.ml40 {
    margin-left:40px;
}
.ml60 {
    margin-left:60px;
}
.ml80 {
    margin-left:80px;
}

.pt0 {
    padding-top:0px;
}
.pt5 {
    padding-top:5px;
}
.pt10 {
    padding-top:10px;
}
.pt20 {
    padding-top:20px;
}
.pt30 {
    padding-top:30px;
}
.pt40 {
    padding-top:40px;
}
.pt50 {
    padding-top:50px;
}
.pt60 {
    padding-top:60px;
}
.pt90 {
    padding-top:90px;
}
.pt100 {
    padding-top:100px;
}
.pt120 {
    padding-top:90px;
}
.pt150 {
    padding-top:150px;
}
.pt200 {
    padding-top:200px;
}

.pb0 {
    padding-bottom:0px;
}
.pb20 {
    padding-bottom:20px;
}
.pb30 {
    padding-bottom:30px;
}
.pb50 {
    padding-bottom:50px;
}
.pb60 {
    padding-bottom:60px;
}
.pb70 {
    padding-bottom:70px;
}
.pb80 {
    padding-bottom:70px;
}
.pl0 {
    padding-left:0px;
}
.pl5 {
    padding-left:5px;
}
.pl10 {
    padding-left:10px;
}
.pl15 {
    padding-left:15px;
}
.pl20 {
    padding-left:20px;
}
.pr0 {
    padding-right:0px;
}
.pr5 {
    padding-right:5px;
}
.pr10 {
    padding-right:10px;
}
.pr15 {
    padding-right:15px;
}
.pr20 {
    padding-right:20px;
}
.pr30 {
    padding-right:30px;
}
.pr50 {
    padding-right:50px;
}

.p10 {
    padding:10px;
}
.p20 {
    padding:20px;
}

.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}

.color_black {
  color: #000;
}


.small_text {
    font-size:10px;
    font-weight:bold;
}


.text_center {
    text-align:center;
}

.clear {
    clear: both;
}

