/*
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,
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;
}

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;
}
*/
/*@font-face {
    font-family: 'Nirmala UI Semilight';
    src: url('../fonts/NirmalaUI-Semilight.eot');
    src: url('../fonts/NirmalaUI-Semilight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NirmalaUI-Semilight.woff') format('woff'),
        url('../fonts/NirmalaUI-Semilight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}*/

/* globals */
*{
	margin: 0; 
	padding: 0;
}

body{
	/* text-align:center; */
	font: 13px;
	font-family: sans-serif;
	
	background-color: #f2f2f2 !important;
}

.system_alert_top{
	padding-top:12px;
	font-size:12px;
	color: rgb(7, 151, 84);
	height:10px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: sans-serif;

}
.system_alert_side_nav{
	margin:10px;
	font-size:12px;
	color: rgb(223, 13, 100);
}

/* Customize the label (the container) start */
.container_chkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 22px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

  }
  
  /* Hide the browser's default checkbox */
  .container_chkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;

  }
  
  /* On mouse-over, add a grey background color */
  .container_chkbox:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container_chkbox input:checked ~ .checkmark {
	background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .container_chkbox input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .container_chkbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 50%;

  }

/* Customize the label (the container) start */


/* a, a:hover, a:focus {
    color: #000 !important;
} */
b, strong {
    font-weight: bold;
    color: #000;
}

p {
	margin: 0px !important;
}

a:hover {
    color: #56bdff;
}
.client_items  {
	 color: #000;
}
.client_items a {
	color: #0000cc;
}
.client_items a:hover {
	color: #0000cc !important;
}
.inner_div a ,.inner_div a:hove {
	color: #0000cc;
}
.red {
	color:#CC2729;
}
.red strong{
	color:#CC2729;
}
.green {
	color:#006600;
}

.closed {
	color: #5bc0de;
}
.open{
	color: #f0ad4e;
}

.new {
	color: #000;
}

table.client_items tr td a.monthly {
	color: #9E9E9E !important;font-weight: bold !important;
}
table.client_items tr td a.weekly {
color: #9C27B0;
}
table.client_items tr td a.qut{
color: #e2a892;
}
table.client_items tr td a.year{
	color: #CDDC39;
}

table.client_items tr td a.every {
	color:#333333 !important;
	font-weight: bold !important;
}

.td-block {
	display: block;
}

#more_inv table tr td {
	    padding: 3px 6px 3px 0px !important;
}


/*structurals*/
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 950px;
}

#masthead {
	height: 96px;
}

#inner_masthead {
	/* background: #181818; */
	padding: 12px;
	color: #ededdd;
}

#inner_masthead p{
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-style: italic;
}

.header-fixed {
 width:100%;
    position:fixed;
    top:0px;
}
.header {
	background: url(../images/top.jpg) repeat-x;
	position: fixed;
    width: 100%;
    height: 90px; 
    z-index: 999;
}
#sidebar-wrapper {
	display: none;
}
#menu-toggle {
	display: none;
}

#top_nav {
	clear: both;
	position: relative;
	top: -48px;
}

#inner_top_nav ul li {
	display: inline;
}

#inner_top_nav ul li a{
	padding: 8px 12px;
	background: #606060;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

#inner_top_nav ul li a:hover{
	background: #fbfbf6;
	color: #181818;
}

#inner_top_nav ul li a.active{
	padding: 8px 12px;
	background: #fbfbf6;
	/*color: #181818;*/
	color: #184878;
	font-weight: bold;
	text-decoration: none;
}

#inner_side_nav li a:focus {
   
    text-decoration: none;
}

.account-options {
	margin-left: 15px;
}

/*signbar*/

.signbar_link {
	margin-top:15px;
	text-align: right;
} 
.signbar_link a {
		color: #f2f2f2 !important;
	    font-weight: normal;
	        font-size: 13px;
    margin-right: 10px;
}
.signbar_link a:hover {
		color: #ccc !important;
	    text-decoration: none;
}

.logo {
    text-align: left;
    float: left;
    text-decoration: none !important;
}

/* .tag-line {
	position: absolute;
	margin-top: -14px;
	margin-left: 1px;
	font-size: 12px;
	font-family: 'Nirmala UI Semilight';
	font-family: "Nirmala UI";
	font-family: "Open Sans", Arial, sans-serif;
	color: #c8c8c8;
	line-height: 1.333;
	text-align: left;
	left: 66px;
	letter-spacing: 2px;
} */

/*side_nav*/

#side_nav {
	/* float: left;
	width: 249px; */
	    background: #f2f2f2;
    text-align: left;
    padding-bottom: 20px;
   /*  min-height: 800px; */
}

#side_nav_invoice {
	float: left;
	width: 253px;
}

#inner_side_nav {
	margin: 0px 0px 0px 0px;
}

#inner_side_nav ul {
	margin: 0 !important;
	padding: 0; 
	/* position:relative; left:-36px; top:-1px;
	width:257px */
}

#inner_side_nav li {
    margin: 0;
    padding: 0;
    background: #dedede;
    border-top: 1px solid #ffffff;
    list-style-type: none;
    line-height: 38px;
    /* font-family: Arial, Tahoma, Verdana, sans-serif; */
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px -2px 0px;
    text-align: left;
}
#inner_side_nav li a img {
	width: 16%;
	height: auto; 
}

#inner_side_nav li.active {
   
    background: #c0d1dc;
        border-bottom: 1px solid #ffffff;

    
}

