/* 共通 */
a {
}

html {
    height: 100%;
}

body {
	background:#f2f2f2;
    position: relative;
    min-height: 100%;
    padding-bottom: 6rem;
}

footer{
	background:#000;
    opacity: 0.6;
	padding: 10px 0;
	color: #FFF;
	font-size: 12px;
	margin-top: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.search_item {
	margin-top: 0px;
}

.dropdown-item:active {
    background-color: #73ae37;
}

.clickable {
	cursor: pointer;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #73ae37;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #73ae37;
}

.proxy_icon {
    background-color: red;
    padding: 2px;
    border-radius: 3px;
}

.base1 {
    background: #9bcf63;
    display: block;
    height: 40px;
    margin-left: -30px;
    margin-top: -6px;
    position: relative;
    width: 80px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-left: 7px;
    font-size: 18px;
    font-weight: bold;
}
.no_base1 {
    display: block;
    height: 40px;
    margin-left: -30px;
    margin-top: -6px;
    position: relative;
    width: 80px;
}
.base2 {
    background: #9bcf63;
    display: block;
    height: 40px;
    margin-left: 10px;
    margin-top: -6px;
    position: relative;
    width: 80px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-left: 7px;
    font-size: 18px;
    font-weight: bold;
}
.no_base2 {
    display: block;
    height: 40px;
    margin-left: 10px;
    margin-top: -6px;
    position: relative;
}

/* ページング */
.page-item .page-link {
    color: #4d4d4d;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #73ae37;
    border-color: #669b31;
}

/* ログイン */
.login_area {
	background-color: #00b3b3;
	padding: 50px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    margin-bottom: 30px;
}

.login_area a {
	color: #fff;
}

.login_h {
	font-size: 22px;
	font-weight: bold;
}

.login_h2 {
	font-size: 14px;
}

.maintenance_info {
    background-color: #ccffff;
    padding: 20px 15px;
    border: 1px solid #99ffff;
    margin-bottom: 80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ヘッダー */
.header {
	padding: 0px 15px;
}

.head_logo {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
}

.user_info {
	text-align: right;
	line-height: 2rem;
	color: #fff;
}

.pull_left {
	float:left;
}

.pull_right {
	float:right;
}

.header_top_row {
	background-color: #99ce64;
	padding: 10px 0px;
}

.header_bottom_row {
	background-color: #80c23d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.group_item {
	border: 1px solid #CCC;
}

.group_item_left {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.group_item_center {
	border-radius: 0;
}

.group_item_right {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #669b31;
}

.nav-item {
    float: left;
}

.nav-link {
	color: #fff;
}

.nav-link:hover {
	color: #fff;
}

.btn_cog_lightgreen {
	background-color: #d6f1c1;
	border-color: #d6f1c1;
}

.btn_cog_lightblue {
	background-color: #b2cfe6;
	border-color: #8bb6da;
}

.site_change_btn {
	position: absolute;
	right: 15px;
}

/* 共通 */
.m_top60 {
	margin-top: 60px !important;
}

.m_top40 {
	margin-top: 40px !important;
}

.m_top30 {
	margin-top: 30px !important;
}

.m_top20 {
	margin-top: 20px !important;
}

.m_top10 {
	margin-top: 10px !important;
}

.m_bot20 {
	margin-bottom: 20px !important;
}

.m_bot40 {
	margin-bottom: 40px !important;
}

.m_bot80 {
    margin-bottom: 80px !important;
}

.w_150 {
	width: 150px !important;
}

.w_200 {
	width: 200px !important;
}

.w_300 {
	width: 300px !important;
}

.panel_header {
	border: 1px solid #f0a721;
	border-left: 8px solid #eea111;
	padding: 5px 10px;
	background-color: #f3bd58;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.panel_body {
	/*border: 1px solid #ddd;*/
	padding: 5px;
	border-top: 0px;
	background-color: #fff;
}

.list-group-item {
	padding: 6px;
}

.list-group-item-red {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid red;
	
}

.list-group-item.active {
	background-color: #d9edc4;
	border-color: #b4db8a;
	color: #000;
}

.list_title_row {
	font-weight: bold;
	border-bottom: 2px solid #a7d576;
	background-color: #d9edc4;
}

.input_label_left {
    float: left;
    line-height: 36px;
}

.input_label_bottom {
    word-break: break-all;
}

.only_big_device {
	display: none;
}

.only_small_device {
	display: none;
}

.font_red {
	color:red;
}

/* 生徒追加 */
.list_title_row_std{
	font-weight: bold;
	background-color: #f0e68c!important;
	color:#000;
}
.header_top_row_std {
	background-color: #99ce64;
	/*border-style: solid; border-color: #00b5ad;*/
	padding: 10px 0px;
}

/* タブ */
.nav-tabs {
	border-bottom: 1px solid #f3bd58;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #f3bd58;
	color: #495057;
	border-color: #f3bd58 #f3bd58 #f3bd58;
}

.nav-tabs .nav-link {
	color: #495057;
    background-color: #d6f1c1;
    border: 1px solid #ace382;
    border-bottom: 1px solid #f3bd58;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	background-color: #f3bd58;
	border-color: #f3bd58 #f3bd58 #f3bd58;
}


/* お知らせ */
.info_row {
	margin: 5px 0px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.info_row:nth-last-of-type(2) {
	border-bottom: 0 !important;
}

.info_1 {
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}

.info_2 {
	text-align: center;
}

.info_3 {
}

.info_all {
	text-align: right;
}

#info_panel_b a {
	color: #243e0f !important;
}

/* 改行 */
.info_expand_area {
	white-space: pre-line;
}


/* 書類閲覧 */
.docu_icon {
	text-align: center;
	border: 1px solid #73e600;
	border-radius: 3px;
	min-height:50px;	
	background-color: #73e600;
	display: -webkit-flex;
	justify-content: center;/* flexアイテムの上下中央を指定する */ 
	align-items: center;	/* flexアイテムの左右中央を指定する */ 
}
.docu_icon_min {
	text-align: center;
	border: 1px solid #e6e600;
	border-radius: 3px;
	min-height:25px;
	background-color: #e6e600;
}

/* TOPボックス */
.card_custom {
    margin: 20px 0px 0px 0px;
    min-height: 100%;
    padding: 0px;
}

.card_custom a {
	color: #000;
	text-decoration: none;
}

.card_body_custom {
	border: 1px solid rgba(0,0,0,.125);
	min-height: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*border: 2px solid #EEB033;*/
	background-color: #fff;
    margin: 0px 15px;
}

.card_body_custom:hover {
	background-color: #e6f3d8;
}

.card_body_maint {
    background-color: #aaa;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px 15px;
}

.card_body_maint:hover {
	background-color: #aaa;
}

.card_body_maint_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding-top: 110px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.card_icon {
	margin-bottom: 10px;
}

.card_t {
	height: 50px;
}

.card_t_one_line {
	padding-top: 12px;
}

.card_txt {
	word-break: break-all;
}

.info_flag {
	background-color: #cc0000;
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50px;
	position: absolute;
	right: 0px;
	bottom: -12px;
	margin: 0px;
	opacity: 0.8;
}

/* 検索条件 */
.search_bar {
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	margin-top: 10px;
	padding: 5px;
	overflow: hidden;
}

.input_custom {
	margin-left: 5px;
	margin-top: 5px;
}

.list_box {
	width: 100%;
}

.btn_row {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

/* コミュニケーションツール */
.comm_tool {
	margin: 0px;
}

.contact_list_box {
	height: 500px;
	border: 1px solid #ddd;
	padding: 0px;
	background-color: #fff;
}

.contact_list_search {
	padding: 5px 5px 0px 5px;
}

.contact_list_btn {
	padding: 5px 5px 0px 5px;
}

.contact_list_name {
	padding: 0px 0px 0px 0px;
	font-size: 14px;
    height: 498px;
    overflow-y: scroll;
}

.tcr_select {
    min-height: 40px;
    /*min-width: 244px;*/
}

.name_area {
	width: 70%;
	float: left;
    word-break: break-all;
}

.icon_area {
	width: 30%;
	float: left;
}

.group_cog_icon:hover {
    background-color: #bbb;
    border-radius: 3px;
}

.no_response {
	border: 1px solid #73e600;
	border-radius: 3px;
	background-color: #73e600;
	padding: 1px 5px;
	font-size: 10px;
}

.not_read {
	border: 1px solid #ff6666;
	border-radius: 3px;
	background-color: #ff6666;
	padding: 1px 5px;
	font-size: 10px;
}

.title_list_box {
	height: 500px;
	border: 1px solid #ddd;
	padding: 0px;
	display: none;
	background-color: #fff;
}

.new_msg {
	padding: 5px 5px 0px 5px;
}

.title_area {
	padding: 5px 0px 0px 0px;
	font-size: 14px;
    height: 454px;
    overflow-y: scroll;
}

.title_info {
	width: 70%;
	float: left;
}

.title_info1 {
	font-weight: bold;
    word-break: break-all;
    margin-left: 18%;
    min-height: 35px;
}

.title_info2 {
	font-size: 10px;
    word-break: break-all;
}

.title_info3 {
	font-size: 10px;
    word-break: break-all;
}

.imp_flg_div {
    float: left;
    background-color: #ddd;
    width: 15%;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.imp_flg_div:hover {
    background-color: #aaa;
}

.important_icon {
    font-size: 20px;
}

.rem_imp{
    color:#ffff00;
    text-shadow:1px 1px 0 #cc9900, -1px -1px 0 #cc9900, 1px -1px 0 #cc9900, -1px 1px 0 #cc9900, 1px 1px 0 #cc9900;
}


.finished {
	border: 1px solid #ffcc66;
	border-radius: 3px;
	background-color: #ffcc66;
	padding: 1px 5px;
	font-size: 10px;
}

.msg_area_box {
	height: 500px;
	border: 1px solid #ddd;
	padding: 0px;
	background-color: #eee;
	display: none;
}

.msg_info {
	max-height: 50px;
	font-size: 14px;
}

.msg_thread {
	border-top: 1px solid #ddd;
	margin: 0px;
	max-height: 450px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.msg_ppl_icon {
	padding-top: 40px;
}

.msg_attach_icon {
	margin-top: 10px;
    cursor: pointer;
    filter: opacity(.5) drop-shadow(0 0 0 #cc0000) brightness(3);
}

#replyMsgArea {
    margin-left: 0px;
}

#replyBtnArea {
}

#newMsgArea {
    bottom: 0;
    position: absolute;
    width: 100%;
    margin-left: 0px;
}

.sm_back_icon {
    margin: 0px 0px 5px 0px;
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #f7f7f7;
}

.sm_back_icon:hover {
    background-color: #e6e6e6;
}

/* CSS talk bubble */
.talk-bubble {
	margin: 20px 0px 0px 0px;
	display: inline-block;
	position: relative;
	max-width: 350px;
	height: auto;
	background-color: #fff;
	font-size: 14px;
    min-height: 80px;
}

.comment-bubble {
	background-color: #ddd;
}

.round {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;

}

.talktext {
	padding: 1em;
	text-align: left;
	line-height: 1.5em;
    word-break: break-all;
}
.talktext p{
  /* remove webkit p margins */
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}

.read_icon {
    float: right;
    margin-right: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    height: 100%;
    padding-top: 20px;
}

/* 在籍状況 */
.key_icon_area {
	/*margin-right: 30px;*/
}

.key_icon {
	background-color: #d7910f;
	border-radius: 3px;
	padding: 0px 10px;
	margin-right: 3px;
	color: #fff;
}

.std_enroll_area {
	width: 47%;
	float: left;
	background-color: #eee;
	margin: 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px;
}

.std_enroll_month {
	width: 25%;
	float: left;
}

.std_enroll_select {
	width: 75%;
	float: left;
}

.std_enroll_box {
	width: 25%;
	float: left;
	height: 40px;
	background-color: #fff;
	text-align: center;
	padding-top: 8px;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
}

.std_enroll_box.active {
	background-color: #669b31;
	border: 1px solid #669b31;
}

.std_enroll_box:hover {
	background-color: #bbb;
}

.std_enroll_box:disabled {
	pointer-events: none;
}

.btn_enroll_color {
	border: 1px solid #d7910f;
	background-color: #f0aa28;
}

.btn_enroll {
	padding: 2px;
	width: 100%;
	font-size: 13px;
	margin-bottom: 3px;
	border: 1px solid #d7910f;
	background-color: #f0aa28;
	white-space: pre-wrap;
}

.btn_enroll:hover {
	background-color: #d7910f;
}

.btn_enroll:disabled {
	pointer-events: none;
}

.div_enroll {
	padding: 2px;
	width: 100%;
	font-size: 13px;
	margin-bottom: 3px;
	background-color: #ffffff;
	white-space: pre-wrap;
	cursor: default !important;
}

.custom_hr {
	width: 100%;
	margin: 10px 20px;
	border-top: 2px solid #ddd;
}

/* ユーザ設定 */
.tab_area {
	width: 100%;
}

.tab_cont_area {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}


/* 右チャットバブル */
.tri-right.border.right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -40px;
	top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #f0aa28 transparent transparent #f0aa28;
}
.tri-right.right-in:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -20px;
	top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: #f0aa28 transparent transparent #f0aa28;
}
.comm-tri-right.border.right-in:before {
	border-color: #666 transparent transparent #666;
}
.comm-tri-right.right-in:after {
	border-color: #ddd transparent transparent #ddd;
}

/* 左チャットバブル */
.tri-left.border.left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -40px;
	right: auto;
	top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-left.left-in:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	right: auto;
	top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: #fff #fff transparent transparent;
}

/* 勤怠カレンダー */
#calendar {
	margin-bottom: 10px;
	float: left;
}

