@font-face {
    font-family: 'Ubuntu';
    src: url('font-face/ubuntu-r-webfont.eot');
    src: url('font-face/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'), url('font-face/ubuntu-r-webfont.woff2') format('woff2'), url('font-face/ubuntu-r-webfont.woff') format('woff'), url('font-face/ubuntu-r-webfont.ttf') format('truetype'), url('font-face/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntubold';
    src: url('font-face/ubuntu-b-webfont.eot');
    src: url('font-face/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'), url('font-face/ubuntu-b-webfont.woff2') format('woff2'), url('font-face/ubuntu-b-webfont.woff') format('woff'), url('font-face/ubuntu-b-webfont.ttf') format('truetype'), url('font-face/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
: : selection {
    background: #EB249B;
    color: #fff;
}
: : -moz-selection {
    background: #EB249B;
    color: #fff;
}


html {
    height: 100%;
}


/*
body {
    color: #767676;
    background: #d9dcde; 
*/
/*      background: green;  body  */
 /*
	font-family: 'Ubuntu', serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    min-height: 100%;
    text-rendering: optimizeLegibility;
}
*/
body.admin-login {
    background: #454e59
}



div#checking {
color: #1182C8;
font-size: 5em;
}
.no-color {
    background-color: none !important;
    color: #2c3e50 !important;
    background: none !important;
}
span.price.badge {
    background-color: #e74c3c;
    float: right;
}
img.profile {
    width: 132px;
    height: 132px;
    margin-bottom: 15px;
}
img.theme {
    height: 173px;
    width: 100%;
    margin-bottom: 15px;
}
ul.wysihtml5-toolbar li a {
    border: 1px solid #dce4ec;
    padding: 5px 10px;
} 

ul.wysihtml5-toolbar li a:hover,a:focus{
    color: #217dbb;
    text-decoration: none;
}

.btn-group.theme, .list-group.theme {
    margin-bottom: 10px;
}
.list-group.theme {
    text-align: left;
}
.list-group.profile li {
    text-align: left;
    font-weight: bold;
}
/*----------------------------
    The file upload form
-----------------------------*/

#upload {
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#drop {
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}
#drop a {
    background-color: #007a96;
    padding: 12px 26px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-top: 12px;
    line-height: 1;
}
#drop a:hover {
    background-color: #0986a3;
}
#drop input {
    display: none;
}
#upload ul {
    list-style: none;
    margin: 0 -30px;
    border-top: 1px solid #2b2e31;
    border-bottom: 1px solid #3d4043;
}
#upload ul li {
    background-color: #333639;
    background-image: -webkit-linear-gradient(top, #333639, #303335);
    background-image: -moz-linear-gradient(top, #333639, #303335);
    background-image: linear-gradient(top, #333639, #303335);
    border-top: 1px solid #3d4043;
    border-bottom: 1px solid #2b2e31;
    padding: 15px;
    height: 77px;
    position: relative;
}
#upload ul li input {
    display: none;
}
#upload ul li p {
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}
#upload ul li i {
    font-weight: normal;
    font-style: normal;
    color: #7f7f7f;
    display: block;
}
#upload ul li canvas {
    top: 15px;
    left: 32px;
    position: absolute;
}
#upload ul li span {
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor: pointer;
}
#upload ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}
#upload ul li.error p {
    color: red;
}
i.hardlock.fa.fa-lock {
    font-size: 20em;
    color: #C2C6C9;
    text-shadow: 2px 2px 8px #C1C5C9;
}
.hardlock {
    font-size: 2em;
}
.lock-screen {
    -webkit-filter: blur(0px);
    -webkit-animation: fadein linear 3.5s;
}
@-webkit-keyframes fadein {
    0% {
        -webkit-filter: opacity(0%) blur(10px);
   }
   50% {
       -webkit-filter: opacity(100%) blur(10px);
  }
  100% {
      -webkit-filter: opacity(100%) blur(0px);
 }
}

