body {
    background-color: #fff;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-weight: 500;
}

#home .navbar-brand img {
    width: 50%;
    margin-top: -7px;
}

#home .navbar .navbar-brand {
    padding: 0;
    margin-left: 0;
}

#home .navbar .collapse .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    text-transform: inherit;
    color: rgba(51, 51, 51, 255);
}

#home nav.navbar.navbar-expand-lg {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    background-color: #fff !important;
}

#home .navbar {
    background-color: transparent !important;
    box-shadow: none;
}

.card-section-link {
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 10px;
}

.card .card-body {
    text-align: left;
}

h3.card-category {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

h4.card-title {
    font-size: 20px;
    text-decoration: underline;
}

p.card-description {
    color: rgba(153, 153, 153, 255);
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}

.card-footer {
    text-align: left;
    font-size: 18px;
}

.card-footer em {
    text-align: left;
    font-size: 18px;
    font-style: normal;
    padding-left: 15px;
}

.card-footer em span {
    display: block;
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 14px;
}

.card-footer em ul li {
    font-size: 14px;
}

.card .card-body + .card-footer .stats,
.card .card-footer .stats {
    color: rgba(153, 153, 153, 255);
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.icon img {
    width: 73px;
    height: 73px;
    margin-top: 7px;
}

.icon svg {
    width: 73px;
    height: 73px;
    margin-top: 7px;
}

.card-section .card-body {
    padding: 30px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 0px !important
}

h2 {
    font-size: 27px;
    font-weight: 800;
/*    text-transform: uppercase;*/
}

.desrp-block p {
    font-size: 22px;
    font-weight: 500;
}

.name-link {
    font-size: 21px;
    font-weight: 800;
    line-height: 4.1;
    text-transform: uppercase;
}

.card-section-link .material-icons {
    font-size: 46px;
    line-height: 2;
    vertical-align: middle;
}

.card .card-body {
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

.bar {
    border-top: 2px solid #8c8a8b;
    width: 30px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

footer.footer {
    padding-bottom: 20px;
    padding-top: 20px;
}

button.btn.btn-add.btn-color.btn-rounded {
    margin-bottom: 50px;
    margin-top: 10px;
}

.card .card-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
}


/*
.main-panel > .content {
    padding-right: 100px;
}
*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

.card {
    border-radius: 10px;
}

.sidebar .nav li a,
.sidebar .nav li .dropdown-menu a {
    margin: 0;
    border-radius: 3px;
    color: #3C4858;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 15px;
    margin-left: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 10px;
}

.nav li .dropdown-menu a {
    color: #fff
}

.collapse .nav {
    margin-top: 0px !important
}

.sidebar[data-color="azure"] li.active > a {
    background-color: #2A3148;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(35, 69, 86, 0.02);
}

.nav-link {
    background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link
{

	color: #333333

}
@media (min-width: 768px) {
    .main-panel {
        width: calc(100% - 320px);
    }
    .sidebar {
        width: 300px;
        background-color: #2A3148;
    }
    .homesidebar {
        width: 200px !important;
        background-color: #2A3148;
    }
    .logo-normal img {
        width: 242px;
    }
    .sidebar .sidebar-wrapper {
        width: 300px;
    }
}

.sidebar .nav {
    margin-top: 30px;
    display: block;
}

.nav-item img {
    display: inline-block;
}

.nav-item svg {
    display: inline-flex;
    width: 28px;
    height: 28px;
}

li.nav-item.active svg g {
    fill: #fff;
}

li.nav-item:hover svg g {
    fill: #E84E20 !important;
}

.navbar.navbar-transparent {
    padding-top: 35px;    
}
.nav-bar-size
{
	height: 100px;
	border-radius: 50px 10px 10px 50px;
	-moz-border-radius: 50px 10px 10px 50px;
	-webkit-border-radius: 50px 10px 10px 50px;
}

.sidebar .nav p 
{
    font-size: 16px;
    font-weight: 600;
   	color: #fff; 
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

.sidebar .nav li a,
{
    margin: 0px 0px 0;
    padding-left: 40px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
}

.sidebar .logo:after {
    background-color: inherit;
}


.owllabs-template {
    background-color: #fff;
    /* The image used */
    background-image: url("../images/home/sky_illustration.png");    
    /* Full height */
    /*    height: 250vh; */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
    height: 1100px;
}
.clouds {
   
    /* The image used */
    padding-top: 300px;
        /* Full height */
    /*    height: 250vh; */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    padding-bottom: 200px;
    height: 400px;
}

a.nav-link:hover {}

ul.navbar-nav.ml-auto {
    margin-top: 15px;
}

.cal {
    margin-top: -15px !important;
    width: 100%;
    display: block !important;
    margin-left: -23px !important;
    margin-right: 0px !important;
}

.desrp-block {
    padding-top: 30px;
    padding-bottom: 30px
}

.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 10px !important;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.card .card-header-primary .card-icon,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card .card-header-primary .card-text {
    box-shadow: none;
}

.star {
    position: relative;
}

.stars {
    position: absolute;
    left: 40%;
    top: 25px;
}

.nav-tabs .nav-item .material-icons {
    color: #fff;
}

h5.card-title {
    font-size: 20px;
    font-weight: bold;
}

p.card-category {
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
}

.card .card-header .card-title {
    margin-bottom: 10px;
}
.card-header.card-header-primary.star {
    text-align: left;
}
.table-responsive select {
    border-radius: 5px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 255);
}

.card {
    border-radius: 10px;
    /* margin-top: 50px; */
}

.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    margin-top: -43px;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ccc;
}

