/*==============================
	LoginPage
==============================*/
.login-page .main-title {
	position: relative;
	min-height: 40px;
}
.login-page  .main-title p.titlepage {
	font-family: 'Times New Roman' , 'Khmer OS Muol Light';
	text-align: center;
	font-size: 26px;
	color: #fff;
	width: 100%;
	padding-top: 25px;
}
.login-page .login-content {
    width: 100%;
    height: calc(100% - 130px);
}
.login-page  .loginBlog {
    width: 50%;
	height: 100%;
    float: left;
    position: relative;
}
.login-page  .login-box {
    width: 430px;
    height: 85%;
    max-width: 430px;
    background-color: #11518bcc;
    border-radius: 20px;
    margin-top: 100px;
	margin-left: 100px;
    position: relative;
    display: table;
	
}
.login-page .loginBlog .login-box .content {
	width: 100%;
    display: table-cell;
    vertical-align: top;
    padding: 15px 0;
    min-height: initial;
}
.login-page  p.login-title {
    color: #fff;
    font-size: 25px;
    text-align: center;
	font-family: 'Times New Roman' , 'Khmer OS Muol Light';
}
.login-page  .instruction-box {
    margin: 0 auto;
    width: 80%;
    display: block;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    color: #0e4f88;
}
.login-page .instruction-box h3 small {
    display: block;
    font-weight: 600;
    color: inherit;
}
.login-page  p.instruction-note {
    white-space: pre-line;
}

