body {
    color: #73879C;
    background-color: #39424c;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471
}
a {
    color: #79A7D8;
    font-weight: 400;
    text-decoration: none
}
a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0
}
a:hover,
a:focus {
    text-decoration: none
}

.container {
    width: 100%;
    padding: 0
}
.col-md-55,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px
}
.row {
    margin-right: -10px;
    margin-left: -10px
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px
}
.blue {
    color: #3498DB
}
.purple {
    color: #9B59B6
}
.green {
    color: #1ABB9C
}
.aero {
    color: #9CC2CB
}
.red {
    color: #E74C3C
}
.yellow {
    color: #EFBF3D
}
.dark {
    color: #34495E
}
.gray {
    color: #BDC3C7
}
.border-blue {
    border-color: #3498DB !important
}
.border-purple {
    border-color: #9B59B6 !important
}
.border-green {
    border-color: #1ABB9C !important
}
.border-aero {
    border-color: #9CC2CB !important
}
.border-red {
    border-color: #E74C3C !important
}
.border-yellow {
    border-color: #EFBF3D !important
}
.border-dark {
    border-color: #34495E !important
}
.border-gray {
    border-color: #BDC3C7 !important
}
.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C
}
.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff
}
.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff
}
.bg-yellow {
    background: #EFBF3D !important;
    border: 1px solid #EFBF3D !important;
    color: #fff
}
.bg-gray {
    background: #BDC3C7 !important;
    border: 1px solid #BDC3C7 !important;
    color: #fff
}
.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff
}
.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff
}
.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff
}
.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff
}

/* style overrides */

/* base */
.ui-tooltip,
a,
body,
div,
p,
span,
strong,
td,
th {
    font-family: "Whitney SSm A","Whitney SSm B","Gotham SSm A","Gotham SSm B","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ","Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,"Open Sans",Arial,sans-serif;
    font-weight: 100;
    line-height: 1.5;
}

.button,
.button:hover,
.button:visited,
.object-tools a,
.object-tools a:hover,
.object-tools a:visited,
input[type=submit],
input[type=submit]:hover,
input[type=submit]:visited,
input[type=button],
input[type=button]:hover,
input[type=button]:visited {
    display: inline-block;
    background-color: #E3ECF2;
    color: #7f8fa4;
    border: 0;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    outline: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background .3s;
}

form {
    margin-bottom: 0;
}


/* base */
.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

form {
    margin-bottom: 0;
}

.form-row img,
.form-row input {
    vertical-align: middle;
}

.submit-row {
    margin: 20px 0;
    overflow: hidden;
}

.submit-row input,
.submit-row input:hover,
.submit-row input:visited {
    margin: 0 5px 5px 0;
    padding: 0 20px;
    font-size: 12px;
}

.vTextField,
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=number],
select,
textarea {
    border-radius: 4px;
    font-size: 13px;
    height: 32px;
    white-space: nowrap;
    outline: 0;
    box-sizing: border-box;
    margin: 0;
    background-color: #fff;
    color: #8B9AA7;
    border: 1px solid #EDEDED;
    padding: 0 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background .3s,box-shadow .3s,border .3s;
}

.clear {
    clear: both
}
.login {
    background: #F7F7F7
}
.login .fa-paw {
    font-size: 26px
}
a.hiddenanchor {
    display: none
}
.login_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 5%;
    max-width: 350px;
    position: relative
}
.registration_form,
.login_form {
    position: absolute;
    top: 0px;
    width: 100%
}
.registration_form {
    z-index: 21;
    opacity: 0;
    width: 100%
}
.login_form {
    z-index: 22
}
#signup:target ~ .login_wrapper .registration_form,
#signin:target ~ .login_wrapper .login_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s
}
#signup:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .registration_form {
    animation-name: fadeOutLeft
}
.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px
}
.login_content a,
.login_content .btn-default:hover {
    text-decoration: none
}
.login_content a:hover {
    text-decoration: underline
}
.login_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 30px
}
.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%
}
.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}
.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}
.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%
}
.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}
.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}
.login_content form {
    margin: 20px 0;
    position: relative
}
.login_content form input[type="text"],
.login_content form input[type="email"],
.login_content form input[type="password"] {
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #c8c8c8;
    color: #777;
    margin: 0 0 20px;
    width: 100%
}
.login_content form input[type="text"]:focus,
.login_content form input[type="email"]:focus,
.login_content form input[type="password"]:focus {
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #A97AAD inset;
    background-color: #fff;
    border: 1px solid #A878AF;
    outline: none
}
#unit_group_id {
    background-position: 10px 10px !important
}
#password {
    background-position: 10px -53px !important
}
.reset_pass {
    margin-top: 10px !important
}