#inner_side_nav .panel {
	margin-top: 0px;
    margin-bottom: 0px !important;
        background-color: #c0d1dc !important;
    border:none !important;
     border-radius: 0px !important; 
    box-shadow:none !important;
    max-height: inherit !important;
    padding-bottom: 10px;
}
#inner_side_nav li a {
    display: inline-block;
     width: 100%;padding: 5px 10px;
     color: #000;
     cursor: pointer;		
}

   
#inner_side_nav li a:link,
#inner_side_nav li a:visited {
	display: block;
	margin: 0;
	
	color: #000000;
}

#inner_side_nav li a:hover {
	text-decoration: none;
	background: #ffffcc;
}
#inner_side_nav li a.active {
	text-decoration: none;
	background: #c0d1dc !important;
}

.sidenav-pad-none {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.text-right {
	text-align: right !important;
 }
 .mob-pagination i img, .pagination i img {
    height: 18px;
    /*margin-right: 3px;*/
}
.pagination {
    margin-bottom: 0px !important;
}
.main-menu {
	display: none;
}
/*view settings*/
.view {
	border: 0;
	vertical-align: top;
}

.view .desc{
	/*display: block;*/
	text-align: right;
	float: left;
	/*width: 140px;*/
	margin-right: 15px;
}

.view .value{
	font-weight: bold;
	/*display: block;*/
	/*width: 250px;*/
	float: left;
	margin-bottom: 10px;
}
.table-border {
	border: 1px solid #efefef;
}
.invoice_header_cname {
	text-align: left;
	float: right;
	/* width: 45%; */
	margin-bottom: 10px;
	/* text-align: right; */
}
.invoice_th {
    color: #888888;
    
}
.invoice_header_logo {
	text-align: left;
	float: left;
	width: 55%;
	margin-bottom: 10px;
}

.invoice_divider {
	color: #333333;
	background-color: #333333;
	float: left;
	width: 100%;
	height: 2px;
	clear: both;
	margin-bottom: 10px;
}

.inner_invoice_header {
	float: left;
	padding-bottom: 10px;
	/*font-weight: bold;*/
	    text-align: left;
}

.inner_invoice_header h4 {
	font-weight: bold;
}

.inner_invoice_header a {
	color:#0000cc;
}
.inner_invoice_header a:hover {
	color:#0000cc;
}
.invoice_dates {
	text-align: right;
	float: right;
	margin-bottom: 10px;
	/*font-weight: bold;*/
}

.invoice_table {
	border-width: 1px;
	border-style:solid;
	border-collapse:collapse;
	border-color:#cccccc;
	width:100%;
}

.invoice_th {
	color: #717171;
	background-color:#000000;
	border-right: 2px solid #ffffff;
}

.invoice_amount_details {
	text-align: right;
	float: right;
	width: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.invoice_amount_detail_labels {
	text-align: right;
	/*font-weight: bold;*/
	float: right;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.invoice_closed_label {
	width:664px;
	text-align:center;
	vertical-align: middle;
	/*font-weight: bold;*/
	float: right;
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
}
.margin-r {
	margin-right: 15px;
}
/*form*/
input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

input[type='radio'] {
	margin-top: 5px;
	/* width: 20px; // doesn't appear to have any affect, whereas setting at style does */
}
select {
    border: 1px solid #a9a9a9 !important;
    
    outline: none;
}
.sidebar_form_contacts {
	background: #dedede;
	padding-left: 5px;
}

.sidebar_form_contacts input, .sidebar_form_contacts label, .sidebar_form_contacts textarea, .sidebar_form_contacts select {
	display: block;
	/* width: 140px; */
	width: 47% !important;
	float: left;
	margin-bottom: 2px;
}

.sidebar_form_contacts label {
	text-align: right;
	
	margin-right: 10px;
	/* width: 92px; */
	width: 42% !important;
}

.sidebar_form {
	background: #dedede;
	padding-left: 10px;
}

.mark-invoice {
	
	padding-left: 100px;
    margin-top: 10px;
}

.mark-invoice label{
	
	text-align: left !important;
	margin-top: -4px;
}
.mark-invoice-div {
	background: #dedede;
	    border-top: 1px solid #ffffff;
}
.mark-invoice-div label{
	
	margin-top: -10px;
}
.sidebar_form input, .sidebar_form label, .sidebar_form textarea, .sidebar_form select , input[type="password"]  {
	display: block;
	width: 140px;
	float: left;
	margin-bottom: 2px;
}

.sidebar_form label {
	text-align: right;
	width: 80px;
	margin-right: 10px;
}
#web_hosting_buttons {
	margin-left: 15px;
}
#email_hosting_buttons , #root_server_list , #dedicated_server_list ,
#recur_id  , #flexible_server_list , #dedicated_server_list {
	margin-left: 15px !important;
}
#root_server_list #flexible_server_list , #dedicated_server_list  {
margin-left: 0px !important;
}

.filter {
	text-align: right;
	margin: 8px 0;
	width: 100%;
}

.filter input[type='text'] {
	width: 150px;
	margin: 0 4px;
	font: 14px;    padding-left: 5px;
}

.filter input[type='radio'] {
	vertical-align: middle;
}

.invoice_filter {
	margin: 8px 0;
	width: 100%;
}

