
/* Default definition
====================================================================================================================== */
/* base styling */
* {
	margin: 0;
	padding: 0;
	font-family: 'Malgun Gothic';
	font-size: 13px;
	color: black;
	font-weight: normal;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

img {
	border: 0 none;
	vertical-align: middle;
}

fieldset {
	border: 0 none
}

table {
	border-collapse: collapse;
	padding: 0px;
	width: 100%
}

hr {
	display: block
}

em, address {
	font-style: normal
}

em {
	font-weight: bold
}

strong {
	font-weight: bold
}

ul, ol, li {
	list-style-type: none
}

a:link, a:visited, a:active, a {
 	 text-decoration: none; 
}

/* form */
.formError {
	background: #FFB0B0;
}

select {
	height: 30px;
	border: 1px solid #ebebeb
}

textarea::placeholder {
	padding-top: 60px;
  	text-align: center; 
}

textarea {
	padding: 5px;
	line-height: 16px;
	border: 1px solid #d9d9d9;
	overflow-x: hidden;
	resize: none;
}

.type_text, input[type=text], input[type=password] {
	height: 32px;
	text-indent: 15px;
	font-size: 13px !important;
	border: 1px solid rgba(222, 222, 222, 1);
	border-radius: 5px;
}

input[disabled='disabled'] {
	background-color: #D2D2D2;
}

input[readonly='readonly'], input[readonly='true'] {
	color: #B5B5B5;
	background: #e5e5e5;
}


input[type=checkbox]{
	width:20px;
	height:20px;
	vertical-align:-6px;
}

input[type=radio]{
	width:20px;
	height:20px;
	vertical-align:-6px;
}

table caption {
	caption-side: top;
	font-weight: bold;
	text-align: left;
	font-size: 17px;
	padding: 0 0 5px 0;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mt10 {
	margin-top: 10px !important;
}

/* logon */
/*#wrap.logon {margin:0 auto; padding:0; background:url('../images/logon/login_bg.png') repeat-x 0 0; width:100%; height:100%}*/
/* .logon { position:absolute;top:50%; left:50%; width:271px;height:240px;background-color: white; margin-top:-200px;margin-left:-145px; } */
.logon {
	width: 470px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -235px;
	margin-top: -210px;
	text-align: center;
}

.logon .logo {
	margin-bottom: 35px;
}

.logon  input[type=text], .logon  input[type=password] {
	width: 435px;
	height: 50px;
	font-size: 28px;
}

.logon input:-webkit-autofill { 
	-webkit-box-shadow: 0 0 0px 1000px white inset; }

.logon  .btn.login {
	width: 470px;
	height: 75px;
	font-size: 24px;
	background-color: #b3b9c6;
	display: block;
	line-height: 80px;
	cursor: pointer;
	color: #ffffff;
	
	'
}

.logon  #id_keep {
	font-size: 16px;
	color: #1c2c6f;
}

/* reqst */

.reqst {
	width: 470px;	
	top: 30%;
	left: 50%;
	margin-left: -235px;
	margin-top: -210px;
	text-align: center;
}



.reqst .logo {
	margin-bottom: 69px;
}

.reqst  input[type=text],
.reqst  input[type=password] {
	width: 470px;
	height: 43px;
	font-size: 28px;
}

.reqst  .btn.login, 
.reqst  .btn.save {
	width: 490px;
	height: 75px;
	font-size: 24px;
	background-color: #b3b9c6;
	display: block;
	line-height: 75px;
	cursor: pointer;
	color: #ffffff;	
}


.reqst  #id_keep {
	font-size: 16px;
	color: #1c2c6f;
}

/* layout */
#header {
	
	/* position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 77px;
	min-width: 1400px;
	width: 100%; border-bottom:1px solid #d9d9d9;
	background-color: #1c2c6f; */
	
	position: absolute;
	top: 0px;
	left: 0px;
	height: 77px;
	min-width: 1440px;
	width: 100%; 
	background-color: rgba(28, 44, 111, 1);

}

#header #logo {
	padding-left: 90px;
    padding-top: 25px;
}

#wrap {
	overflow: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 30;
	min-width: 0;
	width: 100%;
	padding: 0;
}

