/*
################################
#   Licenta CSS MADE BY FIDO   #
################################
   ----[www.iq-web.ro]-----
*/
.card-status {
    position: absolute;
    top: -1px;
    left: 0px;
    right: 0px;
    height: 3px;
    border-radius: 7px 7px 0 0;
    background: rgba(0, 40, 100, 0.12);
}
.bg-red {
  background-color: #f5365c !important;
  color: #fff !important;
}
a.bg-red:hover, a.bg-red:focus, button.bg-red:hover, button.bg-red:focus {
  background-color: #a11918 !important;
}
.d-flex {
	display: flex !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
@media (min-width: 1200px)
.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.card {
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f2f4f9;
    border-radius: 0.25rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}
a, div, h1, h2, h3, h4, h5, h6, p, span {
    text-shadow: none;
}
.align-items-center, .navbar .search-form {
    align-items: center !important;
}
.justify-content-center, .dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}
@media (min-width: 1200px)
.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.main-wrapper {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}
.main-wrapper .page-wrapper.full-page {
    width: 100%;
    margin-left: 0;
}
.main-wrapper .page-wrapper {
    min-height: 100vh;
    background: #f9fafb;
    width: calc(100% - 240px);
    margin-left: 240px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transition: margin .1s ease, width .1s ease;
    transition: margin .1s ease, width .1s ease;
}
body {
    font-family: "Overpass", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    color: #000;
    text-align: left;
    background-color: #f9fafb;
    height: 100%;
}
body, html {
    padding-right: 0 !important;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.status-licenta{
    background: #ebecec;
    padding: 10px;
}
#licentardcp::placeholder {  
    font-size: 30px;
    font-family: sans-serif; 
}
div#stsLicenta {
    margin-top: 35px;
    font-size: 25px;
    margin-bottom: -50px;
}
@media (max-width: 767.98px) { 
    #licentardcp {
        width: 410px !important;
        font-size: 30px;
        text-align: center;
    }
} 