.invoice_filter label{
	width: 80px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

.invoice_filter input {
	text-align: left;
	margin-right: 10px;
	font: 14px;
}

.invoice_filter select {
	font: 14px;
}

.basic {
	border: 0;
}

.basic input , .basic select {
	width: 250px;
    float: left;
    margin-bottom: 2px;
    font-size: 14px;
    color: #000;
    height: 21px;
	border: 1px #a9a9a9 solid;
	border-radius: 0px;
	padding:0px !important;
	box-shadow: none;
    
}
.basic textarea {
	
    margin-bottom: 2px;
    font-size: 14px;
    color: #000;
	border: 1px #a9a9a9 solid ;
	border-radius: 0px;
	padding:0px !important;
	box-shadow: none;
    
}
.basic input[type="checkbox"] {
	width: inherit;
    
    height:inherit;
	
    
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 5px 0 8px 0 !important;
}


.bold-input-text input , .bold-input-text select{
		font-weight: bold;
}
.basic label {
	display: block;
	text-align: right;
	width: 140px;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	color: #000;
}

.basic .btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px !important;
    width: inherit;
    height: inherit;
    color: #fff;
        border: 1px solid #a9a9a9 !important;
}


.zaz-link a {
	color: #0000cc;
	margin-top: 10px;
}
.ms_main_div a {
	color: #0000cc;
}
.ms_main_div a:hover ,.zaz-link a:hover   {
	color: #0000cc;
}
/* --- */

#side_nav select{
	width: 75% !important;    
	/* margin-left: 10px;  */
}
select#method {
    width: 51% !important;
}
#side_nav #reseller {
	  
    margin-left: 10px;
}
select#db_version {
	width: 50% !important;    /* margin-left: 10px;  */
}
.basic_invoice {
	border: 0;
	/*margin-left: -5px;*/
}

.basic_invoice select {
	/*width: 250px;*/
	
}

.basic_invoice input {
	
    width: 250px;
    float: left;
    margin-bottom: 2px;
    font-size: 14px;
    color: #000;
    height: 21px;
	
}

/* .form-control {
    display: block;
    width: 40% !important;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #607d8b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 30px !important;
}

.form-control2 {
  
    width: 90% !important;
    padding: 0rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #607d8b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 30px !important;
}
.form-control-input-select {
   
   
    padding: 0rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
   
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 30px !important;
}

.select-md-control {
    display: block;
    width: 40% !important;
    padding: 0.1rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #607d8b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 30px !important;
    float: left;
}
.select-control-m2 {
    display: block;
    width: 60% !important;
    padding: 0.1rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 30px !important;
    float: left;
} */
.mid-div {
	float: left;
	margin-top: -20px;
	width: 10%;
}

.basic_invoice label {
	display: block;
	text-align: right;
	width: 70px;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
/* --- */

.checkbox_label {
	display: block;
	width: 75px;
	float: left;
	text-align: right;
}

.basic input[type='button'] {
	font-weight: normal;
}

.basic input[type='submit'] {
	font-weight: normal;
}
input[type="radio"] {
    margin: 1px 0 0 !important;
    margin-top: 1px \9;
    line-height: normal;
}
input.radio1 {
	margin-top: 0px;
	width: 14px;
 	height: 20px;
 	margin-right: 5px !important;
 	/*vertical-align: middle;*/
	/*margin-bottom: 10px;*/
}

input.radio_options {
	margin-top: 0px;
	margin-left: 22px;
	width: 15px;
}

input.radio_opt_sublist {
	margin-top: 0px;
	margin-left: 44px;
	width: 15px;
}

#dedicated_server_list label {
	font-size: 7px;
}

input.radio_opt_sublist {
	margin-top: 0px;
	margin-left: 44px;
	width: 15px;
	font: 7px;
}

.basic textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.customized {
	margin-left: 30px;
}

.customized input {
	width: 70px;
	/*margin: 0 4px;*/
	font: 14px;
}

.itemized {
	margin: 0;
	margin-top: 10px;
	padding: 10px;
}

/*.itemized legend {
	font-size: 16px;
	margin: 7px 0;
	color: #000000;
}*/

input.checkbox1 {
	vertical-align: middle;
	margin-left: 10px;
}

input.checkbox2 {
	width:20px;
	margin-top:5px;
}

input.reseller_checkbox {
	margin-left:140px;
	margin-top:20px;
}

input.distributor_checkbox {
	margin-left:140px;
}
fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    border: 1px solid #c0c0c0 !important;

}
/* legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
} */
.itemized input{
	display: block;
	float: left;
	margin-bottom: 0px;
	/*margin-bottom: 10px;*/
	/*width: 65px;*/
	margin-right: 5px;
	text-align: right;
}
.itemized select{
	width: 83px;
/*	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 0; */
}
.itemized select.select1{
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 83px;
	margin-right: 5px;
	margin-left: 0;
}

.itemized textarea{
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 0px;
	/*margin-bottom: 10px;*/
	margin-right: 6px;
	margin-left: 1px;
	/* margin-right: 10px;  April 26 2011 PR */
}

.itemized .label0 {
	display: block;
	float: left;
	margin-bottom: 10px;
	/* width: 75px; */
	width:10%;
	margin-right: 10px;
}
.itemized .label1 {
	display: block;
	float: left;
	width:7%;
	margin-bottom: 10px;
	margin-right: 13px;
}

.itemized .label2 {
	display: block;
	float: left;
	/* width: 300px; */
	width:48%;
	margin-bottom: 10px;
	margin-right: 0px;
}

.itemized .label3 {
	display: block;
	/* width: 65px; */
	width:10%;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
}

.itemized .label4 {
	display: block;
	/* width: 50px; */
	width:13%;
	float: left;
	margin-right: 0px;
	margin-left: -10px;
	margin-bottom: 10px;
}

.itemized .label5 {
	display: block;
	/* width: 40px; */
	width:15%;
	margin-left: 37px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
}
.itemized .label6 {
	display: block;
	/* width: 50px; */
	width:3%;
	float: left;
	margin-right: 0px;
	margin-left: -10px;
	margin-bottom: 10px;
}