/* login */

body.login {
    padding: 100px 30px 30px;
    background-color: #39424c;
}

body.login #container {
    background: #fff;
    border-radius: 4px;
    min-height: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

body.login #content {
    padding: 30px 30px 10px 30px;
}

body.login #content-main,
body.login .form-row {
    width: 100%;
}

body.login .form-row {
    padding: 4px;
    float: left;
    box-sizing: border-box;
}

body.login .form-group {
    font-size: 14px;
}

body.login .form-group label {
    padding-right: .5em;
    font-weight: 100;
    clear: both;
}

@media (min-width: 768px) {
    body.login .form-group .label-text {
      text-align: right;
    }
}

body.login .submit-row {
    clear: both;
    padding: 0;
    margin: 0 auto;
    float: none;
}

body.login .submit-row .form-group {
    margin-bottom: 0;
}

body.login .submit-row input[type=submit] {
    font-size: 12px;
    font-weight: lighter;
    background-color: #26B99A;
    color: #fff;
    text-transform: uppercase;
}

body.login .submit-row .reset_pass {
    margin-top: 13px !important;
    margin-right: 10px;
    float: left;
    color: #79A7DB;
}

.login-dialog .site-title {
    padding-top: 10px;
    height: 55px;
    border-radius: 3px 3px 0 0;
    background-color: #2B333D;
    text-align: center;
    letter-spacing: 0.35px;
}

.login-dialog .site-title span {
    color: #FF6347;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Helvetica Neue',Roboto,Arial,'Droid Sans',sans-serif;
}

/* dashboard styles */

.menu_section {
    margin-bottom: 35px
}
.menu_section>ul {
    margin-top: 10px
}
.nav_menu {
    float: left;
    background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}
@media (min-width: 480px) {
    .nav_menu {
        position: static
    }
}
.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 250px;
    padding: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}
body .container.body .right_col {
    background: #F7F7F7
}
.nav-md .container.body .right_col {
    padding: 10px 20px 0;
    margin-left: 250px
}
.nav_title {
    width: 250px;
    float: left;
    background: #2A3F54;
    border-radius: 0;
    height: 57px
}
@media (min-width: 991px) {
    .nav_menu {
        height: 55px;
        padding-top: 10px
    }
}
@media (max-width: 991px) {
    body {
        background-color: #F7F7F7;
    }
    .nav-md .container.body .right_col,
    .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0
    }
    .nav-md .container.body .col-md-3.left_col {
        display: none
    }
    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0
    }
    .right_col {
        padding: 10px !important
    }
}
@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px
    }
    .tile,
    .graph {
        zoom: 85%;
        height: inherit
    }
}
@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}
.main_container .top_nav {
    display: block;
    margin-left: 250px
}
.no-padding {
    padding: 0 !important
}
.page-title {
    width: 100%;
    height: 65px;
    padding: 10px 0
}
.page-title .title_left {
    width: 45%;
    float: left;
    display: block
}
.page-title .title_left h3 {
    margin: 9px 0
}
.page-title .title_right {
    width: 55%;
    float: left;
    display: block
}
.page-title .title_right .pull-right {
    margin: 10px 0
}
.fixed_height_320 {
    height: 320px
}
.fixed_height_390 {
    height: 390px
}
.fixed_height_230 {
    height: 230px
}
.fixed_height_200 {
    height: 200px
}
.overflow_hidden {
    overflow: hidden
}
.overflow_auto,
.tile.overflow_auto {
    overflow: auto
}
.progress-bar-dark {
    background-color: #34495E !important
}
.progress-bar-gray {
    background-color: #BDC3C7 !important
}
table.no-margin .progress {
    margin-bottom: 0
}
.navbar {
    margin-bottom: 0
}
.navbar-right {
    margin-right: 0
}
.top_nav .navbar-right {
    margin: 0;
    float: right
}
.top_nav .navbar-right > li {
    display: block;
    position: static;
    float: left;
}
@media (min-width: 480px) {
    .top_nav .navbar-right li {
        position: relative
    }
}
.top_nav .dropdown-menu li {
    width: 100%
}
.top_nav .dropdown-menu li a {
    width: 100%;
    padding: 12px 20px
}
.nav.side-menu>li {
    position: relative;
    display: block;
    cursor: pointer
}
.nav.side-menu>li>a {
    margin-bottom: 6px
}
.nav.side-menu>li>a:hover {
    color: #F2F5F7 !important
}
.nav.side-menu>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent
}
.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #E7E7E7;
    font-weight: 500
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 13px 15px 12px
}
.nav.side-menu>li.current-page,
.nav.side-menu>li.active {
    border-right: 5px solid #1ABB9C
}
.nav.side-menu>li.active>a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}
.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #FF6347 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
    padding-left: 10px
}
.panel_toolbox {
    float: right;
    min-width: 70px
}
.panel_toolbox>li {
    float: left;
    cursor: pointer
}
.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px
}
.main_menu_side {
    padding: 0
}
.tile {
    overflow: hidden
}
*,
*:before,
*:after {
    box-sizing: border-box
}
h2 {
    font-size: 30px;
    font-weight: 400
}
.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}
.dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.dropdown-menu>li>a {
    color: #5A738E
}
.dropdown-menu#device_chart_links>li>a {
  padding: 13px 20px;
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 220px
}
.main_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
button,
.buttons,
.btn,
.modal-footer .btn+.btn {
    margin-bottom: 5px;
    margin-right: 5px
}
.btn-group-vertical .btn,
.btn-group .btn {
    margin-bottom: 0;
    margin-right: 0
}
.btn {
    border-radius: 3px
}
.form-control {
    border-radius: 0;
    width: 100%
}
a.btn-success,
a.btn-next,
a.btn-primary,
a.btn-warning,
a.btn-danger {
    color: #fff
}
.btn-success,
.btn-next {
    color: #FFFFFF;
    background: #26B99A;
    border: 1px solid #169F85
}
.btn-success:hover,
.btn-next:hover,
.btn-success:focus,
.btn-next:focus,
.btn-success:active,
.btn-next.active,
.open .dropdown-toggle.btn-success {
    color: #FFFFFF;
    background: #169F85
}
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
/* dashboard styles */
.main_container .scroll-view {
    background-color: #39424c;
}

