html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { outline: none; }

/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/
body { font-size: 12px; font-family: 'Verdana' , sans-serif; }

button { border-radius: 4px; cursor: pointer; height: 16px; line-height: 16px; padding: 4px 6px; vertical-align: middle; }
button.icononly { padding: 4px; }

fieldset { border-radius: 4px; padding-top: 10px; }
fieldset > table,
fieldset > form { margin: 5px; }

hr { height: 1px; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="datetime"],
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="search"],
textarea,
select
{
  border-radius: 4px; padding: 2px; resize: none; width: 200px;
}
input[type="number"],
input[type="datetime-local"],
input[type="datetime"],
input[type="date"],
input[type="time"],
input[type="search"],
select
{
  border-top-right-radius: 0px; border-bottom-right-radius: 0px; width: 204px;
}


legend { margin-left: 10px; padding: 3px; font-weight: bold; }

small { font-size: 80%; }

strong, b { font-weight: bold; }

table td,
table th { padding: 2px 3px;}

table.form th { font-weight: bold; text-align: right; white-space: nowrap; }
Xtable.form th { font-weight: bold; text-align: right; white-space: nowrap; }

table.form, table.form th,table.form td { -tmp-border: 1px solid black; }


.w45p  { width: 45% !important;}
.w47p  { width: 47% !important;}
.w48p  { width: 48% !important;}
.w49p  { width: 49% !important;}
.w50p  { width: 50% !important;}
.w100p  { width: 100% !important;}
.w16    { width: 16px !important;  min-width: 16px !important;}
.w22    { width: 22px !important;  min-width: 22px !important;}
.w25    { width: 25px !important;  min-width: 25px !important;}
.w30    { width: 30px !important;  min-width: 30px !important;}
.w35    { width: 35px !important;  min-width: 35px !important;}
.w40    { width: 40px !important;  min-width: 40px !important;}
.w45    { width: 45px !important;  min-width: 45px !important;}
.w50    { width: 50px !important;  min-width: 50px !important;}
.w60    { width: 60px !important;  min-width: 60px !important;}
.w70    { width: 70px !important;  min-width: 70px !important;}
.w75    { width: 75px !important;  min-width: 75px !important;}
.w80    { width: 80px !important;  min-width: 80px !important;}
.w85    { width: 85px !important;  min-width: 85px !important;}
.w90    { width: 90px !important;  min-width: 90px !important;}
.w95    { width: 95px !important;  min-width: 95px !important;}
.w100   { width: 100px !important; min-width: 100px !important;}
.w110   { width: 110px !important; min-width: 110px !important;}
.w120   { width: 120px !important; min-width: 120px !important;}
.w125   { width: 125px !important; min-width: 125px !important;}
.w130   { width: 130px !important; min-width: 130px !important;}
.w140   { width: 140px !important; min-width: 140px !important;}
.w145   { width: 145px !important; min-width: 145px !important;}
.w150   { width: 150px !important; min-width: 150px !important;}
.w160   { width: 160px !important; min-width: 160px !important;}
.w175   { width: 175px !important; min-width: 175px !important;}
.w200   { width: 200px !important; min-width: 200px !important;}
.w225   { width: 225px !important; min-width: 225px !important;}
.w250   { width: 250px !important; min-width: 250px !important;}
.w275   { width: 275px !important; min-width: 275px !important;}
.w300   { width: 300px !important; min-width: 300px !important;}
.w325   { width: 325px !important; min-width: 325px !important;}
.w350   { width: 350px !important; min-width: 350px !important;}
.w375   { width: 375px !important; min-width: 375px !important;}
.w400   { width: 400px !important; min-width: 400px !important;}
.w425   { width: 425px !important; min-width: 425px !important;}
.w450   { width: 450px !important; min-width: 450px !important;}
.w475   { width: 475px !important; min-width: 475px !important;}
.w600   { width: 600px !important; min-width: 600px !important;}
.w800   { width: 800px !important; min-width: 800px !important;}
.w900   { width: 900px !important; min-width: 900px !important;}

