@font-face {
    font-family: "Interstate-Light";
    font-style: normal;
    font-weight: 400;
    src: url("../font/Interstate-Light-webfont.eot");
    src: url("../font/Interstate-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Interstate-Light-webfont.woff") format("woff"), url("../font/Interstate-Light-webfont.ttf") format("truetype"), url("../font/Interstate-Light-webfont.svg#InterstateLight") format("svg");
}

@font-face {
    font-family: "Interstate-ExtraLight";
    font-style: normal;
    font-weight: 400;
    src: url("../font/Interstate-ExtraLight-webfont.eot");
    src: url("../font/Interstate-ExtraLight-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Interstate-ExtraLight-webfont.woff") format("woff"), url("../font/Interstate-ExtraLight-webfont.ttf") format("truetype"), url("../font/Interstate-ExtraLight-webfont.svg#InterstateExtraLight") format("svg");
}

* {
    font-family: "Arial","Verdana", "Helvetica", "sans-serif";
}
:root{
    font-size:12px;
}
html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
    font-family: "Arial","Verdana", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #333333;
    width: 100%;
    height: 100%;
}

textarea {
    resize: none;
}

TD {
    -webkit-text-size-adjust: none;
    color: #666;
    font-family: "Arial","Verdana", "Helvetica", "sans-serif";
    font-size: 12px;
}

select, input:not(.form-control){
    font-size: 12px;
    line-height: 100%;
    /**height: 20px !important; for bt4**/
}

input[type=file]{
    /**reset file input**/
    min-height:25px;
    height:auto!important;
    overflow-x: hidden;
}
.tm-theme {
    margin: 0;
    font-family: "Arial","Verdana", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    width: 100%;
    min-width: 1000px;
}

.tm-wrap {
    position: relative;
    min-height: 100%;
}

.tm-theme label {
    vertical-align: middle;
    font-weight: bold;
}
.tm-theme .vtop{
    vertical-align: top!important;
}
.normal,
.tm-theme .label-normal {
    font-weight: normal !important;
}

.tm-theme h5 {
    font-family: "Interstate-Light","Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 21px;
    font-weight: 200;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin: 0 0 10px;
    color: #222222;
    text-rendering: optimizelegibility;
}
.tm-theme .input-group .custom-select{
    height: 22px;
    padding: 2px 5px;
}
.tm-theme footer {
    z-index: 100;
}
.input-group input:not(.form-control){
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.tm-theme.tm-logon a,
.tm-theme .footer a {
    color: #0088dd;
    text-decoration: none;
}

.tm-theme a {
    color: #333;
    text-decoration: none;
}

.tm-theme a:hover,
.tm-theme a:focus {
    color: #337ab7;
    text-decoration: underline;
}

.tm-theme a.edited {
    color: #337ab7;
    text-decoration: none;
}

.tm-theme a.edited:hover,
.tm-theme a.edited:focus {
    color: #337ab7;
    text-decoration: underline;
}

.tm-theme img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.tm-theme p {
    margin: 0 0 10px;
}

.tm-theme ul,
.tm-theme.ol {
    padding: 0;
}

.tm-theme li {
    line-height: 20px;
    list-style: inherit;
}


.tm-theme .btn {
    font-family: "Arial","Verdana", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 20px;
    min-width: 80px;
    min-width: 50px \9;
    padding: 4px 14px;
    margin: 0 5px 0 0;
    box-shadow: none;
}

.tm-theme .btn:focus {
    box-shadow: none;
    outline: none;
}
.tm-theme .tm-login-page .btn{
    margin:0;
}


.tm-theme footer,
.tm-theme .footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 40px;
    font-size: 12px;
    text-align: left;
    background: #f5f5f5;
    border-top: 1px solid #dddddd;
   }

.tm-theme form {
    display: block;
    margin-top: 0em;
}

.tm-theme .help-block {
    margin-top: 15px;
}

.tm-theme .footer .footer-logo,
.tm-theme footer .footer-logo {
    float: right;
    margin: 6px 0;
}

.tm-theme .footer .copyright,
.tm-theme footer .copyright {
    color: #666666;
}

.tm-theme footer .copyright,
.tm-theme .footer .copyright,
.tm-theme .footer .footer-links {
    float: left;
    margin: 10px 0;
}

.tm-theme .footer-links {
    list-style: none;
}

.tm-theme .footer-links li:first-child {
    margin-left: 0;
}

.tm-theme .footer-links li {
    display: inline;
    margin-left: 20px;
}

.tm-theme .footer .copyright+.footer-links {
    margin-left: 20px;
}

.tm-theme.tm-logon {
    background-color: #f0f0f0;
    text-align: center;
}

.log-on {
    display: inline-block;
    margin: 0 auto;
}

.tm-landing .log-on {
    margin: 250px auto;
}

.log-on-content {
    display: inline-block;
    padding: 24px 30px 0 30px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    min-width: 350px;
    margin-top: 350px;
}
.log-on-content .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.log-on-content .form-control,
.tm-condition .form-control {
    padding: 0 6px;
    height: auto;
    min-height: 30px;
    font-size: 14px;
}
.log-on-description {
    float: left;
    margin-top: 30px;
    margin-left: 75px;
    text-align: left;
    max-width: 500px;
}
.log-on-description a[type="button"]{
    color:#fff;
}
.log-on-description a[type="button"]:focus{
   text-decoration: none;
}
.tmes-description{
    margin-bottom: 25px;
    line-height: 120%;
}
.log-on-content .form-group{
    margin-bottom: 15px;
}
.log-on-content .log-on-content{
    height: 34px !important;
    font-size: 14px;
}
.log-on-content .tm-btn-lg {
    height: 36px !important;
}
.tm-theme .log-on-content input.form-control{
    height: 34px!important;
    font-size: 14px!important;
}
.tm-landing .log-on-content {
    text-align: center;
    vertical-align: middle;
}

.tm-theme .navbar {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    overflow: visible;
}

.tm-theme .navbar-static-top {
    position: static;
    margin-bottom: 0;
}

.tm-theme.tm-logon .navbar {
    border-top: 3px solid #ed1c24;
    border-bottom: 1px solid #cccccc;
    padding: 0;
    background: #fff;
}

.tm-theme.tm-logon .navbar-static-top {
    position: static;
    margin-bottom: 0;
}

.tm-theme .navbar-inner {
    display: block;
    padding: 0;
    border-width: 1px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #db3d44;
    *zoom: 1;
}

.tm-theme .navbar-inner:before,
.tm-theme .navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.tm-theme .navbar-inner .navbar-nav>li{
    border-right:1px solid #C22327
}
.tm-theme .navbar-inner .navbar-nav>li>a {
    display: block;
    line-height: 20px;
    float: none;
    padding: 10px 20px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
}


.tm-theme .navbar-inner .navbar-nav>li.active>a,
.tm-theme .navbar-inner .navbar-nav>li.open>a {
    color: #fff;
    text-decoration: none;
    background-color: #c22327;
}

.tm-theme .navbar-inner .navbar-nav>li>a:focus,
.tm-theme .navbar-inner .navbar-nav>li>a:hover,
.tm-theme .navbar-inner .navbar-nav>li.active>a:hover {
    background-color: #e15054;
}

.tm-theme .dropdown-menu {
    padding: 5px 0;
}

