.head{
	
	background-color: #990000;
}
.head span{

}
body{
	text-align: justify;
	line-height: 1.8;
}
body,p{
	font-family: 'Kanit', sans-serif;
font-size: 15px;

}
.imgprofiles{
        width: 130px;
    height: 150px;
    float: right;
}
.tableparent td{
    padding :1rem;
}
.tableparent th{
    text-align: center;
}
.tablearray{
    line-height: 2;
}
.tablearray label{
    font-size: 16px;
}

.tablearray h4{
    font-size: 20px;
}

.tablearray span{
   font-size: 15px;
    color: #555;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,span{
	font-family: 'Kanit', sans-serif;

}
#preview_profile img{
    width: 206px;
    height: 206px;
    border-radius: 2rem;
}

.btn-apply{
	background-color: #990000;
	font-size: 1.5rem;
	color: #fff;
}
.btn-apply:hover{
    background-color: #c72323;
    
    color: #fff;
}
.btn-preview{
	background-color: #AAAAAA;color: #fff;
	font-size: 1.5rem;
}

.btn-preview:hover{
    background-color: #848080;color: #fff;
   
}
.right{
	text-align: right;
}
.bold{
	font-weight: bold;
}
.h1{
	font-size: 2.5rem;
}
.img100{
	width: 100%;
}
.h2{
	font-size: 1.5rem;
}
.imglogo{
	    max-width: 29rem;
    margin-top: 1rem;
}
.box-header{
	    border-bottom: solid 1px #ddd;
    margin-bottom: 1rem;
    color: #990000;
}
.imgprofile{
	margin:auto;
	width: 300px;
}

.m-t-1{
	margin-top: 1rem;
}
.m-t-05{
	margin-top: .5rem;
}
.m-t-2{
	margin-top: 2rem;
}
.m-b-1{
	margin-bottom: 1rem;
}

.m-b-2{
	margin-bottom: 2rem;
}

.box.box-danger{
	    margin-top: 3rem;
    box-shadow: 0px 3px 6px #ddd;
}
.form-group span{
	font-size: 15px;
	font-weight: 100;
}


@media only screen and (min-width: 900px) {
.row{
	padding-right: 1rem;
    padding-left: 1rem;
    margin:0;
}
}
@media only screen and (max-width: 900px) {
.head .row{
	text-align: center;
}
.h1{
	font-size: 2rem;
}
.h2{
	font-size: 1.5rem;
}
.mobile{
	display: none;
}
}


.table-wrapper {
		width: 700px;
		margin: 30px auto;
        background: #fff;
        padding: 20px;	
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
    .table-title {
        padding-bottom: 10px;
        margin: 0 0 10px;
    }
    .table-title h2 {
        margin: 6px 0 0;
        font-size: 22px;
    }
    .table-title .add-new {
        float: right;
		height: 30px;
		font-weight: bold;
		font-size: 12px;
		text-shadow: none;
		min-width: 100px;
		border-radius: 50px;
		line-height: 13px;
    }
	.table-title .add-new i {
		margin-right: 4px;
	}
   /* table.table {
        table-layout: fixed;
    }*/
    table.table tr th, table.table tr td {
        border-color: #e9e9e9;
    }
    table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }
    table.table th:last-child {
        width: 100px;
    }
    table.table td a {
		cursor: pointer;
        display: inline-block;
        margin: 0 5px;
		min-width: 24px;
    }    
	table.table td a.add {
        color: #27C46B;
    }
    table.table td a.edit {
        color: #FFC107;
    }
    table.table td a.delete {
        color: #E34724;
    }
    table.table td i {
        font-size: 19px;
    }
	table.table td a.add i {
        font-size: 24px;
    	margin-right: -1px;
        position: relative;
        top: 3px;
    }    
    table.table .form-control {
        height: 32px;
        line-height: 32px;
        box-shadow: none;
        border-radius: 2px;
    }
	table.table .form-control.error {
		border-color: #f50000;
	}
	table.table td .add {
		display: none;
	}