#container {
	overflow: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 30;
	width: 100%;
	padding: 0;
/* 	max-width: 1400px;
	min-width: 1400px; */
	margin: 77px 0px 120px;
	overflow: hidden;
}

#content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    min-width: 1400px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 30px 25px 10px 340px;
    background-color: rgba(244, 248, 249, 1);
}


#content.noleft {
    padding: 25px 25px 10px 25px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    min-width: 1400px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgba(244, 248, 249, 1);
}


#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 210;
	width: 100%;
	min-width: 1400px;
	height: 120px;
	background-color: #262626;
	padding: 31px;
}

.copyright {
	position: relative;
	top: 14px;
	width: 500px;
	height: 14px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 13px;
}

.account .login_time, .account .login_user {
	position:absolute;
	display: inline;
	top: 28px;
    right: 227px;
	/* padding-left: 11px; */
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	line-height: 19px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.account .logout {
	position:absolute;
	top: 20px;
	right: 86px;
	height: 38px;
	width: 112px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 19px;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.16);
}

.account .logout {
    /* line-height: 40px; */
    width: 115px;
   
    text-align: left;
    line-height: 32px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-align: center;
    padding-top: 3px;
}

.account .logout em {
	font-weight: bold !important;
    font-size: 18px;
    color: rgba(28, 44, 111, 1);
}

.account .login_time {
	padding-right: 8px;
	border-right: 1px solid black
}

/* menu */
.topMenu {
	position: absolute;
	top: 18px;
	left: 313px;
	overflow: hidden;
	cursor: pointer;
}

.topMenu .on>p{
	font-weight: bold;
}


.topMenu li {
	float: left;
	
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-right: 52px;
}

.topMenu li .title {
	margin-top: 10px;
	color: #ffffff;
	font-size: 18px;
}

.topMenu li img {
	width: 48px;
	height: 48px;
}

/* .topMenu li.on {color:#0142AB;} */
/*.topMenu li.on {background: #febf01;-webkit-border-radius: 0.5em; -moz-border-radius: 0.5em;border-radius: 0.5em;}*/
.leftMenu {
/* 	top: 0px;
	left: 0px;
	width: 262px;
	min-height: 610px;
	background: #e4e3e2;
	cursor: pointer;
	height: 100%;
	position: absolute;
	padding-top: 20px;
	 */
	
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1200px;
	width: 300px;
	background-color: rgba(255, 255, 255, 1);
	
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.03);
	z-index: 999;
	
	padding: 35px 30px 0px 30px;
}


/* .leftMenu .subMenu{
	position: relative;
	top: 134px;
	left: 27px;
	height: 53px;
	width: 246px;
	background-color: rgba(77, 161, 255, 1);
	border-radius: 5px;
} */


.leftMenu .subMenu div.leftOn {
/* 	width: 180px;
	height: 30px;
	line-height: 30px;
	display: table;
	padding-left: 20px;
	font-size: 18px;
	margin-bottom: 5px;
	color: #1c2c6f; */
	
	position: relative;
	height: 53px;
	width: 247px;
	
	background:url('../images/lpin/nav_btn_on.png') no-repeat;
	
	/* background-color: rgba(77, 161, 255, 1);
	border-radius: 5px; */
	
	cursor: pointer;
}