body.lock-screen {
    background: url('../images/lock_screen.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-filter: blur(0px);
    -webkit-animation: fadein linear 3.5s;
}
.stand-by-wrapper {
    margin: 10% auto;
    max-width: 500px;
}
.airtime {
    width: 100%;
    color: #fff;
    font-size: 7em;
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    text-shadow: 1px 4px #143B4B;
}
.lock-name {
    background: #fff;
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: 55px;
    padding: 0 20px;
    text-align: left;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    color: #229ae9;
}
.lock-pwd {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    color: #229ae9;
}
.lock-box {
    position: relative;
}
.stand-by-wrapper img {
    margin-bottom: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid #fff;
    width: 160px;
    height: 160px;
    background: #fff;
}
.airlink-head-notify .nav > li > a:hover, .nav > li > a:focus > i {
    background: none;
    border: 1px solid;
    border-radius: 50%;
    border-color: #fff;
}
.admin-login form {
    width: 380px;
    margin: 100px auto;
}
.admin-login form .airlink-logo-heading {
     background: #eb5f1c; /* 2/1/2021 by nattawat */
    border-radius: 3px 3px 0 0;
}
.admin-login form .admin-login-area {
    background: #F8F8F8;
    padding: 15px;
}
.admin-login form .admin-login-area input {
    margin-bottom: 15px;
}
footer.sticky-footer {
    height: 55px;
    padding: 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
}
footer {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}
span.security-code {
    font-size: 18px;
    font-weight: bold;
}
h2.widget-icon {
    font-size: 3em;
}
th.action {} .hide-section {
    display: none;
}
.air-toggle-switch {
    margin-bottom: 5px;
}
.submenu.active ul {
    display: block !important;
    opacity: 0;
    transition: opacity 0.5s linear;
}
.airlink-data-processing {
    font-size: 4em !important;
    position: absolute;
    right: 50%;
    top: 5%;
}
/* Airlink Logs */

#log_display {
    font-size: 13px;
    font-weight: normal;
    color: #CACACA;
    line-height: 20px;
}
#log_display span.title {
    display: block;
    text-align: center;
    font-size: 2em;
    margin-bottom: 60px;
}
#log_display i.icon-emo-laugh {
    text-align: center;
    display: block;
    font-size: 8em;
    color: #1CA0EB;
}
#log_display span.mark-digit {
    padding: 0;
    color: #1CA0EB !important;
    background-color: none !important;
}
.airlogs {
    background-color: #1F1F1F;
    color: #A9B7BD;
}
/* End of Airlink Logs*/

/* Airlink Chat system */

.airlink-chat {
    margin-bottom: 20px;
}
.airlink-chat-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}
.airlink-chat-list .ready-to-chat {
    display: block;
    text-align: center;
    margin-top: 20%;
    background: none
}
.airlink-chat-list .ready-to-chat i {
    font-size: 8em;
}
.airlink-chat-list .avatar {
    display: inline-block;
    float: left;
    text-align: center;
    width: 60px;
}
.airlink-chat-list .avatar > i {
    display: block;
}
.airlink-chat-list .message-body p {
    color: #324E5C;
}
.airlink-chat-list .avatar .airlink-avatar-sx {
    width: 52px;
    height: 52px;
}
.chat-message {
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-left: 12px;
    width: 70%;
}
.airlink-chat-list .message-body {
    padding: 10px;
/*    background: #B4E1FA; */
      background: #B4E1FA; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.airlink-chat-list .message-body i {
    font-style: normal;
    font-weight: bold;
    position: relative;
    font-size: 12px;
    color: #2C86B9;
}
.airlink-chat-list .message-body .fa-wechat, .fa-bullhorn {
    display: block;
    text-align: right;
}
.airlink-chat-list .message-body i .fa-minus-square, .airlink-chat-list .read {
    float: right;
}
.airlink-chat-list .user .message-body {
    background: rgba(60, 71, 82, 0.2);
}
.airlink-chat-list .user .avatar {
    float: right;
}
.airlink-chat-list .user .message-body i .fa-minus-square, .airlink-chat-list .user .read {
    float: left;
}
.airlink-chat-list .user .chat-message {
    width: 70% !important;
    margin-right: 12px;
    text-align: right;
    float: right !important;
}
.airlink-chat-list .user .message-body:after {
    left: 100% !important;
    top: 50% !important;
    border-color: rgba(238, 238, 242, 0)!important;
    border-left-color: #eeeef2!important;
}
.chat-message .message-body:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 242, 239, 0);
    border-right-color: #d5f2ef;
    border-width: 5px;
    margin-top: -5px;
}
/* End Of Airlink Chat system */