#calendar_other {
	clear: both;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}

.fc-view-container {
	background-color: #fff;
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 0px;
}

.fc-widget-header {
	background-color: #bbb;
}

.fc-day-header.fc-sun {
	color: red;
}

.fc-day-header.fc-sat {
	color: blue;
}

.fc-day-grid-container {
	/*cursor: pointer;*/
}

.fc-disabled-day {
	cursor: default !important;
}

.dtl {
	border: 1px solid #bbb;
	border-radius: 3px;
	margin-bottom: 15px;
	display: none;
}

.dtl_header {
	margin: 0px;
	border-bottom: 1px solid #bbb;
	padding: 5px 0px;
	background-color: #ddd;
}

.dtl_middle {
	border-bottom: 1px solid #bbb;
}

.dtl_middle_cls {
	margin-top: 5px;
	background-color: white;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 0px 3px;
}

.dtl_bottom {
	padding: 20px 0px;
	background-color: #fff;
}

.fc-day {
	cursor: pointer;
}

.fc-event-container {
	cursor: pointer;
}

.fc-event {
	background-color: #d7910f;
	border: 1px solid #d7910f;
	text-align: center;
}

.fc-title {
	color: #fff;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	float: left;
}

.fc-highlight {
	background: #99ce64;
}

.fc-unthemed td.fc-today {
	background: transparent;
}

