

/*
	Primary Color: #4A005D;
	Primary Color Light: #580073;
*/

body{
	color: #333;
/*	color: #949494;*/
	font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;
}
h1,
.h1 {
    font-size: 31px;
}
h2,
.h2 {
    font-size: 25px;
}
h3,
.h3 {
    font-size: 21px;
}
h4,
.h4 {
    font-size: 15px;
}
h5,
.h5 {
    font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
hr{
    background: red;
    border-color: #ccc;;
}
.text-gray{
    color: #ccc;
}
.navbar-brand-box{
	border-bottom: 1px solid #eee;
}
.text-right{
	text-align: right;
}
.form-group{
	margin-bottom: 20px;
}
.shadow1{
	box-shadow: rgba(135,138,153,.9) 0 5px 20px -6px !important;
}
.shadow2{
	box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
.form-group label{
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
}
.progressBarBtn, .progressBarBtn1, .progressBarBtn2, .progressBarBtn3, .progressBarBtn4, .progressBarBtn5, .progressBarBtn6, .progressBarIntkSwtBtn, .progressBarResetBtn{
	display: none;
}
.hiddenFld{
	display: none;
}
.info{
	font-size: 10px;
}
.form-control {
  	padding: .4rem .9rem;
}
.table-bordered-f{
	border: 1px solid #eee !important;
}
.chuo_logo_footer{
	max-height: 60px;
}
.clear{
	clear: both;
}
.avatar-60{
	width: 60px;
}
.avatar-100{
	width: 100px;
}
.avatar-150{
	width: 150px;
}
.avatar-200{
	width: 200px;
}
/*.progress-info .progress-bar .past {
    background-color: rgba(74, 176, 193, .1) !important;
    color: #4ab0c1 !important
}

.progress-info .progress-bar .past::after {
    border-left-color: rgba(74, 176, 193, .1)
}*/
.progress-info .current {
    background-color: rgba(74, 176, 193, .1) !important;
    color: #4ab0c1 !important
}

.progress-info .current::after {
    border-left-color: rgba(74, 176, 193, .1)
}
.bg-blue {
    background-color: rgba(var(--tb-primary-rgb), var(--tb-bg-opacity)) !important
}
.dark-links a{
	color: #fff !important;
}
.border-gray{
	border-color: #ADADAD !important;
}
.select2{
	width: 100% !important;
}
.select2-container{
	
}
.select2-container .select2-selection--single{
	padding: .4rem .9rem !important;
	border: 1px solid var(--tb-input-border) !important;
	height: 35px !important;
}
.select2-selection{
	padding: .4rem .9rem !important;
	border: 1px solid var(--tb-input-border) !important;
}

.page-title .page-title-box{
/*	padding: 8px 15px;*/
    margin-bottom: 17px;
    list-style: none;
/*    background-color: #f5f5f5;*/
    background-color: rgba(133, 97, 249, .18);
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
table th{
	font-size: 13px;
    font-weight: normal;
}
table td{
	font-size: 12px;
	color: #333;
}
.table-bordered{
    border-bottom: 0.5px solid #eee;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #f5f5f6;
    border-bottom-width: 0px;
    color: #a6a7aa;
    border-bottom: 0 !important;
}
.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    background-color: #f5f5f6;
    border-bottom-width: 0px;
    color: #a6a7aa;
/*    border-bottom: 0 !important;*/
}
.form-control {
	font-size: 13px;
}
.btn-xs{
	padding: 3px 10px;
	font-size: 12px;
}
.app_preview img{
	height: 100px;
	/*border: 1px solid #ccc;*/
}
.profile_table{
	width: 100%;
}
.profile_table td, .app_preview .table td, .app_preview .table th, .app_preview .table{
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
}
.modal-footer{
	background-color: #eee;
	padding-top: 10px !important;
}
input[readonly]{
	background-color: #eee;
}
.reg_form .panel-heading {
    border-radius: 0px;
}
.reg_form .form-control{
	border: 1px solid #ccc;
	/*border-radius: 0px;
	padding: 2px 5px;
	font-size: 12px;*/
}
.reg_form table{
	width: 100%;
}
.red {
    color: red;
}
.margin{
	margin-top: 40px;
}
.inner-control{
	padding: 3px;
}
.form-control-xs {
    max-height: 25px;
    padding: 4px 5px;
    font-size: 10px;
    border-radius: .2rem
}
.form-control-sm {
    max-height: 35px;
    padding: 4px 5px;
    font-size: .7930125rem;
    border-radius: .2rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}
.form-groups-bordered > .form-group {
  	border-bottom: 1px solid #ebebeb;
  	padding-bottom: 15px;
  	padding-top: 15px;
  	margin-bottom: 0px;
}
.form-groups-bordered > .form-group:first-child {
  	padding-top: 0;
}
.form-groups-bordered > .form-group:last-child {
  	margin-bottom: 0;
  	padding-bottom: 0;
  	border-bottom: 0;
}

.login-logo img{
    vertical-align: middle;
    max-width: 85%;
    margin-top: 30px;
}
.login-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
/*  font-size: 14px;*/
}

.breadcrumb-title {
  	font-size: 20px;
  	border-right: 1.5px solid #aaa4a4;
}
.pe-3 {
  	padding-right: 1rem !important;
}
.role_permissions .ul1{
    padding-left: 0px;
    margin: 0px;
}
.role_permissions .li3{
    padding-right: 10px;
}
.role_permissions .label1{
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    width: 100%;
}
.role_permissions label{
	font-weight: normal;
}
.role_permissions ul{
    list-style: none;
}
.role_permissions .ul1 .li1{
    display: table;
    float: left;
    border: 1px solid #ccc;
    margin-right: 15px;
    margin-bottom: 10px;
    /*padding-bottom: 10px;*/
/*    min-width: 23.99%;*/
    min-width: 23.3%;

    /*padding-left: 10px;
    
    padding-bottom: 10px;
    border: 1px solid #ccc;
    margin-right: 15px;
    clear: all;*/
}
.role_permissions .li2{
    /*display: block;*/
    padding-bottom: 7px;
    padding-top: 10px;
    padding-right: 5px;
}
.role_permissions .ul3 li{
    /*display: block;*/
    padding-top: 5px;
}
.bg-gradient-bloody {
  background: #f54ea2;
  background: -webkit-linear-gradient( 45deg , #f54ea2, #ff7676) !important;
  background: linear-gradient( 45deg , #f54ea2, #ff7676) !important;
}
.bg-gradient-scooter {
  background: #17ead9;
  background: -webkit-linear-gradient( 45deg , #17ead9, #6078ea) !important;
  background: linear-gradient( 45deg , #17ead9, #6078ea) !important;
}
.bg-gradient-ohhappiness {
  background: #00b09b;
  background: -webkit-linear-gradient( 45deg , #00b09b, #96c93d) !important;
  background: linear-gradient( 45deg , #00b09b, #96c93d) !important;
}
.widgets-icons-2 {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  font-size: 27px;
  border-radius: 10px;
}
.rounded-circle {
  border-radius: 50% !important;
}
.dataTables_paginate{
    float: right;
}
.dataTables_wrapper {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info{
    padding-left: 10px;
    padding-bottom: 10px;
}
.dataTables_wrapper .dataTables_filter{
    padding-right: 10px;
    padding-bottom: 10px;
}
.dataTables_wrapper .dt-buttons{
    padding-left: 10px;
    padding-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate{
    padding-right: 10px;
}
.dataTables_wrapper .dataTables_info{
    color: #949494;
}
.dataTables_wrapper > div label {
  margin-bottom: 0;
  font-weight: normal;
  color: #949494;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.attended_table tbody td{
    padding: 5px 7px;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.profile_panel table tr td{
    word-wrap: normal !important;
    word-break: normal !important;
}
.profile_panel table tr td:nth-child(2){
    font-weight: bold;
    background: #F9F9F9;
}
.profile_panel table tr td:nth-child(4){
    font-weight: bold;
    background: #F9F9F9;
}
.stdentView .tabs-vertical{
    width: 100% !important;
}
.stdentView img{
    width: 150px;
    height: 150px;
}
.home-logo{
    min-height: 450px;
}
.home-logo img{
    max-height: 400px;
}
.table-responsive .table-bordered{
    border-top: #ccc !important;
    border-bottom: #ccc !important;
}
.summary-report table th, .summary-report table td{
    padding: 4px 10px;
    color: #333;
}
.companyHeader{
    display: none;
}
.hiddenBtn{
    display: none !important;
}
.cpointer:hover{
    cursor: pointer !important;
}
.menu-separator{
    margin-top: 5px;
    margin-bottom: 5px;
}
table.dataTable td.dataTables_empty{
    padding: 10px !important;
    color: #333 !important;
    font-weight: normal;
}
.isactv{
    font-size: 14px;
    font-weight: bold;
}
@media print {
    html{
        margin: 0px !important;
        padding: 0px !important;
    }
    html, body {
       border: 1px solid white;
       height: auto !important;
       /*height: 99% !important;*/
       /*page-break-inside: auto !important;*/
       /*page-break-after: avoid !important;*/
       /*page-break-before: avoid !important;*/
    }
    body{
      visibility: hidden !important;
      margin-bottom: 20px !important; 
      margin-top: 20px !important; 
      /*overflow: visible !important;*/
      -webkit-print-color-adjust: exact !important;
      -webkit-print-color-adjust:exact !important;
        print-color-adjust:exact !important;
        padding: 20px;
        font-size: 12pt;
    }
    body *:not(.section-to-print) {
        /*display: none;*/
    }
    /*body > * {
        display: none;
    }*/
    @page {
        margin: 0in !important;
    }
    hr{
        display: block;
        border: 1px solid #333;
    }
    .app-menu, .footer, .page-topbar{
        display: none !important;
    }
    .main-content {
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }
    .noprint{
        display: none !important;
    }
    .table-responsive, .table{
    }
    table, .table{
        width: 100%;
        /*overflow: inherit !important;*/
        border: 1px solid #333 !important;
        border-width: 1px 1px 1px 1px !important;
        margin-top: 20px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }
    thead, .table thead { 
        display: table-header-group !important;
        border: 1px solid #333 !important;
    }
    tfoot, .table tfoot { display: table-row-group !important; }
    tr, .table tr { page-break-inside: avoid !important; }
    thead th, tbody tr td, .table thead th, .table tbody tr td {
        border: 1px solid #333 !important;
        border-width: 1px 1px 1px 1px !important;
    }
    .table thead th{
        color: #333 !important;
    }
    #section-to-print .t1{
        margin-top: 10px !important;
        margin-right: 10px !important;
    }
    #section-to-print, .section-to-print {
      visibility: visible !important;
      display: block !important;
      width: 95% !important;
      position: relative;
      left: 0 !important;
      top: 0 !important;
      float: none !important;
      margin-top: -15px !important;
      margin-left: 10px !important;
      margin-right: 20px !important;
      padding-right: 20px !important;
    }
    p{
      word-break: break-all !important;
      display: block !important;
      clear: both;
    }
    .companyHeader{
      display: block !important;
    }
    .d-print{
      display: block !important;
    }
    .clearPrint::after{
      display:block !important;
      content:"" !important;
      clear:both !important
    }
    .row, hr, h1, h2, h3 {
      display: block !important;
      clear: both;
    }
}








