﻿
.table_opt{	border-collapse:collapse;width:460px;margin:0 auto;}
.table_opt tr td{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table_opt tr td:nth-child(1){width:216px;}
/*.table_opt tr td:nth-child(1):not(.tr_save):after{content:':'}*/
.table_opt .tr_save{text-align:center;}
.table_opt td{	padding:5px 8px;border-bottom: 1px solid #ddd;}
.table_opt tr:hover{background-color: #f5f5f5;}
.table_opt tr:last-child td{border-bottom:none;}
.table_opt tr:last-child:hover{background-color:transparent;}
.table_opt tr td:nth-child(2) input[type=text],
.table_opt tr td:nth-child(2) input[type=password],
.table_opt tr td:nth-child(2) input[type=search],
.table_opt tr td:nth-child(2) textarea,
.table_opt tr td:nth-child(2) select{	
	width:228px;}
.table_opt tr td:nth-child(2) input[type=text].image_input{width:50px;text-align:center;}	

.table_opt.checkbox tr td:nth-child(1){width:30px;}
.table_opt td.folder_tr{color: #ffffff;background-color: #5bc0de;}

.table_opt div.second_tr{padding-top:5px;}

.table_opt.size_big{width:850px;}
.table_opt.size_big tr td:nth-child(1){width:250px;}
.table_opt.size_big tr td:nth-child(2){width:600px;}
.table_opt.size_big tr td:nth-child(2) input[type=text],
.table_opt.size_big tr td:nth-child(2) input[type=password],
.table_opt.size_big tr td:nth-child(2) input[type=search],
.table_opt.size_big tr td:nth-child(2) textarea,
.table_opt.size_big tr td:nth-child(2) select{	
	width:100%;}


		
.btn{
	line-height: 1.42857143;	
	display: inline-block;
	padding: 6px 12px;
	font-size:14px;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration:none;
}

.btn-white{			color:#333333;background-color:#ffffff;border-color:#cccccc;}
.btn-blue{			color:#ffffff;background-color:#337ab7;border-color:#2e6da4;}
.btn-lblue{			color:#ffffff;background-color:#5bc0de;border-color:#46b8da;}
.btn-green{			color:#ffffff;background-color:#5cb85c;border-color:#4cae4c;}
.btn-yellow{		color:#ffffff;background-color:#f0ad4e;border-color:#eea236;}
.btn-red{			color:#ffffff;background-color:#d9534f;border-color:#d43f3a;}
.btn-trans{			color:#23527c;text-decoration:underline;background-color:transparent;}
.btn-white:hover{		color:#333333;background-color:#e6e6e6;border-color:#adadad;}
.btn-blue:hover{		color:#ffffff;background-color:#286090;border-color:#204d74;}
.btn-lblue:hover{		color:#ffffff;background-color:#31b0d5;border-color:#269abc;}
.btn-green:hover{		color:#ffffff;background-color:#449d44;border-color:#398439;}
.btn-yellow:hover{	color:#ffffff;background-color:#ec971f;border-color:#d58512;}
.btn-red:hover{		color:#ffffff;background-color:#c9302c;border-color:#ac2925;}
.btn-trans:hover{		color:#337ab7;border-radius:0;}

.btn-size-s{
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-size-ss{
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}