.top-menu .nav-link {
    font-size: 18px !important;
    text-transform: inherit !important;
}

.top-menu li.nav-item:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.navbar .navbar-brand {
    color: #2A3148;
    font-weight: 600
}




footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .block-btn {
        margin-top: 0px;
        float: none;
        margin-left: 25%;
        padding-bottom: 8px;
    }
    .icon svg {
        width: 50px;
        height: 50px;
    }
    .name-link {
        font-size: 13px;
        font-weight: 800;
        line-height: 5;
        text-align: center;
    }
    .card-section-link .material-icons {
        font-size: 30px;
        line-height: 2.3;
    }
    .card-section-link {
        padding: 5px;
    }
    .btn-view-link {
        font-size: 16px;
        width: 136px;
        height: 34px;
        line-height: 2.3;
    }
    h2 {
        font-size: 18px;
    }
    .desrp-block p {
        font-size: 16px;
        font-weight: 500;
    }
    #home nav.navbar.navbar-expand-lg {
        padding-top: 28px;
        padding-bottom: 9px;
    }
    p.card-description {
        font-size: 14px;
    }
    .card-footer em {
        font-size: 14px;
    }
    .card-footer em {
        font-size: 14px;
    }
    h4.card-title {
        font-size: 16px;
    }
    .card-section .card-body {
        padding: 30px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-bottom: 0px !important;
    }
    .sidebar .nav p {
        font-size: 14px;
    }
    .nav-item svg {
        width: 25px;
        height: 30px;
    }
    .sidebar .nav li a,
    .sidebar .nav li .dropdown-menu a {
        padding-left: 20px;
    }
    table.dataTable tbody th,
    table.dataTable tbody td {
        font-size: 12px;
    }
    .btn-add {
        font-size: 16px;
    }
    .logo img {
        width: 90%;
    }
    .navbar.navbar-transparent {
        padding-top: 19px;
    }
    footer span {
        font-size: 14px
    }
    .copy-rights.text-right {
        text-align: left !important;
    }
    .bar {
        width: 13px;
    }
}

@media (max-width: 991px) {
    .sidebar::before,
    .off-canvas-sidebar nav .navbar-collapse::before {
        background-color: #fff;
    }
}

.btn-default {
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 0, 0, 0.14);
    border-radius: 55px;
}


button>i 
{
	padding-right: 5px
}



.form-check,
label {
    line-height: 1.42857;
    color: #254355;
    font-weight: 400;
}

.img-info svg {
    width: 40px;
    height: 40px;
}

.img-info:hover g {
    fill: #33b8cb
}

.table thead tr th {
    font-size: 1.063rem;
    font-weight: bold;
    /*    text-align: center;*/
}