.active_cell {
	background-color: #99ce64 !important;
	background: #99ce64 !important;
	opacity: 0.3;
}

.regist_finish_bg {
	background: repeating-linear-gradient(-55deg, #495057, #495057 10px, #6c757d 10px, #6c757d 20px) !important;
	opacity: 0.3;
}

.transport_pay_finish_bg {
	background: repeating-linear-gradient(-55deg, #fffacd, #f5f5f5 10px, #6c757d 10px, #6c757d 20px) !important;
	opacity: 0.3;
}

.schedule_label {
	float: left;
	margin-top: 5px;
	min-width: 100px;
}

.schedule_input {
	float: left;
	/*width: 140px;
	margin-left: 10px;*/
}

.schedule_input_small {
	float: left;
	/*width: 100px;
	margin-left: 10px;*/
}

.calendar_other_link {
	cursor: pointer;
}

.fc-header.fc-widget-header .fc-title {
    color: #000;
}

/* Modal */
.modal-header .close {
	display: none;
}

.modal-header {
	color: #f0a721;
	border-left: 8px solid #f0a721;
}

/* ボタン */
.btn_yosui {
	background-color: #6eb432;
}

.btn_yosui:hover {
	background-color: #62a02c;
	border-color: #62a02c;
}

.btn_yosui:active {
	background-color: #88ce4b;
	border: 1px solid #88ce4b;
}

.btn_hojin {
	background-color: #168ccc;
}

.btn_hojin:hover {
	background-color: #137fb9;
	border-color: #137fb9;
}

.btn_hojin:active {
	background-color: #189ee7;
	border: 1px solid #189ee7;
}

.btn_white {
	background-color: #fff;
	border: 1px solid #ced4da;
	color: #999999
}

.btn_white:hover {
	background-color: #fff;
	border: 1px solid #ced4da;
	color: #737373
}

.btn_white:active {
	background-color: #aaa;
	border: 1px solid #aaa;
}

.btn_ecc_red {
	background-color: #C00;
	border: 1px solid #c10000;
	color: #fff
}

.btn_ecc_red:hover {
	background-color: #C00;
	border: 1px solid #c10000;
	color: #fff
}

.btn_ecc_red:active {
	background-color: #cc00009c;
	border: 1px solid #cc00009c;
}

.btn_login {
    background-color: #006666;
    border: 1px solid #006666;
    color: #fff;
}

.btn_login:hover {
    background-color: #004d4d;
    border: 1px solid #004d4d;
    color: #fff;
}

.btn_login:active {
    background-color: #004d4d;
    border: 1px solid #004d4d;
    color: #fff;
}

.btn_main_color {
	padding: 2px;
	width: 100%;
	font-size: 13px;
	margin-bottom: 3px;
	background-color: #669b31;
	border-color: #669b31;
	color: #fff;
	white-space: pre-wrap;
}

.btn_main {
	background-color: #669b31;
	border-color: #669b31;
    color: #fff;
}
.btn_main:hover {
	background-color: #4d7425;
}

.btn_main:disabled {
	pointer-events: none;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	background-color: #f0a721;
	border-color: #d7910f;
    color: #fff;
}


/* Loading Spinner */
.loading_overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.5;
    z-index: 1999;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ff8000;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	.card_body_custom {
	    /*min-height: 250px;*/
	}
	
	.card_t {
		height: 70px;
	}
	
	.card_icon {
		margin-bottom: 0;
	}
	.label_disp {
		display: none;
	}
	
	.search_item {
		margin-top: 3px;
		margin-bottom: 3px;
	}

    	.read_icon {
        	height: auto;
        	padding-top: 0px;
   	}

	.bottom_reload_btn{
		display: block !important;
	}

	.only_small_device {
		display: block !important;
	}
	
	.std_enroll_area {
		width: 100%;
	}

	.facility_font_size_11 {
		font-size: 11px;
	}

	.facility_font_size_12 {
		font-size: 12px;
	}
	
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	.card_body_custom {
	    /*min-height: 250px;*/
	}
	
	.card_t {
		height: 70px;
	}
	
	.card_icon {
		margin-bottom: 0;
	}
	
	.search_item {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.bottom_reload_btn{
		display: block !important;
	}

	.only_big_device {
		display: none !important;
	}
	
	.only_small_device {
		display: block !important;
	}
	
	.std_enroll_area {
		width: 100%;
	}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

	.only_big_device {
		display: block !important;
	}
	
	.only_small_device {
		display: none !important;
	}
	
	.std_enroll_area {
		width: 100%;
	}
	
	.std_enroll_area {
		font-size: 12px;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

	.title_list_box {
		display: block;
	}
	
	.msg_area_box {
		display: block;
	}

	.bottom_reload_btn{
		display: none !important;
	}

	.only_big_device {
		display: block !important;
	}
	
	.only_small_device {
		display: none !important;
	}
	
	.std_enroll_area {
		width: 47%;
	}
	
    	/*#btnPCPrevievShow {
		display: block !important;
    	}

    	#btnTabletPrevievShow {
		display: block !important;
    	}

    	#btnSmartPrevievShow {
		display: block !important;
    	}

    	#infoRegistModelFrame {
        	min-width:1100px;
    	}*/
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	.title_list_box {
		display: block;
	}

	.msg_area_box {
		display: block;
	}

	.bottom_reload_btn{
		display: none !important;
	}

	.only_big_device {
		display: block !important;
	}
	
	.only_small_device {
		display: none !important;
	}
	
	.std_enroll_area {
		width: 47%;
	}
	


    	/*#btnPCPrevievShow {
		display: block !important;
    	}

    	#btnTabletPrevievShow {
		display: block !important;
    	}

    	#btnSmartPrevievShow {
		display: block !important;
    	}

    	#infoRegistModelFrame {
	        min-width:1100px;
    	}*/
}