/* invoice page (Invoice Items) */

.invoice-items .itemized input{
	
	margin-right: 5px !important;
	
}
.invoice-items .itemized {
	
	/* width: 772px; */
	
}
.invoice-items .itemized .label0 {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 75px;
	/* width:10%; */
	margin-right: 10px;
}
.invoice-items .itemized .label1 {
	display: block;
	float: left;
	/* width:7%; */
	width: 54px;
	margin-bottom: 10px;
	margin-right: 13px;
}

.invoice-items .itemized .label2 {
	display: block;
	float: left;
	width: 415px; 
	/* width:48%; */
	margin-bottom: 10px;
	margin-right: 0px;
}

.invoice-items .itemized .label3 {
	display: block;
	width: 65px;
	/* width:10%; */
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
}

.invoice-items .itemized .label4 {
	display: block;
	width: 50px; 
	/* width:13%; */
	float: left;
	margin-right: 0px;
	margin-left: -10px;
	margin-bottom: 10px;
}

.invoice-items .itemized .label5 {
	display: block;
	width: 40px;
	/* width:15%; */
	margin-left: 37px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
}
.invoice-items .itemized .label6 {
	display: block;
	width: 50px; 
	/* width:3%; */
	float: left;
	margin-right: 0px;
	margin-left: -10px;
	margin-bottom: 10px;
}








.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.4 !important;
    border-radius: 3px;
}

.btn-primary {
	color: #fff !important;
    background-color: #3675ba !important;
    border-color: #3675ba !important;
}
.add_line {
	color: #3675ba;
	text-align: left;
	margin-left: 150px;
}
.add_line:hover {
	color: #3675ba;
	text-align: left;
	text-decoration: none;
}
br {
	clear: left;
}

.dns_validation_error {
	 padding: 0px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 20px;
    color: #000;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.dns_validation_error2 {
	 padding: 0px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 20px;
    color: #000;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.validation_error {
	/* color: #000000;
	font-weight: bold;
	background-color: #ffebe8;
	border: 1px solid #cc0000;
	float: left;
	width: 646px;
	margin-top: 12px;
	margin-bottom: 20px;
	font: 18px Arial, Tahoma, Verdana, sans-serif; */

	 padding: 0px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 20px;
    color: #000;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.validation_error div{
	    padding: 5px 12px;
}

.validation_error li{
	list-style: none;
}

.validation_success {
	/* background-color: #cfebf7;
	border: 1px solid #2580b2;
	height: 48px;
	float: left;
	width: 648px;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 20px;
	font: 18px Arial, Tahoma, Verdana, sans-serif; */
	

	/* padding: 0px;
	    margin-bottom: 20px;
	    border: 1px solid transparent;
	    border-radius: 4px;
	   margin-top: 20px;
	    color: #000;
	    background-color: #d9edf7;
	    border-color: #bce8f1; */


    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 20px;
    color: #000;
    background-color: #d9edf7;
    border-color: #bce8f1;
    min-height: 35px;
    text-align: center;





}

.validation_success_msg {
	background-color: #cfebf7;
	border: 1px solid #2580b2;
	height: 60px;
	float: left;
	/*width: 648px;*/
	margin-top: 12px;
	margin-bottom: 20px;
	font: 18px Arial, Tahoma, Verdana, sans-serif;
}

.validation_success_msg span {
	line-height: 30px;
	height: 60px;
	margin: 5px;
	font-weight: bold;
	color: #2580b2;
}

.validation_success span {

	/* height: 35px;
	margin: 5px;
	font-weight: 400;
	color: #2580b2;
	line-height: 35px;
	    padding-left: 20px; */

    font-weight: 400;
    color: #2580b2;
    text-align: center;
    font-size: 14px;
}


/*content*/
#content {
	float: right;
	background-color: #ffffff;
	width: 648px!important; width: 646px; 
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #a5a5a5;
	
	/*
	float: right;
	background-color: #ffffff;
	width: 648px;  
	border: 1px solid #333333;
	margin: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:646px;
	*/
}

#inner_content {
	/* padding: 1px; */
	background-color: #ffffff;
	position: relative;
	/* top:135px; */
}

#inner_content ul{
	margin-left: 36px;
}
.inner-bg {
	/*  background: #f2f2f2; */ border-right: 1px solid #fff;
	 /* 2018-08-15 KJTB, there appears to be no such file (404 errors seen, "/images/bg.jpg - No such file or directory"):
	 background: url(../images/bg.jpg) repeat-y; */
	 background-size: 100%;
	 /* padding-bottom: 20px; */
} 
.content-bg {
	 background: #fff;min-height: 400px !important;
}  
.invoice_note {
	border-top: 1px #ccc solid;
	width: 100%;
	clear: both;
	margin: 12px 15px;
	padding: 20px 0px;	
	/*display:inline; */
	/*display:block; */
}

.invoice_note div {
	padding: 5px;
	float: left;
}

.invoices_generated {
	width: 100%;
	clear: both;
	margin: 12px 0;
}

.invoice_payments {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 20px;
}

.client_items {
	padding: 0px;
	padding-right: 0px;
	width: 278px;
	float: right;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	/*position: relative;*/
	top: 8px;
	padding-bottom: 20px;
}

.col-sm-6 .client_items {
	
	width:100% !important;
	float: inherit !important;
	
}


table.client_items tr td a {
	color: #0000cc !important;
}