.btn-navbar {
    display: none;
    float: right;
    min-width: 0 !important;
    padding: 4px 8px !important;
    margin: 5px 0 !important;
    color: #ffffff;
    background-color: #cd1818;
    background-image: -moz-linear-gradient(top, #dd1a1a, #b51515);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd1a1a), to(#b51515));
    background-image: -webkit-linear-gradient(top, #dd1a1a, #b51515);
    background-image: -o-linear-gradient(top, #dd1a1a, #b51515);
    background-image: linear-gradient(to bottom, #dd1a1a, #b51515);
    background-repeat: repeat-x;
    border-color: #9e1313;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd1a1a', endColorstr='#ffb51515', GradientType=0);
}

.btn-navbar .icon-bar {
    display: block;
    width: 16px;
    height: 2px;
    margin: 3px 0;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.tm-theme .show_message {
    margin: 0 -15px;
    padding: 0px;
    font-size: 12px;
}

.tm-theme .message {
    margin: 10px 0 0 0;
    padding: 0px;
    font-size: 12px;
}

.tm-theme .show_message .alert {
    margin-bottom: 10px;
}

.tm-divider-vertical {
    width: 1px;
    height: 36px;
    background: #C22327;
}

.nav-banner {
    position: relative;
    min-height: 60px;
    padding: 0;
    background: #ffffff;
}

.nav-banner .container-fluid {
    padding-left: 0;
}

.nav-banner:after {
    clear: both;
}

.nav-banner:before {
    display: table;
    line-height: 0;
    content: "";
}

.nav-banner img {
    float: left;
}

.banner {
    height: 60px;
    overflow: hidden;
    max-width: 1680px;
    float: left;
}

.loginfo {
    float: right
}




.alert button.close{
    padding: .5rem 1.25rem;
}
.tm-theme .alert {
    min-height: 20px;
    padding: 4px 28px 4px 28px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #222222;
    background-position: 6px 6px;
    background-repeat: no-repeat;
}

.tm-warning {
    background-image: url("../images/icon-warning-s.png");
    background-color: #FFFFDC;
    border-color: #ECBE33
}

.tm-info {
    background-image: url("../images/icon-info-s.png");
    background-color: #E6F0FA;
    border-color: #4C94DB
}

.tm-success {
    background-image: url("../images/icon-success-s.png");
    background-color: #E6F0FA;
    border-color: #4C94DB
}

.tm-success-lg {
    background-image: url("../images/icon-success-48.png");
    background-color: #E6F0FA;
    border-color: #4C94DB
}

.tm-danger,
.tm-error {
    background-image: url("../images/icon-error-s.png");
    background-color: #FFF3F3;
    border-color: #D67575;
}

.tm-help,
.tm-user {
    position: relative;
    margin-top: 20px;
    display: inline-block;
}

.tm-user a,
.tm-user a:focus {
    color: #222222;
    text-decoration: none;
}

.tm-user a:hover {
    color: #0088dd;
    text-decoration: none;
}
.tm-user .dropdown-item a:active,
.tm-user .dropdown-item:active{
    background-color: #f0f0f0;
}

.tm-user .dropdown-menu {
    z-index: 1051;
}

.tm-user .dropdown-menu li>a {
    font-size: 12px;
}

.tm-help {
    margin-left: 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu.open>.dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.caret {
    border-top: 4px solid;
}

.dropdown-submenu>a>.caret {
    float: right;
    margin-top: 6px;
    margin-right: -15px;
    border-left: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.tm-theme .tm-breadcrumb {
    border-bottom: 1px #bbbbbb solid;
    padding-top: 10px;
}

.tm-theme ul.breadcrumb {
    background-color: #fff;
    margin: 5px auto;
    display: block; 
}

.tm-theme .tm-breadcrumb ul.breadcrumb>li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.tm-theme .tm-breadcrumb ul.breadcrumb>li.active {
    color: #222222;
}

.tm-theme .tm-breadcrumb .breadcrumb>li+li:before {
    content: "\203A";
    padding: 0 5px;
    color: #ccc;
}

.tm-theme .tm-breadcrumb .breadcrumb>li.icon-help {
    float: right;
    width: 22px;
    height: 22px;
    margin-top: -1px;
    cursor: pointer;
    background: url(../images/icon-help.png) no-repeat center top;
}

.tm-theme .tm-breadcrumb .breadcrumb>li.icon-help:hover {
    background-position: center bottom;
}

.tm-theme .tm-breadcrumb .breadcrumb>li.icon-help:before {
    content: "";
}

.tm_loading {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    z-index: 9999;
    background-color: white;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.tm_loading p {
    position: absolute;
    top: 30%;
    left: 20%;
    width: 60%;
    text-align: center;
}

.tm-bold,
.bold {
    font-weight: bold !important;
}

.tm-italic {
    font-style: italic;
}

.tm-content-container {
    margin: 0px 0 10px 0;
    float: right;
    width: 100%;
}

.tm-content-container .table {
    margin-bottom: 0;
}

.tm-pagination {
    display: block;
    padding: 5px 5px 5px 10px;
    margin: 0;
    border-radius: 0;
    border: #ddd 1px solid;
    width: 100%;
    min-height: 20px;
    line-height: 20px;
}

.tm-pagination {
    border-bottom: none;
}

.tm-pagination .btn {
    margin-top: 4px;
}

.tm-pagination:last-child,
.table-bordered+.tm-pagination {
    border-top: none;
    border-bottom: #ddd 1px solid;
}

.tm-pagination .pagerinfo {
    line-height: 30px;
}

.tm-content-container .table-bordered,
.tm-content-container .table-bordered>thead>tr>th,
.tm-content-container .table-bordered>tbody>tr>th,
.tm-content-container .table-bordered>tfoot>tr>th,
.tm-content-container .table-bordered>thead>tr>td,
.tm-content-container .table-bordered>tbody>tr>td,
.tm-content-container .table-bordered>tfoot>tr>td {
    border-color: #ddd;
}

.tm-content-container .tm-border-light,
.tm-content-container .tm-border-light>thead>tr>th,
.tm-content-container .tm-border-light>tbody>tr>th,
.tm-content-container .tm-border-light>tfoot>tr>th,
.tm-content-container .tm-border-light>thead>tr>td,
.tm-content-container .tm-border-light>tbody>tr>td,
.tm-content-container .tm-border-light>tfoot>tr>td {
    border-color: #ddd;
}

#target_user_group .table-bordered>tbody>tr>td {
    border-color: #dddddd;
}

.selected_user_box {
    height: 275px;
    overflow-x: hidden;
    overflow-y: auto;
    border: #ddd 1px solid;
}

.tm-content-container .table-bordered>thead>tr>th,
.tm-content-container .table-bordered>thead>tr>td {
    border-bottom-width: 1px;
}

.tm-content-container .table-hover>tbody>tr:hover {
    background-color: #e6f4fc;
}

.table_data_list.table>thead>tr>th,
#tm-policy.table>thead>tr>th,
#tm-policy.table>tbody>tr>td {
    /*padding: 6px 8px;*/
}

.table_data_list.table>thead>tr>th:first-child,
#tm-policy.table>thead>tr>th:first-child,
#tm-policy.table>tbody>tr>td:first-child {
    text-align: center;
    width: 39px;
}

.table_data_list.table>thead>tr>th,
#tm-policy.table>thead>tr>th {
    background-color: #e8f3ff;
    background-color: transparent \0 !important;
    background-image: -moz-linear-gradient(top, #feffff, #e8f3ff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feffff), to(#e8f3ff));
    background-image: -webkit-linear-gradient(top, #feffff, #e8f3ff);
    background-image: -o-linear-gradient(top, #feffff, #e8f3ff);
    background-image: linear-gradient(to bottom, #feffff, #e8f3ff);
    background-image: -ms-linear-gradient(top, #feffff, #e8f3ff);
    background-repeat: repeat-x;
    filter: none \0 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#e8f3ff', GradientType=0);
}

.tm-condition {
    padding: 15px 15px 0px 0px;
}

.tm-condition .form-inline label {
    display: inline-block;
}

.tm-theme span.fa {
    font-size: 14px;
}
label+select{
    margin-left: 2px;
}
select + label{
    margin-left: 5px;
}
.tm-divider {
    border-right: 1px solid #cbcbcb;
    margin: 0 10px;
    line-height: initial;
    display: initial;
}

.pagination input.button,
.pagination select.button {
    line-height: normal;
}

.pagination input.button {
    width: 30px;
    padding: 0;
}
.breakall{
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap:anywhere;
    -ms-word-break: break-all;
}
.breakword {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap:break-word;
    -ms-word-break: break-all;
}

.breaknormal {
    word-wrap: break-word;
    overflow-wrap:break-word;
    word-break: break-word;
    overflow: auto;
}

.selectbreakword {
    width: 220px;
}

button.page-first,
button.page-prev,
button.page-next,
button.page-last {
    border: none;
    padding: 2px;
    background-color: transparent;
}

button.page-first.disabled,
button.page-prev.disabled,
button.page-next.disabled,
button.page-last.disabled,
img.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=40);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .4;
}

button.form-control {
    font-size: 12px;
    height: 22px;
    margin-bottom: 10px !important;
}

.tm-line {
    height: 1px;
    background-color: #ddd;
    margin: 0 0 15px 0;
}

table thead>tr>th,
table tbody>tr>td {
    vertical-align: middle !important;
}

table>thead>tr>th.sorting,
table>thead>tr>th.sorting_asc,
table>thead>tr>th.sorting_desc {
    padding-right: 19px !important;
}

table>thead .sorting,
table>thead .sorting_asc,
table>thead .sorting_desc {
    cursor: pointer;
    background-repeat: no-repeat !important;;
    background-position: center right !important;
    *cursor: hand;
}


/*IE9*/

:root table>thead .sorting {
    background-image: url("../images/sort_both.png");
}

:root table>thead .sorting_asc {
    background-image: url("../images/sort_asc.png")
}

:root table>thead .sorting_desc {
    background-image: url("../images/sort_desc.png")
}

table>thead .nosorting {
    background-image: -moz-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feffff), to(#e8f3ff)) !important;
    background-image: -webkit-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: -o-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: linear-gradient(to bottom, #feffff, #e8f3ff) !important;
}

table>thead .sorting {
    background-image: url("../images/sort_both.png"), -moz-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_both.png"), -webkit-gradient(linear, 0 0, 0 100%, from(#feffff), to(#e8f3ff)) !important;
    background-image: url("../images/sort_both.png"), -webkit-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_both.png"), -o-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_both.png"), linear-gradient(to bottom, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_both.png") \9 !important;
}

table>thead .sorting_asc {
    background-image: url("../images/sort_asc.png"), -moz-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_asc.png"), -webkit-gradient(linear, 0 0, 0 100%, from(#feffff), to(#e8f3ff)) !important;
    background-image: url("../images/sort_asc.png"), -webkit-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_asc.png"), -o-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_asc.png"), linear-gradient(to bottom, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_asc.png") \9 !important;
}

table>thead .sorting_desc {
    background-image: url("../images/sort_desc.png"), -moz-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_desc.png"), -webkit-gradient(linear, 0 0, 0 100%, from(#feffff), to(#e8f3ff)) !important;
    background-image: url("../images/sort_desc.png"), -webkit-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_desc.png"), -o-linear-gradient(top, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_desc.png"), linear-gradient(to bottom, #feffff, #e8f3ff) !important;
    background-image: url("../images/sort_desc.png") \9 !important;
}

.online-help a {
    display: block;
    position: relative;
    top: -19px;
    width: 19px;
    height: 19px;
}

.online-help-text a {
    text-decoration: underline;
}

.tm-content-container>.page_tabs {
    margin-top: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: #999999 1px solid;
}

.tm-content-container .tabs_item,
.tm-content-container .tabs_content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tm-content-container .tabs_item {
    z-index: 100;
}

.tm-content-container .tabs_content {
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    margin-left: -1px;
}

a,
input {
    outline: none !important;
}

.text-gray {
    color: #666666;
}
.text-light-gray {
    color: #999;
}

.btn_back_policy,
.btn_back {
    margin-bottom: 10px;
}


/*.tabs_item .nav-pills > li > a {

    background-color: transparent;

    border: none;

    color: #000;

    border-radius: 0px;

}



.tabs_item .nav-pills > li > a:hover,

.tabs_item .nav-pills > li > a:focus,

.tabs_item .nav-pills > li.active > a,

.tabs_item .nav-pills > li.active > a:hover,

.tabs_item .nav-pills > li.active > a:focus {

    background-color: transparent;

    border: none;

    color: #000;

    border-radius: 0px;

}



.tabs_item .nav-pills > li:first-child {

    background-color: transparent;

    border: #999999 1px solid;

    color: #000;

    border-radius: 0px;

}



.tabs_item .nav-pills > li + li {

    background-color: transparent;

    border: #999999 1px solid;

    border-top: none;

    color: #000;

    border-radius: 0px;

}



.tabs_item .nav-pills > li:hover,

.tabs_item .nav-pills > li:focus {

    background-color: #f9f9f9;

    border: #0088dd 1px solid;

    color: #000;

    border-radius: 0px;

    margin-top: -1px;

}



.tabs_item .nav-pills > li.active,

.tabs_item .nav-pills > li.active:hover,

.tabs_item .nav-pills > li.active:focus {

    font-weight: bold;

    background-color: transparent;

    border: #0088dd 1px solid;

    color: #000;

    border-radius: 0px;

    margin-top: -1px;

}



.tabs_item .nav-stacked > li + li {

    margin-top: 0px;

}



.tabs_item .nav-stacked > li:first-child {

    margin-top: -1px;

}



.tabs_item .nav-stacked > li {

    margin-left: -1px;

}



.tabs_item .nav-pills > li.tab_good {

    background: url("../images/icon-success-s.png") no-repeat right 5px center;

}



.tabs_item .nav-pills > li.tab_error {

    background: url("../images/icon-error-s.png") no-repeat right 5px center;



}



.tabs_item .nav-pills > li.tab_question {

    background: url("../images/icon-warning-s.png") no-repeat right 5px center;

}



.tabs_item .nav-pills > li a {

    padding: 10px 20px 10px 10px;

}*/
.tabs_item>ul {
    display: block;
}
.tabs_item>ul>li {
    border-bottom: #999999 1px solid;
    margin-right: 1px;
}

.tabs_item>ul>li+li {
    margin-top: 0;
    margin-left: 0;
}

.tabs_item>ul>li>a:hover {
    color: #333;
    background-color: transparent;
}
.tabs_item>ul.nav-sidebar > li > a.active{
    background: transparent;
}
.tabs_item>ul>li.active {
    background-color: #e8e8e8;
    font-weight: bold;
}
.tabs_item>ul>li a{
    padding: 10px 15px;
}
.tabs_item>ul>li.active>a,
.tabs_item>ul>li.active>a:hover,
.tabs_item>ul>li.active>a:focus {
    
    color: #333;
    background-color: transparent;
}

.tabs_item>ul>li:hover {
    border-bottom: #999999 1px solid;
}

.tabs_item>ul>li.tab_good {
    background: url("../images/icon-success-s.png") no-repeat right 5px center;
}

.tabs_item>ul>li.tab_error {
    background: url("../images/icon-error-s.png") no-repeat right 5px center;
}

.tabs_item>ul>li.tab_question {
    background: url("../images/icon-warning-s.png") no-repeat right 5px center;
}

.tabs_item>ul>li.active.tab_good {
    background: #e8e8e8 url("../images/icon-success-s.png") no-repeat right 5px center;
}

.tabs_item>ul>li.active.tab_error {
    background: #e8e8e8 url("../images/icon-error-s.png") no-repeat right 5px center;
}

.tabs_item>ul>li.active.tab_question {
    background: url("../images/icon-warning-s.png") no-repeat right 5px center;
}

.tabs_item>ul>li.tab_good:hover {
    background: #f6f6f6 url("../images/icon-success-s.png") no-repeat right 5px center;
}

.tabs_item>ul>li.tab_error:hover {
    background: #f6f6f6 url("../images/icon-error-s.png") no-repeat right 5px center;
}

.tabs_item>ul>li.tab_question:hover {
    background: #f6f6f6 url("../images/icon-warning-s.png") no-repeat right 5px center;
}

.tab-content>div {
    min-height: 450px;
    padding: 10px;
}

.policy_apply {
    margin-bottom: 30px !important;
    margin-left: -15px;
}

.tm-theme .panel-title>a {
    display: block;
}

.tm-theme .panel-group .panel {
    border-radius: 0;
}

.tm-theme .panel-group span.caret {
    position: relative;
    top: -2px;
    left: -5px;
    width: 0;
    height: 0;
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
}

.tm-theme .panel-group .collapsed>span.caret {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 5px 0 5px 5px;
}

.tm-theme .panel-group .panel-heading>a,
.tm-theme .panel-group .panel-heading>a:hover,
.tm-theme .panel-group .panel-heading>a:focus {
    color: #333;
    text-decoration: none;
    display: block;
}

.tm-panel-title.panel-heading,
#policy_filter_graymail_setting .panel-heading,
#policy_action_notification_pop .panel-heading,
#policy_advance_keyword .panel-heading,
#dkim_verify_action_notification_pop .panel-heading,
#dmarc_action_notification_pop .panel-heading,
#action_notification_pop .panel-heading,
#vip_group_upsert  .panel-heading,
.tm-theme .panel-group .panel-heading {
    /*background: url('../images/bg-accordion-handle.png') repeat-x;*/
    height: 34px;
    line-height: 1;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.tm-theme .panel-group .panel-heading + .panel-collapse > .panel-body{
    border:none;
}
.tm-panel-title {
    margin-bottom: 15px;
}

.tm-theme .panel-group .panel+.panel {
    margin-top: 0px;
    border-top: none;
}

.tm-theme select.form-control,
.tm-theme input.form-control {
    padding: 2px 6px; /*for Japanese font*/
    height: 22px !important;
    min-height: 20px;
    font-size: 12px;
    border-radius: 2px;
}

.tm-theme select[multiple].form-control {
    height: auto !important;
    border-radius: 0;
}

button[name=addDomainAddrBtn]+button {
    margin-top: 10px;
}

.tm-theme textarea.form-control {
    padding: 2px 6px;
    min-height: 30px;
    font-size: 12px;
    border-radius: 2px;
}

select.select {
    max-width: 300px;
    display: inline-block;
}
.auto-width{
width: auto!important;
}
.form-check label{
    font-weight: normal;
    margin-left:5px;
}
.form-check-input {
    margin-top: .25rem;
}
.chart_dropdown_menu a,
.chart_dropdown_menu a:hover,
.chart_dropdown_menu a:focus,
.chart_dropdown_menu a:active,
.dashboard_tab a.nav-link,
.dashboard_tab a.nav-link:hover,
.dashboard_tab a.nav-link:focus,
.dashboard_tab a.nav-link:active
{
    color: #333;
    text-decoration: none;
}
.chart_dropdown_menu .dropdown-item a:active,
.chart_dropdown_menu .dropdown-item:active{
    background-color: #f0f0f0;
}

/*.tm-theme .checkbox .radio,

.tm-theme .checkbox.checkbox{

    margin-top: 0;

    padding-left: 0;

}*/

.td-top {
    vertical-align: top !important;
}

.tm-border {
    border: #999999 1px solid;
}

.tm-border-bottom {
    border-top: none;
    border-left: none;
    border-right: none;
}

.tm-border-light {
    border-color: #ddd !important;
}

.tm-border-nobottom {
    border-bottom: none!important;
}

.tm-border-notop {
    border-top: none!important;
}

.tm-border-noleft {
    border-left: none !important;
}

.tm-border-noright {
    border-right: none !important;
}

.tm-no-border {
    border: none !important;
}

.tm-table-delete>tbody>tr>td:last-child {
    width: 34px;
}

.tm-icon-delete {
    cursor: pointer;
}

.tm-theme .padding-lr0 {
    padding-left: 0;
    padding-right: 0;
}

.tm-theme .padding-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.tm-theme .padding-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.tm-theme .padding-b10 {
    padding-bottom: 10px;
}

.tm-theme .padding-r15 {
    padding-right: 15px;
}

.tm-theme .padding-l15 {
    padding-left: 15px;
}

.tm-theme .padding-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.tm-theme .padding-r0 {
    padding-right: 0;
}

.tm-theme .padding-r5 {
    padding-right: 5px;
}

.tm-theme .padding-l0 {
    padding-left: 0;
}

.tm-theme .padding-l5 {
    padding-left: 5px;
}
.tm-theme .padding-l30 {
    padding-left: 30px;
}
.tm-theme .padding-t10 {
    padding-top: 10px;
}
.tm-theme .margin-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.tm-theme .margin-lr0 {
    margin-left: 0;
    margin-right: 0;
}
.tm-theme .margin-l0 {
    margin-left: 0!important;
}
.tm-theme .margin-r5 {
    margin-right: 5px;
}

.tm-theme .margin-l5 {
    margin-left: 5px;
}

.tm-theme .margin-l10 {
    margin-left: 10px;
}

.tm-theme .margin-t5 {
    margin-top: 5px;
}
.tm-theme .margin-t10 {
    margin-top: 10px;
}
.tm-theme .margin-t15 {
    margin-top: 15px;
}

.tm-theme .margin-b5 {
    margin-bottom: 5px;
}

.tm-theme .margin-b15 {
    margin-bottom: 15px;
}

.tm-theme .margin-l15 {
    margin-left: 15px;
}

.tm-theme .margin-r15 {
    margin-right: 15px;
}

.tm-theme .margin-l20 {
    margin-left: 20px;
}
.tm-theme .margin-l25 {
    margin-left: 25px;
}
.tm-theme .margin-l30 {
    margin-left: 30px;
}
.tm-theme .margin-l35 {
    margin-left: 35px;
}
.tm-theme .margin-l40 {
    margin-left: 40px;
}
.tm-theme .margin-l55 {
    margin-left: 55px;
}
.tm-theme .margin-l-20 {
    margin-left: -20px;
}
.tm-theme .margin-t-5 {
    margin-top: -5px;
}
.tm-theme .margin-l-15 {
    margin-left: -15px;
}

.tm-theme .margin-l45 {
    margin-left: 45px;
}



.tm-theme .no-padding {
    padding: 0 !important;
}

.tm-theme .no-padding-right {
    padding-right: 0 !important;
}

.tm-theme .no-padding-left {
    padding-left: 0 !important;
}

.tm-theme .no-padding-top {
    padding-top: 0;
}

.tm-theme .no-padding-bottom {
    padding-bottom: 0;
}
.tm-theme .no-margin {
    margin: 0;
}
.tm-theme .no-margin-right {
    margin-right: 0;
}

.tm-theme .no-margin-left {
    margin-left: 0;
}

.tm-theme .no-margin-top {
    margin-top: 0;
}

.tm-theme .no-margin-bottom {
    margin-bottom: 0;
}

.save-btn-bar {
    margin-top: 5px;
    margin-bottom: 0;
}

.save-btn-bar:last-child {
    margin-top: 10px;
    margin-bottom: 50px;
}

.tm-placeholder,
.tm-hidden {
    visibility: hidden;
}

.tm-fa-info {
    color: #0088dd;
    cursor: pointer;
}

.tm-fa-lock {
    color: #ff0000;
    cursor: pointer;
    vertical-align: text-bottom;
}

.advance-feature {
    margin-left: 5px;
    font-size: 15px !important;
}

.tm-theme .tooltip-inner {
    max-width: 300px;
    text-align: left;
}

.btn {
    padding: 0px 14px !important;
}

.input-group-addon {
    padding: 2px 6px;
    font-size: 12px;
}

.input-group-addon.btn {
    line-height: normal;
}

.input-group-addon.select-group {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.input-group-addon+.form-control {
    min-width: 40px !important;
}

.form-group,
#policy_message_contains .form-group,
#protection_service .form-group,
#policy_action .form-group {
    margin-bottom: 10px;
}

.form-group.clearfix .radio,
.form-group.clearfix .checkbox {
    margin-bottom: 0;
    margin-top: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 0;
    margin-top: 0;
    min-height: 20px;
}
/**remove for bootrap 4
input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}
**/
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
    border: solid 1px #999;
    outline: none;
    outline-color: transparent;
    box-shadow: none;
} 
#policy_snapshot>p>span {
    padding-left: 20px;
    display: block;
}

#policy_snapshot .red {
    color: #0088dd;
}

.tm-select {
    width: auto;
}


/**dialog**/

.modal-dialog>.modal-content {
    border: none !important;
}

.tm-theme .modal-dialog>.modal-content>.modal-header {
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #333;
    color: #fff;
}

.tm-theme .modal-dialog>.modal-content>.modal-footer {
    padding: 5px 10px;
    text-align: right;
    border-top: 1px solid #ccc;
    background-color: #ededed;
}

.tm-theme .modal-dialog>.modal-content>.modal-header .close {
    /**margin-top: 0;for bt4**/
    font-size: 24px;
    line-height: 1;
    color: #999;
    text-shadow: 0 1px 0 #999;
    font-weight: normal;
    filter: alpha(opacity=100);
    opacity: 1;
    /**for bt4**/
    order:2
}
.tm-theme .modal-dialog>.modal-content>.modal-header .close.close-help {
    padding: 0;
}

#policy_action .panel-body a {
    display: block;
    padding-bottom: 10px;
    outline: none;
}

#critCatgy_spam_setting a,
#advanced_criteria_setting a {
    outline: none;
}

#advanced_criteria_setting .input-group-addon {
    width: auto;
}

.tm-theme .modal-dialog>.modal-content>.modal-header .close:hover,
.tm-theme .modal-dialog>.modal-content>.modal-header .close:focus {
    color: #fff;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.tm-theme .modal-dialog {
    min-width: 600px;
}
.tm-theme .modal-dialog .card-title {
    margin-bottom: 0;
    font-size: 16px;
}
/*.tm-theme .card:not(:last-child) {
    border-bottom: transparent;
}*/
.card + .card{
    border-top:none;
}
.tm-theme .modal-body .message {
    margin-top: 0;
}

.nostyle.form-control {
    border-radius: 0;
}

/**dialog**/


/*fancy tree*/

ul.ui-fancytree.fancytree-container {
    padding-left: 5px !important;
    border: none;
}

ul.fancytree-container ul {
    padding: 0;
    overflow: inherit !important;
}

ul.fancytree-container ul>li {
    padding: 0 0 0 25px;
    overflow: inherit !important;
}

.fancytree-radio span.fancytree-checkbox,
span.fancytree-checkbox {
    margin-left: 0;
}

span.fancytree-checkbox {
    margin-top: 4.5px;
}

span.fancytree-icon {
    margin-left: 10px;
}

.fancytree-container img {
    width: auto;
    height: auto;
}

span.fancytree-title {
    color: #555 !important;
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active,
span.fancytree-node.fancytree-active:hover {
    background-color: white !important;
}

.fancytree-folder>.fancytree-title {
    font-style: italic;
}

.fancytree-node .chk-unchecked {
    background: transparent url('../images/check_boxes1.png') no-repeat scroll top left;
}

.fancytree-node .chk-checked {
    background: transparent url('../images/check_boxes2.png') no-repeat scroll top left;
}

.fancytree-node .chk-partial {
    background: transparent url('../images/check_boxes3.png') no-repeat scroll top left;
}

.fancytree-node .fa-bug,
.fancytree-node .fa-files-o,
.fancytree-node .fa-sitemap,
.fancytree-node .fa-users,
.fancytree-node .glyphicon-folder-close,
.fancytree-node .glyphicon-folder-open {
    color: #A5A5A5;
    /* #CF4847; #428bca; */
}

.fancytree-node .fa-file-o,
.fancytree-node .fa-folder,
.fancytree-node .fa-user,
.fancytree-node .glyphicon-file {
    color: #A5A5A5;
    /* #CF4847; #428bca; */
}

.fancytree-exp-n span.fancytree-expander,
.fancytree-exp-nl span.fancytree-expander {
    visibility: hidden;
}

.fancytree-node .fancytree-checkbox-ghost {
    background-image: url('../images/check_boxes3.png');
    opacity: 0.3;
    filter: alpha(opacity=30);
}


/*fancytree 2.x usefancytree 2.0 css*/

.fancytree-node.fancytree-selected span.fancytree-title {
    background-color: transparent !important;
    border-color: transparent !important;
}

.fancytree-node.fancytree-active span.fancytree-title {
    background-color: transparent !important;
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active.fancytree-selected span.fancytree-title {
    color: #555;
}

.fancytree-container.fancytree-treefocus span.fancytree-title:hover {
    background-color: transparent !important;
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-focused span.fancytree-title {
    border-color: transparent !important;
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active span.fancytree-title {
    background-color: transparent !important;
    border-color: transparent !important;
}


/*fancytree 2.x usefancytree 2.0 css*/

ul.fancytree-container {
    height: auto;
    font-size: 12px;
}

span.fancytree-node.fancytree-active {
    background-color: white;
    border-color: white;
}

span.fancytree-node:hover {
    border-color: white;
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected,
span.fancytree-node.fancytree-selected:hover,
span.fancytree-node.fancytree-active,
span.fancytree-node.fancytree-selected,
span.fancytree-node.fancytree-focused {
    outline: none !important;
    background-color: transparent !important;
    /*border-color: #CFE9FF!important;*/
}

.fancytree-title {
    outline: none !important;
}

#fancytree-drop-marker,
span.fancytree-checkbox,
span.fancytree-drag-helper-img,
span.fancytree-empty,
span.fancytree-expander,
span.fancytree-icon,
span.fancytree-radio,
span.fancytree-vline {
    width: 13px;
    height: 13px;
}

span.fancytree-icon {
    position: relative;
}

span.fancytree-childcounter {
    color: #fff;
    background: #888;
    border: 1px solid #888;
    position: absolute;
    top: -7px;
    left: -7px;
    min-width: 14px;
    height: 14px;
    line-height: 1;
    vertical-align: baseline;
    border-radius: 10px !important;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

span.fancytree-title+span.fancytree-expander {
    margin-top: 4px;
}

.fancytree-plain.fancytree-container span.fancytree-title:hover {
    background-color: transparent !important;
}

#tree_true_type .ui-fancytree,
#tree_mime_type .ui-fancytree,
#tree_name_extension .ui-fancytree {
    padding-left: 0 !important;
}

#tree_true_type span.fancytree-title,
#tree_mime_type span.fancytree-title,
#tree_name_extension span.fancytree-title {
    color: #333 !important;
    font-style: normal;
}


/*for extension and name style*/

span.fancytree-title>span:first-child {
    width: 50px;
    display: inline-block;
}

span.fancytree-title>span+span {
    margin-left: 10px;
    max-width: 750px;
    display: inline-block;
}

.fancytree-plain.fancytree-container span.fancytree-node {
    margin-top: 0px;
    margin-bottom: 0px;
}


/*fancy tree*/


/*drag modal dialog*/

.modal>.modal-dialog>.modal-content>.modal-header>.modal-title {
    cursor: move;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}


/*drag modal dialog*/

.tm-toolbar {
    border-left: #999 1px solid;
    border-right: #999 1px solid;
    padding: 5px;
}

.tm-toolbar>button {
    margin: 2px;
}

.no_margin_bottom {
    margin-bottom: 0;
}

.list-checkbox label {
    font-weight: normal !important;
}

.list-checkbox span.checkbox {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 4px;
    vertical-align: middle;
}

.list-checkbox span.checkbox {
    background: transparent url('../images/check_boxes1.png') no-repeat scroll top left;
}

.list-checkbox span.checkbox.checked {
    background: transparent url('../images/check_boxes2.png') no-repeat scroll top left;
}

.list-checkbox span.checkbox.partial {
    background: transparent url('../images/check_boxes3.png') no-repeat scroll top left;
}

.list-checkbox span.checkbox.disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}


/*popover*/

.tm-theme .popover {
    max-width: 450px;
    min-width: 150px;
    z-index: 10099;
}
.tm-theme.mail_tracking .popover {
    max-width: 500px;
}

.tm-theme.mail_tracking .popover.blockReasonPopover {
    max-width: 700px;
}

.tm-theme.domain-page .popover {
    max-width: 600px;
    min-width: 150px;
    z-index: 10099;
}

.tm-theme.digest-rule .popover {
    max-width: 660px;
}

.popover-body,
.popover-body ul {
    list-style: none;
    margin: 5px;
    font-size: 12px !important;
}

.popover-body th,
.popover-body td {
    font-size: 12px !important;
}

.popover.top .arrow:after,
.popover.left .arrow:after,
.popover.right .arrow:after,
.popover.bottom .arrow:after {
    content: " ";
}
.theme-dashboard .popover{
    max-width:550px;
    min-width: 250px;
}
#dashboard_item_setting_list .col{
    padding-right:0;
}

/*popover*/

.modal-lg-domain-management {
    width: 1130px !important;
}
.modal-lg-domain-management  .sidebar_left .nav-sidebar{
    display: block;
}

.tm-valign-top {
    vertical-align: top !important;
}

.mail-tracking-criteria {
    width: 350px;
}

.pop_win_scroll {
    min-height: 400px;
    max-height: 500px;
    height: 500px \9;
    overflow-y: scroll;
    overflow-x: hidden;
}
.pop_win_scroll.min-height-200 {
    min-height: 200px;
}
.pop_win_noscroll {
    min-height: 400px;
    max-height: 500px;
    height: 500px \9;
    overflow: hidden;
    padding:0;
}
.pop_win_noscroll.min-height-200 {
    min-height: 200px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 1px;
}

a.snap_report,
a.snap_report:hover {
    text-decoration: underline;
}

a.snap_report:hover {
    color: blue;
}

.required:before {
    content: '*';
    color: #f00;
}

.inline-block {
    display: inline-block !important;
}

.red {
    color: #f00;
}

.note-red {
    color: #e62d2a;
}

.block_content {
    background-color: #e9e9e9;
    border-radius: 2px;
    padding: 5px;
}

.add_server_row .form-inline .form-group {
    margin-left: 0;
    margin-right: 0;
}

.add_server_row .form-inline button {
    min-width: 25px !important;
    padding: 0px !important;
}

.add_server_row .form-inline+.form-inline {
    margin-top: 5px !important;
}

.add_server_row .form-inline+.form-inline>button.add_server {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.outbound_server_warning {
    color: #bb4b00;
    margin-left: 20px !important;
    margin-bottom: 0 !important;
}

.lite_note {
    color: #666;
    margin-left:5px;
}

.inoutserver>thead>tr>th,
.inoutserver>tbody>tr>th,
.inoutserver>tfoot>tr>th,
.inoutserver>thead>tr>td,
.inoutserver>tbody>tr>td,
.inoutserver>tfoot>tr>td {
    padding: 3px 8px;
}

.error_tip {
    background-image: url(../images/ui-icons_cc0000_256x240.png);
    background-position: 0 -144px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 4px;
    vertical-align: middle;
}

.theme-dashboard {
    background-color: #eeeeee;
}

.theme-dashboard .tm-condition {
    border-radius: 0;
    background-color: #ffffff;
}

.theme-dashboard .tm-breadcrumb,
.theme-dashboard .breadcrumb {
    background-color: transparent !important;
}

.tab_container {
    background-color: #ffffff;
}

.tab_container .nav-tabs {
    border-bottom: none;
}

.tab_container .nav-tabs>li>a {
    padding-left: 30px;
    padding-right: 30px;
    color: #333;
    border: 1px solid transparent;
}

.tab_container .nav-tabs>li>a:hover {
    border: 1px solid transparent;
    color: #333;
    border-bottom: 2px #ed1c24 solid !important;
    border-radius: 0;
    background-color: #f0f0f0;
}

.tab_container .nav-tabs>li.active>a,
.tab_container .nav-tabs>li.active>a:hover,
.tab_container .nav-tabs>li.active>a:focus {
    color: #333;
    cursor: default;
    background-color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
    border-bottom: 2px #ed1c24 solid !important;
}

.tab_container_item .charts {
    background-color: #ffffff;
    /* min-height: 480px!important;*/
    padding: 10px 0;
    margin-bottom: 10px;
}

.charts .charts_title {
    font-size: 16px;
    color: #333;
   
}
.charts .charts_title label{
    font-weight: bold;
}

.charts .charts_title .pull-right img {
    height: 20px;
}

.charts .chart_dropdown_menu>a .chart_config,
.charts .chart_dropdown_menu>a:hover .chart_config_hover {
    display: inline;
}

.charts .chart_dropdown_menu>a .chart_config_hover,
.charts .chart_dropdown_menu>a:hover .chart_config {
    display: none;
}

.charts_condition {
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 10px 10px 10px 15px;
}

.charts_condition .btn {
    min-width: 20px !important;
}


/*.charts_condition .btn-default.active{

    background-color: #e6e6e6;

    border-color: #8c8c8c;

}*/

.charts_condition .btn-img {
    height: 23px;
    line-height: 23px;
    width: 30px !important;
    padding: 4px !important;
    margin: 1px !important;
    border: transparent !important;
    background-repeat: no-repeat;
    background-position: 1px !important;
    background-color: transparent !important;
}

.charts_condition .btn-img.dashboard_day {
    background-image: url(../images/icon_date.png);
}

.charts_condition .btn-img.dashboard_day.active {
    background-image: url(../images/icon_date_selected.png);
}

.charts_condition .btn-img.dashboard_week {
    background-image: url(../images/icon_week.png);
}

.charts_condition .btn-img.dashboard_week.active {
    background-image: url(../images/icon_week_selected.png);
}

.charts_condition .btn-img.dashboard_month {
    background-image: url(../images/icon_month.png);
}

.charts_condition .btn-img.dashboard_month.active {
    background-image: url(../images/icon_month_selected.png);
}

.charts_condition .btn-img.dashboard_year {
    background-image: url(../images/icon_year.png);
}

.charts_condition .btn-img.dashboard_year.active {
    background-image: url(../images/icon_year_selected.png);
}

.charts_table,
.charts_body {
    margin-top: 10px;
    height: 400px;
}

.dashboard_chart .dropdown-menu {
    min-width: 100px;
    padding: 5px;
    font-size: 12px;
    top: -13px;
    border-radius: 0 !important;
}

.dashboard_chart.tab_right {
    padding-left: 5px;
    padding-right: 0px;
    float: right !important;
}

.dashboard_chart.tab_left {
    padding-left: 0px;
    padding-right: 0px;
}

.dashboard_chart .zoom_in,
.dashboard_chart.zoom_in .zoom_out {
    display: block;
}

.dashboard_chart.zoom_in .icon_zoom_out {
    display: inline-block;
}

.dashboard_chart .icon_zoom_out,
.dashboard_chart .zoom_out,
.dashboard_chart.zoom_in .zoom_in {
    display: none;
}
.dashboard_chart .row{
    margin-left: 0;
    margin-right: 0;
}
.dashboard_highlight_data_title,
.highcharts-title{
    color: #666666 !important;;
}

.dashboard_highlight_data_event_link_td
{
    font-size:13px;
    height:40px !important;
}

.dashboard_highlight_data_event_link_title
{
    color: #5C89E5 !important;;
    font-size:13px;
}

span.dashboard_highlight_data_event_link_title_icon_info {
    background: url(../images/icon-info-14x14.png) no-repeat;
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    vertical-align: text-bottom;
    display: inline-block;
}
.zoom_in.dashboard_chart.tab_right {
    padding-left: 0px;
}

.dashboard_chart {
    /* min-height: 380px;*/
}

.chart_switch {
    padding: 0 4px !important;
}

.table_no_data {
    text-align: center;
    line-height: 34px;
}

.tm-tablist li a.nav-link,
.tm-tablist li a.nav-link:hover {
    border: #ddd 1px solid;
    border-radius: 0;
    background-color: #f0f0f0 !important;
    margin-right: -1px;
    border-bottom: transparent;
    
}
.domain_tablist li{
    border-bottom: 1px solid #ddd;
}
.domain_tablist li a.nav-link:hover{
    background-color: #f0f0f0 !important;
}

.tm-tablist li a.nav-link:hover {
    color: #333;
    background-color: #f6f6f6 !important;
    text-decoration: none;
}

.tm-tablist li.active a.nav-link,
.tm-tablist li.active a.nav-link:hover,
.tm-tablist li.active a.nav-link:focus {
    border-top: #ed1c24 2px solid;
    font-weight: bold;
    background-color: #ffffff !important;
}

.tm-readonly {
    background-color: transparent !important;
}

span.icon-info {
    background: url(../images/icon-info-14x14.png) no-repeat;
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    vertical-align: text-bottom;
    display: inline-block;
}

span.icon-deliver {
    background: url(../images/icon_deliver_14x14.gif) no-repeat;
    background-size: 14px 14px;
    height: 18px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
}

span.icon-assume {
    background: url(../images/icon_arrow_account.png) no-repeat;
    height: 9px;
    width: 9px;
    display: inline-block;
}

span.icon-assume-user {
    background: url(../images/icon_assume.png) no-repeat;
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    vertical-align: text-bottom;
    display: inline-block;
}

button[disabled] span.icon-deliver {
    background: url(../images/icon_deliver_gray_14x14.gif) no-repeat;
    background-size: 14px 14px;
}

.tab_container_item {
    margin-bottom: 40px;
}

.tm-btn-lg {
    height: 30px !important;
}

.tm-btn-xs {
    min-width: 40px !important;
}

.dropdown-menu .divider {
    margin: 4px 0;
}

#create_account_pop .panel-group {
    margin-bottom: 0px;
}

#role_list_table.table>thead>tr>th,
#role_list_table.table>tbody>tr>td {
    border-top: 1px solid #ddd;
}

#create_account_pop .table>tbody>tr>td {
    padding: 6px;
}

#create_account_pop .table>tbody>tr>td input {
    vertical-align: middle;
}

.initdomain-max-width {
    width: 1024px;
}


/**autocompleter css**/

.autocompleter {
    width: 100%;
    border: 1px #888 solid;
    background-color: #fff;
    display: none;
    position: absolute;
    z-index: 1000;
}

.autocompleter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.autocompleter-item {
    cursor: pointer;
}

.autocompleter-item {
    background-color: #fff;
}

.autocompleter-item.selected {
    background-color: #ffb;
}

.autocompleter-show {
    display: block;
}

.autocomplate-loading {
    background-image: url("../images/inprogress.gif");
    background-repeat: no-repeat;
    background-position: 3px;
    background-size: 14px 14px;
    position: absolute;
    top: 0px;
    right: 15px;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    pointer-events: none;
}


/**autocompleter css**/


/**splitter***/

.tm-splitter {
    background: #efefef;
    border: #ddd 1px solid;
    width: 10px;
    text-align: center;
    cursor: pointer;
}

.tm-splitter-right>div {
    border-left: none;
}

.tm-splitter-left>div {
    border-right: none;
}

.tm-splitter-right>table,
.tm-splitter-right>table>thead>tr>th:first-child,
.tm-splitter-right>table>tbody>tr>td:first-child {
    border-left: none;
}

.tm-splitter-left>table,
.tm-splitter-left>table>thead>tr>th:first-child,
.tm-splitter-left>table>tbody>tr>td:first-child {
    border-right: none;
}

.splitter-to-right {
    display: none;
}

.splitter-to-left {
    display: block;
}

.tm-splitter-open .splitter-to-right {
    display: block;
}

.tm-splitter-open .tm-splitter-left,
.tm-splitter-open .splitter-to-left {
    display: none;
}

.filter_table>tbody>tr input[type=text] {
    min-width: 350px;
}

.filter_table>tbody>tr>td .edit_tls_level select {
    min-width: 120px;
}

.filter_table>tbody>tr .edit_rldescription,
.filter_table>tbody>tr .edit_rlthreshold,
.filter_table>tbody>tr .edit_csname,
.filter_table>tbody>tr .edit_csparam,
.filter_table>tbody>tr .edit_csdestination,
.filter_table>tbody>tr .edit_csdescription,
.filter_table>tbody>tr .edit_tls_level,
.filter_table>tbody>tr .edit_tls_peer,
.filter_table>tbody>tr .edit_tls_enable,
.filter_table>tbody>tr .edit_spf_peer,
.filter_table>tbody>tr .edit_pair_sender,
.filter_table>tbody>tr .edit_pair_ip,
.filter_table>tbody>tr .edit_enforce_peer,
.filter_table>tbody>tr .edit_ignore_peer,
.filter_table>tbody>tr .sender_input,
.filter_table>tbody>tr .bec_domain_input,
.filter_table>tbody>tr .filter_save,
.filter_table>tbody>tr .filter_cancel,
.filter_table>tbody>tr.tm-editing .txt_rldescription,
.filter_table>tbody>tr.tm-editing .txt_rlthreshold,
.filter_table>tbody>tr.tm-editing .txt_csdescription,
.filter_table>tbody>tr.tm-editing .txt_csname,
.filter_table>tbody>tr.tm-editing .txt_csparam,
.filter_table>tbody>tr.tm-editing .txt_csdestination,
.filter_table>tbody>tr.tm-editing .txt_tls_level,
.filter_table>tbody>tr.tm-editing .txt_tls_peer,
.filter_table>tbody>tr.tm-editing .txt_tls_enable,
.filter_table>tbody>tr.tm-editing .txt_spf_peer,
.filter_table>tbody>tr.tm-editing .txt_pair_sender,
.filter_table>tbody>tr.tm-editing .txt_pair_ip,
.filter_table>tbody>tr.tm-editing .txt_enforce_peer,
.filter_table>tbody>tr.tm-editing .txt_ignore_peer,
.filter_table>tbody>tr.tm-editing .sender_txt,
.filter_table>tbody>tr.tm-editing .bec_domain_text,
.filter_table>tbody>tr.tm-editing .filter_edit {
    display: none;
}

.filter_table>tbody>tr .txt_rldescription,
.filter_table>tbody>tr .txt_rlthreshold,
.filter_table>tbody>tr .txt_csname,
.filter_table>tbody>tr .txt_csparam,
.filter_table>tbody>tr .txt_csdestination,
.filter_table>tbody>tr .txt_csdescription,
.filter_table>tbody>tr .txt_tls_level,
.filter_table>tbody>tr .txt_tls_peer,
.filter_table>tbody>tr .txt_tls_enable,
.filter_table>tbody>tr .txt_spf_peer,
.filter_table>tbody>tr .txt_pair_sender,
.filter_table>tbody>tr .txt_pair_ip,
.filter_table>tbody>tr .txt_enforce_peer,
.filter_table>tbody>tr .txt_ignore_peer,
.filter_table>tbody>tr .sender_txt,
.filter_table>tbody>tr .bec_domain_text,
.filter_table>tbody>tr .filter_edit,
.filter_table>tbody>tr.tm-editing .edit_rldescription,
.filter_table>tbody>tr.tm-editing .edit_rlthreshold,
.filter_table>tbody>tr.tm-editing .edit_csdescription,
.filter_table>tbody>tr.tm-editing .edit_csname,
.filter_table>tbody>tr.tm-editing .edit_csparam,
.filter_table>tbody>tr.tm-editing .edit_csdestination,
.filter_table>tbody>tr.tm-editing .edit_tls_level,
.filter_table>tbody>tr.tm-editing .edit_tls_peer,
.filter_table>tbody>tr.tm-editing .edit_tls_enable,
.filter_table>tbody>tr.tm-editing .edit_spf_peer,
.filter_table>tbody>tr.tm-editing .edit_pair_sender,
.filter_table>tbody>tr.tm-editing .edit_pair_ip,
.filter_table>tbody>tr.tm-editing .edit_enforce_peer,
.filter_table>tbody>tr.tm-editing .edit_ignore_peer,
.filter_table>tbody>tr.tm-editing .filter_save,
.filter_table>tbody>tr.tm-editing .filter_cancel,
.filter_table>tbody>tr.tm-editing .bec_domain_input,
.filter_table>tbody>tr.tm-editing .sender_input {
    display: inline-block;
}
.filter_table >tbody>tr .sender_txt,
.filter_table >tbody>tr .bec_domain_text{
    cursor: pointer;
}


/* START: TM-Switch */


/* <input type="checkbox|radio" tm-switch> */

span.tm-switch {
    display: inline-block;
    white-space: nowrap;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    background: url('../images/btn-switch.png') transparent 0 0 no-repeat;
}

span.switch-txt {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

span.tm-switch {
    width: 36px !important;
}

span.tm-switch.btn-face-expand-updown {
    width: 18px !important;
    background: url('../images/btn-switch-expand-updown.png') transparent 0 0 no-repeat;
}

span.tm-switch.btn-face-expand-updown input {
    width: 18px !important;
}

span.tm-switch:hover {
    background-position: 0 -18px;
}

span.tm-switch.muted,
span.tm-switch.muted:hover,
.muted span.tm-switch,
.muted span.tm-switch:hover {
    background-position: 0 -36px;
}

span.tm-switch.checked {
    background-position: 0 -54px;
}

span.tm-switch.checked:hover {
    background-position: 0 -72px;
}

span.tm-switch.checked.muted,
span.tm-switch.checked.muted:hover,
.muted span.tm-switch.checked,
.muted span.tm-switch.checked:hover {
    background-position: 0 -90px;
}

span.tm-switch.checked.muted,
span.tm-switch.checked.muted:hover {
    background-position: 0 -90px;
    cursor: not-allowed;
}

.muted {
    cursor: not-allowed;
}


/* END: TM-Switch */

.slider-container {
    width: 300px;
    border: solid 1px #dddddd;
    padding: 20px 10px;
    display: inline-block;
    float: left;
}

#slider-range-min {
    border: none
}

.ui-slider-handle {
    border: none !important;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    vertical-align: top;
}

.slider.slider-horizontal {
    margin-left: 15px;
}

.slider-tick {
    background-image: -webkit-linear-gradient(top, #999 0, #ddd 100%);
    background-image: -o-linear-gradient(top, #999 0, #ddd 100%);
    background-image: linear-gradient(to bottom, #999 0, #ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#ddd', GradientType=0);
}

.slider-right-desc {
    display: inline-block;
    margin-left: 50px;
    float: left;
}


/**policy error messages begin**/

.input-error {
    color: #e62d2a;
    background-image: url(../images/icon_error_for_help_text.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top: 5px;
    display: none;
    line-height: 20px;
}

.input-safe {
    color: #25ec57;
    background-image: url(../images/icon_safe.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top: 5px;
    display: none;
    line-height: 20px;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .input-error {
    display: block;
}

.panel-group {
    margin-bottom: 10px;
}

#digest_weekly .checkbox-inline {
    margin-right: 10px;
}

#digest_weekly .checkbox-inline+.checkbox-inline {
    margin-left: 0px;
    margin-right: 10px;
}


/**policy error messages end**/

.panel-group {
    margin-bottom: 10px;
}

#digest_weekly .checkbox-inline {
    margin-right: 10px;
}

#digest_weekly .checkbox-inline+.checkbox-inline {
    margin-left: 0px;
    margin-right: 10px;
}

ul.ContextMenu {
    -webkit-text-size-adjust: none;
    display: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    /*font-family: "Verdana", "Arial", "Helvetica", "sans-serif";*/
    font-size: 10px;
    list-style-type: none;
    border-top: 1px solid #cfdce4;
    border-left: 1px solid #cfdce4;
    border-right: 1px solid #cfdce4;
}

ul.ContextMenu li {
    border-bottom: 1px solid #cfdce4;
}

ul.ContextMenu li a {
    display: block;
    width: 561px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-decoration: none;
    color: #666666;
    background: #e6f4fc;
}

ul.ContextMenu li a:hover {
    text-decoration: none;
    color: #666666;
    background: #f8fcff;
}


/*forgot/reset password*/

.forget-reset-password .modal-title {
    float: left;
}

.forget-reset-password .modal-body {
    min-height: 100px;
    border-radius: 0;
}

.forget-reset-password .modal-content {
    width: 550px;
    border-radius: 0;
}

#cobrand_conatiner {
    width: auto;
    height: 62px;
    max-width: 1680px;
    min-width: 200px;
    display: table;
    vertical-align: middle;
    line-height: 60px;
    text-align: center;
}

#cobrand_conatiner img {
    max-width: 1680px;
}

.notice_dialog .modal-title {
    float: left;
}

.notice_dialog .modal-body {
    height: 650px;
    border-radius: 0;
    padding: 0px;
}

.notice_dialog .modal-content {
    border-radius: 0;
}

span.setting-error {
    display: none;
    width: 16px;
    height: 16px;
    margin-top: 0;
}
.policy-selected-header{
    width: 250px;
}
.has-error a {
    color: #a94442 !important;
}

.collapse-error a span.setting-error {
    display: none !important;
}

.collapse-error a.collapsed span.setting-error {
    display: block !important;
}

.tm-table-noborder>tbody>tr>td {
    border: transparent;
}

#Import_invalid_table>tbody>tr:last-child>td {
    border-bottom: 1px solid #ddd;
}

.highcharts-tooltip,
.highcharts-tooltip span {
    background-color: white;
    opacity: 1;
    z-index: 9999 !important;
}

#dashboard_item_setting_list>div {
    margin-top: 10px;
}