.navbar.nav_title {
    border: 0;
    background-color: #2B333D;
}

.navbar.nav_title .site_title {
    letter-spacing: 0.35px;
}

.navbar.nav_title .site_title span {
    margin-left: 15px;
    color: #FF6347;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li {
    background-color: #39424c;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li a {
    margin-left: 6px;
    color: #DDEBFB8C;
    margin-top: 0;
    margin-bottom: 0;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li a i {
    margin-left: 2px;
    color: #6A7481;
    font-size: 18px;
    font-weight: normal;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li a span {
    position: relative;
    left: -3px;
    margin-left: 3px;
    color: #B8C5D6;
    font-weight: normal;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
    border-right: none;
    background: #2B333D;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li.active a {
    text-shadow: none;
    background: none;
    box-shadow: none;
    margin-left: 8px;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li.active a i {
    position: relative;
    top: 2px;
    font-size: 22px;
}

.x_title h2 {
    font-size: 17px;
}

.tile-box {
    margin-top: 15px;
}

.tile-box > div:nth-child(even) {
    padding-left: 5px; padding-right: 0;
}

.tile-box > div:nth-child(odd) {
    padding-left: 0px; padding-right: 5px;
}

.tile-stats .count {
    font-size: 24px;
}

.tile-stats .count .digits {
    font-size: 22px
}

.tile-stats .count span {
    margin-right: 2px;
}

.tile-stats .count i {
    margin-right: 8px;
}

.tile-stats .count .status {
    position: relative;
}

.tile-stats .count .status .status-inner {
    position: relative;
    display: inline-block;
    float: right;
    border: 3px solid;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    top: 6px;
    right: 4px;
}

.tile-stats .count.success .status .status-inner {
    color: #b9d6b5;
    border-color: #b9d6b5;
}

.tile-stats .count.success .status .status-inner i {
    font-size: 15px;
    position: relative;
    top: -9px;
    left: 4px;
}

.enroll-table {
    width: 100%;
}

.enroll-table .enroll-chart {
    position: relative;
    width: 115px;
}

.enroll-table .enroll-chart .device-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.enroll-table .enroll-chart .device-count p {
 margin: 0;
 font-size: 24px;
}
.license-table>tbody>tr>td:first-child,
.license-table>tbody>tr>th:first-child{
  padding-right: 0;
}

.license-table>tbody>tr>td.count,
.license-table>tbody>tr>th.count,
.license-table td.count {
  padding-left: 0;
}


/* wizard styles */


.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
}
.wizard_horizontal ul.wizard_steps {
    display: table;
    table-layout: fixed;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 20px 0 20px;
    padding-left: 0;
}

.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center
}
.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}
.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 17px;
    width: 100%;
    z-index: 4;
    left: 0
}
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}
.wizard_horizontal ul.wizard_steps li a .step_descr {
    font-size: 16px;
    color: #2B333D;
}