.leftMenu .subMenu div.leftOn .leftMenuNm{
	position: absolute;
	top: 17px;
    left: 50px;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	line-height: 19px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.leftMenu .subMenu div {
/* 	width: 180px;
	height: 30px;
	line-height: 30px;
	display: table;
	padding-left: 20px;
	font-size: 18px;
	margin-bottom: 5px;
	color: #1c2c6f; */
	
	position: relative;
	height: 54px;
	width: 248px;

	background:url('../images/lpin/nav_btn_off.png') no-repeat;
    margin-bottom: 20px;
	cursor: pointer;
}

.leftMenu .subMenu div .leftMenuNm{
	position: absolute;
	top: 17px;
    left: 50px;
	font-size: 14px;
	color: rgba(50, 60, 71, 1);
	text-align: left;
	line-height: 16px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* 
.leftMenu .subMenu li {
	width: 180px;
	padding-left: 0px;
	position: relative;
}
 */
 .leftMenu .subMenu ul{
    margin-bottom: 20px;
    margin-top: 20px;
 }
 
.leftMenu .subMenu ul li {
	height: 16px;
	padding-left: 13px;
	margin: 0px 0px 8px 0px;
	font-size: 13px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	line-height: 16px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	cursor: pointer;
}

.leftMenu .subMenu .thirdMenu .leftOn {
 	font-weight: bold !important;
}


/*.leftMenu li.on {font-weight:bold; color:#0B006B;}*/
/*.leftMenu li.on {margin:0px;border:2px solid #FFE286;background:#FFF1C6;font-weight:bold;-webkit-border-radius: 0.5em; -moz-border-radius: 0.5em;border-radius: 0.5em;}*/
/*.leftMenu .leftOn {width:92%;border:2px solid #FFE286;background:#FFF1C6;font-weight:bold;-webkit-border-radius: 0.5em; -moz-border-radius: 0.5em;border-radius: 0.5em;}*/

/* 
.leftMenu .leftOn {
	font-weight: bold;
	text-decoration: underline;
	color: #1c2c6f;
}
 */
/* dtree */
.tree {
	overflow: auto;
	border: 1px #e0dbd1 solid;
	padding: 5px;
}

/* title */
/*.top_area {postion:relative;font-size:13px;font-weight: bold;padding-bottom: 20px; background: url('../images/dot1.jpg') no-repeat;padding-left:16px;}*/
.top_area {
	postion: relative;
	padding: 0 5px;
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #dddddd;
	text-align: right;
	font-size: 13px;
}

.sub_area {
	postion: relative;
	padding-left: 16px;
	margin: 5 0px;
	height: 25px;
	line-height: 25px;
	background: url('../images/dot2.jpg') no-repeat;
	background-position: center left;
	font-size: 12px;
}

/* search 
.search_area {padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;min-height:30px;
	background:#F5F5F5;-webkit-border-radius: 0.5em; -moz-border-radius: 0.5em;border-radius: 0.5em; margin: 0px 0px 10px 0px;}
.search_area span {padding-right:5px;}*/
.search_area {
	padding: 25px 27px 15px 27px;
	top: 182px;
	left: 342px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 6px;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.03);
	text-align: center;
	margin-bottom: 25px;
}

.search_table {
	text-align: left;
	margin-bottom: 12px;
}

.search_table th, .search_table td {
	height: 40px;
	font-size: 15px;
}

.search_table th {
	font-weight: normal;
	text-align: left;
 	color: rgba(50, 60, 71, 1);
 	border-top: 1px solid rgba(162, 162, 162, 1);
 	border-left: 1px solid rgba(162, 162, 162, 1);
 	border-bottom: 1px solid rgba(162, 162, 162, 1);
 	border-right: 0px solid  !important;
	padding-left: 10px;
}

.search_table td {
	font-weight: normal;
	text-align: left;
 	color: rgba(50, 60, 71, 1);
 	border-top: 1px solid rgba(162, 162, 162, 1);
 	border-right: 1px solid rgba(162, 162, 162, 1);
 	border-bottom: 1px solid rgba(162, 162, 162, 1);
 	border-left: 0px solid  !important;
}


/* .button {
	margin-top: -6px;
} */

.search_area .search {
	
	
	
}



/* view */
.btn_area {
	align-self: right;
	padding-top: 15px;
	padding-bottom: 5px;
	/* margin: 20px 15px 30px 15px; */
	text-align: right;
}

/* btn 
.btn_area_right {float:right;height:30px;width:100%;height:50px;margin:0 auto;position:relative;top:-1px}*/
.btn_del_comments {
	background: url('../images/btn/x_button_close.jpg') no-repeat 100%;
	width: 22px;
	height: 22px;
	display: inline-block;
}

/* view */
.view_area {
	margin: 20px 0px 50px 0px;	
}

.view_table {
	margin: 0;
	padding-left: 5px;
	border: 1px solid #dddddd;
}

.view_table th {
	font-weight: normal;
	text-align: left;
	min-width: 70px;
	background: #f9fafb;
	color: rgba(0, 0, 0, .87);
	padding: .92857143em .78571429em;
}

.view_table th, .view_table td {
	height: 30px;
	padding-left: 5px;
	border: 1px solid #dddddd;
	padding-top: 2px;
	padding-bottom: 2px;
/* 	    padding: .92857143em .78571429em; */
}

.view_table .cont{
    height: 250px;
    vertical-align: top;
    padding: 8px;
}

.view_table2 {
	margin: 0;
	padding-left: 5px;
	border: 1px solid #dddddd;
}

.view_table th {
	font-weight: normal;
	text-align: left;
	min-width: 70px;
	background: #f9fafb;
	color: rgba(0, 0, 0, .87);
	padding: .92857143em .78571429em;
}

.view_table2 th, .view_table2 td {
	height: 20px;
	padding-left: 5px;
	border: 1px solid #dddddd;
	padding-top: 2px;
	padding-bottom: 2px;
}

.inner.table {
	padding: 0px;
}
/* 
table.border_none td{ border: 0px ;}
table.border_none th{ border: 0px; border-bottom: 1px;}
 */
/* edit */
.edit {
	margin: 20px 0 0 0;
	top: 0px;
	border: 1px solid #dddddd;
}

/* view bottom line */
.view_table_bottom {
	margin: 0;
	padding-left: 5px;
}

.view_table_bottom th {
	font-weight: normal;
	text-align: center;
	min-width: 70px;
}

.view_table_bottom th, .view_table_bottom td {
	height: 30px;
	padding-left: 5px;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
}

/* no line view */
.view_area_no {
	margin: 0;
	top: 0px;
}

.view_table_no {
	margin: 0;
	padding-left: 5px;
}

.view_table_no th {
	font-weight: normal;
	text-align: left;
	min-width: 70px;
}

.view_table_no th, .view_table_no td {
	height: 25px;
	padding-left: 5px;
	padding: 5px;
}

/* role view */
.view_table_role {
	margin: 0;
	padding-left: 5px;
	border: 1px solid #dddddd;
}

.view_table_role th {
	font-weight: normal;
	text-align: center;
}

.view_table_role th, .view_table_role td {
	min-width: 50px;
	height: 20px;
	border: 1px solid #dddddd;
}

.view_table_role td {
	padding-left: 10px;
}

.move_list_area_left {
	float: left;
	height: 350px;
	width: 300px;
}

.move_list_area_right {
	float: right;
	height: 350px;
	width: 300px;
}

.move_list {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #e0dbd1
}

.move_list ul {
	width: 280px;
	padding-top: 5px;
	padding-left: 5px;
}

.move_list li {
	width: 270px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #dddddd;
}

.move_list .del {
	background: url('../images/x_button_close.jpg') no-repeat 100%;
	width: 22px;
	height: 22px;
	display: inline-block;
	float: right;
}

.move_button {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 200px;
	width: 60px;
}

/* main view */
.main_area {
	min-width: 1400px;
}


.content_area{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 6px;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.03);
	padding: 25px;
	margin-top: 25px	
}
/* .main_table {margin:0;margin-left:300px;width:700px;}
.main_table th {text-align: right;}
.main_table th,
.main_table td {height:25px;padding-left:5px;border-bottom:1px solid #c8d7dc;padding:3px;}
.main_table div{width:95%;text-overflow:hidden;overflow: hidden;} */