/* AirlinkNote*/

.airlink-note {} .airlink-note .note-day {
    font-size: 24px;
    font-weight: bold;
}
.airlink-note span {
    font-size: 16px;
    font-weight: normal;
}
.airlink-note .airlink-note-msg {
    list-style: none;
    display: inline;
}
.airlink-note .airlink-note-msg li {
    background: rgba(60, 71, 82, 0.2);
    padding: 12px 10px 10px 10px;
    color: #2A363F;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    word-wrap: break-word;
}
.airlink-note .airlink-note-msg .note-del i {
    float: right;
}
.airlink-note .airlink-note-msg li.ready-to-note {
    background: none;
    display: block;
    text-align: center;
}
.airlink-note .airlink-note-msg .ready-to-note i.icon-emo-wink {
    font-size: 8em;
    color: #767676;
}
/* End of airlinknot*/

#container {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#sidebar {
    width: 240px;
    height: 100%;
    position: fixed;
    background: #292d30;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1000
}
.sidebar-airlink-info {
    
    left: 0;
    right: 0;
    bottom: 0;
}
.airlink-head-notify {
    float: left;
    margin-top: 20px;
    margin-left: 25px;
}
.airlink-admin-profile {
    margin-top: 15px;
    margin-left: 25px;
}
.airlink-admin-profile ul > li > a > img {
    width: 48px;
    height: 48px;
}
.airlink-wrapper {
    display: inline-block;
    margin-top: 80px;
    padding: 15px;
    width: 100%;
}
.airlink-header {
    margin-bottom: 15px;
    margin-top: -25px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    padding: 8px 15px 5px;
    background-color: #EEEEEE;
    border-bottom: 2px solid rgba(77, 77, 77, 0.28);
}
.airlink-header-section {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}
.airlink-title {
    font-weight: bold;
    margin-left: -15px;
}
.airlink-title.mini {
    font-size: 18px;
}
.airlink-title > span {
    font-weight: normal;
    font-size: 14px;
    color: #B4B4B4;
}
/* Airlink Right Sidebar */