.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    background: #2B333D;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #7cd2bd;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto
}
.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px
}

.wizard_horizontal .stepContainer .step .jumbotron {
    margin-bottom: 0;
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
}

.wizard_horizontal .stepContainer .step .jumbotron h1,
.x_title .wizard-row h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Roboto Regular', sans-serif;
    font-size: 24px;
    color: #2B333D;
}

.wizard_horizontal .stepContainer .step .jumbotron p,
.wizard_horizontal .stepContainer .step .jumbotron span,
.x_title .wizard-row p,
.x_title .wizard-row span {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 18px;
    color: #666;
    margin-bottom: 5px;
}
.wizard_horizontal .stepContainer .step ul {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 18px;
    color: #666;
    margin: 15px 5px;
}
.wizard_horizontal .stepContainer .step ul li {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #666;
}

.wizard_horizontal .stepContainer .step .row {
  padding-bottom: 30px;
}
.wizard_horizontal .stepContainer .step .row,
.x_title .wizard-row {
    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (min-width: 1200px) {
    .wizard_horizontal .stepContainer .step .row,
    .x_title .wizard-row {
        padding-right: 60px;
        padding-left: 60px;
    }
}

.wizard_horizontal .stepContainer .step .tablet {
    position: relative;
    margin-top: 5px;
}

.wizard_horizontal .stepContainer .step .tablet .tablet_text {
    position: absolute;
    top: 50px;
    left: 25px;
    font-family: 'Roboto Regular', sans-serif;
    font-size: 12px;
    color: #73879C;
}

.wizard_horizontal .stepContainer .step .tablet i {
    color: #2a333d;
    font-size: 200px;
}

.wizard_horizontal .stepContainer .step .tablet .prefix-box {
    margin-top: -10px;
    margin-bottom: 10px;
}

.wizard_horizontal .stepContainer .step .tablet .prefix-box .device-prefix {
    width: 70px;
    font-size: 14px;
}

.wizard_horizontal .stepContainer .step .nav-container {
    padding-left: 0;
}

.wizard_horizontal .stepContainer .step .nav {
    margin-left: 0;
}

.wizard_horizontal .stepContainer .step .nav li a {
    border: none;
    background: none;
    font-size: 16px;
}

.wizard_horizontal .stepContainer .step .nav li.active a {
    background-color: #2B333D;
    color: white;
}

.wizard_horizontal .stepContainer .step table.apps {
}

.wizard_horizontal .stepContainer .step table.apps thead tr th {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 15px;
    color: #666;
}

.wizard_horizontal .stepContainer .step table.apps thead tr th.add {
    text-align: center;
    font-size: 26px;
    vertical-align: middle;
    color: #add6a8;
}

.wizard_horizontal .stepContainer .step table.apps tbody tr th {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 15px;
    color: #666;
}

.x_content table.apps tbody tr td input {
    background-size: auto 100%;
}

.wizard_horizontal .stepContainer .step table.apps tbody tr td img {
    width: 60px;
    border-radius: 5px;
    margin-right: 10px;
}

.wizard_horizontal .stepContainer .step table.apps tbody tr td.delete {
    color: #E74C3C;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
}

.wizard_horizontal .actionBar .btn {
    border: none;
}

a.btn-previous {
    color: #FFFFFF;
}
.btn-previous {
    color: #FFFFFF;
    background-color: #79A7D8;
    border-color: #528ECB;
}
.btn-previous:hover,
.btn-previous:focus,
.btn-previous:active {
    color: #FFFFFF;
    background: #528ECB
}

a.btn-finish {
    color: #333333;
}
.btn-finish {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}
.btn-finish:hover,
.btn-finish:focus,
.btn-finish:active {
    background: #CCCCCC
}


/*
#39424c
#6A7481
*/
.wizard_horizontal ul.nav-tabs li a {
    border-radius: 0;
}

.wizard_horizontal .stepContainer .tab-content .tab-pane p.lead {
    margin-top: 20px;
}

.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px
}
.actionBar .buttonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}
.actionBar a {
    margin: 0 3px
}

