/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Tahoma', sans-serif;
}
html, body {
    height: 100%;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
i, span {
    display: inline-block;
}
.paddingleft {
    padding-left: 0;
}
.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #8e959d;
    color: #ffffff;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #eaeaea;
    background: #f6f7fb;
    font-weight: normal;
    color: #454545;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ff824a;
    background: #ff824a;
    color: #ffffff;
}
.ui-state-checked {
    border: 1px solid #ff824a;
    background: #ff824a;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}
#sidebar {
    min-height: 100vh;
    min-width: 250px;
    max-width: 250px;
    background: #FBFBFC;
    color: #fff;
    transition: all 0.3s;
    box-shadow: -5px 0px 12px #bdbdbd;
    z-index: 10;
}
#sidebar span.company-name {
    transition: 0s;
}
#sidebar.active span {
    opacity: 0;
}
#sidebar.active {
    min-width: 70px;
    max-width: 80px;
    text-align: center;
    transition: all 0.3s;
}
#sidebar.active span {
    display: none;
    opacity: 0;
}
#sidebar .sidebar-header span.company-name {
    line-height: 25px;
    position: absolute;
    top: 12px;
    padding-left: 10px;
}
#sidebar.active .sidebar-header span {
    display: none;
}
/*.sidebar-header img{float: left;}*/

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
}
#sidebar ul li {
    line-height: 65px;
}
#sidebar ul li a {
    text-align: left;
}
#sidebar.active ul li a {
    font-size: 13px;
    text-align: center;
}
#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}
#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    display: none;
}
#sidebar .sidebar-header {
    position: relative;
    padding: 12px 13px;
    background: #ffffff;
    height: 55px;
    /*
    -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 1);
    box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 1);
    */
}
#sidebar .sidebar-header span {
    color: #5d616a;
    font-size: 14px;
    line-height: 36px;
}
#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}
#sidebar ul.components {
    padding: 0;
}
#sidebar ul li a {
    padding-left: 15px;
    font-size: 13px;
    display: block;
    font-weight: normal;
    color: #90a4ae;
    background-color: #FBFBFC;
}
/*
#sidebar ul li a:hover {
    color: #ffffff;
    background: #cfd8dc;
}
*/

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a, a[aria-expanded="true"]:not(.user) {
    font-weight: bold;
    background: #cfd8dc;
}
a[data-toggle="collapse"] {
    position: relative;
}
a:not(.user):not(.notice)[aria-expanded="false"]::before, a:not(.user):not(.notice)[aria-expanded="true"]::before {
    content: url("../images/ico_arrowDown_show.png");
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a:not(.user):not(.notice)[aria-expanded="true"]::before {
    content: url("../images/ico_arrowDown_menu03.png");
    color: #ffffff;
}
ul ul a {
    font-size: 13px !important;
    padding-left: 30px !important;
    background-color : #FFF !important;
}
ul a img, ul ul a img {
    padding-right: 15px;
}
ul.CTAs {
    padding: 20px;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.btn {
    background: none;
    border: none;
}
.btn.focus, .btn:focus, .btn:hover {
    outline: 0;
}
.btn-select {
    border: solid 1px #D8D8D8;
    background-color: #FCFCFC;
    color: #90A4AE;
    border-radius: 20px;
    transition-duration: 0.2s;
}
.btn-select.active {
    border: solid 1px #D9534F;
    background-color: #D9534F;
    color: #FCFCFC;
    border-radius: 20px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}
.navbar-header:focus {
    outline: 0;
}
.date-label {
    float: right;
    background-color: #FCFCFC;
    color: gray;
    border: solid 1px #D9534F;
    border-radius: 20px;
    color: #D9534F;
    margin-right: 10px;
    padding: 3px 10px;
    font-size: 15px;
}
.navbar-header {
    float: left;
}
.navbar-right {
    margin: 0;
    padding-left: 10%;
    font-size: 13px;
}
.content-detail {
    padding: 30px;
}
.txthead {
    font-size: 20px;
    margin-bottom: 5px;
}
.txtTitlePage, .txtTitlePage a {
    font-size: 14px;
    text-decoration: none;
    color: #9fa4aa;
}
.txtTitlePage a:hover, .txtTitlePage a.active {
    color: #000000;
    text-decoration: none;
}
.txt-active {
    color: #000000;
}
.detail {
    background: #ffffff;
    margin-top: 20px;
    border: 1px solid #edeef2;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    position: relative;
}
.btn-search {
    background-color: #ff824a;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.content-tabs ul li {
    height: 45px;
}
.content-tabs ul li.active a, .content-tabs ul li.active a:focus, .content-tabs ul li.active a:hover {
    border-top: 2px solid #ff824a;
    border-radius: 0;
}
.content-tabs ul li a[aria-expanded="true"]::before {
    display: none;
}
.content-tabs ul li a {
    font-size: 14px;
    font-weight: bold;
}
.content-tabs .nav-tabs {
    margin-top: 15px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.btn-export {
    background-color: #8e959d;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    display: table-cell;
    height: 30px;
}
.btn-export span {
    display: inline-block;
    vertical-align: middle
}
.blockbtn {
    text-align: right;
}
.tab-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
}
.tab-content th {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #eaeaea;
    background: #8e959d;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
}
.tab-content td {
    text-align: left;
    font-size: 14px;
    color: #8f939e;
    border: 1px solid #eaeaea;
    height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination {
    border-radius: 3px;
}
.tab-content tr:nth-child(odd) {
    background-color: #f6f7fb
}
.pagination>li a {
    color: #8f939e;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 12px;
}
.pagination>li a:hover, .pagination>li a:focus, .pagination>li a.active {
    background: #f6f7fb;
}
.txt-page {
    font-size: 13px;
    color: #8f939e;
    float: left;
    margin: 20px 15px 0 0;
}
#sidebar ul li ul li.active {
    background-color: #ff824a;
}
#sidebar ul li a.active {
    font-weight: bold;
}
#sidebar.active ul li {
    position: relative;
}
#sidebar.active ul li ul {
    position: absolute;
    top: 0;
    left: 101%;
    width: 225px; /* edit 210px */
    z-index: 1;
}
#sidebar.active ul li ul a {
    text-align: left;
}
.footer {
    padding: 0 20px;
    font-size: 13px;
    text-align: right;
    padding-bottom: 30px;
}
select.inputdate {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/ico_arrowDown_show.png") no-repeat 92% 50%;
    padding: 4px 32px 6px 12px;
}
.k-tooltip .k-callout{
    display: block !important;
}
.k-callout-e{
    border-left-color: black !important;
}
.inputdate {
    height: 30px;
    padding: 6px 12px;
    margin: 0 15px 0 10px;
    font-size: 14px;
    color: #8f939e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tbinput {
    height: 30px;
    width: 100%;
    min-width: 195px;
    padding: 6px 12px;
    font-size: 14px;
    color: #8f939e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.selectbox {
    height: 30px;
    width: 64px;
    padding: 0 0 0 15px;
    margin: 0 6px;
    font-size: 14px;
    color: #8f939e;
    background-color: #fff;
    background-image: url("../images/ico_arrowDown_show.png");
    background-repeat: no-repeat;
    background-position: 85% center;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.navbar-default .navbar-nav>.dropdown.open>a, .navbar-default .navbar-nav>.dropdown.open>a:focus, .navbar-default .navbar-nav>.dropdown.open>a:hover {
    background: #ffffff;
}
.dropdown {
    display: inline-block;
}
.navbar-nav .open .dropdown-menu {
    margin-top: 16px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    padding: 0px !important;
}
.navbar-right .notice-dropdown {
    min-width: 300px;
    max-width: 300px;
}

.navbar-nav .open .dropdown-menu.notice-dropdown>li{
    text-overflow: ellipsis !important;
    list-style-position:inside;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background-color: #FCFCFC;
}

.navbar-nav .open .dropdown-menu.notice-dropdown>li:hover{
    background-color: #FFFFFF;
}
.navbar-nav .open .dropdown-menu.notice-dropdown>li>a {
    padding: 10px 15px 10px 15px;
  /*  white-space: normal; */
    list-style-position:inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.navbar-nav .open .dropdown-menu.user-dropdown>li>a {
    padding: 10px 15px 10px 15px;
    white-space: normal;
}
.dropdown-menu>li>a {
    font-size: 13px;
    font-weight: normal;
    color: #8f959d;
    /*padding: 0 20px 15px 10px;*/
}
.dropdown-menu>li>a:hover {
    background: none;
}
/*
.navbar-default .navbar-nav>.dropdown>.user {
    position: relative;
    margin-right: 5px;
    background: url("../images/ico_user.png") no-repeat;
    padding: 0 0 15px 0;
    width: 25px;
    height: 25px;
    transition: all 0.5s ease;
    ;
}
.navbar-default .navbar-nav>.dropdown.open>.user:focus {
    position: relative;
    margin-right: 5px;
    background-color: none;
    background: url("../images/ico_user_hover.png") no-repeat;
    padding: 0 0 15px 0;
    width: 25px;
    height: 25px;
    transition: all 0.5s ease;
    ;
}
*/
.user img:first-child {
}
/*
.navbar-default .navbar-nav>.dropdown .notice {
    position: relative;
    margin-right: 15px;
    background: url("../images/ico_notification.png") no-repeat top;
    padding: 0 0 15px 0;
    width: 25px;
    height: 25px;
    transition: all 0.5s ease;
    outline: 0;
}
.navbar-default .navbar-nav>.dropdown.open>.notice:focus {
    position: relative;
    margin-right: 15px;
    background-color: none;
    background: url("../images/ico_notification_hover.png") no-repeat top;
    padding: 0 0 15px 0;
    width: 25px;
    height: 25px;
    transition: all 0.5s ease;
    outline: 0;
}
*/
.noti.active{
    opacity: 0.5;
    transition-duration: 0.5s;
}
.noti{
    opacity: 1;
    transition-duration: 0.5s;
}

.user-img.active{
    opacity: 0.5;
    transition-duration: 0.5s;
}
.user-img{
    opacity: 1;
    transition-duration: 0.5s;
}

.hidden{
    display: none !important;
    transition-duration: 0.5s;
}
.notice img {
    position: relative;
    margin-right: 15px;
    margin-top: 3px;
}

.notice-link {
    text-align: right;
    border-top: 1px solid #e7e7e7;
    padding: 15px 0 15px 0 !important;
}
.notice .label-danger {
    position: absolute;
    top: -6px;
    left: 18px;
    font-weight: normal;
    z-index: 2;
}
.data-table {
    padding-top: 15px;
}
.data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
}
.data-table th {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #eaeaea;
    background: #8e959d;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
}
.data-table td {
    text-align: left;
    font-size: 14px;
    color: #8f939e;
    border: 1px solid #eaeaea;
    height: 40px;
    width: 12em;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.data-table td span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
}
/* edit from padding: 0 25px*/

.data-table td:last-child {
    padding: 0 10px
}
.data-table tr:nth-child(odd) {
    background-color: #f6f7fb
}
.pop-up .modal-content {
    border-radius: 0;
    padding: 0;
}
.pop-up .modal-dialog {
    width: 90%;
    max-width: 990px;
    margin: 15px auto;
}
.pop-up .form-horizontal .control-label {
    text-align: left;
    font-size: 14px;
}
.pop-up .data-table {
    padding: 0 0 30px 0;
}
.pop-up .data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
    border: 1px solid #eaeaea;
}
.pop-up .data-table th {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    border: none;
    background: #5c626e;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
}
.pop-up .data-table td {
    text-align: left;
    font-size: 14px;
    color: #8f939e;
    border-bottom: 1px solid #eaeaea;
    border-left: none;
    border-right: none;
    height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pop-up .data-table tr:nth-child(odd) {
    background-color: #f6f7fb
}
.pop-up .form-horizontal:nth-child(3) {
    background: #f6f7fb;
    padding: 30px 80px 5px 80px;
    border: 1px solid #eaeaea;
    border-bottom: none;
    margin-top: 40px;
}
.pop-up .form-horizontal:nth-child(2) input {
    width: 90%
}
.btn-add {
    background-color: #8e959d;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.pop-up input:disabled {
    background: #f6f7fb;
    border: 1px solid #e7e7e7;
}
.btn-save {
    background-color: #ff824a;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 46px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
}
.btn-discard {
    background-color: #c8c8ca;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 46px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0 15px;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    transition: all 0.3s;
    min-width: 250px;
    font-weight: normal;
    width: 100%;
    background: #FCFCFC;
}
.card-left {
    background-color: #FF6A37;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #D8D8D8;
}
.card-left-2 {
    background-color: #FEB008;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #D8D8D8;
}
.card-left-3 {
    background-color: #A0DD10;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #D8D8D8;
}
.card-right {
    background-color: #FFF;
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #D8D8D8;
}
.card-icon {
    text-align: center;
    color: #FFF;
    font-size: 30px;
    padding: 15px;
}
.card-header {
    position: absolute;
    /* or absolute */
    top: 29%;
    font-weight: bold;
}
.card-content {
    position: absolute;
    /* or absolute */
    top: 50%;
    color: gray;
    font-size: 12px;
}
#gauge {
    width: 200px;
    height: 110px;
    margin: 0 auto;
}
.detail-header {
    font-weight: bold;
}
.describe {
    color: #8E959D;
    font-size: 12px;
    padding-bottom: 20px;
}
.server-detail {
    display: block;
    background: #ffffff;
    margin-top: 20px;
    border: 1px solid #edeef2;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
}
.text-title {
    padding-bottom: 20px;
}
.disk-space {
    display: inline-block;
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.disk-space:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(238, 238, 238, 1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(238, 238, 238, 1);
    box-shadow: 0px 0px 10px 1px rgba(238, 238, 238, 1);
}
.server-status {
    background: url("../images/ico_server_green.png") no-repeat center top;
    width: 181px;
    height: 146px;
    display: table-cell;
    vertical-align: bottom;
    cursor: pointer;
    color: #8e959f;
}
.server-status-red {
    background: url("../images/ico_server_red.png") no-repeat center top;
    width: 171px;
    height: 146px;
    display: table-cell;
    vertical-align: bottom;
    cursor: pointer;
    color: #8e959f;
}
.block-detail {
    display: none;
    position: absolute;
    z-index: 100;
    background: #6d717c;
    padding: 10px;
    width: 100%;
    color: #fff;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(238, 238, 238, 1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(238, 238, 238, 1);
    box-shadow: 0px 0px 10px 1px rgba(238, 238, 238, 1);
}
/* ---------------------------------------------------
    Login page
----------------------------------------------------- */

.login {
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 386px;
    max-width: 355px;
    background: url("../images/Login_pic.jpg") no-repeat center center;
    border: 6px solid #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(235, 235, 235, 1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(235, 235, 235, 1);
    box-shadow: 0px 0px 15px 2px rgba(235, 235, 235, 1);
    text-align: center;
    color: #fff;
}
.login .login-logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin-bottom: 20px;
}
.login-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-page .footer {
    background: none;
    text-align: center;
    padding: 30px 5px;
}
.inputlogin {
    height: 30px;
    width: 72%;
    padding: 6px 12px;
    margin: 20px 0 0 10px;
    font-size: 14px;
    color: #8f939e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-signIn {
    background-color: #5c626e;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
}
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 21px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -16px;
}
label.css-label {
    background-image: url('../images/csscheckbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input-zone {
    padding: 20px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #FF824A;
    background: #FF824A !important;
    font-weight: normal;
    color: #FFF !important;
}
#gateway-button, #frontend-button, #backend-button, #domainname-button:focus {
    outline-color: #ccc;
}
#progressbar {
    width: 220px;
    margin: 10px;
    margin-top: -45px;
    height: 7px;
    border: solid 2px #ECEFF1;
}
#credit {
    border: solid 2px #ECEFF1;
    width: 100%;
}
.credit-label {
    color: #9fa4aa;
    margin: 5px 0px;
    padding-bottom: 10px;
}
.credit-label-bold {
    font-weight: bold;
    color: #9E9E9E;
    margin: 5px 0px;
}
.alert-label {
    color: #9fa4aa;
    margin: 5px 0px;
}
.progress-label {
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.emailsend-label {
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 5px;
    color: #8395EF;
    font-weight: bold;
}
.reputation {
    color: #18C96E;
    font-weight: bold;
}
.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.k-grid {
    border-color: #ECECEC !important;
}
.k-multiselect {
    width: 173.59px !important;
}

.k-window div.k-window-content {
    overflow: hidden;
}
li.k-current-page{
    margin-top: -32px !important;
}

.no-wrap{
     vertical-align: top !important;
     white-space: normal !important;
     text-overflow: all !important;
     word-wrap: break-word !important;
}


/* ---------------------------------------------------
    Dashboard
----------------------------------------------------- */

.dashboard {
    display: block;
    background: #ffffff;
    margin-top: 20px;
    border: 1px solid #edeef2;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    color: #8f959d;
    font-size: 14px;
}
.dashboard div:nth-child(1) {
    color: #5c626d;
    font-weight: bold;
}
.dashboard .table>tbody>tr>td {
    border-top: none;
    border-bottom: 1px solid #f0f1f6;
    text-align: center;
    color: #8f959d;
    font-size: 14px;
}
.dashboard .table>tbody>tr>td:nth-child(2) {
    text-align: left;
}
.dashboard .table>tbody>tr>th {
    border-top: none;
    border-bottom: 1px solid #f0f1f6;
    text-align: center;
    font-weight: normal;
    color: #5c626d;
    font-weight: bold;
}
.dashboard .table>tbody>tr>th:nth-child(2) {
    text-align: left;
}
.summary .float {
    display: inline-table;
}
.summary-server {
    background: #fe5e3a;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 1);
    box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 1);
}
.summary-account {
    background: #ff9501;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 1);
    box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 1);
}
.summary-domain {
    background: #76c80e;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 1);
    box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 1);
}
.summary {
    border: 1px solid #e7e7e7;
    margin: 30px 0;
}
.summary .status {
    padding: 0 0 0 15px;
    ;
    vertical-align: middle;
    color: #9fa4aa;
}
.status div:nth-child(1) {
    color: #000;
    font-size: 20px;
}
.view-more {
    padding: 20px 0 5px 10px;
    border-bottom: 1px solid #f0f1f6;
}
.view-more span {
    color: #000;
    margin-top: 7px;
}
.view-more div {
    display: inline-block;
    float: right;
}
.view-more input[type=button] {
    background-color: #8e959d;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    padding: 1px 8px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.backlist-link {
    padding: 8px 0 5px 10px;
    border-bottom: 1px solid #f0f1f6;
}
.backlist-link a:hover {
    color: #000;
}
.space-right {
    padding-right: 0;
}
.bl-info-1 {
    padding: 5px;
    background-color: #FFAE3B;
    color: #fff;
    font-weight: bold;
    margin: 10px;
    border-radius: 10px;
    width: 30%;
    text-align: center;
    position: absolute;
    bottom: 46%;
    right: 10%;
}
.bl-info-2 {
    padding: 5px;
    background-color: #FF8369;
    color: #fff;
    font-weight: bold;
    margin: 10px;
    border-radius: 10px;
    width: 30%;
    text-align: center;
    position: absolute;
    bottom: 34%;
    right: 10%;
}
kbd.right {
    margin-top: -3px !important;
    background-color: #D0D0D0 !important;
    cursor: pointer;
    float: right;
}
span>b {
    padding-left: 10px;
}
#domainname-button {
    margin: 0px 15px 0px 15px;
}
.no-left {
    padding-left: 0;
}
.no-right {
    padding-right: 0;
}
#group-btn-2 {
    padding-top: 20px;
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/loading.gif") center no-repeat #fff;
}
.view-icon {
    float: right;
    cursor: pointer;
}
#edit-btn {
    cursor: pointer;
    background-color: #FF824A;
    color: #FFF;
}
#edit-btn:active {
    background-color: #804125;
}
.show {
    display: block !important;
}
.form-label {
    color: #455a64;
    margin-top: 5px !important;
}
.tooltip-inner, .k-tooltip-content {
    min-width: 150px;
    word-wrap: break-word;;
    white-space: pre-line;
}
.input-search-btn {
    width: auto !important;
}
#percent-icon {
    height: 47px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #18C96E;
}
#emailsend-icon {
    height: 47px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #8395EF;
}
.line-dot {
    margin: 0;
    width: 90%;
}
.line-nm {
    margin: 0;
    width: 100%;
}
.gray-txt {
    color: #9fa4aa !important;
}
.gray-txt-bold {
    color: #9fa4aa !important;
    font-weight: bold !important;
}
.status-box {
    background-color: #FFFFFF;
    min-height: 90px;
    margin: 10px;
    width: 130px;
    border-radius: 10px;
    padding: 10px;
    border: solid 1px #ECECEC;
}
.status-header {
    text-align: center;
    color: #9EA4AE;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}
.status-content1 {
    text-align: center;
    color: #9EA4AE;
    font-weight: bold;
    padding-top: 5px;
    font-size: 25px;
    padding-bottom: 5px;
}
.status-content2 {
    text-align: center;
    color: #9EA4AE;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 5px;
}
.status-subcontent {
    text-align: center;
    color: #9EA4AE;
    font-size: 12px;
    margin-top: -10px;
}
/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar, #snackbar2 {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 100px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1000000 !important;
    /* Add a z-index if needed */
    left: 55%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}