/*
.card-collapse {
    margin-bottom: 0px;
    margin-bottom: 80px;
}
*/

	.height-10 
	{
		height: 10px;
	}
	
	.height-20 
	{
		height: 20px;
	}

	.height-30 
	{
		height: 30px;
	}

	.height-40 
	{
		height: 40px;
	}
	
	.height-50 
	{
		height: 50px;
	}

	.height-60 
	{
		height: 60px;
	}

	.space-10 
	{
		margin-top: 10px;
	}

	.space-30 
	{
		margin-top: 30px;
	}

	.space-20 
	{
		margin-top: 20px;
	}

	.space-50 
	{
		margin-top: 50px;
	}

	.space-80 
	{
		margin-top: 80px;
	}
	
	.space-100
	{
		margin-top: 100px;
	}

	.space-120
	{
		margin-top: 120px;
	}
	
	.space-150
	{
		margin-top: 150px;
	}
	
	.space-l-10 
	{
		margin-left: 10px;
	}

	.space-l-30 
	{
		margin-left: 30px;
	}

	.space-l-20 
	{
		margin-left: 20px;
	}
	.space-b-10 
	{
		margin-bottom: 10px;
	}

	.space-b-30 
	{
		margin-bottom: 30px;
	}

	.space-b-20 
	{
		margin-bottom: 20px;
	}

	.space-l-50 
	{
		margin-left: 50px;
	}

	.space-l-80 
	{
		margin-left: 80px;
	}
	.space-l-100
	{
		margin-left: 100px;
	}

	.space-l-120
	{
		margin-left: 120px;
	}
	.space-l-150
	{
		margin-left: 150px;
	}
	.padding-top-10
	{		
		padding-top: 10px;	
	}
	.padding-top-20
	{		
		padding-top: 20px;	
	}
	.padding-top-30
	{		
		padding-top: 30px;	
	}
	.padding-top-25
	{		
		padding-top: 25px;	
	}
	
	.padding-10
	{		
		padding: 10px;	
	}
	
	.padding-15
	{		
		padding: 15px;	
	}
	
	.padding-20
	{		
		padding: 20px;	
	}
.sidebar .logo {
    padding-top: 5px;
}

.sidebar .nav li .dropdown-menu a {
    color: #2A3148 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

li.nav-item:hover .nav-link {
    background-color: #2A3148;
    color: #fff;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 30px;
}

#home footer {
    margin-right: 0px;
}

label.label.bmd-label-static {
    font-weight: 600;
    color: #2A3148;
    /* margin-bottom: 20px; */
    display: block;
    position: relative;
}

label {
    font-weight: 600;
    color: #2A3148;
}

h3 {
    font-size: 22px;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    font-weight: 400;
}



.form-control,
.is-focused .form-control {
    background-image: none !important;
    border: 1px solid #ccc;
    padding: 0 15px 0 15px;
    border-radius: 5px;
}

.btn .material-icons {
    margin-top: 0px;
    margin-bottom: 0px;
}


.sidebar .nav li .dropdown-menu a {
    margin: 10px 15px 0;
    border-radius: 3px;
    color: #3C4858;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    font-size: 13px;
}

.sidebar .nav .caret {
    margin-top: 13px;
    position: absolute;
    right: -60px;
}

.sidebar .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

span.sidebar-normal {
    color: #E84E20;
}

span.sidebar-mini {
    color: #E84E20;
}

.nav-tabs .nav-link.active {
    color: #E84E20 !important;
}

a.nav-link.active.show {
    color: #E84E20 !important;
    font-weight: 600;
}

.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:focus {
    border: 0 !important;
    color: #FEA600 !important;
    font-weight: 600;
}

.menu-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    text-decoration: underline;
}


/*
.nav-link i{
   color:#fff !important
}
*/
.nav-title
{
	background-color: #eee;
	color:#2A3148;
	padding: 10px;
	text-align: center;
	font-size: 25px;
}

.nav-tabs .nav-item .nav-link:hover i,
.nav-tabs .nav-item .nav-link:focus i {
    color: #FEA600 !important;
}

.nav-tabs-navigation 
{
    position: relative;
    font-size: 16px;
}