#firewall_us .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.change_password_autocomplete .autocompleter {
    top: 22px;
}


/**ie8**/

.checkbox input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-top: 0 \9;
}

.tm-theme a.link-normal {
    color: #337ab7;
    text-decoration: underline;
}

.tm-theme a.link-normal:hover,
.tm-theme a.link-normal:focus {
    color: #337ab7;
    text-decoration: underline;
}

.tm-theme a.link-btn {
    color: #333;
    text-decoration: none;
}

.tm-theme a.link-btn:hover,
.tm-theme a.link-btn:focus {
    color: #333;
    text-decoration: none;
}

.general_button_link{
  color: #0096CC !important;
  text-decoration: underline !important;
}

.single_page_info {
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border: transparent;
    background-color: transparent;
    padding-top: 5px;
    font-size: 18px;
}

#hes_what_is_new .modal-dialog {
    width: 800px;
}

#hes_what_is_new .modal-content {
    width: 800px;
    height: 380px;
}

#hes_what_is_new .form-group {
    margin-bottom: -4px;
}

#hes_what_is_new .detaillink {
    color: #0096CC
}

#hes_what_is_new p {
    text-align: left;
}

#hes_what_is_new p+p {
    margin-top: 10px;
}

#hes_what_is_new p>span {
    width: 10px;
    height: 10px;
    background-color: #E6E6E6;
    display: inline-block;
    border-radius: 10px;
    margin: auto 3px;
    cursor: pointer;
}