/* images */
.addImages {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../images/btn/btn_fileadd.png');
	float: right;
	margin-right: 10px;
}

.addImages input[type=file] {
	width: 18px;
	height: 18px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}

.preview {
	padding-top: 10px;
}

.preview .imgs {
	width: 140px;
	height: 130px;
	margin-left: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

.preview img {
	width: 100px;
	height: 100px;
}

.preview .delImg {
	vertical-align: top;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	background: url('../images/btn/btn_delete.jpg');
	display: inline-block;
}

#tdKeyword .delImg {
	vertical-align: top;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	background: url('../images/btn/btn_delete.jpg');
	display: inline-block;
}

.preview .nmOrg {
	width: 140px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.file .delImg {
	vertical-align: top;
	margin: 3px -24px;
	width: 20px;
	height: 20px;
	background: url('../images/btn/btn_delete.jpg');
	display: inline-block;
}

.roomPreview {
	height: 550px;
	overflow-y: scroll;
}

.preview_room {
	padding-top: 10px;
	padding-left: 10px;
	height: 189px;
	border-bottom: 1px solid #f5f6f6;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

.preview_room img {
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.preview_room .detail {
	float: right;
	margin: 0 30px;
	width: 450px;
	border: 1px solid #dddddd;
}

.preview_room .detail td {
	border: 1px solid #dddddd;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}

/* (*) */
.default_val {
	color: red;
}

.datepicker {
	width: 100px;
	background: white !important;
}

.sub-grid-div li {
	font-size: 11px;
	width: 790px;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 10px;
	display: inline-block;
}

.oversize {
	background: beige;
}

#popupClass .view_table li {
	line-height: 33px;
}

#popupClass .view_table li input[type=text] {
	width: 80px;
	height: 25px;
	font-size: 13px;
	text-align: right;
}

#popupClass .view_table li span {
	width: 100px;
	display: inline-block;
}

#popupClass .view_table li .ynSpecial {
	float: right;
	margin-top: 11px;
	margin-right: 6px;
}