#space {
    transition: margin 300ms;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show, #snackbar2.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
.modal-header {
    background-color: #FFF;
    color: #455a64;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    /*#sidebar ul li a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }*/
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 0 0 0 15px;
    }
    #sidebar ul li a span {
        font-size: 0;
        /*display: none;*/
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    /*#sidebar ul ul a {
        padding: 10px !important;
    }*/
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    .content-detail {
        padding: 15px;
    }
    .blockbtn {
        text-align: left;
    }
    .pop-up .form-horizontal:nth-child(2) input {
        width: 100%;
    }
    .pop-up .form-horizontal:nth-child(3) {
        padding: 30px 30px 5px 30px;
    }
    .server-detail {
        text-align: center
    }
    .server-detail .text-title {
        text-align: left
    }
    .txt-page {
        float: right;
    }
    .card-header {
        margin-top: -5px !important;
    }
    .card {
        margin: 5px 0px 5px 0px;
    }
    .card-icon {
        font-size: 30px;
    }
    #adduser {
        float: left !important;
    }
    #progress, #emailsend {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .inputdate {
        width: 49%;
        margin: 0 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 16px;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #FFFFFF;
        /*box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
        -webkit-box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
        -moz-box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
        box-shadow: 0px 0px 2px 1px rgba(237, 238, 242, 1);
    }
    .space-right {
        padding-right: 15px;
    }
    .footer {
        text-align: center;
    }
    .btn-search {
        margin-left: 10px !important;
    }
    #sidebar .sidebar-header span.company-name {
        display: none;
    }
    .card {
        margin: 5px 0px 5px 0px;
    }
    #progress, #emailsend {
        display: none !important;
    }
    .date-detail {
        float: left;
    }
    .date-detail, .date-group {
        margin: 10px 0px -5px 0px;
    }
    #space {
        display: none;
    }
}
@media (max-width: 414px) {
    .btn-search {
        padding: 5px 15px;
    }
    .card {
        margin: 5px 0px 5px 0px;
    }
    .card-header {
        position: absolute;
        /* or absolute */
        top: 27%;
        font-weight: bold;
    }
    .card-icon {
        font-size: 30px;
    }
    #progress, #emailsend {
        display: none !important;
    }
    #space {
        display: none;
    }
}
@media (max-width: 475px) and (min-width: 376px){
    .txt-page {
        float: none;
    }
    .floatright {
        float: none;
        text-align: center;
    }
    .btn-search {
        padding: 5px 15px;
        margin-top: 5px;
    }
    .inputdate {
        width: calc(100% - 80px);
    }
    .content-tabs .nav>li>a {
        padding: 10px 5px;
    }
    .dashboard .table>tbody>tr>td, .dashboard .table>tbody>tr>th, .dashboard .table>tfoot>tr>td, .dashboard .table>tfoot>tr>th, .dashboard .table>thead>tr>td, .dashboard .table>thead>tr>th {
        padding: 8px 6px;
    }
    .navbar-right .notice-dropdown {
        min-width: 300px;
        max-width: 300px;
    }
    .btn-search {
        margin-left: 10px !important;
    }
    .btn-export {
        margin-top: 5px !important;
    }
    #group-btn-2 {
        padding-top: 10px !important;
    }
    input[type=checkbox].css-checkbox+label.css-label {
        margin-right: 40px!important;
        margin-top: 10px!important;
        margin-bottom: 5px!important;
        margin-left: 10px!important;
    }
    #adduser {
        float: left !important;
    }
    #progress, #emailsend {
        display: none !important;
    }
    #space {
        display: none;
    }
    #status-row {
        padding-left: 60px;
    }

    div.k-window,.k-edit-form-container {
        width: 370px !important;
    }
    
    .k-window div.k-window-content {
        overflow: hidden;
    }
    .donut-space{
        margin-top: 15px !important;
    }

    #datespace {
        display: block !important;
       
    }

    #dategroup {
        margin-top: 5px;
        padding-right: 210px;
    }
}
@media (max-width: 376px) {
    .btn-save, .btn-discard {
        padding: 5px 32px;
        margin: 0 10px;
    }
    .hidden-txt {
        display: none;
    }
    .navbar-right .notice-dropdown {
        min-width: 260px;
        max-width: 260px;
    }
    .btn-search {
        margin-left: 10px !important;
    }
    .btn-export {
        margin-top: 5px !important;
    }
    #group-btn-2 {
        padding-top: 10px !important;
    }
    input[type=checkbox].css-checkbox+label.css-label {
        margin-right: 20px!important;
        margin-top: 10px!important;
        margin-bottom: 5px!important;
        margin-left: 10px!important;
    }
    #adduser {
        float: left !important;
    }
    #progress, #emailsend {
        display: none !important;
    }
    .date-detail, .date-group {
        margin: 10px 0px -6px 0px;
        float: left;
    }
    #space {
        display: none;
    }
    #status-row {
        padding-left: 40px;
    }
    div.k-window,.k-edit-form-container {
        width: 320px !important;
    }
    
    .k-window div.k-window-content {
        overflow: hidden;
    }

    div.k-state-default{
        width: 305px !important;
    }

    .donut-space{
        margin-top: 15px !important;
    }

    #datespace {
        display: block !important;
    }
    #dategroup {
        float: left !important;
        margin-top: 5px; 
        padding-right: 160px;
    }
}
@media (max-width: 360px) {
    .login {
        height: auto;
        max-width: 300px;
    }
    .login .login-logo {
        padding: 20px;
    }
    .navbar-right .notice-dropdown {
        min-width: 230px;
        max-width: 230px;
    }
    .btn-search {
        margin-left: 10px !important;
    }
    .btn-export {
        float: none !important;
        margin-top: 5px !important;
    }
    #group-btn-2 {
        padding-top: 10px !important;
    }
    #progress, #emailsend {
        display: none !important;
    }
    #space {
        display: none;
    }
    #status-row {
        padding-left: 30px;
    }
   div.k-window,.k-edit-form-container {
        width: 320px !important;
    }
    
    .k-window div.k-window-content {
        overflow: hidden;
    }

    div.k-state-default{
        width: 300px !important;
    }

    .donut-space{
        margin-top: 45px !important;
    }

    #datespace {
        display: block !important;
    }
    #dategroup {
        float: left !important;
        margin-top: 5px; 
    }
}
@media (max-width: 320px) {
    input[type=checkbox].css-checkbox+label.css-label {
        margin-top: 10px !important;
        margin-left: 10px !important;
    }
    #progress, #emailsend {
        display: none !important;
    }
    .date-detail, .date-group {
        margin: 10px 0px -6px 0px;
        float: left;
    }
    .status-box {
        margin-top: 15px;
        margin-left: 16px;
        margin-bottom: 0px;
        margin-right: 0px;
    }
    #space {
        display: none;
    }
    #status-row {
        padding-left: 7px;
    }
    .floatright {
        float: right;
    }
    .detail {
        padding: 35px;
    }
    #chart, #barchart3 {
        margin-top: 25px;
    }
    div.k-window,.k-edit-form-container {
        width: 320px !important;
    }
    
    .k-window div.k-window-content {
        overflow: hidden;
    }

    div.k-state-default{
        width: 300px !important;
    }

    .donut-space{
        margin-top: 45px !important;
    }

    #snackbar, #snackbar2 {
        left: 71%; !important;
    }
    #datespace {
        display: block !important;
        height: 10px;
    }
    #dategroup {
        float: left !important;
        margin-top: 5px; 
        padding-right: 135px;
    }
}
/*------ IPAD ---------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #group-btn {
        padding-top: 50px !important;
        padding-left: 51.5% !important;
    }
    #group-btn-2 {
        padding-top: 15px !important;
    }
    .btn-export {
        margin-top: 0px !important;
    }
    .card-icon {
        font-size: 13px !important;
    }
    .company-name {
        display: none;
    }
    #space {
        display: none;
    }

    .k-window div.k-window-content {
        overflow: hidden;
    }
}
/*------ IPAD PRO ---------*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #group-btn {
        padding-top: 40px !important;
    }
    #group-btn-2 {
        padding-top: 20px !important;
    }
    .card-icon {
        font-size: 15px;
    }
    .card-header {
        position: absolute;
        /* or absolute */
        top: 20%;
        font-weight: bold;
    }
    .card-content {
        position: absolute;
        /* or absolute */
        top: 50%;
        color: gray;
        font-size: 12px;
    }
    #adduser {
        margin-top: 0 !important;
    }
    #exbtn {
        margin-top: 0 !important;
    }
    #space {
        display: none;
    }

    .k-window div.k-window-content {
        overflow: hidden;
    }
}
/*------ Laptop L ---------*/

@media only screen and (min-device-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5) {
    div#group-btn.col-lg-3 {
        padding-left: 0px !important;
    }
    #group-btn-2 {
        padding-top: 20px !important;
    }

    .k-window div.k-window-content {
        overflow: hidden;
    }
}