.alignCenter { text-align: center; }
.alignLeft { text-align: left !important; }
.alignRight { text-align: right !important; }
.hidden { display: none; }
.clear { font-size: 1px; height: 1px; line-height: 1px; clear: both; }

/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/

body { -tmp-overflow: scroll; }
body > header { height: 80px; overflow: visible; }
body > footer { height: 112px; }
body > header > section,
body > footer > section { margin: 0px auto;  overflow: visible; padding: 15px 0px; position: relative; width: 960px; }




table.list { margin: 10px 0px;}
table.list th { font-weight: bold; text-align: left; }
table.list th,
table.list td { padding: 7px 10px; }
table.list thead tr { margin-bottom: 10px; }

.tvtop { vertical-align: top; padding-top: 8px; }
.vtop { vertical-align: top; }

/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/

body.user_info fieldset { margin-bottom: 10px; }
body.user_info fieldset.w49p { float: left; }
body.user_info fieldset.w49p:nth-of-type(2n) { float: right; }



#mainMenu { margin: 0px auto; position: absolute; right: 0px; top: 0px; }
#mainMenu li { float: left; margin-right: 15px; }
#mainMenu li a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; display: inline-block; font-weight: bold; height: 30px; line-height: 30px; padding: 0px 10px; text-decoration: none; }

#subMenu { margin: 0px auto; position: absolute; right: 0px; bottom: 0px; }
#subMenu li { float: left; margin-right: 15px; }
#subMenu li a { border-top-left-radius: 4px; border-top-right-radius: 4px; 
       display: inline-block; font-weight: bold; height: 25px; line-height: 25px; 
       padding: 0px 10px; text-decoration: none; }

#subMenu2 { margin: 0px auto; position: absolute; right: 0px; top: 80px; }
#subMenu2 li { float: left; margin-right: 15px; }
#subMenu2 li a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; 
       display: inline-block; height: 25px; line-height: 25px; 
       padding: 0px 10px; text-decoration: none; }

#contentMenu { border-radius: 4px; /* height: 26px; */ margin: 40px auto 20px auto; padding: 0px 10px; width: 940px; }
body.reminder_password #contentMenu,
body.password_confirm #contentMenu,
body.login_bylink #contentMenu,
body.login #contentMenu { display: none; }
#contentMenuInfo { height: 24px; /*height: 30px; */}
#contentMenuInfo span { display: inline-block; height: 16px; line-height: 16px; margin-top: 5px; margin-right: 5px; padding-left: 20px; }
#contentMenuInfo span.currency, #contentMenuInfo span.n { display: inline; height: 16px; line-height: 16px; margin-right: 0px; padding-left: 0px; }
#contentMenuInfo select { width: auto; margin: 0; padding: 0; margin-bottom: 5px; }
#contentMenuInfo span#ajaxProcessBox { 
  display: inline-block; margin-top: 2px; height: 22px; line-height: 22px; padding: 0px 4px 0px 22px; 
  background-color: #EBCACA;
  border-radius: 4px; 
}

#mainContent { margin: 20px auto; min-width: 960px; padding: 0px 10px; }

body.account #mainContent,
body.account_billing #mainContent,
body.account_invoice #mainContent,
body.user_info #mainContent,
body.user_sms #mainContent,
body.sms_stats #mainContent,
body.sms_in #mainContent,
body.sms_send #mainContent,
body.sms_send_multi #mainContent,
body.sms_send_multi0 #mainContent,
body.sms_send_multi1 #mainContent,
body.sms_send_multi2 #mainContent,
body.sms_send_multi_history #mainContent,
body.sms_send_multi_history_detail #mainContent,
body.sms_send_multi_templates #mainContent,
body.sms_send_multi_list #mainContent,
body.sms_send_multi_list_detail #mainContent,
body.user_2fa #mainContent,
body.sms_blacklist #mainContent,
body.user_security #mainContent,
body.viber_send_multi #mainContent,
body.viber_send_multi0 #mainContent,
body.viber_send_multi1 #mainContent,
body.viber_send_multi2 #mainContent,
body.viber_send_multi_history #mainContent,
body.viber_send_multi_history_detail #mainContent,
body.viber_send_multi_templates #mainContent,
body.viber_send_multi_list #mainContent,
body.viber_send_multi_list_detail #mainContent,