input:disabled, select:disabled, input:readonly, select:readonly {
	background: #dddddd;
}

.bg_yellow {
	background-color: yellow;
}

.mr_10 {
	margin-right: 10px;
}


.mr_5 {
	margin-right: 5px;
}

.ml_10 {
	margin-left: 10px;
}


.ml_5 {
	margin-left: 5px;
}

.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
	padding-right: 5px;
}

.txt_left {
	text-align: left !important;
	text-indent: 5px;
}

.ui-dialog .ui-dialog-content {
	overflow: none !important;
}

/* td.highlight {
    background-color: whitesmoke !important;
}*/
.inpF {
	width: 90% !important;
}

.inpS {
	width: 25% !important;
}

.inpM {
	width: 33% !important;
}

.inpL {
	width: 50% !important;
}

.left {
	display: inline-block;
	float: left;
	width: 50%;
	margin-right: 10px;
}

.right {
	display: inline-block;
	float: left;
}

.left_top .content_area {
	display: inline-block;
	float: left;
	width: 49%;
	margin-right: 10px;
	height : 450px;
}


.right_top .content_area {
	display: inline-block;
	float: right;
	width: 49%;
	margin-right: 10px;
	height : 450px;
}

.left_bottom  {
	display: inline-block;
	float: left;
	width: 49%;
	margin-right: 10px;
	margin-top: 50px;
	height : 450px;
}

.right_bottom  {
	display: inline-block;
	float: right;
	width: 49%;
	margin-right: 10px;
	margin-top: 50px;
	height : 450px;
}


.midTitle span{
	display:table;
	width: 100%;	
	font-size: 15px;
	text-align: left;
	font-weight:bold;
	color:#1c2c6f;
}


table tbody td.icon img {
	width: 100px;
	height: 100px;
	padding: 10px
}

.input_check {
	width: 99%;
}

.input_check input {
	width: 140px;
	margin-right: 3px;
}

.input_check span {
	width: auto;
	margin-top: -2px;
}

.row_tpw {
	padding: 5px;
}

.row_two input:first-child {
	margin-bottom: 4px;
}

.ui.selection.dropdown {
	border: 1px solid rgba(222, 222, 222, 1) !important;
	border-radius: 5px !important;
}

.ui.grid {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 4px !important;
    margin-right: -26px !important;
}
 
div.dataTables_wrapper {
	/*width:1360px;*/
	width:auto;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: .3 !important;
    filter: Alpha(Opacity=.3) !important;
}


.hidden{
	display: none;
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9 !important;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.resize_none{
	resize: none;
}

#dropzone {
    background: #ccccc;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: lawngreen;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.json-key    { color: brown;     word-wrap: break-word;}
.json-value  { color: navy;     word-wrap: break-word;}
.json-string { color: olive;     word-wrap: break-word;}


.fileSelect{
margin-left: 185px;
}

.fileSend{
margin-left: 185px;
}

#search .btn{
	
}