.login-page .loginFormBlog {
    width: 50%;
    height: 100%;
    display: inline-block;
    margin: auto 0;
}
.login_wrapper.login-wrapper {
	height: 350px;
	width: 700px;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: inherit;
	right: auto;
	 margin-top: 100px;
}
.login_wrapper.login-wrapper  .login-left {
	width: 230px;
	height: 100%;
	/* background-color: #0a3359; */
	background: linear-gradient(to top, #3f88e3 0%,#0f4e87 100%);
	border-radius: 5px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.login_wrapper.login-wrapper .login-left .logo img {
	width: 110px;
}
.login_wrapper.login-wrapper .login-left .gdt-name-kh {
	font-family: 'Times New Roman' , 'Khmer OS Muol Light';
	color: #ffffff;
	margin-top: 14px;
}
.login_wrapper.login-wrapper .login-left .gdt-name-en {
	color: #ffffff;
}
.login_wrapper.login-wrapper .login-right {
	width: calc(100% - 235px);
	height: 300px;
	background-color: #ffffff;
	border-radius: 5px;
	z-index: 5;
	margin-left: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.login_wrapper.login-wrapper .login-right-wrapper {
	height: 100%;
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
	padding: 15px 0;
}
.loginTitle h4 {
	font-family: 'Times New Roman' , 'Khmer OS Muol Light';
	margin: 5px 0;
	padding: 0;
	color: #002f5a;
}
.loginTitle small {
	display: block;
	color: #002f5a;
	line-height: 16px;
}
.login_wrapper.login-wrapper .login_form {
	position: relative;
	width: 100%;
}
.login_wrapper.login-wrapper .login_content h1 {
	font-family: 'Times New Roman' , 'Khmer OS Muol Light';
	font-size: 12px;
}
.login-right-wrapper section.login_content {
	padding: 0;
	margin: 0;
}
.formControl-login {
	margin: 10px 0;
}
.login_wrapper.login-wrapper .login_content form input[type=text], 
.login_wrapper.login-wrapper .login_content form input[type=email], 
.login_wrapper.login-wrapper .login_content form input[type=password] {
	border-radius: 3px;
	border: 1px solid #c8c8c8;
	color: #000;
	margin: 0 0 20px;
	width: 100%;
}
.login-page .developing-box {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: right;
	padding-right: 23px;
}

.login-page .developing-box p {
	color: #fff;
	font-size: 16px;
	line-height: 14px;
}

.login-page .developing-box a.copyright {
	color: #ffbd21;
}
@media screen and (max-width: 991px) {
	.login-page .main-title p.titlepage {
    font-size: 16px;
    padding-bottom: 25px;
}
.login-page .loginBlog {
    width: 40%;
    position: relative;
    padding: 0 10px;
}
.login-page .login-box {
    width: 185px;
    max-width: 300px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    height: auto;
}
.login-page p.login-title {
    font-size: 16px;
}
.login-page .instruction-box {
    width: 90%;
    padding: 10px;
    border-radius: 5px;
}
.login-page .instruction-box h3 {
    font-size: 16px;
    margin: 0;
}
.login-page p.instruction-note {
    font-size: 10px;
}
.login-page .loginFormBlog {
    width: 60%;
    padding: 0 20px;
}
.login_wrapper.login-wrapper {
    height: 350px;
    max-width: initial;
    right: auto;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.login_wrapper.login-wrapper .login-left {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 4px;
    padding-bottom: 12px;
}
.login_wrapper.login-wrapper .login-left .gdt-name-kh {
    margin-top: 5px;
    font-size: 12px;
}
.login_wrapper.login-wrapper .login-left .gdt-name-en {
    font-size: 10px;
}
.login_wrapper.login-wrapper .login-right {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
    padding: 0 10px;
    margin-top: -10px;
}
.login_wrapper.login-wrapper .login-right-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    padding: 15px 0;
}
.loginTitle h4 {
    font-family: 'Times New Roman' , 'Khmer OS Muol Light';
    margin: 5px 0;
    padding: 0;
    color: #002f5a;
    font-size: 12px;
}
.loginTitle small {
    display: block;
    color: #002f5a;
    line-height: 16px;
    font-size: 9px;
}
.login_wrapper.login-wrapper .login_content h1 {
    font-family: 'Times New Roman' , 'Khmer OS Muol Light';
    font-size: 10px;
    margin: 0;
}
.login_content {

    min-width: 0;
}
}
/*==============================
	END LoginPage
==============================*/
body.externalTemplate .main_menu_side {
    box-shadow: none;
}
body.externalTemplate .main_menu span.fa {
    color: #333;
}
body.externalTemplate .left_col.scroll-view .navbar.nav_title {
	background: #0160ac;
    box-shadow: 13px 0px 0px #0160ac;
    border: none;
    height: 52px;
}

body.externalTemplate .nav_menu {
    /* background: #009074; */
}
body.externalTemplate .top_nav .nav .open>a, 
body.externalTemplate .top_nav .nav .open>a:focus, 
body.externalTemplate .top_nav .nav .open>a:hover, 
body.externalTemplate .top_nav .nav>li>a:focus, 
body.externalTemplate .top_nav .nav>li>a:hover {
    /* background: #1abb9c; */
}
body.externalTemplate .nav.child_menu>li>a, .nav.side-menu>li>a {
    color: #333;
}

body.externalTemplate .nav.side-menu>li.active, .nav.side-menu>li.current-page {
    /* border-right: 5px solid #1abb9c; */
}
body.externalTemplate .nav.side-menu>li>a:hover {
    /* color: #009175 !important; */
    color: #07068b !important;
}
body.externalTemplate .nav.side-menu>li.active>a {
    text-shadow: rgb(0 0 0 / 25%) 0 -1px 0;
    background: none;
    box-shadow: none;
    color: #000000;
}
body.externalTemplate .nav li li.current-page a, 
body.externalTemplate .nav.child_menu li li a.active, 
body.externalTemplate .nav.child_menu li li a:hover {
    color: #009175;
}

body.externalTemplate  .panel_toolbox>li>a {
    padding: 5px 10px;
    color: #003193;
    font-size: 16px;
}

body.externalTemplate .container.body .col-md-3.left_col {
    box-shadow: 1px 4px 5px #a09797;
	    z-index: 1;
}
body.externalTemplate  .container.body .right_col {
    background: #ffffff;
}


body.externalTemplate .head-td {
    background: #f7f7f7;
    color: #02014a;
    border-bottom: solid 5px #02014a;
}
body.externalTemplate tr.odd {
    background: #f7f7f7;
}

table.content-data tbody tr:hover {
    background: #eee;
    cursor: crosshair;
}
table#table tbody tr:hover {
    border-bottom: solid 2px #7c8659;
    background: #e5f2b6;
}
.justify-content-between {
    justify-content: space-between!important;
}
.justify-content-center {
    justify-content: center !important;
}
.main-content-title {
    color: #323251;
    font-weight: 500;
    font-size: 18px;
    text-indent: -1px;
    line-height: 2;
    position: relative;
    margin-bottom: 20px;
}

.welcomeBox {
    border-bottom: solid 2px #eee;
}
.card-header-welcome .card-title-welcome {
    line-height: 32px;
    margin: 0;
    padding: 0;
}
.card-body-welcome {
    color: #555;
}
.breadcrumb-header {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}
.breadcrumb-header .breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 0;
    font-size: 13px;
}
.breadcrumb-item.active {
    color: #009074;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.bg-gradient-directional-primary {
    background-image: -webkit-linear-gradient(90deg,#2f61ab,#4da1fe);
    background-image: -moz-linear-gradient(90deg,#2f61ab,#4da1fe);
    background-image: -o-linear-gradient(90deg,#2f61ab,#4da1fe);
    background-image: linear-gradient(90deg,#2f61ab,#4da1fe);
    background-repeat: repeat-x;
}

.bg-gradient-directional-success {
    background-image: -webkit-linear-gradient(90deg,#17a139,#72dd30);
    background-image: -moz-linear-gradient(90deg,#17a139,#72dd30);
    background-image: -o-linear-gradient(90deg,#17a139,#72dd30);
    background-image: linear-gradient(90deg,#17a139,#72dd30);
    background-repeat: repeat-x;
}

.bg-gradient-directional-danger {
    background-image: -webkit-linear-gradient(90deg,#a6513e,#a6513e);
    background-image: -moz-linear-gradient(90deg,#a6513e,#a6513e);
    background-image: -o-linear-gradient(90deg,#a6513e,#a6513e);
   background-image: linear-gradient(90deg,#a6513e,#a6513e);
    background-repeat: repeat-x;
}

.bg-gradient-directional-info {
    background-image: -webkit-linear-gradient(90deg,#2fab77,#4dfec0);
    background-image: -moz-linear-gradient(90deg,#2fab77,#4dfec0);
    background-image: -o-linear-gradient(90deg,#2fab77,#4dfec0);
    background-image: linear-gradient(90deg,#2fab77,#4dfec0);
    background-repeat: repeat-x;
}

.bg-gradient-directional-warnings {
    background-image: -webkit-linear-gradient(90deg,#ab982f,#fee84d);
    background-image: -moz-linear-gradient(90deg,#ab982f,#fee84d);
    background-image: -o-linear-gradient(90deg,#ab982f,#fee84d);
    background-image: linear-gradient(90deg,#ab982f,#fee84d);
    background-repeat: repeat-x;
}

.bg-gradient-directional-darkblue {
    background-image: -webkit-linear-gradient(90deg,#082c62,#0651a4);
    background-image: -moz-linear-gradient(90deg,#082c62,#0651a4);
    background-image: -o-linear-gradient(90deg,#082c62,#0651a4);
    background-image: linear-gradient(90deg,#082c62,#0651a4);
    background-repeat: repeat-x;
}

.bg-gradient-directional-notice {
    background-image: -webkit-linear-gradient(90deg,#e5f2b6,#f7ffda);
    background-image: -moz-linear-gradient(90deg,#e5f2b6,#f7ffda);
    background-image: -o-linear-gradient(90deg,#e5f2b6,#f7ffda);
    background-image: linear-gradient(90deg,#e5f2b6,#f7ffda);
    background-repeat: repeat-x;
    border: solid 1px #e5f2b6;
}

.primary-custom-card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: visible !important;
    word-wrap: break-word;
    overflow: hidden;
    background-clip: border-box;
    border-radius: 5px;
    margin-bottom: 1.3rem;
    box-shadow: 0px 4px 7px rgb(154 154 204 / 10%);
   
}
.prime-card {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card {
    border-radius: 5px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff !important;
    background-clip: border-box;
    border-radius: 5px;
    border: 0px solid transparent;
    margin-bottom: 1.3rem;
    box-shadow: 1px 1px 7px rgb(154 154 204 / 10%);
}
.card-header:first-child {
    border-radius: 11px 11px 0 0;
}
.card-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10px;
}
.card-title:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #02014a;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
}

.border-left-radius-palette {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.border-primary {
    border: 1px solid #2f61ab!important;
}
.border-primary.border-lighten-1 {
    border: 1px solid #2f61ab!important;
}
.border-top-primary.border-top-darken-1 {
    border-top: 1px solid #2f61ab!important;
}

.border-warnings {
    border: 1px solid #ab982f!important;
}
.border-warnings.border-lighten-1 {
    border: 1px solid #ab982f!important;
}
.border-top-warnings.border-top-darken-1 {
    border-top: 1px solid #ab982f!important;
}

.border-success {
    border: 1px solid #17a139!important;
}
.border-success.border-lighten-1 {
    border: 1px solid #17a139!important;
}
.border-top-success.border-top-darken-1 {
    border-top: 1px solid #17a139!important;
}

.card.border-top-5 {
    border-top-width: 5px!important;
}


.border-bottom-primary.border-bottom-darken-1 {
    border-bottom: 1px solid #2f61ab!important;
}
.card.border-bottom-5 {
    border-bottom-width: 5px!important;
}

.align-items-center{
	align-items: center;
}
.p-relative{
	position:relative !important;
}
.adjustLineHeight.material-icons-outlined {
    position: absolute;
    top: 2px;
}
.circle-icon {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 40px;
    border-radius: 5px;
    right: 40px;
}
.circle-icon i {
    line-height: 2.4 !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.bg-primary-transparent {
    background: rgb(56 202 179 / 20%) !important;
}
.bg-info-transparent {
    background-color: rgba(78, 194, 240, 0.2) !important;
}
.bg-secondary-transparent {
    background-color: rgb(247 79 118 / 20%) !important;
}
.bg-warning-transparent {
    background-color: rgba(255, 189, 90, 0.2) !important;
}
.text-primary {
    color: #337ab7 !important;
}
.text-success {
    color: #0ca01e !important;
}
.text-danger {
    color: #f34343 !important;
}
.text-dark {
    color: #383853 !important;
}
.text-secondary {
    color: #f74f75 !important;
}
.text-warning {
    color: rgb(236 177 0)!important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}


.me-3, .mx-3 {
    margin-right: 1rem !important;
}
.p-1 {
    padding: 1rem!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.ps-4, .px-4 {
    padding-left: 1.5rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pe-3, .px-3 {
    padding-right: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem!important;
}
.pb-4 {
    padding-bottom: 1.5rem!important;
}
.pe-3 {
    padding-right: 1rem!important;
}
.pt-4 {
    padding-top: 1.5rem!important;
}

.rounded-circle {
    border-radius: 50% !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%) !important;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-flush {
    border-radius: 0;
}

.border-0 {
    border: 0 !important;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #e7ebf3;
}
.list-group-item-action {
    width: 100%;
    color: #1d2635;
    text-align: inherit;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border: 0 !important;
    border-radius: 0;
}
.customers .list-group-item {
    padding: 0.82rem 1.25rem;
}
.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.media {
    display: flex;
    align-items: center;
}
.customers .list-group-item .media img {
    width: 35px !important;
    height: 35px !important;
}
.media-body {
    flex: 1;
}
.align-items-center {
    align-items: center !important;
}
.wd-5p {
    width: 5%;
}
.wd-10p {
    width: 10%;
}
.wd-15p {
    width: 15%;
}
.wd-20p {
    width: 20%;
}
.wd-25p {
    width: 25%;
}
.wd-30p {
    width: 30%;
}
.wd-35p {
    width: 35%;
}
.wd-40p {
    width: 40%;
}
.wd-45p {
    width: 45%;
}
.wd-50p {
    width: 50%;
}
.wd-55p {
    width: 55%;
}
.wd-60p {
    width: 60%;
}
.wd-65p {
    width: 65%;
}
.wd-75p {
    width: 75%;
}
.wd-70p {
    width: 70%;
}
.wd-80p {
    width: 80%;
}
.wd-85p {
    width: 85%;
}
.wd-90p {
    width: 90%;
}
.wd-95p {
    width: 95%;
}
.wd-100p {
    width: 100%;
}
.w-auto{width:auto!important}
.h-25{height:25%!important}
.h-50{height:50%!important}
.h-75{height:75%!important}
.h-100{height:100%!important}
.h-auto{height:auto!important}
.mw-100{max-width:100%!important}
.mh-100{max-height:100%!important}
.min-vw-100{min-width:100vw!important}
.min-vh-100{min-height:100vh!important}
.vw-100{width:100vw!important}
.vh-100{height:100vh!important}
.stretched-link::after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;pointer-events:auto;background-color:rgba(0,0,0,0)}
.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:1rem!important}
.mt-1,.my-1{margin-top:1rem!important}
.mr-1,.mx-1{margin-right:1rem!important}
.mb-1,.my-1{margin-bottom:1rem!important}
.ml-1,.mx-1{margin-left:1rem!important}
.m-2{margin:1.5rem!important}
.mt-2,.my-2{margin-top:1.5rem!important}
.mr-2,.mx-2{margin-right:1.5rem!important}
.mb-2,.my-2{margin-bottom:1.5rem!important}
.ml-2,.mx-2{margin-left:1.5rem!important}
.m-3{margin:3rem!important}
.mt-3,.my-3{margin-top:3rem!important}
.mr-3,.mx-3{margin-right:3rem!important}
.mb-3,.my-3{margin-bottom:3rem!important}
.ml-3,.mx-3{margin-left:3rem!important}
.m-4{margin:3.5rem!important}
.mt-4,.my-4{margin-top:3.5rem!important}
.mr-4,.mx-4{margin-right:3.5rem!important}
.mb-4,.my-4{margin-bottom:3.5rem!important}
.ml-4,.mx-4{margin-left:3.5rem!important}
.m-5{margin:4rem!important}
.mt-5,.my-5{margin-top:4rem!important}
.mr-5,.mx-5{margin-right:4rem!important}
.mb-5,.my-5{margin-bottom:4rem!important}
.ml-5,.mx-5{margin-left:4rem!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:1rem!important}
.pt-1,.py-1{padding-top:1rem!important}
.pr-1,.px-1{padding-right:1rem!important}
.pb-1,.py-1{padding-bottom:1rem!important}
.pl-1,.px-1{padding-left:1rem!important}
.p-2{padding:1.5rem!important}
.pt-2,.py-2{padding-top:1.5rem!important}
.pr-2,.px-2{padding-right:1.5rem!important}
.pb-2,.py-2{padding-bottom:1.5rem!important}
.pl-2,.px-2{padding-left:1.5rem!important}
.p-3{padding:3rem!important}
.pt-3,.py-3{padding-top:3rem!important}
.pr-3,.px-3{padding-right:3rem!important}
.pb-3,.py-3{padding-bottom:3rem!important}
.pl-3,.px-3{padding-left:3rem!important}
.p-4{padding:3.5rem!important}
.pt-4,.py-4{padding-top:3.5rem!important}
.pr-4,.px-4{padding-right:3.5rem!important}
.pb-4,.py-4{padding-bottom:3.5rem!important}
.pl-4,.px-4{padding-left:3.5rem!important}
.p-5{padding:4rem!important}
.pt-5,.py-5{padding-top:4rem!important}
.pr-5,.px-5{padding-right:4rem!important}
.pb-5,.py-5{padding-bottom:4rem!important}
.pl-5,.px-5{padding-left:4rem!important}
.m-n1{margin:-1rem!important}
.mt-n1,.my-n1{margin-top:-1rem!important}
.mr-n1,.mx-n1{margin-right:-1rem!important}
.mb-n1,.my-n1{margin-bottom:-1rem!important}
.ml-n1,.mx-n1{margin-left:-1rem!important}
.m-n2{margin:-1.5rem!important}.mt-n2,.my-n2{margin-top:-1.5rem!important}
.mr-n2,.mx-n2{margin-right:-1.5rem!important}.mb-n2,.my-n2{margin-bottom:-1.5rem!important}
.ml-n2,.mx-n2{margin-left:-1.5rem!important}.m-n3{margin:-3rem!important}
.mt-n3,.my-n3{margin-top:-3rem!important}.mr-n3,.mx-n3{margin-right:-3rem!important}
.mb-n3,.my-n3{margin-bottom:-3rem!important}.ml-n3,.mx-n3{margin-left:-3rem!important}
.m-n4{margin:-3.5rem!important}.mt-n4,.my-n4{margin-top:-3.5rem!important}
.mr-n4,.mx-n4{margin-right:-3.5rem!important}.mb-n4,.my-n4{margin-bottom:-3.5rem!important}
.ml-n4,.mx-n4{margin-left:-3.5rem!important}.m-n5{margin:-4rem!important}
.mt-n5,.my-n5{margin-top:-4rem!important}.mr-n5,.mx-n5{margin-right:-4rem!important}
.mb-n5,.my-n5{margin-bottom:-4rem!important}.ml-n5,.mx-n5{margin-left:-4rem!important}
.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}
.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}
.ml-auto,.mx-auto{margin-left:auto!important}
.badge {
    display: inline-block;
    padding: 4px 6px 4px 6px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    font-size: 75%;
    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;
}
.badge-success-transparent {
    background-color: rgba(36, 213, 184, 0.15) !important;
    color: #24d5b8;
}
.badge-danger-transparent {
    color: #f34343;
    background-color: rgba(243, 67, 67, 0.15);
}

small.timeSchedule {
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 10px;
    margin: 0;
    padding: 0;
}
.alert {
    position: relative;
}
.alert[class*=alert-icon-] .alert-icon {
    font-family: LineAwesome;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: -4rem;
    width: 4rem;
    margin-top: -8px;
    content: '\f2b2';
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alert.alert-icon-left {
    border-left-width: 4rem;
}
.alert-secondary {
    color: #383a43;
    border-color: #e5f2b6;
    background-color: #f7ffda;
}
.alert-dismissible {
    padding-right: 4rem;
}

.round {
    border-radius: 1.5rem;
}

ul.listSmallBtn {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.listSmallBtn li {margin-bottom: 2px;}
a.small-button-class {
    padding: 8px;
    font-size: 12px;
    color: #fff;
    background-color: #0150a6;
    border-color: #004b9c;
    border-radius: 6px;
	width:160px !important;
	display: block;
}
a.small-button-class i{font-size: 12px;}

a.small-button-class:hover {
    background: #010069;
}