.right-sidebar {
    background: #292d30;
    width: 240px;
    position: fixed;
    height: 100%;
    z-index: 1000;
    right: -240px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.open-right-panel {
    margin-left: -240px !important;
}
.open-right-bar {
    right: 0px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.right-sidebar .widget {} .right-sidebar .widget .widget-header.desc {
    border-bottom: 3px solid;
    border-color: #31383B;
    padding: 20px;
    font-size: 20px;
}
.right-sidebar .widget .widget-header {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 13px;
}
.right-sidebar .widget .widget-body {} .right-sidebar ul {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -15px;
}
.right-sidebar ul li {
    margin-left: -15px;
}
.right-sidebar .bottom {
    background: #292d30;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
/* End Airlink Right sidebar */

.airlink-sidebar-toggle {
    font-size: 16px
}
.airlink-main-navigation {
    height: 100%;
    z-index: 1000;
}
.airlink-main-navigation .airlink-logo {
    background: #1CA0EB url(../images/logo.png);
    background-position: 50% 30%;
    background-repeat: no-repeat;
    height: 70px;
}
.hide-sidebar {
    margin-left: -240px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sidebar-toggle-left {
    float: left;
    margin-right: 15px;
    margin-left: -15px;
    background: #f2795a;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 15px;
    padding: 4px 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.merge-left {
    margin-left: 0px !important;
}
.fixed-top {
    position: fixed;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .15);
}
.header {
    left: 0;
    right: 0;
    background: #eff3f3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 100
}
.page-content {
    margin-left: 240px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#airlink-content {
    margin-left: 240px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.airlink-message-header {
    padding: 8px 10px 0;
    margin-top: -5px;
    border-bottom: 1px solid;
    border-color: #eee;
}
.dropdown-menu.admin-profile {
    padding: 10px;
    width: 173px !important;
    top: 40px;
    left: -90px;
}
.dropdown-menu.admin-profile li a {
    padding: 10px;
}
.top-menu .dropdown-menu.admin-profile:before {
    left: 80%;
}
.top-menu .dropdown-menu.admin-profile:after {
    left: 80%;
}
/* Footer */

footer {
    background-color: #2c3742;
    box-shadow: inset 0px 0px 3px #111;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
    bottom: 0px;
}
footer a {
    color: #eee;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}
footer a:hover {
    color: #aaa;
    text-decoration: none;
    border: 0px;
}
footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: #000 1px solid;
    border-bottom: #212121 1px solid;
}
footer .copy {
    font-size: 13px;
    margin: 15px 0px;
}
/* Logo & Navigation */

.header {
    height: 50px;
    background-color: #eff3f3;
    height: 70px;
}
header .airlink-logo {
    background: #1CA0EB;
    float: left;
    width: 240px;
    position: relative;
    height: 70px;
}
.airlink-logo > a > img {
    margin-left: 30px;
    margin-top: 5px;
}
.nav .top-menu {
    display: block;
}
.nav .top-menu > li, .nav .top-menu > li > a {
    float: left;
    padding: 0;
    margin-right: 5px;
}
.dropdown-menu.airlink-head-message {
    max-width: 320px !important;
    min-width: 160px !important;
    top: 42px;
    width: 300px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: none;
    left: -50px;
}
.dropdown-menu.airlink-head-message > li, .dropdown-menu.airlink-head-message > li > p {} .top-menu .dropdown-menu:after, .top-menu .dropdown-menu:before {
    bottom: 100%;
    left: 22%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.top-menu .dropdown-menu:after, .top-menu .dropdown-menu .airlink-head-right:before {
    bottom: 100%;
    left: 22%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.top-menu .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}
.top-menu .dropdown-menu:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eeeeee;
    border-width: 8px;
    margin-left: -8px;
}
.top-menu .dropdown-menu:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eeeeee;
    border-width: 8px;
    margin-left: -8px;
}
.pull-right.top-menu .dropdown-menu:after, .pull-right.top-menu .dropdown-menu:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
/* Sidebar navigation */

.airlink-notify {
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    font-size: 20px;
}
.airlink-language {
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    font-size: 20px;
}
.airlink-notify.notify-darkturq, .airlink-language.darkturq {
    background: #00bfdd;
}
.content-box, .content-box-large {
    margin-bottom: 30px;
    background: #fff;
}
.content-box-large {
    padding: 20px;
}
.box-with-header {
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.content-box-header {
    min-height: 40px;
    font-size: 16px;
    background: #f5f5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 2px solid #eee;
}
.content-box-header:after {
    clear: both;
}
/* Airlink Widget */

.airlink-widget-icon {
    width: 74px;
    height: 74px;
    line-height: 75px;
    font-size: 36px;
    text-align: center; 
    border-radius: 50%;
    background: rgba(0, 0, 0, .05);
}
.airlink-widget-heading {
    margin: 10px 0;
}
.airlink-widget-heading.profile {
    margin-bottom: 10px;
    font-size: 25px;
}
.airlink-widget-heading.profile > i {
    display: block;
}
/* End Airlink Widget */
/* airlink button style */

.btn-orange {
    background-color: #de815c;
    border-color: #de815c;
    color: #fff;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
    background-color: #da7147;
    border-color: #d56032;
    color: #fff;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
    background-color: #de815c;
    border-color: #de815c;
    color: #fff;
}
.btn-black {
    background-color: #31383B;
    border-color: #31383B;
    color: #fff;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
    background-color: #252b2d;
    border-color: #1a1e1f;
    color: #fff;
}
.btn-black.disabled:hover, .btn-black.disabled:focus, .btn-black.disabled:active, .btn-black.disabled.active, .btn-black[disabled]:hover, .btn-black[disabled]:focus, .btn-black[disabled]:active, .btn-black[disabled].active, fieldset[disabled] .btn-black:hover, fieldset[disabled] .btn-black:focus, fieldset[disabled] .btn-black:active, fieldset[disabled] .btn-black.active {
    background-color: #31383B;
    border-color: #31383B;
    color: #fff;
}
/* End of airlink button style*/

.sidebar ul.nav, .sidebar ul.nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sidebar ul.nav, .leftmenu {
    height: 90%;
}
.sidebar ul.nav ul {
    margin: 0px;
    padding: 0px;
    display: none;
}
.sidebar .nav li.open ul {
    display: block;
}
.sidebar .nav > li {
    margin: 0;
}
.sidebar .nav > li: last-child {
    border-bottom: 0px;
}
.sidebar .nav > li li {
    margin: 0;
}
.sidebar .nav > li li a {
    padding-left: 25px;
}
.sidebar .nav > li > a {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px;
    color: #999;
    display: block;
    font-weight: bold;
    background: none;
    text-decoration: none;
    border-top: 0px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar .nav > li > a > i {
    margin-right: 10px;
    margin-left: 20px;
}
.sidebar .nav > li a:hover > i, .sidebar .nav li.current > a > i {
    color: #1CA0EB;
}
.sidebar .nav > li > ul > li > a {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 10px 8px 40px;
    color: #383838;
    background: #f4f4f4;
    display: block;
    text-decoration: none;
    border-top: 0px;
    font-weight: bold;
}
.sidebar .nav > li > ul > li.active > a {
    background: #fff;
    border-top: 0px;
    color: #555;
}
.sidebar .nav > li > ul > li > a:hover {
    background: #f4f4f4;
    color: #555;
    border-bottom: 0px;
}
.sidebar .nav li a:hover, .sidebar .nav li.current > a {
    background: #23272b;
    color: #eff3f3;
    border-bottom: 0px;
}
.sidebar .nav li.open > a {
    background: #fff;
    color: #555;
    border-bottom: 1px dashed #eee;
}
.sidebar .nav a .caret {
    float: right;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #aaa;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
    margin-left: 2px;
}
.sidebar .nav a:hover .caret {
    border-top-color: #aaa;
}
.sidebar .nav li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #aaa !important;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.sidebar .nav li.open > a:hover > .caret {
    border-bottom-color: #aaa;
}
.panel-heading > i {
    margin-right: 5px;
}
.panel.airlink-panel {
    border: 0;
}
.panel.airlink-system-panel {
    background-color: #31383B;
    border: 1px solid;
    border-color: #667279;
}
.airlink-panel > .panel-heading.md {
    font-size: 16px;
    padding: 8px 15px;
}
.airlink-widget-content {
    margin: 0;
}
.airlink-widget-content.full {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    height: 25px;
    line-height: 25px;
    background-color: #2C3133;
    box-shadow: inset 0 -2px 8px rgba(6, 0, 0, .1)
}
.airlink-widget-content.full.profile {
    background-color: #F1F1F1;
    box-shadow: none;
}
.highcharts-container {
    min-height: 410px;
}
.airlink-widget {
    padding: 5px;
}
.airlink-widget-content .box {
    padding: 10px;
    background: #313131;
	color:gray;
    box-shadow: inset 0 2px rgba(6, 0, 0, .1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.airlink-widget-content .box > span > i.fa-sort-up {
    color: #1ed085;
}
.airlink-widget-content .box > span > i.fa-sort-down {
    color: #d65554;
}
span.bandwidth-total, .bandwidth-up, .bandwidth-down {} .airblink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blink {
    0% {
        opacity: 1.0;
   }
   50% {
       opacity: 0.0;
  }
  100% {
      opacity: 1.0;
 }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
   }
   50% {
       opacity: 0.0;
  }
  100% {
      opacity: 1.0;
 }
}
@keyframes blink {
    0% {
        opacity: 1.0;
   }
   50% {
       opacity: 0.0;
  }
  100% {
      opacity: 1.0;
 }
}
.airlink-avatar-2x {
    width: 140px;
    height: 140px;
}
.mark-inner {
    background: rgba(185, 189, 192, 0.83);
    border: 2px solid !important;
    border-color: #ACB5BB !important;
}
.defualt {
    background-color: #7C8792;
}
.black {
    background-color: #31383B;
}
.green {
    background-color: #1ed085;
}
.blue {
    background-color: #ebba1c; /* ปุ่มกด login */
}
.orange {
    background-color: #de815c;
}
.yellow {
    background-color: #f2d273;
}
.brick-red {
    background-color: #df7979;
}
.red {
    background-color: #d65554;
}
.text-defualt {
    color: #7C8792;
}
.text-over {
    color: rgba(0, 0, 0, .4);
}
.text-white {
    color: #fff;
}
.text-black {
    color: #4C4D4E;
}
.text-green {
    color: #1ed085;
}
.text-blue {
    color: #1CA0EB;
}
.text-orange {
    color: #A75838;
}
.text-yellow {
    color: #f2d273;
}
.text-brick-red {
    color: #df7979;
}
.text-red {
    color: #d65554;
}
.label.airlink-system, .label.airlink-system-r {
    padding: .5em .6em .5em;
    display: inline-block;
    width: 50%;
}
.label.airlink-system.auto {
    width: 100%;
}
.label.airlink-system {
    border-radius: .25em 0 0 .25em;
    float: left;
}
.label.airlink-system-r {
    border-radius: 0 .25em .25em 0;
}
.airlink-panel > .panel-heading {
    color: #fff;
}
.list-group.airlink-system {
    margin-bottom: -15px;
}
.list-group.airlink-system > li.list-group-item {
    border: none;
    padding: 5px 0;
    background: none !important;
}
.airlink-progress-mini {
    height: 15px;
    background: #2C3235;
    box-shadow: inset 0 3px 1px rgba(6, 0, 0, .1);
}
.progress-green {
    background-color: #1ed085;
}
.progress-blue {
    background-color: #09aec6;
}
.progress-yellow {
    background-color: #f2d273;
}
.progress-brick-red {
    background-color: #df7979;
}
.progress-red {
    background-color: #d65554;
}
.login-bg {
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background-color: #eff0f3;
    background-repeat: no-repeat;
    height: 100%;
}
/** Login & Signup **/

.login-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.login-wrapper .box {
    margin: 0 auto;
    padding: 30px 0 30px;
    float: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.login-wrapper .box .content-wrap {
    width: 82%;
    margin: 0 auto;
}
.login-wrapper .box h6 {
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 600;
}
.login-wrapper .box input[type="text"], .login-wrapper .box input[type="password"] {
    font-size: 15px;
    height: 40px;
    margin-bottom: 10px;
    border-color: #b2bfc7;
    padding-left: 12px;
}
.login-wrapper .box input[type="text"]:focus, .login-wrapper .box input[type="password"]:focus {
    border: 1px solid #28a0e5;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px #ddd, 0px 0 5px #28a0e5;
    -moz-box-shadow: inset 0 1px 2px #ddd, 0px 0 5px #28a0e5;
    -ms-box-shadow: inset 0 1px 2px #ddd, 0px 0 5px #28a0e5;
    -o-box-shadow: inset 0 1px 2px #ddd, 0px 0 5px #28a0e5;
    box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
}
.login-wrapper .box input[type="password"] {
    margin-bottom: 10px;
}
.login-wrapper .box .action {
    position: relative;
    top: 30px;
    padding: 15px 0px;
}
.login-wrapper .box .signup {
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 25px;
    border-radius: 5px;
}
.login-wrapper .already {
    margin: 0 auto;
    float: none;
    text-align: center;
    font-size: 13px;
    margin-top: 30px;
}
.login-wrapper .already p {
    display: inline-block;
    color: #222;
}
.login-wrapper .already a {
    color: #222;
    margin-left: 7px;
    border-bottom: 1px solid;
}
.login-wrapper .already a:hover {
    text-decoration: none;
    color: #000;
    border-bottom-color: #000;
}
.login-wrapper .box .social {
    margin: 0 auto;
    width: 90%;
}
.login-wrapper .box .social a.face_login {
    background: #6887c4;
    background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6887c4), color-stop(100%, #4566a9));
    background: -webkit-linear-gradient(top, #6887c4 0%, #4566a9 100%);
    background: -o-linear-gradient(top, #6887c4 0%, #4566a9 100%);
    background: -ms-linear-gradient(top, #6887c4 0%, #4566a9 100%);
    background: linear-gradient(to bottom, #6887c4 0%, #4566a9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6887c4', endColorstr='#4566a9', GradientType=0);
    border: 1px solid #3B4868;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 37px;
    overflow: hidden;
    width: 99%;
    text-decoration: none !important;
}
.login-wrapper .box .social a.face_login:hover {
    background: #6887c4;
    background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6887c4), color-stop(100%, #5773AC));
    background: -webkit-linear-gradient(top, #6887c4 0%, #5773AC 100%);
    background: -o-linear-gradient(top, #6887c4 0%, #5773AC 100%);
    background: -ms-linear-gradient(top, #6887c4 0%, #5773AC 100%);
    background: linear-gradient(to bottom, #6887c4 0%, #5773AC 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6887c4', endColorstr='#5773AC', GradientType=0);
}
.login-wrapper .box .social a.face_login span.face_icon {
    background-color: #39599F;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 37px;
    text-align: center;
    width: 51px;
}
.login-wrapper .box .social a.face_login span.face_icon img {
    margin-top: 5px;
}
.login-wrapper .box .social a.face_login span.text {
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 0 25px;
    text-shadow: 1px 1px 0 #39599F;
}
.login-wrapper .box .division {
    display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
.login-wrapper .box .division hr {
    border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}
.login-wrapper .box .division hr.left {
    top: 13px;
}
.login-wrapper .box .division hr.right {
    bottom: 6px;
    right: 0;
}
.login-wrapper .box .division span {
    color: #666666;
    font-size: 18px;
}
/*
.panel-heading>.panel-title, .content-box-header .panel-title {
   float: left;
    padding: 10px 15px;
    padding-top: 0px;
}*/

.panel-heading>.panel-title>*, .content-box-header .panel-title>* {
    margin: 0;
}
.panel-heading>.panel-title>span, .content-box-header .panel-title>span {
    font-weight: normal;
}
.panel-heading>.panel-options, .content-box-header .panel-options {
    float: right;
    padding-right: 15px;
}
.panel-heading>.panel-options>a, .content-box-header .panel-options>a {
    margin-top: 10px;
}
.panel-body {
    clear: both;
}