#hes_what_is_new p>span.active {
    background-color: #B5B5B5;
    cursor: default;
}

#hes_what_is_new .whin_title {
    font-size: 20px;
    margin-top: 10px;
    line-height: 20px;
}

#hes_what_is_new .tab-content li:before {
    content: "\2022 ";
    font-size: 200%;
    vertical-align: middle;
}

#hes_what_is_new li {
    list-style-type: none;
}

#hes_what_is_new li>span {
    position: relative;
    font-weight: bold;
    line-height: 20px;
}

#hes_what_is_new .whin_desc {
    line-height: 16px;
    text-align: left;
    padding-top: 1px;
    min-height: 32px;
}

#hes_what_is_new .tab_container .nav-tabs {
    font-size: 14px;
}

#hes_what_is_new .whin_img {
    min-height: 210px;
}

#hes_what_is_new .modal-header {
    background: #DB3D44;
    height: 32px;
}

#hes_what_is_new .modal-header .close {
    margin-top: 0;
    font-size: 24px;
    line-height: 1;
    color: #feffff;
    text-shadow: 0 1px 0 #999;
    font-weight: normal;
    filter: alpha(opacity=100);
    opacity: 1;
}

#hes_what_is_new .modal-body {
    height: 330px;
    padding-top: 1px;
}