.form-control {
    height: 40px;
}

.input-sp label {
    padding-top: 10px;
}

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

a.nav-link.active.show .material-icons {
    color: #E84E20 !important;
}


.nav-tabs-navigation .stars {
    top: 0px;
}

.nav-tabs-wrapper {
    z-index: 10000000;
    position: relative;
}

.nav-tabs .nav-item .nav-link {
    font-weight: 600;
    text-transform: none;
    font-size: 12px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.4375rem + 2px);
    width: 100%;
    -webkit-appearance: inherit;
    -webkit-appearance: menulist;
}

.datepicker.dropdown-menu {
    display: none;
    padding: 0.3125rem 0;
    border: 0;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: unset;
    transform-origin: 0 0;
    will-change: transform, opacity;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.sidebar .sidebar-wrapper {
    padding-bottom: 60px;
}

.navbar .collapse .navbar-nav .nav-item .nav-link:not(.btn) .material-icons {
    color: #283849 !important;
}

.owl-nav .nav-item:hover {
    background-color: transparent !important;
    color: #fff;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(40, 59, 76, 0.39);
    background-color: #264052;
    color: #FFFFFF;
}

.sweet-alert button {
     
    color: #fff;
    background-color: #F2002B  !important;
    border: 1px solid #F2002B  !important;  
    border-radius:20px; 
	
	
}

.sweet-alert button:hover {
     
    color: #E84E20;
    background: #ffffff; /* Old browsers */
    border: 1px solid #E84E20;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ffffff 100%, #fea600 100%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ffffff 100%,#fea600 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ffffff 100%,#fea600 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.sweet-alert h2 {
    font-size: 27px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #2A3148;
    margin-bottom: 10px;
}

.sweet-alert p {
    font-weight: 600;
}

.navbar-brand .material-icons {
    color: #264153 !important;
}

.btn-check .material-icons {
    line-height: 0 !important;
}

.btn-check {
    margin-left: 10%;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #8ed079;
}

.table-hover .table-warning {
    background-color: #fbb03b;
}

.table-hover .table-info {
    background-color: #ff7bac;
}

.icon-im {
    width: 24px;
    vertical-align: middle;
    height: 24px;
    margin-right: 20px;
    margin-top: -15px;
}
.table-hover .table-warning:hover {
    background-color: #ffa417;
}
.table-success, .table-success > th, .table-success > td {
    background-color: #8ed079;
}
.table-hover .table-success:hover {
    background-color: #c0ff7b;
}
.table-hover .table-info:hover {
    background-color: #c0ff7b;
}
.table-hover .table-info {
    background-color: #ff7bac;
}
button.btn.btn-sm.success-bg.btn-check {
    background-color: #33b8cb;
    color: #fff;
}
button.btn.btn-sm.success-bg.btn-check:hover {
    background-color: #2A3148;
    color: #fff;
}
.sweet-alert button:hover {
    background-color: #2A3148 !important;
}
@media (max-width: 768px) {
    p.d-lg-none.d-md-block {
        font-size: 16px;
        font-weight: 600;
        color: rgba(37, 69, 88, 255);
        display: inline-block;
        vertical-align: text-bottom !important;
        /* line-height: 30px; */
        padding-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
.table {
    border: none;
}

.table-definition thead th:first-child {
    pointer-events: none;
    background: white;
    border: none;
}

.table td {
    vertical-align: middle;
}

.page-item > * {
    border: none;
}
input[type="search"] {
    border-radius: 4px;
    background: no-repeat center bottom, center calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    border: 0;
    height: 36px;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    font-size: 14px;
    background-image: none !important;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.dt-buttons
{
	margin: 25px 10px 25px 10px;
}

.buttons-html5
{
	padding-left: 25px !important;
	padding-right: 25px !important;
}
 .paginate_button, .dt-button
{
    color: #fff !important;
    border: 2px solid #2A3148;
    background-color: #2A3148;   
    border-radius: 20px;
    padding: 10px;
    margin: 2px;
}

 .paginate_button:hover, .dt-button:hover
{
	color: #fff !important;
    border: 2px solid #E84E20 !important;
    background-color: #E84E20 !important;  
}

 .current 
{
	
    color: #233547 !important;
    border: 2px solid #E84E20 !important;
    background-color: #fff !important;   
}



table.dataTable.no-footer {
    border-bottom: 1px solid #a8b5bc;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #a8b5bc;
}
.radius-block {
    border: 1px solid #eee;
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    margin-top: 15px;
}

.rotate 
{
	 height: 140px;
	 width: 10px;
      white-space: nowrap;
  /* FF3.5+ */
  -moz-transform: rotate(-50.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-50.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-50.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-50.0deg);
}

/*/-------------------Mudir cards ui-------------------------------------------------------------// */

/*-----------COLORS--------*/
.Orange-Gradient {
    /*background-color:  #e43603;*/
    background: linear-gradient(to right, #c42728, #e94928, #E84E20, #fea600);
}



.invisible-panel
{
	padding: 20px;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.pointer-cursor
{
	cursor:pointer
}
/*----END COLORS------*/

/*---------mJm---------*/



.top-animated-band
{
	width:100%;
	height: 90px;
	right: 0;
	background-color: #55ff49;
	position: absolute;
	z-index: -1;
	
}

/*------------------------------------------------------------------------------ nav bar top design mudir */
.navbar-nav-width-plat
{	
	height: 80px;
	width: auto;
	-webkit-box-shadow: 10px 4px 10px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 4px 10px -9px rgba(0,0,0,0.75);
	box-shadow: 10px 4px 10px -9px rgba(0,0,0,0.75);
}
.nav-bar-left-zero
{
	position: relative;
	height: inherit;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #F4F3F2;
	
}
.nav-bar-left
{
	position: relative;
	height: inherit;
	/*background-color: black;*/	
	padding-top: 26px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #F4F3F2;
	
}
.nav-bar-left-second
{
	position: relative;
	height: inherit;
/*	background-color: white;	*/
	padding-top: 18px;
/*	padding-left: 10px;*/
/*	padding-right: 10px;*/
	border-right: 1px solid #F4F3F2;

}

.nav-bar-left-third
{
	position: relative;
	height: inherit;
/*	background-color: blue;	*/
/*	width: 20%;	*/
	padding-top: 26px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #F4F3F2;
	
}

.nav-bar-left-four
{
	position: relative;
	height: inherit;
/*	background-color: white;	*/

	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
/*	border-right: 1px solid #F4F3F2;*/
	
}

.nav-bar-left-goback
{
	color: #fff !important;
	position: relative;
	height: inherit;
 	background-color: #E84E20  !important;  
	background: #c52727; /* Old browsers */
	background: -moz-linear-gradient(45deg, #c52727 0%, #e94929 13%, #ff5f0f 62%, #fea500 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #c52727 0%,#e94929 13%,#ff5f0f 62%,#fea500 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #c52727 0%,#e94929 13%,#ff5f0f 62%,#fea500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52727', endColorstr='#fea500',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;	
}
.nav-bar-left-goback>a
{
	color: #fff !important;
}

.nav-bar-left-goback:hover
{
	color: #ff5f0f !important;
	position: relative;
	height: inherit;
 	background-color: #fff  !important;  
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(45deg, #fff 0%, #fff 13%, #fff 62%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #fff 0%,#fff 13%,#fff 62%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #fff 0%,#fff 13%,#fff 62%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;	
}
.nav-bar-left-goback:hover> a
{
	color: #E84E20 !important;
}

.nav-bar-left-goback-card
{
	color: #fff !important;
	position: relative;
	height: inherit;
 	background-color: #E84E20  !important;  
	background: #c52727; /* Old browsers */
	background: -moz-linear-gradient(45deg, #c52727 0%, #e94929 13%, #ff5f0f 62%, #fea500 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #c52727 0%,#e94929 13%,#ff5f0f 62%,#fea500 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #c52727 0%,#e94929 13%,#ff5f0f 62%,#fea500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52727', endColorstr='#fea500',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding: 10px;	
}
.nav-bar-left-goback-card>a
{
	color: #fff !important;
}

.nav-bar-left-goback-card:hover
{
	color: #ff5f0f !important;
	position: relative;
	height: inherit;
 	background-color: #fff  !important;  
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(45deg, #fff 0%, #fff 13%, #fff 62%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #fff 0%,#fff 13%,#fff 62%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #fff 0%,#fff 13%,#fff 62%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}
.nav-bar-left-goback-card:hover> a
{
	color: #E84E20 !important;
}


.nav-bar-li-more
{
	position: relative;
	height: inherit;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-bar-li
{
	position: relative;
	height: inherit;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
}

.nav-bar-li-less
{
	position: relative;
	height: inherit;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-bar-li-xs-less
{
	position: relative;
	height: inherit;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.nav-bar-li-ex
{
	position: relative;
	height: inherit;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.nav-bar-left-five
{
	position: relative;
	height: inherit;
/*	background-color: yellow;	*/
	width: 150px;	
	padding-left: 10px;
	padding-top: 35px;
	padding-right: 10px;
	border-right: 1px solid #F4F3F2;
	
}


.nav-bar-left-six
{
	position: relative;
	height: inherit;
	padding-top: 24px;	
	border-right: 0.2px solid #F4F3F2;
	
}

.nav-bar-left-seven
{
	position: relative;
	height: inherit;
	padding-top: 30px;		
	padding-left: 10px;
	padding-right: 10px;	
	
}


.nav-bar-icon-size
{
	font-size: 30px !important;
}

.nav-bar-left-five-element-one
{		
	padding-top: 10px;	
}
/*----------------------------------------------------------- padding management */

/*-------------------------------------------------------------desgin cards  */

.card_locked
{
	background-color: #ff5500;
	border: 1px solid #f1f1f1;
}

.card_locked:over
{
	background-color: #fff;
	border: 1px solid #ff5500;
}

.card-on-going
{
	background-color: #FEA600;
	border: 1px solid #f1f1f1;
}

.card-on-going:over
{
	background-color: #fff;
	border: 1px solid #FEA600;
}

.card-accomplished
{
	background-color: #155ca6;
	border: 1px solid #f1f1f1;
}

.card-accomplished:over
{
	background-color: #fff;
	border: 1px solid #155ca6;
}
.white-border-raduis
{
	border:1px white solid;
}
.white-border-raduis:hover
{
	border:1px transparent inset;
}

.flip-card {
/*	background-color: transparent;*/
	width: 210px;
	height: 300px;	
	border-radius: 10px;
	box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 0, 0, 0.14);
	padding:6px;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
/*	background-color: #ff5500;*/
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	
	border-radius: 10px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {  
  color: #2A3148;
}

/* Style the back side */
.flip-card-back {
	border-radius: 10px;
  background-color: white;
  color: #999999;
  transform: rotateY(180deg);

}


.card-mudir-inner-content
{	
	padding: 10px;
}

/*------------------------------------text size managment*/
.nav-bar-user-name
{
	font-size: 12px;
}
.nav-bar-role
{
	font-size: 12px;
}
/*------------------------------------btn managment*/





.btn-success {
	 
    color: #fff;
    background-color: #7ac943;
    border-color: #7ac943;
}
.btn-success .material-icons {
   color:#fff 
}
.text-king {
    color: #283849 !important;
}
.btn-warning {
	  
    color: #fff;
    background-color: #ff902f  !important;
    border-color: #c9943e  !important;
}
.btn-warning .material-icons {
    color: #f4f5f6 !important;
}

.btn-mudir {
	 
    color: #fff;
    background-color: #E84E20  !important;
    border: 1px solid #fff;   
	
	background: #c52727; /* Old browsers */
	background: -moz-linear-gradient(45deg, #c52727 0%, #e94929 13%, #ff5f0f 62%, #fea500 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #c52727 0%,#e94929 13%,#ff5f0f 62%,#fea500 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #c52727 0%,#e94929 13%,#ff5f0f 62%,#fea500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52727', endColorstr='#fea500',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn-mudir .material-icons {
    color: #f4f5f6 !important;
}


.btn-mudir:hover {
	 
    color: #E84E20;
    background: #ffffff; /* Old browsers */
    border-color: #E84E20;  
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ffffff 100%, #fea600 100%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ffffff 100%,#fea600 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ffffff 100%,#fea600 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.btn-close 
{
	 
    color: #fff;
    background-color: #2A3148 !important;
    border: 1px solid #2A3148;  
	
}
.btn-close .material-icons 
{
    color: #f4f5f6 !important;
}


.btn-close:hover 
{
	 
    color: #E84E20;
    background: #ffffff; /* Old browsers */
    border-color: #E84E20;  
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ffffff 100%, #fea600 100%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ffffff 100%,#fea600 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ffffff 100%,#fea600 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



.btn-transparent 
{
	     
 	background-color: #fff  !important;
	color: #E84E20;
    border: 1px solid #E84E20;
}
.btn-transparent .material-icons 
{
    color: #E84E20 !important;
}


.btn-transparent:hover 
{
	  
    color: #fff;
    background-color: #E84E20  !important;
    border-color: #FEA600  !important;   
	
	background: #fea500; /* Old browsers */
	background: -moz-linear-gradient(45deg, #fea500 1%, #ff5f0f 39%, #e94929 83%, #c42728 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #fea500 1%,#ff5f0f 39%,#e94929 83%,#c42728 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #fea500 1%,#ff5f0f 39%,#e94929 83%,#c42728 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea500', endColorstr='#c42728',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-transparent:focus {
	  
    color: #2A3148 !important;
    background-color: #fff  !important;
}


.sweet-alert 
{
	background-color: white;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	width: 500px;
	padding: 50px;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	overflow: hidden;
	display: none;
	z-index: 99999;
	padding-bottom: 100px;
}

.well
{
	border: 0.2px solid #d3d3d3;	
	border-radius: 15px;
}
.well-header
{
	background-color:#2A3148;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.well-title
{
	font-size: 28px
}
.well-body
{
	padding: 20px;
	flex-wrap: wrap;
}
.label-mudir 
{
	padding-top: 10px;
}
.modal
{
/*	border: 0.2px solid #d3d3d3;	*/
/*	border-radius: 15px;*/
}
.modal-content 
{
	border-radius: 15px;
}
.modal-header
{
	background-color:#2A3148;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.modal-title
{
	font-size: 20px;
	text-align: center;
}

.mudir-level-card
{	
	font-size: 16px;
		color: #fff !important;	
}

.mudir-stage-card
{	
	font-size: 26px;
	color: #fff !important;	
}

.mudir-title-card
{
	
	color: #fff;
	font-size: 16px;
}

.mudir-title-card-flip
{
	
	color: #E94928;
	font-size: 16px;
}

.btn-round-number
{
	background-color: #E94928;
	color: #fff;
	border-radius: 50%;
	border: #fff 0.6px solid;
}

.desciption-card-b
{
	height: 100px;
	text-align: justify;	
}


/*---------------------------------------nav panels*/
.nav-tabs 
{
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}
.nav-tabs > li 
{
	float: left;
	margin-bottom: -1px;
}
.nav > li 
{
	position: relative;
	display: block;
}
.nav-tabs > li.active > a
{
	color: #2A3148 !important;
/*	cursor: default;*/
	background-color: #fff !important;
	border: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221) !important;
	border-bottom-color: transparent;
}
.nav-tabs > li.active > a:focus
{
	color: #fff !important;
/*	cursor: default;*/
	background-color: #2A3148 !important;
	border: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-color: transparent;
}
.nav-tabs > li.active > a:hover 
{
	color: #fff !important;
/*	cursor: default;*/
	background-color: #E84E20 !important;
	border: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-color: transparent;
}

.nav-tabs > li > a 
{
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	
}

.nav > li > a 
{
	position: relative;
	display: block;
	padding: 10px 15px;
}

.show 
{
	display: block !important;
}  

.navbar-dark .navbar-nav .nav-link {

    color: rgb(255, 255, 255 , 0.8);

}

/*----------------------*/

.input-group-addon
{
	background-color: #cecece;	
	padding: 6px 10px 6px 10px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	color: white;
}

.input-group-addon-sm
{
	background-color: #cecece;	
	padding: 3px 10px 6px 10px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	color: white;
}








