.box-header{
    font-weight: 600;
}
.box-body{
    background-color: white;
}
.box-body-b{
    background-color: white;
    -webkit-box-shadow: 0px 0px 34px -8px rgba(71,71,71,1);
    -moz-box-shadow: 0px 0px 34px -8px rgba(71,71,71,1);
    box-shadow: 0px 0px 34px -8px rgba(71,71,71,1);
}
.title-zone{
    margin: 15px;
}
.margin-b15{
    margin-bottom: 15px;
}
.head-zone-search{
    background-color: 
        #dd561c;
    text-align: center;
    color: white;
    padding: 5px;
    font-weight: 800;
}
.border-inbox{
    border: 1px solid #ecf0f5;
    padding: 5px;

    background-color: #ecf0f5;
}
.zone-img{
    text-align: center;

}
.zone-img img{
    height: 250px;
    border-radius: 50px;
}
.img-responsive{
    display: inline-block!important;
}
.pd-b-10{
    margin-bottom: 10px;
}
.underline{
    text-decoration: underline;
}
.underline-2{
    border-bottom: 3px double;
}
.text-64{
    font-size: 64px;
    text-align: center;
}
.box-error{
    font-weight: 800;
    color: red;
    padding: 5px;
    background-color: ghostwhite;
    border: 1px solid red;
    border-radius:5px;
}

@font-face {
    font-family: THSarabunNew;
    src: url(./font/THSarabunNew.ttf);

}

.main-header .navbar {
    height: 45px;
}
.main-header .sidebar-toggle {
    padding: 10px 10px;
}
.main-header .sidebar-toggle:hover {
    padding: 10px 10px;
}