#hes_what_is_new .charts_table,
#hes_what_is_new .charts_body {
    height: 270px;
}

#hes_what_is_new .divider {
    width: 100%;
    height: 1px;
    background: #ddd;
    filter: alpha(opacity=70);
}

/****/

.slvzr-root {
    overflow: hidden;
}

/**for datepicker**/

table.table-condensed>tbody>tr>td.day {
    background-color: lightyellow;
    /* border-radius: 0; */
}

table.table-condensed>tbody>tr>td.disabled {
    background-color: transparent;
}

#change_profile label {
    margin: 0;
}

.fa {
    font-family: FontAwesome !important;
}

.icon-animated-bell {
    display: inline-block;
    -moz-animation: ring 2.0s infinite ease 1.0s;
    -webkit-animation: ring 2.0s infinite ease 1.0s;
    -o-animation: ring 2.0s infinite ease 1.0s;
    -ms-animation: ring 2.0s infinite ease 1.0s;
    animation: ring 2.0s infinite ease 1.0s;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }
    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }
    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }
    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

#alert_dropdown {
    margin-left: 0;
    margin-top: -8px;
}

#alert_dropdown:hover>ul.dropdown-menu,
#alert_dropdown.hover>ul.dropdown-menu {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    display: block;
    z-index: 9999;
    min-width: 300px;
}