.service_items_right {
	padding: 12px;
	padding-right: 0px;
	float: right;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	/*position: relative;*/
	top: 8px;
}

.client_contacts {
	/* border: 1px #eeeeee solid; */
	/* background: #f6f6f6; */
	/* width: 100%; */
	/* clear: both; */
	margin: 12px 0;
	/* float: left; */
}

.client_contacts div {
	/* padding: 12px; */
	float: left;
	/* margin-left: 10px; */
}
.client_contacts div a {
    color: #0000cc;
}

.client_contact_icons {
	float: right; /* doesn't seem to work here, thus at html style attribute */
	display: none;
	margin-left: 20px;
}

.client_contact_value {
	float: right;
	/* width: 360px; */
	/* border: 1px #bbbbbb solid; */
	/* background: #f6f6f6; */
}

.cls_domains div {
	float: right;
	width: 278px;
}

.cls_domains {
	float: right;
	width: 278px;	
}
.clients_domains .cls_domains , .clients_domains .cls_domains div {
	float: inherit  !important;
	width: inherit !important;
}
.cls_distributor div {
	float: right;
	width: 278px;
}

.cls_distributor {
	float: right;
	width: 278px;	
}

.cls_reseller div {
	float: right;
	width: 278px;
}

.cls_reseller {
	float: right;
	width: 278px;	
}

.cls_clients div {
	float: right;
	width: 278px;
}

.cls_clients {
	float: right;
	width: 278px;	
}

.cls_domain_icons {
	display: none;
	float: right;
}

.p_add_icon {
	display: none;
	margin-left: 5px;
}

.domain_view_records {
	float: right;
	width: 300px;
	border-bottom: 1px #dddddd solid;
	padding-bottom: 10px;
}
.domain_view_records a {
	    color: #0000cc;
}
.settings_list_users {
	float: left;
	width: 400px;
	/* border-bottom: 1px #dddddd solid; */
}

.account_list_users {
	float: left;
	/*width: 400px;*/
	width: 100%;
	/* border-bottom: 1px #dddddd solid; */
}

/* page w/o sidebar*/
#content_w {
	width: 950px;
	margin-top: 36px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

#inner_content_w {
	padding: 12px;
}

#inner_content_w ul{
	margin-left: 36px;
}

#footer {
	clear: both;
	position:relative;
	/* top: -48px; */
}

#inner_footer {
	color: #333333;
	border-top: 2px #cc2729 solid;
	padding: 12px;
}

/*table items*/
.icon_column {
	width: 14px;
	padding-top: 6px;
}

.icon_column_domain {
	width: 10px;
	padding-top: 6px;
	/*padding-right: 0px;*/
	padding-left: 0px;
}

.icon_column_front_db {
	width: 10px;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
}

/* tags */

a {
	color: #0000cc;
	text-decoration: none;
}

a:hover{
	/* color: #ff3400; */
	text-decoration: underline;
}