body.help #mainContent,
body.account_billing_day #mainContent,
body.sms #mainContent { width: 960px; } 

body.sms table.list tbody tr,
body.sms_in table.list tbody tr { cursor: pointer; }


body.sms_blacklist #mainContent .searchNum p,
body.sms_blacklist #mainContent .addNum p {
  margin-bottom: 5px;
  margin-left: 305px;
}

body.sms_blacklist #mainContent .searchNum label,
body.sms_blacklist #mainContent .addNum label {
  display: block;
  margin-bottom: 5px;
} 

body.sms_blacklist #mainContent .searchNum span,
body.sms_blacklist #mainContent .addNum span {
  display: inline-block;
  width: 300px;
  text-align: right;
  margin-right: 5px;
}

body.sms_blacklist #mainContent .searchNum button,
body.sms_blacklist #mainContent .addNum button {
  margin-left: 305px;
}


body.account #mainContent .filterBox {}
body.account #mainContent .filterBox form, 
body.account #mainContent .filterBox table, 
body.account #mainContent .filterBox select { width: 100% }
body.account #mainContent .filterBox table th { text-align: left; }
body.account #mainContent .accountInfoBox {}
body.account #mainContent .accountInfoBox p { margin-bottom: 5px; }



#ct-logo { font-size: 11px; height: 40px; line-height: 1.5em; padding-top: 40px; width: 280px; }
#ct-logo a { font-weight: bold; }

#loginBox { border-radius: 4px; margin: 0px auto; padding: 15px; width: 310px; }

.loginErr {
  margin-bottom: 10px;
    color: #000;
    line-height: 2.3em;
    font-weight: 600;
    background: #f4cccc;
}
.loginSuccess {
    margin-bottom: 10px;
    color: #000;
    line-height: 2.3em;
    text-align: center;
    background: #D4EAC8;
    font-weight: 600;
}
form .loginErr{
    margin:10px 0;
    text-align: center;
}



.boxFloatRow { overflow: hidden; }

.infoBox { margin: 10px 0px; }


.contentBox { border-radius: 4px;  margin: 10px 0px; overflow: hidden; }
.contentBox header { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; padding: 10px;  }
.contentBox header h2 { font-weight: bold; }
.contentBox > section { margin: 10px; }
.contentBox h3 { font-weight: bold; height: 20px; line-height: 20px; margin: 10px 0px; padding: 0px 10px; }

body.account_billing_day .toolBox .exports { display: none; }

body.account_billing_day .downloads {
  overflow: hidden;
}

body.account_billing_day .downloads ul {
  list-style-type: disc;
  float: left;
  margin-right: 55px;
  margin-left: 20px;
  margin-bottom: 20px;
}
body.account_billing_day .downloads ul li {
  line-height: 20px;
}

body.account_billing .toolBox .exports, 
body.sms_send_multi_history_detail .toolBox .exports, 
body.sms_send_multi_history_detail .toolBoxIn .exports, 
body.sms_in .toolBox .exports ,
body.sms_send_multi_list_detail .toolBox .exports ,
body.viber_send_multi_history_detail .toolBox .exports, 
body.viber_send_multi_history_detail .toolBoxIn .exports, 
body.sms .toolBox .exports { float: right; }
#download { width: 1px; height: 1px; position: absolute; left: -2000px; }

.smsDeliveryStats { border-radius: 4px; float: left; margin: 0px 10px 10px 0px; padding: 10px; }
.smsDeliveryStats table { width: 275px; }
.smsDeliveryStats h2 { font-weight: bold; }

.pointer,
.download { cursor: pointer; }
.tarrifsBox { margin-bottom: 20px; padding: 10px; }