#alert_dropdown a {
    text-decoration: none;
}

ul#header_notifications,
ul#header_status,
ul#header_tasks,
ul#popup_tasks {
    margin-top: 0;
}

ul#header_notifications>li,
ul#header_status>li,
ul#header_tasks>li,
ul#popup_tasks>li {
    border-top: 1px solid #DDD;
    padding: 5px 10px;
    margin: 5px;
}

ul#header_status>li:first-child,
ul#header_notifications>li:first-child,
ul#header_tasks>li:first-child,
ul#popup_tasks>li:first-child {
    border-top: 0;
}

#header_notifications .notification_time,
#header_tasks .task_time,
#popup_tasks .task_time {
    color: #999;
    font-size: 0.8em;
    padding: 2px 5px;
}

ul#header_status.dropdown-menu:before,
ul#header_notifications.dropdown-menu:before,
ul#header_tasks.dropdown-menu:before {
    position: absolute;
    top: -14px;
    right: 4px;
    display: inline-block;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #ccc;
    border-left: 14px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

ul#header_status.dropdown-menu:after,
ul#header_notifications.dropdown-menu:after,
ul#header_tasks.dropdown-menu:after {
    position: absolute;
    top: -12px;
    right: 6px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    border-left: 12px solid transparent;
    content: '';
}
ul#header_notifications li h4 span{
    font-size: 14px!important;
}
ul#header_notifications li div i.fa,
ul#header_notifications li div a{
    font-size: 12px!important;
}
.tm-hide {
    display: none;
}
.tm-show {
    display: block;
}
.form-control-feedback {
    width: 22px;
    height: 22px;
    line-height: 22px;
    right: 0px !important;
    color: #3c763d;
    display: none
}

.valid .form-control-feedback {
    display: block
}

.same_btn {
    min-width: 100px !important;
}

span.form-control-feedback {
    z-index: 1;
}

.tm-read .unread {
    display: none;
}

.tm-read .read {
    display: inline-block;
}

.tm-read a {
    font-weight: normal;
}

.tm-unread .unread {
    display: inline-block;
}

.tm-unread .read {
    display: none;
}

.tm-unread a {
    font-weight: bold;
}

a.btn-primary,
a.btn-primary:hover {
    color: #fff;
    text-decoration: none;
}
.pml_summary{
    color:#666;
    font-size: 14px;
    line-height: 18px;
}
.pml_summary i{
    color:#999;
    font-size: 25px;
}
.pml_summary + .pml_summary{
 border-left: 1px solid #ddd;
 min-height: 50px;
}

.pml_summary .pml_action{
    color:#999;
}
.trendx_title_h1{
    margin-bottom: 30px;
    font-size: 18px;
}
.pml_action{
    font-size: 12px;
}
a.blue_link{
    color: #08d;
    text-decoration: none;
}

.threat_indicators_title{
    color:#666;
    font-size:14px;
}

.threat_indicators_desc{
    color:#999;
    font-size:12px;
}

#trendx_detail .tab-content>div{
    min-height: 200px;
}

.file_details_value{
    color: #666;
}
a#need_support svg path,
a#need_support svg g rect{
    fill: #000;
} 
a#need_support:hover svg path, 
a#need_support:hover svg g rect{ 
    fill: #08d;
}
.min-width-auto {
    min-width: auto!important;
}

.width-auto {
    width: auto!important;
}

.text-right {
    text-align: right;
}

.row_defined {
    margin-bottom: 5px;
}

#expression_test_result {
    height: 80px;
    min-height: 80px;
    border: solid 1px #ccc;
    overflow: auto;
}

#expression_test_result span {
    color: #f00!important;
}

.add_keyword_form .keyword_add {
    display: block!important;
}

.add_keyword_form .keyword_update {
    display: none!important;
}

.update_keyword_form .keyword_add {
    display: none!important;
}

.update_keyword_form .keyword_update {
    display: inline-block!important;
}
.hide,
.hidelast .cls_score {
    display: none!important;
}
.input-group,
.input-group+.btn {
    margin-right: 5px;
    margin-bottom: 5px;
}
input.form-control+.btn {
    margin-left: 5px;
}
#tree_file_type span.fancytree-title {
    color: #333 !important;
    font-style: normal;
}

.highlight_red {
    color: red!important;
}
.dlp_detail_list{
    margin-left: 15px;
}

.dataTables_scrollHeadInner > table{
    margin-bottom:0px!important;
}
.dataTables_scrollHeadInner .table > thead > tr > th {
    border-bottom: none;
}
.dlp_search_key_input{
    margin-top: 4px;
    width:250px!important;
}
.capitalize{
    text-transform: capitalize;
}

#template_block_list tr>td:first-child {
    border-left:none;
}
#template_block_list tr>td:last-child{
    border-right:none;
}
#template_block_list tr:last-child>td{
    border-bottom:none;
}
#template_block_list{
    border-right:none;
    border-left:none;
    border-bottom:none;
}

ul.nav-sidebar {
  border-top: 1px solid #ddd;
}

ul.nav-sidebar > li > a,
ul.nav-sidebar > li > a:hover,
ul.nav-sidebar > li > a:focus {
  color: #333;
  text-decoration: none;
}

ul.nav-sidebar > li > a.active {
  background: #e8e8e8;
  font-weight: 700;
}

.sidebar_right .tips {
  padding: 2px 6px;
}

.sidebar_right .tip {
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 10px 10px 0px 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
}

.steps-head {
  float: left;
}

.steps-head-inner {
  background-color: #108ee9;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 18px;
  font-size: 12px;
  margin-right: 10px;
}

.steps-icon {
  color: #fff;
}

.verify-success {
  color: #3c763d;
}

.verify-fail {
  color: #e62d2a;
}

.input-verify-fail {
  border-color: #e62d2a;
}

#domainList_table .input-error, #domain_management_add .input-error, #domain_management_update .input-error {
   margin-left: 5px;
   padding-bottom: 2px;
   display: inline;
}
#domain_management_add .input-error, #domain_management_update .input-error {
    min-height: 20px;
 }

#domain_management_update button.verify {
  margin: 0px 10px;
}

#domain_management_update .steps-tail {
  position: absolute;    
  padding: 22px 0px 0px 9px;  
}

#domain_management_update .tm-center,
.tm-center {
  text-align: center;
}