.form_wizard .loader {
    display: none
}
.form_wizard .msgBox {
    display: none
}
.progress {
    border-radius: 0
}
.progress-bar-info {
    background-color: #3498DB
}
.progress-bar-success {
    background-color: #26B99A
}
.progress_summary .progress {
    margin: 5px 0 12px !important
}
.progress_summary .row {
    margin-bottom: 5px
}
.progress_summary .row .col-xs-2 {
    padding: 0
}
.progress_summary .more_info span {
    text-align: right;
    float: right
}
.progress_summary .data span {
    text-align: right;
    float: right
}
.progress_summary p {
    margin-bottom: 3px;
    width: 100%
}
.progress_title .left {
    float: left;
    text-align: left
}
.progress_title .right {
    float: right;
    text-align: right;
    font-weight: 300
}
.progress.progress_sm {
    border-radius: 0;
    margin-bottom: 18px;
    height: 10px !important
}
.progress.progress_sm .progress-bar {
    height: 10px !important
}
.dashboard_graph p {
    margin: 0 0 4px
}
ul.verticle_bars {
    width: 100%
}
ul.verticle_bars li {
    width: 23%;
    height: 200px;
    margin: 0
}
.progress.vertical.progress_wide {
    width: 35px
}
.alert-success {
    color: #ffffff;
    background-color: rgba(38, 185, 154, 0.88);
    border-color: rgba(38, 185, 154, 0.88)
}
.alert-info {
    color: #E9EDEF;
    background-color: rgba(52, 152, 219, 0.88);
    border-color: rgba(52, 152, 219, 0.88)
}
.alert-warning {
    color: #E9EDEF;
    background-color: rgba(243, 156, 18, 0.88);
    border-color: rgba(243, 156, 18, 0.88)
}
.alert-danger,
.alert-error {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88)
}
.ui-pnotify.dark .ui-pnotify-container {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88)
}
.custom-notifications {
    position: fixed;
    margin: 15px;
    right: 0;
    float: right;
    width: 400px;
    z-index: 4000;
    bottom: 0
}
ul.notifications {
    float: right;
    display: block;
    margin-bottom: 7px;
    padding: 0;
    width: 100%
}
.notifications li {
    float: right;
    margin: 3px;
    width: 36px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3)
}
.notifications li:last-child {
    margin-left: 0
}
.notifications a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 8px
}
.tabbed_notifications .text {
    padding: 5px 15px;
    height: 140px;
    border-radius: 7px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3)
}
.tabbed_notifications div p {
    display: inline-block
}
.tabbed_notifications h2 {
    font-weight: bold;
    text-transform: uppercase;
    width: 80%;
    float: left;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}
.tabbed_notifications .close {
    padding: 5px;
    color: #E9EDEF;
    float: right;
    opacity: 1
}
.fc-state-default {
    background: #f5f5f5;
    color: #73879C
}
.fc-state-down,
.fc-state-active {
    color: #333;
    background: #ccc
}
.dropzone {
    min-height: 300px;
    border: 1px solid #e5e5e5
}

/*
.x_content {
    direction: rtl;
}
*/

.main_menu .label {
    line-height: 11px;
    margin-top: 4px;
}
@media (max-width: 460px) {
    .dataTables_wrapper .col-sm-6 {
        width: 100%;
        margin-bottom: 5px;
    }
    .dataTables_wrapper .col-sm-6 .dataTables_filter {
        float: none;
    }
}


@media (max-width: 767px) {
   .dataTables_length { float:none; }
}





.daterangepicker.xdisplay { width:228px; }

.dataTables_wrapper > .row{
  overflow:auto !important; /*prevent datatables overflowing its container*/
}

/** bootstrap-datetimepicker **/
.input-group.date .input-group-addon{
    border-radius: 0px !important;
    background-color: #ffff !important;
}
/** /bootstrap-datetimepicker **/


.visibility_hidden {
    visibility:hidden;
    height: 0px;
}

/* NowLoading画面 */
.loading {
    border: 1px solid #E6E9ED;
    background-color: white;
    height:300px;
}

.loading div {
    font-size:30px;
    padding-top:125px;
    text-align:center;
}

.loading div img {
    width:35px;
    height: 35px;
}

/* wizard loading setting */
.wizard_loading {
    background-color: white;
    height:300px;
}

.wizard_loading div {
    font-size:30px;
    padding-top:125px;
    text-align:center;
}

.wizard_loading div img {
    width:35px;
    height: 35px;
}