.tab_area{
	/*  width: 660px;*/
}

ul.tabs{
	list-style: none;
	font-size: 15px;
	color: rgba(28, 44, 111, 1);
	text-align: center;
	line-height: 32px;
	height: 35px;
	border-bottom: 1px solid rgba(112, 112, 112, 1);
}

ul.tabs li{
	height: 35px;
	width: 95px;	
	color: rgba(28, 44, 111, 1);
	float: left;
	cursor: pointer;
}

ul.tabs li a{
	text-decoration: none;	
}


ul.tabs li.active{
	background-color: rgba(28, 44, 111, 1);
}

ul.tabs li.active span{
	color: rgba(255, 255, 255, 1);
}

/* h1 {font-size: 12px; margin: 20px 0;} */


/* 
	.container {width: 500px; margin: 10px auto;}
*/
/* 
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
 */

/* .tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
 */
.blue{
	color: blue;
}

.red{
	color: red;
}

.block{
	color: block;
}

.button.ui-button {
    /* padding: .6em 1.7em !important; */
    font-size: 18px !important;
}

.button.ui-corner-all{
	font-weight: bold;
	font-size: 17px !important;
	height: 38px;
	min-width: 90px;
	border-radius: 19px !important;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.16);
	line-height: 28px;
}

.button.ui-corner-all.btn-sm {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px;
    height: 30px;
    min-width: 61px;
}



.content_area .ui.table
, .content_area .ui.table thead tr:first-child>th:first-child
, .content_area .ui.table thead tr:first-child>th:last-child{
    border-radius: 0 0 0 0;
}


.content_area .ui.table thead th{
	background-color: rgba(28, 44, 111, 1);
	border: 1px solid rgba(162, 162, 162, 1);
	font-size: 15px;
	color: rgba(255, 255, 255, 1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	text-align: center;
}

.ui.table .odd{
	border: 1px solid rgba(162, 162, 162, 1);
	font-size: 15px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	line-height: 32px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ui.table .even{
	border: 1px solid rgba(162, 162, 162, 1);
	font-size: 15px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	line-height: 32px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-color: rgba(244, 248, 249, 1);
}


.menu_title{
	font-size: 38px;
	color: rgba(35, 53, 57, 1);
	text-align: left;
	letter-spacing: -0.03em;
	line-height: 46px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	margin-bottom: 25px;
}

.title_center{
	font-size: 38px;
	font-weight: bold;
	color: rgb(32, 43, 110);
	text-align: center;
	letter-spacing: -0.03em;
	line-height: 46px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	margin-bottom: 25px;
}

.white-popup-block {
  position: relative;
	min-height: 164px;
	width: 394px;
	background-color: rgba(251, 251, 251, 1);
	border-radius: 6px;
	margin: 20px auto;
}

.white-popup-block .title{
	height: 47px;
	width: 394px;
	background-color: rgba(28, 44, 111, 1);
	border-radius: 6px 6px 0px 0px;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 21px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    
    padding-top: 13px;
    padding-left: 20px;
    
   	text-align: left;
}

.white-popup-block .content{
	top:47px;
	padding-top: 5px;
	width: 394px;
	background-color: rgba(251, 251, 251, 1);
	border-radius: 6px;

	font-size: 18px;
	color: rgba(45, 45, 45, 1);
	text-align: center;
	line-height: 21px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.white-popup-block .btnArea{
	padding: 10px;
    text-align: center;
}

.wh_660{
	width: 660px !important;
}

table.dataTable.table thead th.sorting_asc:after, table.dataTable.table thead td.sorting_asc:after {
    content: "" !important;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    background-color: rgba(28, 44, 111, 1) !important;
    line-height: 27px;
}

.ui-dialog{
	padding: 0px !important;
	
}

.ui-dialog-title{
	font-weight: bold;
	font-size: 15px;
	color: white;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 7px 0 0 !important;
    padding: 1px;
    height: 20px;
} 


.ui-dialog .button{
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px;
    height: 30px;
    min-width: 61px;
}