#domain_management_update .show_verify_tip{
  color: #0096CC;
  text-decoration: underline;
}

#domain_management_update .steps-tail i{
  background-color: #108ee9;
  content: '';
  width: 1px;
  display: inline-block;
}

#domain_management_add label.label-bold, #domain_management_update label.label-bold {
    font-weight: bold;
}

#domain_management_update .online-help {
    padding: 5px 8px 0 8px;
    margin: 5px;
    cursor: pointer;
    background: url(../images/icon-help.png) center top no-repeat;
}

#acceptedTable_container .badge,
#blockTable_container .badge,
#unresolvedTable .badge {
    transform: scale(0.75);
    padding: 3px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #10aaff;
    border-radius: 10px;
    font-weight: normal;
    vertical-align: baseline;
}
#div_onprem_sync .badge {
    transform: scale(1);
    padding: 5px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff2007;
    border-radius: 10px;
    font-weight: normal;
    vertical-align: baseline;
}

.dir-incoming .incoming.required,
.dir-outgoing .outgoing.required{
    display: inline;
} 
.dir-incoming .outgoing.required,
.dir-outgoing .incoming.required{
    display: none;
}
.adv-search-item{
    display: none
}
.traffic-accepted .traffic-type-filter {
    display: block;
}
.traffic-accepted .traffic-type-filter.adv-search-item,
.traffic-accepted .adv-search-item {
    display: none;
}
.traffic-accepted.adv-search .traffic-type-filter.adv-search-item,
.traffic-accepted.adv-search .adv-search-item {
    display: block;
}
.traffic-rejected .traffic-type-filter{
    display: none
}
.traffic-rejected.adv-search .adv-search-item {
    display: block;
}
.traffic-rejected.adv-search .traffic-type-filter.adv-search-item,
.traffic-rejected .traffic-type-filter.adv-search-item,
.traffic-rejected .adv-search-item {
    display: none;
}
a.btn_show_adv_search,
.adv-search a.btn_hide_adv_search{
    display: inline-block
}
a.btn_hide_adv_search,
.adv-search a.btn_show_adv_search{
    display: none
}

span.pagenavbar span {
    padding: 1px 5px 1px 5px;
    border: 1px solid #ccc;
    margin-right: 2px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    background-color: transparent;
}
span.pagenavbar span.more {
    border: none;
    padding: 0 5px 2px 0;
    cursor: default;
}
span.pagenavbar span.active {
    font-weight: bold;
    cursor: none;
    background-color: #eee
}
/**menu hover**/
#menu_item_container .dropdown:hover >.dropdown-menu {
    display: block;
    margin-top: 0; 
 }
#menu_item_container .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.tm-theme .navbar .navbar-inner .container-fluid{
    padding-left:0;
    padding-right:0
}
.tm-theme .navbar-inner .navbar-nav>li:hover>a {
    background-color: #e15054;
}
#menu_item_container .dropdown-menu li.dropdown-submenu:hover,
#menu_item_container .dropdown-menu li.dropdown-submenu .dropdown-menu li:hover{
    background-color: #f5f5f5;
}
#menu_item_container .dropdown-menu .dropdown-submenu  li>a, 
#menu_item_container .dropdown-menu .dropdown-submenu  li>a:focus{
    background-color:transparent;
}
/**dashboard**/
#dashboard_config li>a{
    color: #666666;
}
#dashboard_config li>a:hover,
#dashboard_config li>a:focus{
 background-color: transparent;
 color:#333;
}
/*fixed [dasboard]- total cannt display in L10n language*/
.adjust_height.charts_body{
    height: auto!important;
}

/**Dashbaord choose chart**/
#dashboard_charts_config_types_container{
    border-right: 1px solid #ddd;
    background: #eee;
    vertical-align: top!important;
    font-size: 14px;
}
ul#dashboard_charts_config_types li {
    border-bottom:1px solid #ddd;
    padding:5px 15px;
    cursor: pointer;
    list-style: none;
}
ul#dashboard_charts_config_types li:hover,
ul#dashboard_charts_config_types li.active{
    background:#fff
}
.dashboard_charts_config_list_item{
    display:none;
    padding: 3px 15px;
}
.charts_body .highcharts-container{
    width:100%!important;
}

.breadcrumb li.virus,
.breadcrumb li.spam,
.breadcrumb li.spam.inbound,
.breadcrumb li.spam.outbound,
.breadcrumb li.content,
.breadcrumb li.dlp{
    display:none!important;
}
.breadcrumb.virus li.virus,
.breadcrumb.spam.inbound li.spam.inbound,
.breadcrumb.spam.outbound li.spam.outbound,
.breadcrumb.content li.content,
.breadcrumb.dlp li.dlp{
    display:inline-block!important;
}
#protection_service .policy_filter{
    display: none;
}
#protection_service.virus .policy_filter.virus,
#protection_service.spam .policy_filter.spam,
#protection_service.content .policy_filter.content,
#protection_service.dlp .policy_filter.dlp{
    display: block;
}
.trend-panel{
    display: block;
    padding: 5px 5px 5px 10px;
    margin: 0;
    border-radius: 0;
    border: #ddd 1px solid;
    width: 100%;
}
.trend-panel .panel-default{
    border: transparent!important;
    box-shadow: none!important;
}
.trend-panel .panel-heading{
    background: transparent!important;
}
.trend-panel .panel-group{
    margin: 15px;
}
.policy_filter.virus.outbound .panel-default,
.policy_filter.virus.outbound .panel-body{
    border: none!important;
    box-shadow: none!important;
}
.policy_filter.virus.outbound .panel-heading{
    display: none!important;
}

.filter-spam-bec,
.filter-spam-graymail,
.filter-spam-snap,
.action-virus,
.action-delete-attachments{
    display: none;
}
.tm-theme.spam.inbound .filter-spam-bec,
.tm-theme.spam.inbound .filter-spam-graymail,
.tm-theme.spam.inbound .filter-spam-snap,
.tm-theme.virus .action-virus,
.tm-theme.virus .action-delete-attachments,
.tm-theme.content .action-delete-attachments,
.tm-theme.dlp .action-delete-attachments,
.tm-theme.inbound .action-quarantine,
.tm-theme.spam.outbound .action-quarantine,
.tm-theme.virus.outbound .action-quarantine,
.tm-theme.dlp.outbound .action-quarantine{
    display: flex;
}
.tm-theme .tokenfield.input-lg{
    min-height: 250px!important;
    font-size: 12px!important;
}
.tm-theme .tokenfield.input-lg .token{
    height: auto!important;
}
.tm-theme .tokenfield .token .close{
    padding-top:2px;
}
#provision_wizard_window .sidebar_left .nav-sidebar li{
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    color: #333;
    cursor: pointer;
}
#provision_wizard_window .sidebar_left .nav-sidebar li:hover {
    background: #ededed;
}
#provision_wizard_window .sidebar_left .nav-sidebar li.active {
    background: #e8e8e8;
    font-weight: 700;
}
#provision_wizard_window .btn{
    justify-content: center;
}
.wizard_migration_hes_confirm,
.wizard_provision_process,
.wizard_mirgation,
.wizard_mirgation_retry,
.wizard_mirgation_skip,
.wizard_profile,
.wizard_identifier,
.wizard_domain,
.wizard_finish{
    display: none
}
.provision_migration_hes_confirm .wizard_migration_hes_confirm,
.provision_wizard_mirgation .wizard_mirgation,
.provision_wizard_profile .wizard_profile,
.provision_wizard_identifier .wizard_identifier,
.provision_wizard_domain .wizard_domain,
.provision_wizard_finish .wizard_finish,
.provision_wizard_mirgation .wizard_provision_process,
.provision_wizard_profile .wizard_provision_process,
.provision_wizard_identifier .wizard_provision_process,
.provision_wizard_domain .wizard_provision_process,
.provision_wizard_finish .wizard_provision_process{
    display: flex;
}
.provision_wizard_mirgation .btn.wizard_mirgation{
    display: inline-block;
}
#provision_wizard_window .sidebar_left .nav-sidebar li.disabled{
    cursor: not-allowed;
    opacity: 0.8;
    background: none!important;
}
.sidebar_left{
    border-right: 1px solid #ddd;
    padding-right: 0;
}
#migration_hes_data_tool .wizard_help,
#provision_wizard_window .wizard_help,
#imsx_migration_wizard .wizard_help{
    font-size: 18px;
    text-shadow: none;
    margin-top: 2px;
    margin-right: 5px;
}
#provision_wizard_window .nav-sidebar li.tab_good {
    background:url(../images/icon-success-s.png) no-repeat right 5px center;
}
#provision_wizard_window .nav-sidebar li.tab_good:hover {
    background:#ededed url(../images/icon-success-s.png) no-repeat right 5px center;
}
#provision_wizard_window .nav-sidebar li.active.tab_good {
    background:#e8e8e8 url(../images/icon-success-s.png) no-repeat right 5px center;
}
.close:focus{
    outline: none!important;
}

.provision_completed button.wizard_migration_hes_confirm,
.provision_completed button.wizard_mirgation,
.provision_completed button.wizard_profile,
.provision_completed button.wizard_identifier,
.provision_completed button.wizard_domain{
    display: none!important;
}
.provision_completed button.wizard_finish_button,
.provision_completed button.wizard_finish{
    display: block!important;
}
.migration_data_tool_success .complated-td,
.wizard_finish .complated-td{
    font-size: 15px;color: #333333;line-height: 15px; text-align: left;
    font-weight: bold
}
.syslog_configuration .input-error{
    line-height: 16px; 
    margin: 2px;
}
.tm-login-page{
    background-size: cover;
    background-position-y:-50px;
    background-repeat: no-repeat;
}
.logon-0{
    background-image: url(../images/index-login-01.jpg);
}
.logon-1{
    background-image: url(../images/index-login-02.jpg);
}
.logon-2{
    background-image: url(../images/index-login-03.jpg);
}
.logon-3{
    background-image: url(../images/index-login-04.jpg);
}

.preload_img{
    top:-9999px;
    left: -9999px;
}
a.syslog-test-btn{
    color: #337ab7;
    text-decoration: underline;
}


