
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
/*--login page---*/
body.login-body {
  color: #8b9cb0;
  text-align: left;
  background: #fff;
  height: 100vh;
}
.login-wrap {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.login-wrap .login-img,
.login-wrap .login-form {
   display: flex;
   flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column;
   justify-content: center; -moz-justify-content: center; -webkit-justify-content: center;
   height: 100%;
}
.login-wrap .login-img {width: 50%;}
.login-wrap .login-form {
   width: 50%;
   background-image: url(../images/form_bg.jpg);
}
.login-img img {
   height: 100%;
   width: 100%;
   object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover;
}
.head_login img {
   padding-bottom: 50px;
   box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.head_login h4 {
   color: rgba(0, 99, 255, 0.85);
   padding-bottom: 30px;
   font-size: 15px;
   box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.head_login {text-align: center;}
.login-form {
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}
::-webkit-input-placeholder { 
  color: rgba(0, 99, 255, 0.85) !important;
}
::-moz-placeholder { 
  color: rgba(0, 99, 255, 0.85) !important;
}
:-ms-input-placeholder { 
  color: rgba(0, 99, 255, 0.85) !important;
}
:-moz-placeholder { 
  color: rgba(0, 99, 255, 0.85) !important;
}
.login-form input[type='checkbox'] {
    width: 25px;
    height: 25px;
    background:white;
    border-radius:5px;
    border:2px solid #0063ff;
    vertical-align: middle;
    margin: 0;
} 
.login-form input[type='checkbox']:checked {background: #abd;}
.login-form .form-group {margin-bottom: 34px;}
.remember_check a {
    float: right;
    cursor: pointer;
    color: rgba(0, 99, 255, 0.85);
}
.remember_check {
   font-size: 15px;
   color: rgba(0, 99, 255, 0.85);
   font-weight: 500;
}
.login-form .m-login__container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.btn.login_btn {
    padding: 10px 21px;
    margin: 0 auto;
    display: block;
    background: #0063ff;
    font-size: 15px;
    border: 0;
    max-width: 160px;
    width: 100%;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.login_footer {
    position: absolute;
    bottom: 6px;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: rgba(0, 99, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
}
.sidebar .nav-item i {
    position: absolute;
    top: 10px;
    right: 10px;
}
.sidebar .nav-item.dropdown{
    clear: both;
} 
.login-form .form-control {
  color: #000 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #0063ff;
  box-shadow: none;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  padding: 3px 15px;
  margin: 0;
  height: 40px;
  width: 100%;
}

.login-form select.form-control,
.login-form select.form-control:hover,
.login-form select.form-control:focus {
   appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.ui-datepicker-inline{
    border-color: #fff !important;
}
/*--login page end ---*/
.pt-10 {padding-top: 10px;} 
.pt-15 {padding-top: 15px;} 
.pt-20 {padding-top: 20px;} 
.pt-25 {padding-top: 25px;} 
.pt-30 {padding-top: 30px;} 
.pt-35 {padding-top: 35px;} 
.pt-40 {padding-top: 40px;} 
.pt-45 {padding-top: 45px;} 
.pt-50 {padding-top: 50px;} 

.pb-10 {padding-bottom: 10px;} 
.pb-15 {padding-bottom: 15px;} 
.pb-20 {padding-bottom: 20px;} 
.pb-25 {padding-bottom: 25px;} 
.pb-30 {padding-bottom: 30px;} 
.pb-35 {padding-bottom: 35px;} 
.pb-40 {padding-bottom: 40px;} 
.pb-45 {padding-bottom: 45px;} 
.pb-50 {padding-bottom: 50px;}

/*home page */
#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
}
#sidebar-wrapper {
   min-height: calc(100vh);
   background-image: url(../images/sidebar.jpg);
   background-repeat: repeat-y;
   background-size: 100%;
   background-position: center;
}
ul.sidebar.navbar-nav {
    margin: 0;
    padding: 50px 0 0 0;
    display: block;
    width: 100%;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
ul.sidebar.navbar-nav li a {
    display: block;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
ul.sidebar.navbar-nav li a i {float: right;}
ul.sidebar.navbar-nav li {float: none;}
ul.sidebar.navbar-nav li a.active, 
ul.sidebar.navbar-nav li a:hover {
   background: #000d354d;
   color: #c9cace;
}
ul.sidebar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff0;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
ul.sidebar.navbar-nav li a.dropdown-item {
    padding-left: 45px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -26rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 26rem;
}

#page-content-wrapper {
  min-width: 100vw;
  padding-bottom: 10px;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

button#menu-toggle {
    background: #43425d;
    padding: 10px 15px;
    color: #eee;
    font-size: 14px;
    outline: 0;
}
/*side bar end */
#wrapper #page-content-wrapper {
	 background-color: #f2f0ea;
   width: 100%;
   overflow-x: hidden;
   /*padding-bottom: 80px;*/
   box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.topbar {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
}
.shadow {
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
     box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.bg-white {background: #fff;}
.bg-grey{background: #eae9e3;margin-top: 20px;}
.top_right {
    margin-right: 0;
    display: flex;
    float: right;
}
.topbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
   box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.dropdown_right {
  float: left;
  overflow: hidden;
}
.dropdown_right .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #000;
  padding: 0px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.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: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height: 19px;
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown_right:hover .dropdown-content {display: block;}
.user-img img {
    object-fit: fill;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    object-position: 0 0;
    -moz-object-position: 0 0;
    -webkit-object-position: 0 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
    display: block;
}
.logo {
    padding-top: 70px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.box_calendar {
    height: 450px;
    padding: 20px 18px 0px 18px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.box_calendar.box-slider{
    padding: 40px 18px 0px 18px;
}
.textslider .item {height: 340px;}
.textslider h2 {
    margin: 0;
    color: #43425d;
    padding-top: 50px;
     box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    font-size: 16px;
    text-align: left;
}
.textslider .carousel-control {
    position: inherit !important;
    top: 0;
    bottom: 0;
    font-size: 18px;
    color: #000;
    opacity: 1;
    width: 50%;
    background-image: none !important;
     float: left;
}
.textslider .carousel-caption {
    position: absolute;
    top: 80px;
    left: 0 !important;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 20px;
     box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    color: #656565;
    text-align: left;
    text-shadow: none;
    right: 0;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}
.textslider .carousel-indicators .active {background-color: #2196F3 !important;}
.textslider .carousel-indicators li {background: #d7e7ff;}
.textslider a.carousel-control span {
    background: #43425d;
    display: block;
    padding: 10px 15px;
    color: #eee;
    font-size: 14px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.textslider a.carousel-control.right span {background: #3b86ff;}
.navcation_point {margin: 30px -18px;bottom: 0px;}
#chart { margin: 0px auto;}
#chart, #chart1, .chart-box {
    /* background: #fff;
    box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1); */
}
select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial,tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
select.flat-select:focus, select.flat-select:hover {
    border: 0;
    outline: 0;
} 
.apexcharts-canvas {margin: 0 auto;}
.chartbox img {
    position: absolute;
    left: 5px;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    top: 37%;
    width: 20%;
}
.chartbox h4 {text-align: center;font-weight: 400;margin-top:-15px;}

.mathas_header {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.mathas_img {margin-left: auto;}
.navbar_main .navbar-right a {vertical-align: middle;}
.navbar_main .navbar-default {
    background: #43425d;
    border: none;
}
.navbar-nav.navigation_menu li.active>a {
    background: #3b86ff !important;
    color: #fff;
}
.navbar_main .navbar-collapse {padding-left: 0;}
.navbar-default .navbar-nav.navigation_menu>.active>a:hover {color: #fff;}
.navbar-default .navbar-nav.navigation_menu>.active:after {
    content: '';
    border: 13px solid #35303000;
    border-top: 17px solid #3b86ff;
    margin-bottom: 3px;
    position: absolute;
    display: block;
    left: 40%;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.navbar-default .navbar-nav.navigation_menu>.open>a, 
.navbar-default .navbar-nav.navigation_menu>.open>a:focus, 
.navbar-default .navbar-nav.navigation_menu>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav.navigation_menu>li>a, 
.navbar-default .navbar-nav.navigation_menu>li>a:focus, 
.navbar-default .navbar-nav.navigation_menu>li>a:hover {
    color: #fff;

}
.navbar_main .nav>li>a>img {max-width: 40px;}
.Percentages_bg {
    background-image: url(../images/upcome_bg.png);
    background-repeat: round;
    width: 100%;
    padding: 34px 18px 10px 26px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.Percentages_bg h4 { padding-bottom: 30px;}
.linear_bg {
  background: #fff;
  padding: 34px 18px 30px 26px;
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.linear_bg h4 { padding-bottom: 30px;}
.tab_section .nav-tabs>li.active>a, 
.tab_section .nav-tabs>li.active>a:focus, 
.tab_section .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #656479;
    border: 1px solid #656479;
    border-bottom-color: transparent;
}
.tab_section .nav-tabs>li>a {
    margin-right: 0px;
    border-radius: 0;
    color: #fff;
}
.tab_section .nav-tabs>li {background: #acaab2;}
.tab_section .nav>li>a:focus, 
.tab_section .nav>li>a:hover {
    background-color: #656479;
    border-color: transparent;
}

h6.space_height {padding: 8px 0px 0px;}
.progress_bar {width: 100%;background-color: #ddd; position: relative;}
.skills {
  text-align: right;
  padding: 6px 0;
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.bar_section .progress_bar span {
    position: absolute;
    width: 100%;
    right: 4px;
    color: #000;
    bottom: 0px;
}

.theory, .colorgreen {background-color: #5ee2a0;}
.integers {background-color: #5ee2a0;}
.Operations-integers, .colororange {background-color: #d5e25e;}
.decimals { background-color: #5ee2a0;}
.Operations-decimals, .colorred {background-color: #e25e70;}
.bar_section {
    padding: 34px 9px 9px 0px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.progress_skill {background: #fff; margin: 20px 0 30px 0px;}
.progress_skill p {
    color: #4d4f5c;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    margin: 0;
    padding: 13px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;   
}
.box {
  background-color: #262D47;
  border-radius: 4px; -webkit-border-radius: 4px; 
  padding: 25px 25px; 
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.columnbox {padding-right: 15px;}
.radialbox {max-height: 333px; margin-bottom: 60px;}
.apexcharts-legend-series span:nth-child(3) {
  font-weight: bold;
  font-size: 20px;
}
.progress_intra,.progress_intra_reverse {
    background: #fff;
    margin: 0px 15px 0px 0px;
    width: 20%;
   position: relative;
   cursor: pointer;
}
.inter_skill .progress_intra,.inter_skill .progress_intra_reverse,.inter_skill .personalise_content_progress {width: 100%;}
.hover_block .progress_intra,.hover_block .progress_intra_reverse {
    background: #fff;
    margin: 0px 15px 0px 0px;
    width: 23%;
    display: inline-block;
}

.hover_intra:hover .hover_block {display: block !important;}
.hover_intra .hover_block {
    /* display: none; */
    position: absolute;
    width: 78%;
    /* top: 10%; */
    right: 0;
    margin-top: -50px;
}
.progress_intra:hover,.progress_intra_reverse:hover {
    background: #3b86ff;
    color: #fff;
}
.progress_intra:hover p,.progress_intra_reverse:hover p {color: #fff;}
.progress_intra:hover:after,.progress_intra .active:after{
    content: '';
    border: 15px solid #35303000;
    border-top: 15px solid #3b86ff;
    position: absolute;
    display: block;
    right: -26px;
    transform: rotate(-90deg);
    top: 34%;
} 
.progress_intra_reverse:hover:after,.progress_intra_reverse .active:after{
    content: '';
    border: 15px solid #35303000;
    border-top: 15px solid #3b86ff;
    position: absolute;
    display: block;
    left: -26px;
    transform: rotate(90deg);
    top: 34%;
} 
.progress_intra .active,.progress_intra_reverse .active{
    background: #3b86ff;
    color: #fff;
}
.progress_intra.unarrow:hover:after,.progress_intra_reverse.unarrow:hover:after {
    content: unset;
}  
.progress_bar_hover {background: #ddd; position: relative;}

.progress_bar_hover span {
    position: absolute;
    width: 100%;
    right: 4px;
    color: #000;
    bottom: -3px;
}
.progress_intra .skills,.progress_intra_reverse .skills,.personalise_content_progress .skills {
    text-align: right;
    padding: 6px 0;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.progress_intra p,.progress_intra_reverse p,.personalise_content_progress p {
    color: #4d4f5c;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    padding: 12px 5px 12px 12px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;   
}
.intra_bar_main {margin: 0px 0px 22px 0px;}


.intra_skill h4 {
    padding: 1px 0px 25px 1px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.navbar{
    border-radius: 0px !important;
}
.container-fluid{
    padding-left:30px;
}

 .assignment .ui-table-tbody > tr.selected,.assignment .ui-table-tbody > tr.non-selected {
    background-color: white !important;
    color: black !important;
} 

.assignment .not-selected{
    pointer-events: none !important;
}

input.ng-invalid.ng-touched {
    border: 1px solid red !important;
}

.assignment a.ui-state-default {
    color:  black !important;
}

.incomplete-button,.incomplete-button:hover,.incomplete-button.exam,.incomplete-button.exam:hover {
    border-radius: 50%;
    color: #e25e70;
    background-color:#e25e70;
    border-color:#e25e70;
    cursor: pointer;
}
.incomplete-button.complete,.incomplete-button.complete:hover {
    border-radius: 50%;
    color: #5ee2a0;
    background-color:#5ee2a0;
    border-color:#5ee2a0;
    cursor: pointer;
}
.incomplete-button.incomplete,.incomplete-button.incomplete:hover {
    border-radius: 50%;
    color: #d5e25e;
    background-color:#d5e25e;
    border-color:#d5e25e;
    cursor: pointer;
}

.markComponent .ui-table-wrapper table{
    width: 80%;
}


.dilogDataSheet .ui-dialog{
    width: 700px;
}
.dilogDataSheet .p-dialog-footer{
    width: 100%;
    line-height: 60px;
    margin: 0;
    padding: 0 !important;
}
.dilogDataSheet .p-dialog-footer .leftButton{
    text-align: center;
    background:#43425d;
    margin: 0;
    padding: 0;
    color:white;
    float: left;
}
.dilogDataSheet .p-dialog-footer .rightButton{
    text-align: center;
    background:#3b86ff;
    margin: 0;
    padding: 0;
    color:white;
    float: left;
}
.dilogDataSheet .dialogInputHeader {
    background: #4AB3D0;
    color:white;
    padding: 10px;
    margin:0;
    width: 200px;
}

.dilogDataSheet  .dialog-input-field{
    margin-top:5px;
}

.datasheets .p-datatable-wrapper{
    display: flex;
    justify-content: center;
}
.datasheets .p-datatable-wrapper table{
    width: 40%;
}

.markButtonYellow button,.markButtonYellow button:hover {
    background: #d5e25e !important;
    border-color: #d5e25e !important;
}
.gradeComponent .p-datatable-wrapper table{
    width: 90%;
    float: left;
}
.ui-datepicker-multiple-month .ui-datepicker-group {
    display: block !important;
    width: 50%  !important;
    float: left  !important;
}
.navbar_main .dropdown-menu>li>a{
    padding: 20px 36px 20px 36px !important;
}

.percentText{
    font-size: 12px !important;
    font-style: italic !important;
    color:#b4b4b4 !important;
}

.assignment .ui-calendar .ui-datepicker {
    min-width: 100%;
    width: 317px;
}

.assignment li.menu-item.selected {
    background: #3b86ff;
}

.assignment li.menu-item.disabled {
    color: #b4b4b4;
}

body .ui-table .ui-table-tbody > tr.ui-state-highlight {
    background-color: none !important;
    color: #000 !important;
}

/* .apexcharts-datalabel-label {
    display: none !important;
} */
.chart-box {
    cursor: pointer;
}

.thumbnial-image-round{
    border-radius: 75%;
    width: 40px;
    padding: 0px;
    margin-top: -3px;
}

.progress_intra_reverse.greyout,.progress_intra.greyout{
    background-color: #ccc !important;
}
.panelWithImage{
    width: 90%;
    float: left;
}
.header-image .thumbnial-image-round{
    width: 95%;
    margin-top: -30px;
}
.assignmentMinHeight{
    min-height: 340px;
}
.header-image{
    float: left;
}
.floatLeft{
    float:left !important;
}
.floatRight{
    float:right !important;
}
.scroll-horizontal{
    overflow-x:auto;
    white-space: nowrap; 
}
.calendar .p-calendar,.calendar .p-calendar .p-datepicker,.calendar .p-calendar .p-datepicker-group-container{
    width: 100%;
}
.calendar .p-calendar .p-datepicker-group-container th{
    text-align: center;
}
.calendar .p-datepicker-group {
    width: 50% !important;
}
.p-dialog span, .p-dialog p,.p-fileupload-row,.p-inputtext {
    font-size: 15px !important;
}
.calendar .p-datepicker.p-component.p-datepicker-inline.p-datepicker-multiple-month {
    border: 0;
    display: flex;
}
.margin-top-20{
    margin-top: 20px !important;
}

.margin-top-10{
    margin-top: 10px !important;
}

.textCenter{
    text-align: center;
}

.textRight{
    text-align: right !important;
}
.textLeft{
    text-align: left;
}

.margin-top-30{
    margin-top: 30px;
}

.margin-top-40{
    margin-top: 40px;
}

.margin-top-60{
    margin-top: 60px;
}

.p-l-15{
    padding-left: 15px;
}
.p-0{
    padding: 0px !important;
}

.p-r-10{
    padding-right: 10px !important;
}

/*tab design css*/
.p-tabview .p-tabview-nav li,.p-tabview .p-tabview-nav li a{
    margin:0px !important;
}
.p-tabview .p-tabview-nav li a{
    background-color: #ccc !important;
    border-color: #ccc !important;
    border-radius:0 !important;
}
.p-tabview .p-tabview-nav li.p-tabview-selected a{
    background-color: #42425c !important;
    border-color: #42425c !important;
}

.font-22{
    font-size: 22px !important;
}
.overViewHeaderPrevious{
    color: white !important;
    top: 10px;
}
.p-button.p-button-primary,.p-button.p-button-primary:enabled:hover{
    background-color: #43425d;
    border: 1px solid #43425d;
}
.p-button.p-button-success,.p-button.p-button-success:enabled:hover{
    background-color:rgb(94, 226, 160);
    border: 1px solid rgb(94, 226, 160);
}

.sidebar .dropdown i.close,.sidebar .dropdown i.close::before{
    display: block;
    opacity: 1;
    color:white;
}
.sidebar .dropdown.open i.close,.sidebar .dropdown.open i.close::before{
    display: none;
}
.sidebar .dropdown i.open,.sidebar .dropdown i.open::before{
    display: none;
}

.sidebar .dropdown.open i.open,.sidebar .dropdown.open i.open::before{
    display: block;
    opacity: 1;
    color:white;
}

body .p-button.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button {
    color: #fff !important;
    background-color: #43425D !important;
    border: 1px solid #43425D !important;
}
body .p-tabview.p-tabview-top .p-tabview-nav {
    margin-bottom: 0px !important;
}

body .p-radiobutton .p-radiobutton-box.p-highlight {
    border: 1px solid #BFBFBF !important;
    background-color: #DEDEDE !important;
    color: #ffffff;
}
.spinner{
    position: absolute;
    top: 50%;
    left: 50%;
}
body .p-radiobutton .p-radiobutton-box {
    border: 1px solid #BFBFBF !important;
    background-color: #DEDEDE !important;
    width: 16px !important;
    height: 16px !important;
}
body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    background: #DEDEDE !important;
}
body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    background-color: #AAAAAA !important;
}
body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    -webkit-box-shadow: 0 0 0 0.2em #DEDEDE !important;
    box-shadow: 0 0 0 0.2em #DEDEDE !important;
    border-color: #BFBFBF !important;
}
.progress_skill .progress_bar>div {
    line-height: 12px;
    height: 12px;
}
.p0 {
    padding: 0;
}
:focus {
    outline: none !important;
}
body td,body th {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-datepicker-title {
    font-size: 15px;
}
.p-progress-spinner.app-spinner {
    position: absolute;
    left: 50%;
    z-index: 99;
    top: 50%;
}
.app-loader{
    width: 100%;
    height: 100%;
    background-color: #ccc;
    z-index: 99;
    position: absolute;
    opacity: 0.5;
}

.center-number{
    display: inline;
    margin-right: 10px;
}
.center-number em{
    font-size: 100%;
    font-style: inherit;
    /* line-height: 138%; */
    border-bottom: 1px solid black;
    /* margin-bottom: -1px; */
    /* top: -2px; */
    position: absolute;
    top: 12px;
}
.hint .center-number{
    position: relative;
}
.hint .center-number em{
    top: -12px;
}
.center-number strong{
    position: absolute;
    bottom: 10px;
    font-size: inherit;
    font-weight: inherit;
}

.hint .center-number strong{
    bottom: -10px;
}
.center-number .upper-number{
    padding: 0 3px;
}
.disabled,.disabled a{
   pointer-events: none; 
   cursor: not-allowed;
   opacity: 0.7;
}

.impacted-skill-circle{
    text-align: center;
    line-height: 102px;
    width: 100%;
    background: white;
    border-radius: 75px;
    margin-right: 0px !important;
    padding: 0;
}
.impacted-skill-circle img{
    color:#3b86ff;
}
.impacted-skill-list.selected .impacted-skill-circle{
    border: 1px solid #3b86ff;
}
.impacted-skill-list.selected h3{
    color: #3b86ff;
}
.impacted-skill-list{
    cursor: pointer;
}
.impacted-skill-list h3{
    color: #81827C;
    margin: 5px;
    font-size: 15px;
    text-align: center;
}
.calendar-date-selection{
    color: #ffffff;
    width: 100%;
    text-align:center;
    border-radius:3px;
}