h1, h2 {
	margin: 12px 0 12px 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

h1 {
	font-size: 28px;
}

h2 {
	line-height: 20px;
	height: 20px;
	clear: both;
	font-size: 22px;
}

h3 {
	font-size: 18px;
	color: #000000;
	position: relative;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

h4 {
	font-size: 15px;
	color: #000000;
	position: relative;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
p {
	padding: 6px 0;
}

table {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	/* width: 100%; */
	clear: both;
	margin: 0;
	border-color: #ffffff;
}

table.noborder {
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 0;
	border-color: #ffffff;
}

td, th {
	line-height: 20px;
	height: 20px;
	border-bottom: 1px solid #cccccc;
	padding-left: 5px;
	/*padding-right: 10px;*/
	padding-right: 5px;
}

td.noborder {
	line-height: 20px;
	height: 20px;
	border-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

td.account_invoice_num {
	line-height: 20px;
	height: 20px;
	border-bottom: 0px;
	padding-left: 5px;
	width: 40px;
}

td.account_invoice_amt {
	line-height: 20px;
	height: 20px;
	border-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	width: 60px;
}

td.account_invoice_status {
	line-height: 20px;
	height: 20px;
	border-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	width: 110px;
}

td.client_invoice_num {
	line-height: 20px;
	height: 20px;
	border-bottom: 0px;
	padding-left: 5px;
	padding-right:5px;
	width: 40px;
}

td.client_invoice_amt {
	line-height: 20px;
	height: 20px;
	border-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	text-align: right;
	/*width: 70px;*/
	width: 50px;
}

td.client_invoice_status {
	line-height: 20px;
	height: 20px;
	border-bottom: 0px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
	/*width: 50px;*/
	width: 35px;
}

td.client_invoice_reur_desc {
	line-height: 20px;
	height: 20px;
	border-bottom: 0px;
	/*padding-left: 10px;*/
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	width: 85px;
}

td.client_invoice_reur_desc2 {
	line-height: 20px;
	height: 20px;
	border-bottom: 0px;
	/*padding-left: 10px;*/
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	width: 100px;
}

label.client_id {
	/* text-align: right; 
	padding-top: 10px;*/
}

#client_id {
	/* margin-top: 12px; */
}

#contact_id {
	float:left;
	margin-top: 7px;
}

th {
	color: #666666;
	border-top: 0px;
}

img {
	border: 0;
}

.highlight {
	background-color: #ffffaa;
}

.ctc_error {
	/*margin: 0;*/
	padding: 0;
	background: #c0d1dc;
	border-top: 1px solid #ffffff;
	list-style-type: none;
	line-height: 48px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px -2px 0px;
}

.cls_offering {
	float:right;
	width: 400px;
	/*width: 45%*/
	color: #000;
}
.cls_system {
	float:left;
	width: 400px;
	/*width: 45%*/
	color: #000;
	padding-left: 25px;
}

.ms_main_div {
	overflow: hidden;
	/*width: 100%*/
	width: 930px;
}

.cls_services div {
	/* float: right;
	width: 278px; */
}

.cls_services {
/* 	float: right;
width: 278px;	 */
}

#page_select {
	margin-bottom: 20px;
}




/* Ranga CP V2 CSS */

.top-row {
	margin-top: 15px;
}

.mega-menu {
	height:77px;
	margin-top: 35px;
	margin-left: -15px;
}
.inner_div {
	padding: 0px 20px 15px 20px;
}
.inner_div table {
	text-align: left;
}
.inner_div table th {
	background: #efefef;padding: 4px 8px  !important;
}
.inner_div table td {
 padding:3px 5px  !important;
	font-size: 12px;
	padding: 0px;
}
.inner_div table a {
	color: #000  !important;font-size: 12px;
}

.navbar {
    position: relative;
        min-height: 0px !important;
    margin-bottom: 0px !important;
    border: 0px !important;
    margin-top: 104px;
}
.navbar-collapse {
	padding-left: 0px  !important;
}

 .nav-pills > li > a {
 	border-radius:0px  !important; 
    -moz-border-radius-topleft: 3px  !important;
-webkit-border-top-left-radius: 3px  !important;
 border-top-left-radius: 3px  !important;
-moz-border-radius-topright: 3px  !important;
-webkit-border-top-right-radius: 3px  !important;
border-top-right-radius: 3px!important;

    color: #000  !important; 

} 
.nav-pills > li {
    line-height: 16px !important;
}
.nav li a{
		color: #333;
}
.nav > li > a:hover, .nav > li > a:focus {
     background-color: #d8d8d8   !important;
    text-decoration: none;
   border-top: #3675BA solid 2px;
   
color: #000  !important;
   
}
.space {
	height: 15px;
}
.space-md {
	height: 10px;
}
.space-sm {
	height: 1px;
	clear: both;
/* 	height: 10px; */
}

ul.nav-pills > li.active > a {
    background-color: #fff   !important;
    text-decoration: none;
   border-top: #3675BA solid 2px;
   
color: #000  !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 20px !important;
     border-top: transparent solid 2px;
}

ul.nav-pills > li i {
    font-size: 13px;
    margin-right: 5px;
    color: #999;
}
.navbar-collapse {
   
    padding-left: 0px;
}

.h3 {
    color: #171717 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: normal;
    line-height: 24px !important;
    margin-bottom: 33px;
    text-transform: uppercase;
    padding: 0px !important;
    margin: 0px !important;
}

.h3-titel {
	float:right;margin-right:10px;position:relative;top:16px;
}
.h4 {
    color: #CCC;
    font-size: 1.0em !important;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 0px;
    margin: 0 0 14px 0 !important;  padding: 0px !important;
    text-align: left;
}

select {
    border: 1px solid #E5E7E9;
    border-radius: 0px !important;
    outline: none;
}
.table-responsive {
	margin-top: 15px;
}

.btn-danger , .btn-success , .btn-primary , .btn-warning , .btn-info{
	min-width: 75px;
	text-decoration: none !important;
}
.btn-danger , .btn-success , .btn-primary:hover{
	min-width: 75px;
	text-decoration: none !important;
}

.btn-success {
	    padding: 2px 10px !important;
}
#section_database {
		display: inherit !important;
}
td, th {
    line-height: 20px;
    height: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 5px;
    /* padding-right: 10px; */
    padding-right: 5px;
}


.select {
		width: 20%;
}
.list-page {
	text-align: left;
	color: #000;
	font-size: 14px !important;
}
.list-page a{
	
	    color: #0000cc

}
.list-page td.noborder {
    line-height: 20px;
    height: 20px;
    border-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
table.list-page td {
	
	color: #000;
	font-size: 14px !important;
}
table.list-page a {
	color: #0000cc !important;
		    font-size: 14px;
}
.list-page h4 {
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
h4 {
    color: #000 !important;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 20px;
    margin: 0 0 10px 0;
}
/* =================== Invoice page ========================= */

.invoice-page-titel {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 20px;
    margin: 20px 0 30px 0;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom:55px;
}


legend {
    display: block !important;
    width: inherit !important;
    padding: 0;
    margin-bottom: 0px !important;
    font-size: 16px !important;
    line-height: inherit;
    color: #333;
    border-bottom:none !important;
    text-align: left;
    font-weight: 600;
}

.itemized .add_line {
	margin-left: 0px !important;
}
.top-search {
	background: #f2f2f2;
	padding: 10px;
	height: 88px;
}
.top-search {
	margin-bottom: 0px;
}

.top-search {
	border: 1px solid #e4e4e4 !important;
}
.top-search tr td {
border-top: 1px solid #e4e4e4 !important;
}

#inner_side_nav h4{
		font-size: 18px;
		color: #003c65;
		font-weight: 600;
		text-align: center;
}
#inner_side_nav label {
    display: inline-block;
    max-width: 100%;
    margin-bottom:0px;
    font-weight: 400;
    color: #333;
    font-size: 14px;
}

/* .float-left {
    float: left;
    width: 50%;
    margin-bottom: 20px;
} */
.float-left {
  /*   float: left;
  width: 50%; */
   /*  margin-bottom: 8px; */
}

.float-left2 {
  /*   float: left;
  width: 50%; */
  /*   margin-bottom: 10px; */
    text-align: left;
        font-size: 13px;
        margin-left: 150px;
        color: #000;
}
/* .email_class , .email_forward_class{
	margin-top: -10px;
} */
.clear {
	clear: both;
}