@media (max-width: 1430px) {
    
    .log-on-description{
        margin-left:75px;
    }
    
}
@media(max-width:1020px){
    .log-on-description{
        max-width: 100%;
        margin: 50px 75px;
    }
    .log-on-content{
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .log-on-description{
        max-width: 100%;
        margin: 50px 75px;
    }
    .log-on-content{
        margin: 0 auto;
    }
  }

a.provision-help-link,
a.provision-help-link:link{
    color:#999;
    text-decoration: none;
}
a.provision-help-link:hover{
    color:#fff;
}
.provision_wizard_btn{
    padding:1px 15px;
}
.inline-online-help.start_link{
    text-decoration: underline;
}
.resend_profile_mail{
    min-width: unset!important;
}
span.ui-slider-handle:focus,
span.ui-slider-handle{
    outline:none;
}

.spf_action_list {
    height: 32px;
}

/* password analyzer */
#password_analyzer ul {
    list-style: none;
}
#password_analyzer_import .password_demo_div {
    clear: left;
    height: 50px;
    line-height: 50px;
}
#password_analyzer_import a {
    color: #337ab7;
    text-decoration: underline;
}
#password_analyzer_import .import_password_list .header {
    white-space: nowrap;
}
#password_analyzer_import .import_result {
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #b2b2b2;
    height: 200px;
    margin-right: 5px;
}
#password_analyzer_import .import_ok {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: url("../images/messageIcon_ok.png");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: left center;
}
#password_analyzer_import .import_error {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: url("../images/messageIcon_error.png") no-repeat;
    padding-left: 20px;
    background-position: left center;
    margin-left: 15px;
    padding-right: 5px;
}
#password_analyzer_import .tmGrid tbody.row_container tr td {
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    width: 50%;
    line-height: 24px;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
}
#password_analyzer_import .tmGrid tbody.row_container tr td.valid_item {
    background: url("../images/messageIcon_ok.png") no-repeat;
    padding-left: 20px;
    background-position: 2px center;
    word-break: break-all;
}
#password_analyzer_import .tmGrid tbody.row_container tr td.invalid_item {
    background: url("../images/messageIcon_error.png") no-repeat;
    padding-left: 20px;
    background-position: 2px center;
    word-break: break-all;
}
#password_analyzer_import .tmGrid tbody.row_container tr:last-child {
    border-bottom: 1px solid #dcdcdc;
}
.custom_regex .topoptions dd, .custom_regex .topoptions dt {
    padding-top: 7px;
    line-height: 18px;
}
.custom_regex .topoptions dd input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}
.custom_regex .topoptions label {
    font-weight: normal;
}
.custom_regex .panel div.content li {
    list-style: none;
}
.custom_regex .panel ul.detailLists li {
    min-height: 25px;
}
.custom_regex .panel ul.detailLists li input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin-left: 0px;
    vertical-align: middle;
    display: inline-block;
}
.custom_regex .panel ul.detailLists li label {
    display: inline-block;
}
.custom_regex .panel ul.detailLists li input[type=text] {
    height: 13px;
}
.custom_regex #upload_error_text {
    color: red;
}
.custom_regex #pwd_result{
    color: rgb(0, 0, 0);
    font: 400 12px Arial, Helvetica, sans-serif;
}
.custom_regex .highlight {
    background: yellow;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.custom_regex .unmatched {
    color: red;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.custom_regex .panel ul.detailLists li textarea {
    vertical-align: middle;
    resize: auto;
}
.custom_regex #regex_result_area textarea {
    color: rgb(0, 0, 0);
    font: 400 12px Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}
.custom_regex #regex_result_area .invalid_item {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: url(../images/messageIcon_error.png) no-repeat;
    padding-left: 20px;
    background-position: left center;
    margin-left: 15px;
    padding-right: 5px;
    vertical-align: middle;
}
.custom_regex table.custom_regex_form td{
    padding:9px;
}

.float-left {
    float: left;
}
.text-left {
    text-align: left;
}
.min-height-200 {
    min-height: 200px;
}
.min-height-245 {
    min-height: 245px;
}
.min-height-400 {
    min-height: 400px;
}
.margin-b35 {
    margin-bottom: 35px !important;
}
.margin-lr25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.input-red-border {
    border: 1px solid red;
}
.mfa_progress_bar {
    height: 30px;
    margin: 15px 0 30px 3%;
}
.mfa_progress_circle {
    width: 28px;
    height: 28px;
    float: left;
    border-radius: 50%;
}
.circle_finished {
    background-color: transparent;
    border: 2px solid #51a9ff;
}
.circle_current {
    background-color: #1890ff;
    border: 2px solid #1890ff;
}
.circle_unfinished {
    background-color: transparent;
    border: 2px solid #bfbfbf;
}
.mfa_progress_number {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    display: block;
    text-align: center;
}
.number_finished {
    color: #51a9ff;
}
.number_current {
    color: #fff;
}
.number_unfinished {
    color: #bfbfbf;
}
.mfa_progress_line {
    width: 36%;
    height: 2px;
    margin: 13px 15px;
    float: left;
}
.line_unfinished {
    background-color: #ebebeb;
}
.line_finished {
    background-color: #51a9ff;
}
.tip_required_field {
    color: red;
    font-weight: bold;
}
.mfa_summary_setting {
    margin-top: 25px;
}
.mfa_summary_authsource {
    margin-top: 25px;
    padding-left: 50px;
}
.mfa_dialog_description {
    margin-left: 25px;
    margin-top: 20px;
}
.mfa_dialog_description p {
    margin: 0 0;
}
.mfa_error_message {
    margin-bottom: 10px;
}
.mfa_link_button {
    /*font-weight: bold;*/
    text-decoration: underline;
    padding: 0 0 10px 0 !important;
}
.mfa_link_button_disabled {
    color: #7b7b7b;
    text-decoration: none;
}
.mfa_link_button:focus {
    outline: none;
}
.mfa_qr_code {
    margin-left: -8px;
}

#exception_demo {
    color: #337ab7;
    text-decoration: underline;
}

.input_title {
    border: 1px solid #ccc;
    background-color: #eee;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0px 6px;
    font-weight: 200;
}

.input_position{
    position: relative;
    left: -5px;
}

.ui-autocomplete .ui-menu-item{
    list-style-type: none;
    background-color: white;
    height: 20px;
}
.ui-autocomplete .ui-menu-item-wrapper{
    font-size:12px;
    height: 20px;
    padding-top:0px;
    padding-bottom:6px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #0d85ece3;
    border: 1px solid #0d85ece3;
    font-weight: 200;
    color: white;
}
.bottom-focus-icon {
    background-size: 100%;
}
.message-floor {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: rgba(0, 0,0, 0.2);
    top: 0;
    left: 0;
    text-align: center;
    z-index:99999;
}

.message-floor .messge-box {
    width: 145px;
    height: 100px;
    background: rgba(255, 255,255, 1);
    margin: 100px auto;
    border-radius: 10px;
    text-align: center;
    border: #ddd 1px solid;
}

.messge-box .messge-box-icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin: 17px auto;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.messge-box-icon h1 {
    color: white;
    display: inline;
    margin-top: 5px;
    font-size: 22px;
}

.messge-box .messge-box-content {
    color: #666;
    margin-top: -5px;
}
.warning-icon {
    display: inline-block;
    height: 26px;
    width: 26px;
    background: url(../images/icon-warning-48.png) no-repeat;
    background-size: 100%;
    
}
.infomation-icon {
    display: inline-block;
    height: 26px;
    width: 26px;
    background: url(../images/icon-info-48.png) no-repeat;
    background-size: 100%;
    
}
.success-icon {
    display: inline-block;
    height: 26px;
    width: 26px;
    background: url(../images/icon-success-48.png) no-repeat;
    background-size: 100%;
    
}

.error-icon {
    display: inline-block;
    height: 26px;
    width: 26px;
    background: url(../images/icon-error-48.png) no-repeat;
    background-size: 100%;
}
.confirm-page .log-on-content{
    margin-top:0px!important
}
.migration-status-popover{
    padding-bottom: 10px;
}
.underline-link {
    text-decoration: underline !important;
}
.popover-body ul.policy-reason{
    list-style: disc;
    margin-left: 15px;
    font-weight: bold;
}
.popover-footer{
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 25px;
    margin-right: 15px;
}

.popover.digestRuleConflictPopover {
    max-width: 550px;
}

.popover.digestRuleConflictPopover .popover-body{
    max-height: 450px;
    overflow-y: auto;
    margin-right: 0;
}


.tm-theme .popover.policyItemPopover{
    max-width: 550px;
}
.policy-item-warn .change-policy-warn,
.policy-item-error .change-policy-error,
.policy-item-confirm-warn .change-policy-confirm-warn,
.policy-item-resolve-error .change-policy-reslove-error{
    display: block;
}
.policy-item-warn .change-policy-error,
.policy-item-warn .change-policy-confirm-warn,
.policy-item-warn .change-policy-reslove-error,
.policy-item-error .change-policy-warn,
.policy-item-error .change-policy-confirm-warn,
.policy-item-error .change-policy-reslove-error,
.policy-item-confirm-warn .change-policy-warn,
.policy-item-confirm-warn .change-policy-error,
.policy-item-confirm-warn .change-policy-reslove-error,
.policy-item-resolve-error .change-policy-warn,
.policy-item-resolve-error .change-policy-error,
.policy-item-resolve-error .change-policy-confirm-warn{
    display: none;
}

.tm-theme .popover.policyItemPopover .popover-body{
    max-height:350px;
    overflow-y:auto;
    margin: 0;
}

.cert-summ-bg{
    background:#9999991f !important;
}
.cert-summ-font{
    font-weight: bold !important;
}
.cert-summ-err{
    color: red;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
    -ms-word-break: break-all;
}

label + input,
label + select{
    margin-left:5px;
}
.tm-theme .input-group-text{
    height: 22px;
}
.tm-theme .tm-full-width{
    width:100%!important;
}
/* address group */
.tm-theme.address-group .popover {
    max-width: 1000px;
    min-width: 150px;
    z-index: 10099;
}

#address_group_import .address_demo_div {
    clear: left;
    height: 50px;
    line-height: 50px;
}
#address_group_import a {
    color: #337ab7;
    text-decoration: underline;
}
#address_group_import .import_address_list .header {
    white-space: nowrap;
}
#address_group_import .import_result {
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #b2b2b2;
    height: 200px;
    margin-right: 5px;
}
#address_group_import .import_ok {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: url("../images/messageIcon_ok.png");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: left center;
}
#address_group_import .import_error {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: url("../images/messageIcon_error.png") no-repeat;
    padding-left: 20px;
    background-position: left center;
    margin-left: 15px;
    padding-right: 5px;
}
#address_group_import .tmGrid tbody.row_container tr td {
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    width: 50%;
    line-height: 24px;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
}
#address_group_import .tmGrid tbody.row_container tr td.valid_item {
    background: url("../images/messageIcon_ok.png") no-repeat;
    padding-left: 20px;
    background-position: 2px center;
    word-break: break-all;
}
#address_group_import .tmGrid tbody.row_container tr td.invalid_item {
    background: url("../images/messageIcon_error.png") no-repeat;
    padding-left: 20px;
    background-position: 2px center;
    word-break: break-all;
}
#address_group_import .tmGrid tbody.row_container tr:last-child {
    border-bottom: 1px solid #dcdcdc;
}

#address_group_detail .btn_address_add .fa-plus-circle{
    font-size: 12px;
}

.imsx_wizard_address_group_changed{
    padding: 0px!important;
}

.imsx_wizard_address_group_changed.imsx-header{
    width:60px;
    font-weight: bold;
    vertical-align: top!important;
}
.imsx_wizard_address_group_changed.imsx-line{
    height: 8px!important;
    padding: 0px!important;
}
.imsx-policy-address-group-changed{
    margin-left: 10px;
    margin-bottom: 10px!important;
}
.intl-tel-input-mobile{
    padding-left: 50px!important;
}

#preview_result_body .td_header:first-child,
.preview_result_body .td_header:first-child{
    width:200px;
}

/* ip reputation */
@-moz-document url-prefix() {
    .ip-reputation select.form-control {
        min-height: 155px !important;
    }
}
.ip-reputation>div {
    min-height: 0;
}
.ipreputation_iplist_model .demo_div {
    clear: left;
    height: 50px;
    line-height: 50px;
}
.ipreputation_iplist_model .import_list .header {
    white-space: nowrap;
}
.ipreputation_iplist_model .conflict_list {
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #b2b2b2;
    height: 200px;
    margin-right: 5px;
}
.ipreputation_iplist_model .import_ok {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: url("../images/messageIcon_ok.png");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: left center;
}
.ipreputation_iplist_model .import_error {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: url("../images/messageIcon_error.png") no-repeat;
    padding-left: 20px;
    background-position: left center;
    margin-left: 15px;
    padding-right: 5px;
}
.ipreputation_iplist_model .tmGrid tbody.row_container tr td {
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    width: 50%;
    line-height: 24px;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
}
.ipreputation_iplist_model .tmGrid tbody.row_container tr td.valid_item {
    background: url("../images/messageIcon_ok.png") no-repeat;
    padding-left: 20px;
    background-position: 2px center;
    word-break: break-all;
}
.ipreputation_iplist_model .tmGrid tbody.row_container tr td.invalid_item {
    background: url("../images/messageIcon_error.png") no-repeat;
    padding-left: 20px;
    background-position: 2px center;
    word-break: break-all;
}
.ipreputation_iplist_model .tmGrid tbody.row_container tr:last-child {
    border-bottom: 1px solid #dcdcdc;
}
.pointer{
    cursor: pointer;
}