/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/

textarea:required,
input:required { background-color: #f6fff6; outline: none; }
textarea:invalid,
input:invalid { background-color: #fff6ff; outline: none; }

.error { color: #CC7099; }
.smsCountInfo { color: #D00534; }

button
{ 
  background-color: #46b3e1;
  background-image: -webkit-linear-gradient(top, #76d7fd, #2fb6f2); 
  background-image: -moz-linear-gradient(top, #76d7fd, #2fb6f2); 
  background-image: -o-linear-gradient(top, #76d7fd, #2fb6f2); 
  background-image: -ms-linear-gradient(top, #76d7fd, #2fb6f2); 
  background-image: linear-gradient(top, #76d7fd, #2fb6f2); 
  border: 0px none;
  color: black;
  -tmp-text-shadow: 0px 1px 0px white;
}

button[disabled],
button[disabled]:hover
{ 
  background-color: silver;
  background-image: none;
  text-shadow: 0px 0px 0px transparent;
}  

button:hover
{ 
  background-color: #3aa8d6;
  background-image: -webkit-linear-gradient(top, #6ec5e4, #0f91cc); 
  background-image: -moz-linear-gradient(top, #6ec5e4, #0f91cc); 
  background-image: -o-linear-gradient(top, #6ec5e4, #0f91cc); 
  background-image: -ms-linear-gradient(top, #6ec5e4, #0f91cc); 
  background-image: linear-gradient(top, #6ec5e4, #0f91cc); 
  text-shadow: 0px -1px 0px black;
  color: white;
}


button.icon::before  {
  content: " ";
  float: left;
  height: 16px;
  margin-right: 4px;
  cmargin-top: 4px;
  width: 16px;       
}

button.icononly::before  {
  content: " ";
  float: left;
  height: 16px;
  width: 16px;       
}


button.working::before { background-image: url(img/wait.gif) !important; }
button.save::before { background-image: url(img/save.png); }

fieldset { border: 1px solid #5cccff; }

hr { background: none; border: 0px none; border-top: 1px solid #5cccff; } 
 
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="datetime"],
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="search"],
textarea,
select
{
  border: 1px solid silver; 
}

input[type="number"] { text-align: right; }

legend { border-bottom: 3px double #5cccff; }


/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/

html { background: #00293c; }
body { background: white; }
body > header { background: url(img/page-bg.png) left bottom no-repeat; }

body > footer { background: #00293c; border-top: 1px solid #7a9baa;  }

#mainMenu li a { border: 1px solid transparent; border-top: 0px none; color: white; text-shadow: 0px 1px 0px black; }
#mainMenu li.active a,
#mainMenu li:hover a { background: #e6e6e6; border: 1px solid #0f8fc8; border-top: 0px none; box-shadow: 0px 0px 5px #0f8fc8; color: #00aaf7; text-shadow: 0px -1px 0px white; }

#subMenu li a { border: 1px solid transparent; border-bottom: 0px none; color: white; text-shadow: 0px 1px 0px black; }
#subMenu li.active a,
#subMenu li:hover a { border: 1px solid #0f8fc8; border-bottom: 0px none; box-shadow: 0px 0px 5px #0f8fc8 inset; color: #00293c; text-shadow: 0px 1px 0px transparent; }

#subMenu2 li a { border-bottom: 3px solid transparent; border-top: 3px solid transparent; color: #999;}
#subMenu2 li.active a,
#subMenu2 li:hover a { border-bottom: 3px solid #84cdef; color: #00293c;}


#logo a { color: white; }
#ct-logo a { color: #668796; }


#loginBox { border: 1px solid #5cccff; }
#contentMenu { background: #32c0ff;  border: 1px solid #2694c4; }

#contentMenuInfo .working { background: url(img/wait.gif) 3px center  no-repeat; }
#contentMenuInfo a { color: black; }

table.list { border: 1px solid #5cccff; }
table.list thead tr { background: #def4fe;  border: 1px solid #5cccff; }
table.list thead th { border-left: 1px dotted #5cccff; }

table.list tbody tr.oddtr { background: #E9E9E9; }
table.list tbody tr:nth-of-type(odd) { background: #E9E9E9; }

table.list tbody tr td { border-left: 1px dotted #E9E9E9; line-height: 1.3;

    word-break: break-all;
    /* word-break: break-word; */
    overflow-wrap: anywhere;
    word-break: break-word;
}


table.list tbody tr.oddtr td { border-left: 1px dotted white; }
table.list tbody tr:nth-of-type(odd) td { border-left: 1px dotted white; }



table.list tbody tr.selected { background: #f8e3c7 !important; }


.contentBox { border: 1px solid silver; }
.contentBox header { background: #EEE; border-bottom: 1px solid silver; }

.contentBox h3 { background: #EEE; border-top: 1px solid silver; border-bottom: 1px solid silver; }

.pagingLinks { color: gray; }
.pagingLinks a { color: black; }

.smsDeliveryStats { border: 1px solid silver; }

table.border,
table.border th,
table.border td { border: 1px solid black; }

/*
table, table th, table td { border: 1px solid black; }
*/

article.text p { margin-bottom: 5px; }
article.text ul, article.text li { list-style-type: disc; }
article.text ul { margin-left: 20px; }
article.text li { margin-bottom: 5px; }

.nowrap { white-space: nowrap; }

.smsCheck ul { list-style-type: disc; margin-left: 20px; }


body.help #video0 { float: left; xheight: 405px; xheight: 405px; }
body.help .helpMenu { margin-left: 670px; }

body.help .helpMenu dl { margin-left: 15px; list-style-type: none; }
body.help .helpMenu dt { font-weight: bold; list-style-type: none;  }
body.help .helpMenu dl dt { font-weight: normal; }
body.help .helpMenu dt,
body.help .helpMenu li { margin-bottom: 7px; }
body.help .helpMenu li.nodisc { list-style-type: none; }
body.help .helpMenu ul { margin-left: 15px; list-style-type: disc; list-style-position: inside; }
.smsTextField { white-space: pre-wrap; font-family: monospace; }



body.sms_send_multi_list form p {
  margin-bottom: 3px;
}

body.sms_send_multi_list_detail .msisdns {
  overflow: hidden;
  margin: 10px 0;
}

body.sms_send_multi_list_detail .msisdns ul{
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  width: 165px;
}

body.sms_send_multi_list_detail .msisdns ul li *,
body.sms_send_multi_list_detail .msisdns ul li {
  line-height: 25px;
  vertical-align: middle;
  text-align: right;
}

body.sms_send_multi_list_detail .msisdns ul li img {
  margin-left: 5px;
}


body.sms_send_multi_templates p {
  margin-bottom: 10px;
}

body.sms_send_multi_templates .info {
  float: right;
}

body.sms_send_multi_templates table.form {
  margin: 20px 0;
}


body.sms_send_multi_templates table.form ul {
    list-style-type: disc;
    margin-left: 20px;
}


body.viber_send_multi1 .dataform {
  height: 320px;
  width: 370px;
}

body.viber_send_multi1 .dataform th {
  min-width: 75px;
}
.grecaptcha-badge { 
    visibility: hidden;
}
a.login {
  text-decoration: none;
  color: #111213;
  font-weight: bolder;

}
a.login:hover {
   text-decoration: underline;

}
h1.h1{
   font-size: 13px;
   margin: 10px 0 15px;
   font-weight: 600;
   text-align: center;
 }
 a.login_bylink{
   float: right;
   padding: 10px 0;
 }
 .hide{
   display:none !important;
 }
 .show{
   display: block;
 }
 .fa2-description{
     margin: 20px 10px;
     line-height: normal;
 }
.fa2-description p {
    margin: 5px 0;
}
 .bold{
     font-weight: bold;
 }
 input.inactive{
     background: #f4cccc !important;
     color:#000 !important;
 }
 .contentType button,
 button.actionActivate
 {
    width: 103px;
 }