/* Block UI Pluginのloading画面とloading dialog画面用 */
.block_loading.loading_dialog{
    font-size:30px;
    height: 80px;
    pagging: 10px;
    padding-top: 15px;
    border: 1px solid #E6E9ED;
    background-color: white;
    text-aligin:center;
    cursor:wait;
}

/* 元に戻すボタン、検索ボタン */
a.undo_button {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
    color:white;
    font-color:white;
    color:white;
}

a.undo_button:hover {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
    color:white;
    font-color:white;
    color:white;
}

/* 端末検索テキスト */
#search_keyword {
    height: 35px;
    float: left;
    font-size: 14px
}

/* ごみ箱アイコンにマウスを置いた時に、指カーソルになるようにする */
.fa-trash {
    cursor: pointer;
}

input:disabled,
input[checkbox]:disabled,
:disabled {
    background-color: #e0e0e0;
}

/* ページリンクのリンクの上にカーソルをおくと指カーソルになるようにする */
.page_links a {
    cursor: pointer;
}

.page_links a:hover {
    text-decoration: underline;
    color:#4682b4;
}

#device_search {
    float: left;
    width: 30px;
}
#device_search_button,
.device-command-btn {
    background-color: #26B99A;
    border-color: #26B99A;
}

.device-command-list {
    right: 0;
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
}
#device-list-header {
    background-color: #e4ecf3;
}

.device-list-header {
    border: none !important;
    font-weight: normal;
}

.device-list-body > tr >td {
    border: none !important;
}
.left_col {
    background: #39424c;
}
.top_nav .dropdown-menu {
     padding: 5px 0;
     list-style-type: none;
     font-size: 14px;
}
.top_nav .nav_menu .btn-success a,
.top_nav .nav_menu .btn-logout a,
.top_nav .nav_menu .undo_button a {
    color: #fff;
    line-height: 1;
}
.btn.btn-logout,
.btn.undo_button {
    color: #fff;
    background-color: #c0c0c0;
    background-image: none;
    border-color: #a3a3a3;
}
.btn.btn-logout:hover,
.btn.undo_button:hover {
    background-color: #999;
    background-image: none;
    border-color: #666;
}
.alert-success.alert-dismissible {
    background-image: none;
}
.alert-success .close,
.alert-dismissible .close {
    opacity: 1;
    top: -6px;
}
input.btn-success[type=submit] {
    color: #ffffff;
    background: #26B99A;
    border: 1px solid #169f95;
}
input.btn-success[type=submit]:hover {
    background: #169F85;
    border: 1px solid #398439;
}
.dataTables_filter {
    float: left;
    padding-right: 10px;
}
.table>tbody>tr:first-child>td,
.table>tbody>tr:first-child>th {
    border-top: 0;
}
.table.apps tbody tr {
    height: 80px;
}
.table.apps tr th,
.table.apps tr td {
    vertical-align: middle;
}

/* index */
table.tile_info {
    width: 100%
}
table.tile_info td {
    text-align: left;
    padding: 1px;
    font-size: 15px
}
table.tile_info td p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 28px
}
table.tile_info td i {
    margin-right: 8px;
    font-size: 17px;
    float: left;
    width: 18px;
    line-height: 28px
}
table.tile_info td:first-child {
    width: 83%
}
.dataTables_filter {
    width: 50%;
    text-align: right
}
.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    transition: all 300ms ease-in-out
}
.tile-stats:hover .icon i {
    animation-name: transformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: transformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: transformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}
.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1
}
.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}
.tile-stats .count {
    font-weight: bold;
    line-height: 1.65857
}
.tile-stats .count,
.tile-stats h3,
.tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0
}
.tile-stats h3 {
    margin-top: -3px;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 400;
    color: #73879C;
}
.tile-stats p {
    margin-top: 5px;
    font-size: 12px
}
.tile-stats>.dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}
.tile-stats > .dash-box-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.15);
}
table.tile_info {
    padding: 10px 15px
}

/* top */
.block_loading,
.loading_dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1000;
  display: table;
}
.block_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

.error_msg {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}


.tile-stats .count.warning .status .status-inner {
    color: #f9c088;
    border-color: #f9c088;
}

.tile-stats .count.success .status .status-inner {
    color: #b9d6b5;
    border-color: #b9d6b5;
}

.tile-stats .count.warning .status .status-inner i {
    font-size: 14px;
    position: relative;
    top: -10px;
    left: 5px;
}

.tile-stats.warning{
    border-color: #feb5ac;
    background-color: #feb5ac;
    color: white;
}

.tile-stats.warning h3 {
    color: white;
}