@charset "utf-8";


/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
Body {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 76%;
    margin: 0 auto;
    padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea {
    margin: 0;
    padding: 0;
}
input, select {
    font-family: Arial,Helvetica,sans-serif;
    line-height: 100%;
    outline: medium none;
    vertical-align: middle;
}
textarea {
    outline: medium none;
}
table, td, tr, th {
    font-size: 12px;
    text-align: left;
}
ol, ul {
    list-style: none outside none;
}
li {
    list-style-type: none;
}
img {
    border: 0 none;
}
h1 {
    color: #717174;
    display: inline;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h2 {
    color: #000000;
    font-size: 1.2em;
}
h3 {
    color: #BC283D;
    font-size: 1.8em;
    margin-bottom: 15px;
}
h4{
    color: #BC283D;
    font-size: 1.2em;
    margin-bottom:5px;
}
h5 {
    background: none repeat scroll 0 0 #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px;
}
a {
    color: #1A77C7;
    text-decoration: underline;
}
a:hover {
    color: #1A77C7;
    text-decoration: none;
}
a:visited {
}
a:active {
}
/*
 * Loading indicator repositioning
 * -------------------------------------- */
.ajax-loading{
    position: fixed;
    height: 50px;
    left: 500px;
    top: 200px;
    z-index: 2400;
    background: white url(../images/loading_large_icon.gif) no-repeat 52px 9px;
    visibility: hidden;
    -moz-box-shadow: 0 0 5px 5px #ccc;
    -webkit-box-shadow: 0 0 5px 5px #ccc;
    box-shadow: 0 0 5px 5px #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align: center;
    padding: 10px;
    width: 120px;
    border: 1px solid #777;
    background-color:#fff;
    opacity: 0.8;
    filter:Alpha(opacity=80);
    color:#333;
    font-weight:bold;
}
.ajax-loading p{
    margin-top: 40px;
}

/*
* Textbox, Dropdownlist, Text Area,
* -------------------------------------- */
form { margin:0; padding:0; }
input,select,textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}
input[type="text"] {
    padding-left: 6px;
}
select{padding:1px}
::-webkit-input-placeholder {
    font-size: 12px;
    color: #999;
}
:-moz-placeholder {
    font-size: 12px;
    color: #999;

}
:-ms-input-placeholder {
    font-size: 12px;
    color: #999;

}
select, textarea, input{border: 1px solid #C9C9C9; font-family: arial; font-size: 12px; color: #333;}
label select, label input, label textarea {vertical-align: middle;}
button{border: none; background: none; cursor: pointer;}
select.small-select { font:.8em Arial, Helvetica, sans-serif; padding:1px; }
label {font-weight: bold; line-height:22px; display:block;}

label.normal {
    font-weight: normal;
    display: initial;
}
.width_num{
    width:90px;
}
.width_short{
    width:221px;
}
.width100{
    width:100px;
}
.width150{
    width:150px;
}
.width221{
    width:228px;
}
.width300{width: 300px;}
.width450{
    width:450px;
}
.width65 {
    width: 65px;
}
.left{
    float:left;
}
.right{
    float:right;
}
.clear{
    clear:both;
}
.hidden{
    overflow:hidden;
}
.header{
    background-color: #EFEFEF;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
    min-width: 1024px;
}
.logo a{
    display:flex;
    height:35px;
    font-size:2em;
    text-decoration:none;
    color:#666666;
    text-align:left;
    line-height:35px;
}
.logo a img{
    width: 175px;
}
#main{
    position:relative;
    margin:0 20px;
    /*min-width: 960px;*/
}
.leftnav{
    position:absolute;
    width:204px;
    left: 0;
    height: 100%;
    overflow: auto;
}
.leftnav h2{
    display:block;
    padding:5px 15px;
    margin:15px 0 5px;
    background-color:#666666;
    color:#ffffff;

}
.leftnav ul li span{
    display:block;
}

.leftnav ul li span a{
    display:inline-block;
    padding: 0 10px;
    border-left:1px solid #666666;
}
.leftnav ul li span a:first-child{
    border:none;
}
.content{
    margin-left:234px;
    /*overflow:hidden;*/
    /*min-width:394px;*/
    margin-bottom:20px;
    min-height:600px;
    padding-left:30px;
    background:url(../images/border_left.png) repeat-y scroll 0 0 transparent;
}

.form_box{
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #CCCCCC;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    /*overflow:auto;*/
}
.org_info{
    font-size:1.1em;
    color:#666666;
}
.account_info{
    font-size:1.6em;
    color:#666666;
    display:block;
}
.form_box table{
    table-layout:fixed;
}
.form_box table thead tr th,
.form_label {
    font-weight:bold;
    line-height:25px;
    background-color:#dddddd;
    padding:2px 10px;
}
.form_box table td, .form_box table tr{
    padding:5px 10px;
}
.border_1t{
    border-top:1px solid #cccccc;
}
.red{
    color:#B52424;
}

#supportAccountsSpan {
    border: 1px solid #B52424;
    border-radius: 5px;
    padding-top:5px;
    padding-bottom:5px;
}
#supportAccountsSpan label{
    font-size:11px;
    font-weight:normal;
}
#supportAccountsSpan label i{
    background-size:11px;
    height:11px;
    width:11px;
    margin-left:10px;
    vertical-align:baseline;
}
#supportAccountsSpan a {
    margin-bottom: 20px;
    border: none;
}
#supportAccountsSpan span {
    padding-left: 10px;
    font-size:10px;
}