.sub-titel {
	color: #607D8B;
    font-size: 14px;    margin-bottom: 10px !important;
}

.radio-label span{
	    float: left;
    margin-left: 10px;
    margin-top: 3px;
    color: #000;
}


.addService label {
	margin-bottom: 5px;

}
/* #section_servers {
	display: inherit !important;
} */

/* product */
.prod-cat-sidebar-cat-title h3 {


    color: #e584b9;
    font-family: 'Elsie', cursive;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 50px;

}
#inner_footer {
	text-align: center;
}
#inner_footer a {
    color: #3675BA !important;
    text-decoration: none;
}
 #footer a {
 color: #3675BA !important;
}

.filter  .btn-sm {
    padding: 2px 10px;
   

}
#section_WP {
	display: inherit;
}
/*
#section_below_notes {
display: inherit;
}
*/
.ms_main_div h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
}


.side_nav-mob {
	display: none;
}

#details-div {
    display: none;
}



.top-search2 {
    background: #f2f2f2;
    padding: 10px;
   height: inherit; 
    margin-top: 0px;
   
}

#side_nav input[type="text"]{
		height: 20px !important;
}

#reseller {
	/* margin-left: 10px; */
}

.tax-checkbox {
	margin-left:15px !important;
	width: 20px; 
	display: block;
	float: left;
	/* margin-top: -20px; */
}

.note-area {
	width: 80%;
	margin-bottom:25px
}









/* responsive */


@media screen and (max-width: 373px) {
.btn-primary {
margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 10px !important;
}

}



@media screen and (max-width: 767px) {

.mobile-logo {
	display:inherit;
	background:#3575B9;
}
.mid-div {
    float: left;
    /* margin-top: -20px; */
    width: 32%;
}
.ad-dom-mobbtn {
 margin-left:0px !important;
}
.select-md-control {
    display: block;
    width: 55% !important;
    padding: 0.1rem 0.75rem;
    font-size: 0.9em;
    line-height: 1.25;
    color: #607d8b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 30px !important;
     float: inherit; 
}

#side_nav {
    
    min-height:inherit;
}
.navbar {
    position: relative;
    min-height: inherit !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
    margin-top:105px !important;
}

.basic label {
    display: block;
    text-align: left !important;
    /* width: 70px; */
    width: inherit;
    float: left;
    margin-right: 5px;
    margin-bottom: 2px !important;
    font-size: 12px;
}

.btn-primary {
   
    margin-right: 30px;
}

.client_items {
   padding: 0px;
    padding-right: 0px;
    width: 100%;
    /* float: right; */
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    /* position: relative; */
    top: 8px;
    /* left: -8px; */
    text-align: left;
}

.client_items tr {
  
    width: 100% !important;
 
}


.client_items a {
	color: #0000cc;
}
.client_items a:hover {
	color: #0000cc !important;
}
.account-page {
	/* margin-top:-50px; */
	text-align: left !important; 	
}
.cls_services {
     float:inherit; 
     width: inherit; 
}

.invoice-page-titel {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 20px;
    margin: 10px 0 0px 0;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    
}
.top-search {
    background: #f2f2f2;
    padding: 10px;
/*     height: inherit; */
    margin-top: 0px;
  ;
}
.top-search2 {
    background: #f2f2f2;
    padding: 10px;
   height: inherit; 
    margin-top: 0px;
    /* width: 95%; */
}
.top-search2  .filter {
    text-align: left;
    margin: 8px 0;
    width: 90%;
}
.top-search2 .filter input[type='text'] {
    width: 100%;
    margin: 0 4px 5px;
    font: 14px;
    padding-left: 5px;
}

.top-search2 .mob-pagination {
	float: left !important;
}
.radio-label span {
 float: inherit; 
    margin-left: 10px;
    margin-top: 3px;
}


.radio-label  label {
   
    width:0px !important;
    float: inherit; 
  
}

.form-control {
  
    width: 65% !important;
  
}
.basic label {
   
    font-size: 12px;
}


.btn-primary {
		margin: auto;
		margin-top:10px; 
}


.form-control2 {
    /* display: block; */
  
    font-size: 1.23rem;
   
}
.select-control-m2 {
   
    font-size: 1.23rem;
   
}
#side_nav select {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
    width: 87% !important;
}

.btn-primary {
margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
}



#done {
	width: inherit !important;
}

.mobile-date {
	font-weight: bold;
    float: right;
    margin-top: 28px;
    margin-left: 79px !important;
    position: absolute;
    width: 100px !important;
}
.mobile-label {
	margin-left: -68px;
    display: block;
	width: inherit !important;
	text-align: inherit !important;
}

.mob-select {
	    width: 215px !important;
    /* margin-right: 194px; */
    /* display: inherit; */
    margin-right: 15px;
}
.noborder td {
	width: inherit !important;
}

.inner_div select {
	width: inherit !important;
}

.mob-label-ac label {
width: 95px !important;
}

.msg-form select {
       width: 215px !important;
}
.mob-add-user label{
		width: 90px !important;
}
.mob-add-user input[type="text"] , .mob-add-user input[type="password"] {
		width: 220px !important;
}
.new-domain-mob select , .new-domain-mob input[type="text"] , .new-domain-mob input[type="password"]{
       width: 215px !important;
}
.new-domain-mob label {
	width: 90px;
}
.new-domain-mob .btn-sm {
    width: 120px;
    margin-right: 17px;
    float: right;
    margin-top: 6px;
}

