html, body{
	height: 100%;
	min-height: 100%;
}
header{
	width: 100%; height: 74px;
	position: fixed; top: 0; left: 0;
	background: #d4b550;
	border-bottom: #a6986a 1px solid;
	box-shadow: rgba(0,0,0,0.5) 0 0 10px;
	z-index: 100;
}

.error-msg {
    color: #a94442;
    display: none;
}

.notifier {
    display: none;
}

.container-header{
	position: relative;
	width: 100%;
	padding:0 30px 0 165px;
	display: table;
}
.container-header input, .container-header textarea, .container-header select{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
.container-header input:focus, .container-header textarea:focus, .container-header select:focus{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.content {
    position: absolute;
    width:100%;
    margin: 0;
    padding: 0;
    top:90px;
    left: 0;
    padding-left:200px;
    z-index: 0;
}

.logo{
	width: 165px; height: 74px;
	position: absolute; left: 0; top: 0;
}
.logo p{
	color: #fff;
	line-height: 74px;
	font-size: 20px; font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.logo p span{
	color: #000;
}

.search{
	position: relative;
	margin: 15px 0;
	float: left;
	margin-left: 10px;
}
.search input{
	border: #ebebeb 1px solid;
	border-radius: 30px; 
	padding: 6px 20px;
	font-size: 18px;
}
.search i{
	position: absolute; right: 15px; top: 12px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
.fnc-head-user{
	float: right;
	margin: 12px 0;
}
.fnc-head-user .logout{
	float: left;
	font-size: 24px;
	cursor: pointer;
	padding: 10px;
	color: #fff;
}
.avas{
	float: left;
	position: relative;
}
.avas i{
	font-size: 40px;
	color: #fff;
}
.avas span{
	width: 20px; height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: -15px; top: 0;
	background: #04336a;
	border-radius: 20px;
	color: #fff;
	font-size: 9px;
}


/* NAV */
nav{
	width: 200px;
	height: 100%;
	position: fixed; left: 0; top: 0;
	padding-top: 74px;
    z-index: 99;
}
.container-nav{
	background: #8f8996;
	height: 100%;
	position: relative;
}
.container-nav ul li{
	border-bottom: #fff 1px solid;
	width: 100%;
	display: block;
	float: left;
}
.container-nav ul li a{
	color: rgba(255,255,255,1);
	display: block;
	width: 100%;
	font-size: 14px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	float: left;
	padding: 10px  5px 10px 10px;
	line-height: 30px;
}
.container-nav ul li i{
	display: block;
	font-size: 30px;
	width: 30px; height: 30px;
	float: left;
	margin-right: 10px;
}
.container-nav ul li a:hover, .container-nav ul li a:focus, .container-nav ul li a.active{
	color: #5f6d7e;
	background: #f2f2f2;
	font-weight: bold;
	font-size: 16px;
}

/* sub menu */
.container-nav .submenu {
    display: none;
}
.container-nav .submenu ul {
    background: #f2f2f2;
}
.container-nav .submenu li {
    background: #f2f2f2;
    border-bottom: none;
    border-top: #fff 1px solid;
} 

.container-nav .submenu a {
    font-size: 13px;
    color: #5f6d7e;
}
.container-nav .submenu a::before {
    content: "- ";
}
.container-nav .submenu a:hover, 
.container-nav .submenu a:focus, 
.container-nav .submenu a.active{
    color: #131313;
    background: none;
    font-weight: normal;
    font-size: 13px;
}
.container-nav .submenu a:visited, 
.container-nav .submenu a:link, 
.container-nav .submenu a:active {
    text-decoration: none;
}

/* MAINCONTENT */
section{
	width: 100%; height:100%;
	/*padding: 74px 0 0 165px;*/
}
.main-content{
	height: 100%;
	overflow-y: auto;
}
.container{
	width: 100%;
	/*padding: 20px 30px 30px 45px;*/
	height: 100%;
	background: #f9fbfc;
}

.title-form{
	background: #fff;
	border-bottom: #ebebeb 1px solid;
	padding: 30px 50px;
	position: relative;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 30px;
}
.titele {
	float: left;
	padding: 5px 0;
}
.titele h2{
	color: #626e7c;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
.titele i{
	float: left;
	margin-left: 20px;
	color: #03a3fe;
	font-size: 22px;
	cursor: pointer;
}
.button-form{
	float: right;
}
.button-form button{
	float: left;
	padding: 6px 10px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 3px;
}
.button-form button i{
	margin-right: 5px;
}

.table-form{
	float: left;
	width: 100%;
	background: #fff;
	padding: 30px 50px;
}
.table th{
	border-top: 0 !important;
	border-bottom: 2px solid #ddd;
	padding: 20px 0 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.table th i{
	color: #03a2f5;
	margin-left: 10px;
}
.table td i{
	margin-right: 5px;
}


.table>tbody>tr>td{
	padding: 20px 5px;
}

.row-form{
	width: 100%;
	margin-bottom: 10px;
}
.row-form input, .row-form select, .row-form textarea{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 30px;
	border-radius: 30px;
	border: #c3c3c3 1px solid;
	font-size: 18px;
}
.row-form textarea{
	border-radius: 20px;
}
.row-form input, .row-form textarea, .row-form select{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
.row-form input:focus, .row-form textarea:focus, .row-form select:focus{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
.row-form-build-img{
	width: 100%;
	padding: 10px 10px 10px 30px;
	border-radius: 20px;
	border: #c3c3c3 1px solid;
	font-size: 18px;
	cursor: pointer;
	display: table;
	text-align: center;
}
.row-form-build-img h3{
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
.row-form-build-img h4{
	font-size: 18px;
	text-align: left;
	margin-bottom: 50px;
}
.row-form-build-img i.addimg{
	font-size: 130px;
	margin: 0 auto;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-webkit-opacity: 0.2;
	padding: 100px 0;
}
.sampo-steps{
	width: 48%;
	float: left;
}
.row-form-build-img dl{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}
.row-form-build-img dl dt{
	padding-left: 10px;
}
.row-form-build-img dl dd{
	padding-left: 39px;
 }
.row-form-build-img dl i{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	margin-right: 5px;
}
.row-form-build-img button{
	background: #007eff;
	color: #fff;
	padding: 10px 40px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	font-size: 18px;
	border: #0079f4 1px solid;
	float: left;
}
.row-form-build-img button:hover{
	background: #0074ea;
	border: #006ddc 1px solid;
}

.img-step{
	width: 48%;
	float: right;
	position: relative;
}
.img-step img{
	border-radius: 15px;
	float: right;
}
.point{
	width: 60px; height: 60px;
	position: absolute;
	display: block;
	background: url(../images/bg-poit.png) no-repeat center center;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 20px; 
}

.point-01{
	top: 40px; right: 30px;
}
.point-02{
	top: 150px; right: 70px;
}
.point-03{
	bottom: 40px; right: 220px;
}

.left-col{
	width: 49%;
	float: left;
	display: table;
}

.right-col{
	width: 49%;
	float: right;
	display: table;
}

.dataTable .btn {
    margin: 5px;
    display: inline-block;
}
.dataTable .btn-actions {
    min-width: 130px;
}

table.dataTable.display tbody tr.even.selected>.sorting_1, 
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1,
table.dataTable.display tbody tr.odd.selected>.sorting_1, 
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #b3b3b3 !important;
}
table.dataTable tbody tr.selected {
    background-color: #e3e3e3 !important;
}

table.display tbody tr:nth-child(even):hover td{
    background-color: #e3e3e3 !important;
}

table.display tbody tr:nth-child(odd):hover td {
    background-color: #e3e3e3 !important;
}

.panel-heading .title {
    padding: 5px 0;
    font-weight: bold;
}

.autocomplete-suggestions { border: 1px solid #999; background: #fff; cursor: default; overflow: auto; }
.autocomplete-suggestion { padding: 10px 5px; font-size: 1em; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { color: #333; }

.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #007fa5 !important;
    padding: 12px 16px !important;
    text-decoration: none;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
.close-search-icon, .search-icon {
	color: #777;
}
.search-icon{
	 position: relative; left: 15px; top: -27px;
}

.close-search-icon{

	position: relative; right: 10px; top: -27px;
}

.table-customize-flat{
border-spacing: 0px !important;
}
.table-customize-flat th{
	text-align: center;
	font-size: 12px !important;
    font-weight: 300;
}
.table-customize-flat td , .table-customize-flat th {
	color:#333 !important;
	border-color:#bcbcbc !important;
	border-left: none !important;
	border-top:none !important;
}
.table-customize-flat td:first-child{
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.table-customize-flat td:last-child, .table-customize-flat th:last-child{
	border-right: none !important;
}
.table-customize-flat td:last-child {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
}
.table-customize-flat td {
	font-size: 13px !important;
}

.text-align-center {
 text-align: center;
}
.modal-backdrop {
    z-index: 0;
}

.scrollDiv{
	float: left;
	max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.report-header{
	padding:20px 10px;
	padding-bottom: 0;
	border: 1px solid #ddd;
	background: #f6f7f8;
	margin-bottom: 10px;
}