table.tb_main tr td.center{
    text-align:center;
}
.pg_width ul li{
    margin-right:5px;
}
.pg_width ul li.margin_10r{
    margin-right:10px;
}
.input-invisible{
    width: 1px !important;
    height:0 !important;
    border:0 !important;
    padding:0 !important;
    margin:0 0 0 -2px !important;
}
/*
 * Search Control
 * -------------------------------------- */
.search_box{
    float:left;
    margin-bottom: 10px;
}
.search_box label{
    display: inline;
    margin-right:15px;
    line-height:26px;
}

.search{float:left;height:24px; border:1px solid #cccccc;-webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px;position:relative; margin:0 0px;}
.name_input{
    width:340px;
    border: none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    height: 20px;
    line-height: 20px;
    float: left;
}
input.name_input:focus{ border:none;}
.search_btn{
    margin:0; position:absolute; right:0; cursor:pointer; height:24px;
    background:-webkit-gradient(linear,0% 0,0% 100%,from(#FAFAFA),to(#EAEAEA));
    background: -moz-linear-gradient(#FAFAFA, #EAEAEA);
    background: #EAEAEA;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#EAEAEA');
    border-color: #D4D4D4 #D4D4D4 #BCBCBC; border:none; border-left:1px solid #cccccc;padding:0 5px; cursor:pointer; border-width:1px;-moz-box-sizing: content-box;
    -webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;;border-radius: 0 3px 3px 0;
}
.search_btn:hover{
    background:-webkit-gradient(linear,0% 0,0% 100%,from(#599bdc),to(#3072b3));
    background: -moz-linear-gradient(#599bdc, #3072b3);
    background: #3072b3;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc', endColorstr='#3072b3');
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;}
.search_btn span {
    background:url("../images/icon_search_black.png") no-repeat scroll 0 0 transparent;display: inline-block;height:16px; width:16px; vertical-align:middle;
    margin-top: 0px;
    *margin-top:3px !important;
    margin-left: 0px;
    *margin-left:3px !important;
    display: inline-block;
}
.search_btn:hover span{background:url("../images/icon_search_white.png") no-repeat scroll 0 0 transparent;display: inline-block;height:16px; width:16px;  vertical-align:middle;
}
/*
 * Margin
 * -------------------------------------- */

.margin_10t{
    margin-top:10px;
}

.margin_20t{
    margin-top:20px;
}
.margin_10b{
    margin-bottom:10px;
}
.margin_20b{
    margin-bottom:20px;
}
.margin_50b{
    margin-bottom:50px;
}
.margin_10r{
    margin-right:10px;
}
.margin_5r{
    margin-right:5px;
}
.margin_5l{
    margin-left:5px;
}
.margin_10l{
    margin-left:10px;
}
.margin_20r{
    margin-right:20px;
}
.margin_15l{
    margin-left:15px;
}
.margin_65l {
    margin-left: 65px;
}
.width_percent94{
    width: 94%;
}

/*
 *  added for support account
 */

.input_width143 {
    width: 143px;
}
.input_width183 {
    width: 183px;
}
.select_width250 {
    width: 230px;
}
.support-view-edit {
    border: 1px solid #CCCCCC;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.margin_2tn{
    margin-top: -2px;
}
.info_div{
    background: none repeat scroll 0 0 ;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 10px;
    overflow:hidden;
}
.info_div table{
    table-layout:fixed;
}
.info_div table thead tr th{
    background-color:#e6e6e6;
}

.info_div table td, .info_div table tr{
    padding:5px 10px;
}

.role_ul{float:left; margin-top:5px;overflow:hidden; display:block; width:100%;}
.role_ul li span{ line-height:22px;}

/*
 * table
 * -------------------------------------- */
table.tb_main td, table.tb_main tr, table.tb_main th {
    font-size: 12px;
    text-align: left;
    color:#333333;
    font-weight:normal;
    padding:15px 5px;
    border-bottom:1px solid #dddddd;
}
table.tb_main th {
    font-weight:bold;
}
table.tb_main{
    width:100%;
    table-layout:fixed;
    border-top:1px solid #dddddd;
}
table.tb_main thead{
    font-weight:bold;
    background-color:#e6e6e6;
}
.content_table table.tb_main thead tr th:first-child, .content_table table.tb_main tbody tr td:first-child{
    width:24px;
    text-align:center;
}

table.tb_pg.conf_bg{
    border-top: none;
    padding: 0px;
}
table.tb_pg.conf_bg tr {
    background-color: #fff;
}
table.tb_pg.conf_bg tr:hover{
    background-color: #ddd;
}
table.tb_pg.conf_bg tr td{
    border-bottom: 1px #ddd solid;
    padding: 7px 10px
}
table.tb_pg.conf_bg thead tr th{
    padding:5px 10px;
}

table.tb_pg{
    width:100%;
    table-layout:fixed;
    background: none repeat scroll 0 0 #F1F1F1;
    border-top: 1px solid #dddddd;
    font-size: 12px;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 0 !important;
    overflow: hidden;
    padding: 0 20px;
    text-align:center;
}
table.tb_pg tbody tr td ul li{
    float:left;
}
.pg_info{
    text-align:right;
}
.pg_width{
    width:269px;
}
/*
 * footer
 * -------------------------------------- */
.footer {
    background-color: #DBDCDD;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer p {
    color: #333333;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

#footer {
    width: 100%;
    position: fixed;
    bottom: 25px;
    border-top:1px solid #999999;
}

#footer .new {
    float:left;
}

#footer a:link {color: #7db223;}

/*
 * page icons
 * -------------------------------------- */
.pg_icon_state_default{
    height:16px;
    width:16px;
    background:url("../images/ui-icons_888888_256x240.png");
}
.pg_icon_state_hover, .pg_icon_state_focus{
    height:16px;
    width:16px;
    background:url("../images/ui-icons_222222_256x240.png");
}

.icon_pg_Prev{
    background-position: -80px -158px;
}

.icon_pg_first{
    background-position: -48px -158px;
}

.icon_pg_next{
    background-position: -32px -158px;
}

.icon_pg_last{
    background-position: -64px -158px;
}
/* .icon_plus {
    background-position: 0 -192px;
}
.icon_plus:hover {
    background-position: -16px -192px;
}
.icon_minus {
    background-position: -16px -192px;
} */

/*
 *button
 * -------------------------------------- */

.btndiv{font-size:12px; color:#333333; clear:both; height:28px; line-height: 28px; margin-bottom: 10px;}
.btndiv a{ color:#303030;}
.btndiv .btn{ float:left; margin-right:10px; font-size:12px;}
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
    padding:4px 15px;
    /*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color:#ffffff;
    cursor:pointer;
}
.button:hover {text-decoration: none;}
/*.button:active {position: relative;top: 1px;}*/

.gray {
    font-weight: bold;
    text-decoration: none;
    color: #717174;
    border: solid 1px #a3a3a7;
    background: #d2d2d2;
    line-height: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
    background: -moz-linear-gradient(top,  #ffffff,  #d2d2d2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2');
}
.gray:hover {
    text-decoration: none;
    color: #717174;
    background: #c1c1c1;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#c1c1c1));
    background: -moz-linear-gradient(top,  #eeeeee,  #c1c1c1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#c1c1c1');
}
.gray:active {
    text-decoration: none;
    color: #717174;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#dddddd));
    background: -moz-linear-gradient(top,  #c1c1c1,  #dddddd);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#dddddd');
}
.orange {
    font-weight: bold;
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f47a20;
    line-height: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
    color: #fef4e9;
    background: #f06015;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
    color: #fef4e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.orange:focus{border-color: #da7c0c;}
.inline_block{display:inline-block;}
.btn_disabled{
    text-decoration: none;
    color: #cccccc;
    border: solid 1px #d2d2d2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
    background: -moz-linear-gradient(top,  #ffffff,  #d2d2d2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2');
    cursor:default;
}
.btn_disabled:hover {
    text-decoration: none;
    color: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
    background: -moz-linear-gradient(top,  #ffffff,  #d2d2d2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2');
    cursor:default;
}
.btn_disabled{
    text-decoration: none;
    color: #cccccc;
    border: solid 1px #d2d2d2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
    background: -moz-linear-gradient(top,  #ffffff,  #d2d2d2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2');
    cursor:default;
}
.btn_disabled:hover {
    text-decoration: none;
    color: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
    background: -moz-linear-gradient(top,  #ffffff,  #d2d2d2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2');
    cursor:default;
}

/*
 *table icons
 * -------------------------------------- */
.table_icon{
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 0 2px;
    vertical-align: middle;
    width: 16px;
}

.icn_edit_16 {
    background: url("../images/icn_edit_16.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    vertical-align:middle;
    display: inline-block;
}
.icn_clone_16 {
    height: 16px;
    width: 16px;
    vertical-align:middle;
    display: inline-block;
    color: #90001D;
    mask: url("../images/copy-solid.svg") no-repeat 50% 50%;
    -webkit-mask: url("../images/copy-solid.svg") no-repeat 50% 50%;;
    background-color: #90001D;
}
.icn_trash_16{
    background:url(../images/icn_trash_16.png) no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    vertical-align:middle;
    display: inline-block;
}
.icn_save_16 {
    background: url("../images/icn_save_16.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    vertical-align:middle;
    display: inline-block;
}
.icn_cancel_16 {
    background: url("../images/icn_cancel_16.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    vertical-align:middle;
    display: inline-block;
}
.icn_addLink_12{
    background:url(../images/icn_addLink_12.png) no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 12px;
    vertical-align:middle;
    display: inline-block;
}
.icn_information_16{
    background:url(../images/icn_information_16.png) no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    vertical-align:middle;
    display: inline-block;
}
.icn_disable_16{
    background:url(../images/icn_disable_16.png) no-repeat scroll 0 0 transparent;
}
.icn_undisable_16{
    background:url(../images/icn_undisable_16.png) no-repeat scroll 0 0 transparent;
}
.icon_view{background:url(../images/icon_view.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align:middle;}
.set_16 {
    background: url("../images/set.png") no-repeat scroll 0 0 transparent;
}
.icon_user_online, .icon_user_offline, .icon_notregistereduser {
    background: url("../images/sprite_IV.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 9px;
    margin: 3px 5px 3px 0;
    width: 10px;
}
.icon_action_add{
    background:url("../images/icon_action_add.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    margin: 0 2px;
    width: 16px;
    vertical-align:middle;
}
.icon_user_online{
    background-position: -78px -47px;
}
.icon_user_offline {
    background-position: -105px -47px;
}
.icon_notregistereduser {
    background-position: -130px -47px;
}
.icn_action_sendmail{
    background:url(../images/icn_action_sendmail.png) no-repeat scroll 0 0 transparent;
}
/*
 *dialog
 * -------------------------------------- */
.ui-dialog { position: absolute; padding: .2em; width: 500px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding:0px 0px 5px 0px; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*Dialog*/
.ui-dialog .ui-dialog-content{padding: 10px;}
.ui-dialog {padding:0;border:1px solid #838385; }
.ui-dialog .ui-widget-header {background:#717174;color: #FFFFFF;font-weight: bold;border:none;}
.ui-dialog-titlebar.ui-corner-all{border-bottom-right-radius:0;}
.ui-dialog-titlebar.ui-corner-all{border-bottom-left-radius: 0;}
.ui-dialog .ui-dialog-title {font-size:14px; text-shadow: 0 1px 1px rgba(0,0,0,.3);}
.ui-dialog-titlebar a.ui-corner-all{background:none;}
.ui-dialog-titlebar-close.ui-state-hover .ui-icon-closethick{ background:url(../images/icn_close_hover_16.png)  no-repeat;width: 16px; height: 16px;}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px; }
.ui-dialog .ui-dialog-buttonpane {background:#F5F5F5; margin:0}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; text-align: center;}
.ui-dialog .ui-dialog-buttonpane button{
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
    padding:4px 15px;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color:#ffffff;
    margin: .5em .4em .5em 0;
}
.ui-dialog .ui-dialog-buttonpane button.orange {
    font-weight: bold;
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.ui-dialog .ui-dialog-buttonpane button.orange:hover {
    color: #fef4e9;
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.ui-dialog .ui-dialog-buttonpane button.orange:active {
    color: #fef4e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.ui-dialog .ui-dialog-buttonpane button.gray {
    font-weight: bold;
    text-decoration: none;
    color: #717174;
    border: solid 1px #a3a3a7;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
    background: -moz-linear-gradient(top,  #ffffff,  #d2d2d2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2');
}
.ui-dialog .ui-dialog-buttonpane button.gray:hover {
    text-decoration: none;
    color: #717174;
    background: #717174;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#c1c1c1));
    background: -moz-linear-gradient(top,  #eeeeee,  #c1c1c1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#c1c1c1');
}
.ui-dialog .ui-dialog-buttonpane button.gray:active {
    text-decoration: none;
    color: #717174;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#dddddd));
    background: -moz-linear-gradient(top,  #c1c1c1,  #dddddd);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#dddddd');
}
.ui-dialog .ui-button-text-only .ui-button-text { padding: 0 4px;}
table.dialog_table{ margin-top:0;}

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/*
 * Tab
 * -------------------------------------- */
.tab_box{ clear:both; margin-top:10px;}
.tab{padding-top:26px;position:relative;font-size:12px; clear:both;}
.tab_lst{position:absolute;top:0;left:0;width:100%;border-bottom:1px solid #cccccc; height:24px; z-index:1; margin-bottom: 10px;}
.tab_lst a{float:left;height:23px;border:1px solid #cccccc; text-align:center;text-decoration:none;line-height:24px; margin:0 5px; padding:0 10px;color:#3A7AB6; overflow:hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.tab_lst a.mouse_out{height:24px;line-height:24px; border:1px solid #cccccc; border-bottom:none; color:#333333; background:#ffffff; overflow:hidden; font-weight:bold; }
#twitterTab .tab_lst a.mouse_out{background:#efefef;}
#account_id.hide_{
    width: 0;
    border: 0;
    padding: 0;
    margin: 0;
    /* display: block; */
}
#checkproduct.hide_{
    width: 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
}
.disable_color{color: #999999;}
.e401{
    background: url("../images/error_icon.png") no-repeat scroll 0 0 transparent;
}

.errorpage{
    width:500px;
    padding:0 80px;
    margin:100px auto;

}


.errorpage h1{
    font-size:36px;
    font-weight:bold;
    color:#999999;
}

.errorpage p{
    font-size:14px;
    color:#999999;
    margin:20px 0;
}
.overflow_h{overflow: hidden;}

.clearfix{zoom:1;}/**ie6**/
.clearfix:before, .clearfix:after {
    content:" ";
    display:table;
}
.clearfix:after {
    clear:both;
}

.text-center{
    text-align: center;
}
.icn-arrow-right-large {
    background: url("../images/img_arrow_large.png") no-repeat;
    display: inline-block;
    height: 50px;
    margin: 25px 30px;
    width: 38px;
}
.icn-arrow-right-small{
    background: url("../images/img_arrow_small.png") no-repeat;
    display: inline-block;
    height: 21px;
    width: 16px;
    margin: 20px;
}
.icn-success-large {
    background: url("../images/img_success_large.png") no-repeat;
    display: inline-block;
    height: 72px;
    margin: 15px 30px;
    width: 72px;
}
.icn-success-small, .icn-failure-small {
    display: inline-block;
    height: 16px;
    width: 16px;
}
.icn-success-small{
    background: url("../images/img_success_small.png") no-repeat;
}
.icn-failure-small{
    background: url("../images/img_failure_small.png") no-repeat;
}
.b-migration-paragraph{
    background-color: #DFF0D8;
    color: #4A905C;
    line-height: 20px;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}
.b-migration-list{
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
}

.b-migration-list > li{
    float: left;
    padding-right: 50px;
}

.b-migration-datalist > li{
    float: left;
    margin-right: 10px;
}

.b-migration-data{
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
    min-width: 180px;
}
.b-migration-status{
    background-color: #E9F8FF;
    color: #88AAC6;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #8FD2DD;
    margin-top: 10px;
    padding: 5px;
}
.b-migration-status span{
    color: #FC356F;
}

input.readonly{
    background: #efefef;
    color: #999;
    cursor: not-allowed;
}
.b-migration-select{
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.b-migration-select > li{
    line-height: 25px;
}
.b-migration-select input[type="radio"]{
    vertical-align: text-top;
    margin-right: 5px;
}
.b-migration-history{
    width:100%;
}

.b-migration-history th, .b-migration-history td{
    font-weight: bold;
    padding: 10px 5px;
}
.b-migration-history th{
    background-color: #E6E6E6;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.b-migration-history td{
    border-bottom: 1px solid #CCCCCC;
}
.b-migrate-details{
    border-top: 1px solid #CCCCCC;
    font-weight: bold;
    width: 100%;
}
.b-migrate-details td{
    background-color: #EFEFEF;
    padding: 10px;
    vertical-align: top;
}
.b-migrate-details td:first-child{
    border-right: 2px solid #FFFFFF;
}
.b-migrate-detail > li{
    line-height: 20px;
}
.b-text-blue{
    color:#269226;
}
.b-text-red{
    color:#FC2524;
}
.b-text-bold{
    font-weight: bold;
}
.b-text-green{
    color:#008000;
}

.b-migrate-error{
    line-height: 25px;
    background-color: #FCF8E3;
    padding: 10px;
    color: #C5945B;
    border: 1px solid #FBF0D8;
}
.hide{
    display:none;
}
.padding5-R{padding-right:5px;}
.form_box table.incident-agency td{
    padding:5px 0;
    margin-right: 10px;
}
.searchUpgrade .name_input,.searchUpgrade .name_input:focus{width:130px;border:1px solid #ccc;border-radius:3px;margin-right: 5px;}
.searchUpgrade .gbqfb{position:static; border:1px solid #ccc;height:26px; width: 35px;}
#internationalDialog .internationalNumber{
    margin-top: 5px;
    margin-bottom: 5px;
}
#internationalDialog.ui-widget-content a{
    color: #1A77C7;
}
table.tb_pg tbody tr td ul.country-list li{
    float: none;
}
#specialConferenceBridge.form_box{
    overflow: inherit;
}
/**switchoverPanel begin*/
.bg-#fef6f0{ background-color: #fef6f0;}
.orgSelectWidgetApp{position:absolute;z-index:2000;max-height:500px;}
.orgSelectWidgetApp .orgFilterContainer{position:absolute;display:block;border:1px solid #c3c3c3;border-radius:4px;background-color:#fff;}
.orgSelectWidgetApp .orgsListContainer{float:left;padding-top:0;}
.orgsListContainer li:hover{background-color:#ddd;}
.orgsListContainer li{padding:8px;border-bottom:1px solid #efefef;white-space:normal;word-wrap:break-word;word-break:break-all;}
.selectBoxWidget{display:inline-block;}
.selectedItemsContainer{background:#fff;}
.selectBoxWidget .selectedItemsContainer{padding:3px;width:258px;max-height:400px;border:1px solid #c3c3c3;border-radius:4px;cursor:text;padding-right:20px;}
.selectBoxWidget .selectedItem{display:inline-block;margin:2px;padding:2px;border:1px solid #ccc;border-radius:4px;background-color:#efefef;}
.simpleItemsListWidgetContainer{position:absolute;z-index:3001;margin-top:2px;padding:0;width:250px;border:1px solid #c3c3c3;border-radius:4px;background-color:#fff;}
.simpleItemsListWidget .quickSearchContainer{padding:0px 15px 15px 15px; border-bottom:1px solid #ccc;}
.simpleItemsListWidget ul>li{position:relative;border-bottom:1px solid #efefef;white-space:normal;word-wrap:break-word;cursor:pointer;word-break:break-all; padding-left:10px;}
.simpleItemsListWidget ul>li.hasNextLevel i.arrows-right{border-left-color:#000000;}
.simpleItemsListWidget ul>li>a{display:block;padding:5px 15px;color:#333;text-decoration:none;line-height:25px;}
.simpleItemsListWidget ul>li>i{position:absolute;top:47%;right:10px;display:block;}
.simpleItemsListWidget ul>li>i{position:absolute;top:47%;right:10px;display:block;}
.rtl .simpleItemsListWidget ul>li>i{left:10px;right:inherit}
.simpleItemsListWidget ul>li:hover{background-color:#efefef;}
.simpleItemsListWidget ul>li>div.nextLevelContainer{display:none;}
.simpleItemsListWidget ul>li:hover>div.nextLevelContainer{display:block;}
.simpleItemsListWidget .pagination{padding:5px;background-color:#fff;text-align:center;}
.simpleItemsListWidget .pagination a{display:inline-block;vertical-align:top;font-weight:700;}
.simpleItemsListWidget .pagination i{background-color:#fff;text-align:center;}
.simpleItemsListWidget .pagination span{background-color:#fff;text-align:center;}
.switchoverPanel{position:absolute;z-index:3001;padding:0;width:250px;border:1px solid #ccc;background-color:#fff;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);}
.switchoverPanel .accountLevel li.active,.switchoverPanel li.active{background-color:#999;cursor:default;}
.switchoverPanel .accountLevel li.active,.switchoverPanel li.active>a{color:#FFF;}
.switchoverPanel .accountLevel li.active:hover,.switchoverPanel li.active:hover>a{color:#333;}
.switchoverPanel h3{display:block;padding:0 15px;color:#D01F29;line-height:30px; text-transform: uppercase;font-size:13px}
.switchoverPanel .accountLevel ul>li{padding:0px 15px 0px 25px;border-bottom:1px solid #efefef;white-space:normal;word-wrap:break-word;line-height:30px;cursor:pointer;word-break:break-all;}
.switchoverPanel .accountLevel ul{border-top:1px solid #efefef; }
.switchoverPanel .accountLevel ul li:hover{background-color:#efefef;}
.switchoverPanel .accountLevel ul>li.active:hover{background-color:#999;}
.selectBoxWidget .selectInput{padding-right:20px;width:250px;height:16px;background:url(common/img/sprite_icon.png) no-repeat 256px -242px!important;cursor:text!important;}

.search{float:right; margin-bottom:10px;}
.search_div{float:left;height:24px; border:1px solid #cccccc;-webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px;position:relative; margin:0 0px; background: #ffffff;}
.search .name_input,.name_input{width:180px;float:left;border: none; padding:2px; -webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px; height: 20px;line-height: 20px;margin-right:35px; }
.name_input:focus,.border-none{ border:none}
.event_input{-webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px; height: 16px; line-height: 16px; border:1px solid #cccccc;}
.gbqfb{ margin:0; position:absolute; right:0; cursor:pointer; height:24px;+width: 30px;
    background:-webkit-gradient(linear,0% 0,0% 100%,from(#FAFAFA),to(#EAEAEA));
    background: -moz-linear-gradient(#FAFAFA, #EAEAEA);
    background: #EAEAEA;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#EAEAEA');
    border-color: #D4D4D4 #D4D4D4 #BCBCBC; border:none; border-left:1px solid #cccccc;padding:0 5px; cursor:pointer; border-width:1px;
    -webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}
.gbqfb:hover{
    background:-webkit-gradient(linear,0% 0,0% 100%,from(#599bdc),to(#3072b3));
    background: -moz-linear-gradient(#599bdc, #3072b3);
    background: #3072b3;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc', endColorstr='#3072b3');
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;}
.gbqfi{background:url(common/img/more_actions.png) no-repeat;width:16px; height:16px; display:inline-block; cursor:pointer; margin: 0 2px;vertical-align:middle;}
.checksuccess{background:url(common/img/check_success.png) no-repeat;width:16px; height:16px; display:inline-block; cursor:pointer; margin: 0 2px;vertical-align:middle; background-size:16px;}
.gbqfb .gbqfi{background-position:-250px -46px;margin-top:0;*margin-top:3px!important;margin-left:0;*margin-left:3px!important;margin-right:0;}
.gbqfb:hover .gbqfi{background-position:-250px -69px;margin-top:0;*margin-top:3px!important;margin-left:0;*margin-left:3px!important;margin-right:0;}

/**switchoverPanel end*/
.search_account_id.hide_{
    width: 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
}
.ui-menu .ui-menu-item {
    max-width: 300px;
    word-break: break-all;
    word-wrap: break-word;
}
.ui-state-default.ui-autocomplete-input, .ui-widget-content .ui-state-default.ui-autocomplete-input, .ui-widget-header .ui-state-default.ui-autocomplete-input{
    background: #fff;
}
ul.ui-autocomplete {
    z-index: 1001;
}
.audioBulletinBoard_TFN_div .intl-tel-input input,.audioBulletinBoard_TFN_div .intl-tel-input input[type="text"],.audioBulletinBoard_TFN_div .intl-tel-input input[type="tel"]{width: 227px}
.table_Conf thead th{
    padding: 7px;
    background: #e6e6e6;
    border-bottom: 1px solid #d2d2d2;
}
.jqgrid .innerTable.ui-state-highlight, .jqgrid .ui-widget-content .innerTable.ui-state-highlight, .jqgrid .ui-widget-header .innerTable.ui-state-highlight{
    background: transparent;
}
.jqgrid tr.innerTable.ui-state-hover, .jqgrid .ui-widget-content tr.innerTable.ui-state-hover, .jqgrid .ui-widget-header tr.innerTable.ui-state-hover, .jqgrid .innerTable.ui-state-focus, .jqgrid .ui-widget-content .innerTable.ui-state-focus, .jqgrid .ui-widget-header .innerTable.ui-state-focus{
    background: transparent;
}
.jqgrid tr.innerTable.ui-state-hover td{
    background-color: transparent;
}
.ol-content{
    width: 300px;
    margin: 80px auto;
}
.oneLogin{
    background: #f7f7f7;
    height: 100%;
}
.oneloginPage .header, .switchRoleFormWrapper .header{
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 20px 50px;
    min-width: 1024px;
}
.oneloginPage .logo, .switchRoleFormWrapper .logo{
    display: block;
    width: 260px;
}
.oneloginPage .button.orange{
    font-weight: bold;
    border: none;
    background: #f17835;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
    border-radius: 4px;
    float: right;
    color: #fff;
    text-decoration: none;
}
.ebadmin-login{
    margin-top: 30px;
}
.oneloginPage .ebadmin-login a{
    color: #0099dd;
    text-decoration: none;
}
.switchRoleFormWrapper .loginRoleWrapper{
    width: 1000px;
    margin: auto;
}
.forExpand{
    margin: 10px 0;
    font-weight: bold;
}
.forExpand:hover{
    cursor: pointer;
}
.forExpand:focus{
    outline: none;
}
#nationalRegistry .data_source_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 2px 10px;
}
.products{
    min-width: 300px;
}
.premium-features{
    min-width: 300px;
}

.premium-children{
    padding-left: 20px;
}

.new-ui-icon {
    display: inline-block !important;
    font-size: 10px;
    background-color: #DC2A2A;
    border-radius: 5px;
    font-weight: normal;
    vertical-align: top;
    margin-left: 3px;
    margin-top: -2px;
    padding: 0 2px;
}

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

input.desktop-alert {
    width: 300px;
}

/* jQuery upgrade can't get correct width for inline element */
form span {
    display: inline-block;
}
span.s-ico {
    display: inline;
}

.margin_20l { margin-left: 20px; }
.margin_20r { margin-right: 20px; }
.margin_6b { margin-bottom: 6px;}

.flex {  display: flex; flex-wrap: wrap; }
.flex_end { display: flex; flex-wrap: wrap; align-items: flex-end; }

/* uniformly spaces radio and checkbox labels regardless of html formatting */
label { display: flex; align-items: center; }

.form_box > div > div { margin-left: 20px; }
.form_box > div > div label { font-weight: normal; }

.form_box_flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

div.account_data > div > label,
div.products_features > div > label,
div.account_admin > div > label {
    font-weight: bold;
}

.products > div,
.premium_features > div,
#products > div,
#premiumFeatures > div {
    margin-left: 20px;
}

.products > div > label,
.premium_features > div > label {
    font-weight: normal;
}

span.readonly {
    display: inline-block;
    border: 1px solid #C9C9C9;
    padding: 4px 6px 3px 6px;
    border-radius: 3px;
    line-height: 12px;
    height: 12px;
    min-width: 217px;
    background-color: #efefef;
}
span.readonly.no-min {
    min-width: auto;
}
span.readonly.width_num {  min-width: 90px; }
span.padding_left { padding-left: 6px; }
input:disabled { background-color: #efefef; }

.automation-circle-icon {
    border-radius: 50%;
    width: 10px;
    height: 15px;
    padding: 0px 5px 5px 5px;
    background: #69c569;
    color: #000;
    margin-left: 10px;
}

.account-information-static-width {
    min-width: 240px;
}