.mob-new-client label {
	width: 90px;    clear: both;
}
.mob-new-client select {
        width: 200px !important;
}
 .mob-new-client input[type="text"] , .mob-new-client input[type="password"]{
       width: 215px;
}
 .mob-new-client .btn-sm {
    width: 120px;
    margin-right: 17px;
    float: inherit;
    margin-top: 6px;
    margin-bottom: 10px;
    clear: both;
}

.mob-new-invoice input[type="text"] , .mob-new-invoice input[type="password"]{
width: 200px;
}
.mob-new-invoice label {
	width: 90px;    clear: both;
}
 .mob-new-invoice select {
        width: 100px !important;
} 

.mob-edit_invoice input[type="text"] , .mob-edit_invoice input[type="password"]{
width: 200px;
}
.mob-edit_invoice label {
	width: 90px;    clear: both;
}
 .mob-edit_invoice select {
        width: 100px !important;
} 



.mob-edit-domain select {
        width: 180px !important;
} 
.mob-edit-domain input[type="text"] , .mob-edit-domain input[type="password"]{
width: 180px;
margin-right: 0px;
}
.mob-edit-domain input[type="text"] {
width: 180px;
margin-right: 0px !important;
}
.domain_view_records {
	width: inherit !important;
}

.mob-edit-domain .btn-sm {
        width: 120px;
    margin-right: 17px !important;
    float: inherit;
    margin-top: 10px !important;
    margin-bottom: 10px;
    clear: both;
}
.mob-edit-domain  label {
	clear: both;
}

.navbar-toggle {
 position:inherit !important;
float: inherit !important;
padding: 0px 5px !important;
margin-top: 0px !important;
margin-right:0px !important;
margin-bottom:0px !important;
background-color: transparent !important;
background-image: none;
border: 1px solid transparent;
border-radius:inherit !important;
}
.side_nav-mob {
	display: inherit;
}
.mob-hide {
	display: none;
}

 .help-pagi {
 	float: none !important;
 }
.mob-mtop {
	margin-top: 10px;
}
.help-ser {
	width: 50% !important;
	margin-left: 6px !important;
}

}



 /*iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
#inner_side_nav ul li a img {
	width: 25%;
	height: auto;
}
#inner_side_nav ul li a  {
	font-size: 14px;
}
#inner_side_nav li a:link, #inner_side_nav li a:visited  {
    display: block;
    margin: 0;
    padding: 5px 0px;
    color: #000000;
    text-decoration: none !important;
}

#side_nav select  {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
    width: 87% !important;
}


}


/*iPad in portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

#inner_side_nav ul li a img {
	width: 25%;
	height: auto;
}
#inner_side_nav ul li a  {
	font-size: 12px;
}
#inner_side_nav li a:link, #inner_side_nav li a:visited {
    display: block;
    margin: 0;
    padding: 5px 0px;
    color: #000000;
}
.basic input, .basic select {
    width: 150px;
    
}
#side_nav select  {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
    width: 87% !important;
}
.ad-dom-mobbtn {
    margin-left: 0px !important;
    margin-top: 10px !important;
 }
.new-domain-mob .ad-dom-mobbtn {
 margin-left: 20px !important;
    margin-top: 0px !important;
 }

.mark-invoice {
    padding-left: 60px;
    margin-top: 10px;
}
#testing {
	width: 80% !important;
}
}




 @media (min-width: 768px) and (max-width: 991px) {
#inner_side_nav h4 {
    font-size: 16px;
    color: #003c65;
    font-weight: 600;
    text-align: left;
}

.customized {
    margin-left: 10px;
}
#inner_side_nav ul li a img {
    /* width: 10%; */
    height: auto;
    width: 13%;
    margin-left: 10px;
}
#side_nav select  {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
    width: 87% !important;
}
#inner_side_nav li a {
font-size: 13px;

 }
.mob-edit_invoice select {
	width: 150px !important;
}

.mob-new-invoice select {
        width: 150px !important;
} 


.note-area {
	width: 60%;
	margin-bottom:25px
}

#inner_side_nav label {
    
    font-size: 13px;
}
.ad-dom-mobbtn {
	margin-left: 0px !important;
}

#testing {
	margin-left:0px !important; 
    margin-bottom: 5px;
    width: 88%;
}
.mark-invoice {
    padding-left: 65px;
   
}

.sidebar_form label {
	text-align: left;
}

.tab {
	overflow-x: inherit !important;
	
}

}

 @media (min-width: 991px) and (max-width: 1199px) {



#side_nav select{
	width: 95% !important;
	margin-left: 5px;
}
#inner_side_nav li a {
font-size: 13px;
 }
 
.basic textarea  {
    width: 70% ;
    margin-bottom: 25px;
}
.mob-edit_invoice select {
	width: 150px !important;
}

.mob-new-invoice select {
        width: 150px !important;
} 


}

.dsds{
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 20px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
 }

 #hosting_type1 {
 	margin-left: 5px;
 }
 .help-pagi {
 	float: right;
 }


/* HFC Style Changes (RMK) */


.icon_column  img , .icon_column_domain img , .client_contact_icons img , .invoice_payments img{
    height: 15px !important;
   
}
.invoice-page-titel img {
	height: 45px;
}

#paynowform img {
   height: 15px !important;
   
}

/*Login box*/ 

.logo-h2 {
	margin-bottom: 20px;
}

.i2cp-login-btn {
    color: #fff !important;
    background-color: #4291e6 !important;
    background-image: none;
    border-color: #187fa3 !important;
}
.btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
}