/* Global
-------------------------------------------------------------- */

/* body {
    background: #E9E9E9 url(../img/body-bg.png) repeat 0 0;
    font: 13px/1.7em 'Open Sans';
}

p {
    font: 13px/1.7em 'Open Sans';
}

input,
button,
select,
textarea {
    font-family: 'Open Sans';
} */

.letter li {list-style-type:lower-latin; }

.dropdown .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-icon-only {
    padding-right: 3px;
    padding-left: 3px;
}

.table td {
    vertical-align: middle;
}

.table-bordered th {
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
 /* IE10+ */
    background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    font-size: 10px;
    color: #444;
    text-transform: uppercase;
}

.row-item { /* Alessia: added for auction guide*/
    display: inline-block;
    vertical-align: top;
}
.onethird {width: 30%} /* Alessia: added for auction guide*/

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.justified { text-align: justify; }
.mid { margin-bottom: -3px; }
.rel { position: relative; }
.rbg { background: #ff0000; }
.gbg { background: #00ff00; }
.bbg { background: #0000ff; }
.txtsx { text-align: left; }
.txtdx { text-align: right; }
.txtmid { text-align: center; }
.txtjus { text-align: justify; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.position-relative{position: relative;}
.position-absolute{position: absolute;}

.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.spacer { margin-bottom: 20px;} /* Alessia: added for auction guide*/
figure { margin-bottom: 40px;} /* Alessia: added for auction guide*/

/* width */
.w-100{ width: 100%; }
.w-90{ width: 90%; }
.w-75{ width: 75%; }
.w-60{ width: 60%; }
.w-50{ width: 50%; }
.w-45{ width: 45%; }
.w-30{ width: 30%; }
.w-20{ width: 20%; }
.w-15{ width: 15%; }
.w-10{ width: 10%; }
.w-7{ width: 7%; }
.w-5{ width: 5%; }

/* margin */
.mx-3{ margin: 0 3%; }
.mx-2{ margin: 0 2%; }
.mx-1{ margin: 0 1%; }
.m-0{ margin:0; }
.mt-2{margin-top:2%;}
.my-1{ margin: 1% 0; }
.my-3{ margin: 3% 0; }
.mr-20{margin-right: 20px;}
.mb-2{margin-bottom: 2%;}

/* padding */
.px-3{ padding: 0 3%; }
.px-2{ padding: 0 2%; }
.px-1{ padding: 0 1%; }
.p-2 {padding: 2%;}

/* border */
.border-right-2 {border-right: 2px #DDD solid;}

.img-10 {max-width: 10%!important;}

.registration-list{
    display: flex;
    align-items: center;
}
.registration-text{
    background-image: url("/media/img/fe/icon/sfondo_registrati.png");
    background-size: 85% 100%;
    background-repeat: no-repeat;
}
.registration-text-list{
    font-size: large;
    line-height: 25px;
}
.input-text, .input-select {
    background: #fff !important;
}
.input-text, .input-select {
    font-size: 15px;
}
.frontend-register .terms-of-service-title{
    cursor:pointer;
}
/* Navbar / .navbar
-------------------------------------------------------------- */

.navbar .container {
    position: relative;
}
/*
.navbar-inner {
    padding: 3px 0 0;
    background: #292929;
    border-bottom: 1px solid #121212;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top {
    position: static;
}

.navbar .nav a {
    font-size: 14px;
}

.navbar .brand {
    font-weight: 600;
    position: relative;
    top: 2px;
}

.navbar img {
    margin: 0 0 0 1px;
} */

#userarea .notifies span {
    display: inline-block;
    padding: 0 6px;
    background: #999;
    border-radius: 2px;
    color: #292929;
}
#userarea .notifies span.on {
    background: #FCAA00;
}
#userarea .notifies:hover span.on {
    background: #fff;
}
.dropdown-menu .current {
	background: #FCAA00;
}



/* Subnavbar / .subnavbar
-------------------------------------------------------------- */

.subnavbar {
    margin-bottom: 20px;
    border-top: 1px solid #595959;
}

.subnavbar-inner {
    height: 80px;
    background: #3A3A3A;
    background-image: -moz-linear-gradient(top, #414141, #323232);
    background-image: -ms-linear-gradient(top, #414141, #323232);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#323232));
    background-image: -webkit-linear-gradient(top, #414141, #323232);
    background-image: -o-linear-gradient(top, #414141, #323232);
    background-image: linear-gradient(top, #414141, #323232);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
    border-bottom: 1px solid #000;
}

.subnavbar .container > ul {
    display: inline-block;
    height: 75px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #292929;
    border-right: 1px solid #4A4A4A;
}

.subnavbar .container > ul > li {
    float: left;
    min-width: 90px;
    height: 75px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    border-left: 1px solid #4A4A4A;
    border-right: 1px solid #292929;
}

.subnavbar .container > ul > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.subnavbar .container > ul > li > a:hover {
    color: #fff;
    text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 17px;
    margin-bottom: .25em;
    font-size: 28px;
}

.subnavbar .container > ul > li > a > span {
    display: block;
}

.subnavbar .container > ul > li.active > a {
    background: #333;
    color: #F90;
}

.dropdown .dropdown-menu a {
    font-size: 13px;
}
.subnavbar .dropdown .dropdown-menu {
    text-align: left;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}

.subnavbar .caret {
    margin-top: 4px;
    border-top-color: white;
    border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
    display: none;
}



/* Main / .main
-------------------------------------------------------------- */

.main {
    min-height: 600px;
 /* per le pagine vuote */
    padding-bottom: 2em;
    border-bottom: 1px solid #000;
}



/* Extra / .extra
-------------------------------------------------------------- */

/*.extra {
    @border-top: 1px solid #585858;
    @border-bottom: 1px solid #000;
}

.extra-inner {
    padding: 20px 0;
    font-size: 11px;
    color: #BBB;
    @background: #1A1A1A;

}*/

.extra a {
    color: #666;
}

.extra h4 {
    margin-bottom: 1em;
    font-weight: 400;
}

.extra ul {
    padding: 0;
    margin: 0;
}

.extra li {
    margin-bottom: .6em;
    list-style: none;
}



/* Footer/ .footer
-------------------------------------------------------------- */





/* Widget / .widget
-------------------------------------------------------------- */

.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden;
}

.widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
 /* IE10+ */
    background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    border: 1px solid #D5D5D5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
}

.widget-header h3 {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    margin-right: 0;
    font-size: 14px;
    font-weight: 800;
    color: #555;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}

.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
}
.widget-header .btn [class^="icon-"], .widget-header .btn [class*=" icon-"] {
    margin: 0 3px 0 0;
}
.widget-header .btn.topaction {
    position: absolute;
	top: 6px;
	right: 10px;
}
.widget-content h2 { /* Alessia: added for marketplace */
	color: #313538;
	text-transform: uppercase;
}
.widget-content h2 .highlight { /* Alessia: added for marketplace */
	color: #ff6e3c;
}

.widget-content {
    padding: 20px 15px 15px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

h4.nav-header {
	margin:10px 0 0 0;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
}

.frontend-home .widget-content {
	background: none;
	border:none;
}
.tablenidomahome a,.tablenidomahome a:hover {
	text-decoration: none !important;
	color: #97D8F6 !important;
	font-size: 14px !important;
}
.tablenidomahome td:hover {
    background: #344E60;
}
/* WIDGET class */
.widget-header+.widget-content, .widget-content.noradius {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-nopad .widget-content {
    padding: 0;
}
div:last-child > .control-group:last-child { margin-bottom: 0; }

.widget-footer { /* Alessia: added to manage bottom submit (see service/contact/ ) */
	position:relative;
	top:-5px;
	margin: 0;
	border: 1px solid #D5D5D5;
	border-top: none;
	-moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.widget-footer .form-actions {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-left: 175px !important;
	-moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.widget-footer.widget-nopad .form-actions {
	margin: 0!important;
	padding-left: 10px !important;
}

/* Widget Content Clearfix */
.widget-content:before,
.widget-content:after {
    content: "";
    display: table;
}

.widget-content:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom: 1;
}

/* Widget Table */

.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    margin-bottom: 0;
    border: none;
}

.widget-table .table tr td:first-child {
    border-left: none;
}
.widget-table .table tr th {
	vertical-align: middle;
}
.widget-table .table tr th:first-child {
    border-left: none;
}

.widget-table form {
    margin: 0;
    padding: 0;
}


/* Widget Plain */

.widget-plain {
    background: transparent;
    border: none;
}

.widget-plain .widget-content {
    padding: 0;
    background: transparent;
    border: none;
}


/* Widget Box */

.widget-box {
}

.widget-box .widget-content {
    background: #E3E3E3;
    background: #FFF;
}

/* Tags
-------------------------------------------------------------- */

.tagContainer .tag {
    background: #383838;
    border-radius: 4px 4px 4px 4px;
    color: #DDDDDD;
    display: inline-block;
    height: 20px;
    margin: 0 3px 6px 0;
    padding: 0 8px 4px;
}
.tagContainer .tag:hover {
    background: none repeat scroll 0 0 #404040;
    color: #FFFFFF;
    cursor: pointer;
}
.tagContainer .tag.off {
    background: none repeat scroll 0 0 #999;
}
.tagContainer .tag i {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-size: 11px;
    margin: 0 0 0 5px;
}
.tagContainer .tag.off i {
	display: none;
}



/* Error / .error-container
-------------------------------------------------------------- */

.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
}

.error-container h1 {
    margin-bottom: .5em;
    font-size: 120px;
    line-height: 1em;
}

.error-container h2 {
    margin-bottom: .75em;
    font-size: 28px;
}

.error-container .error-details {
    margin-bottom: 1.5em;
    font-size: 16px;
}

.error-container .error-actions a {
    margin: 0 .5em;
}



/* Parsley.js (controllo errori nei form)
-------------------------------------------------------------- */

input.parsley-success, textarea.parsley-success, select.parsley-success, label.parsley-success {
	color: #468847 !important;
	background-color: #DFF0D8 !important;
	border: 1px solid #D6E9C6 !important;
}
input.parsley-error, textarea.parsley-error, select.parsley-error, label.parsley-error {
	color: #B94A48 !important;
	background-color: #F2DEDE !important;
	border: 1px solid #EED3D7 !important;
}
ul.parsley-error-list {
	font-size: 11px;
	margin: 2px;
	list-style-type:none;
}
ul.parsley-error-list li {
	line-height: 16px;
}



/* Miscellaneous
-------------------------------------------------------------- */

.chart-holder {
    width: 100%;
    height: 250px;
}
.inline {
	display: inline-block;
	margin-bottom: 10px;
}



/* Ricerca domini
-------------------------------------------------------------- */

.table th.rowselect {
    width: 15px;
}
.table th.domain-status, .table th.domain-info, .table th.domain-price, .table th.domain-actions {
    width: 120px;
}
.table th.contact-action {
    width: 35px;
}
.table th.domain-starting-price {
    width: 180px;
}
.domactions i {
	margin: 0 7px 0 2px !important;
}
.widget-inner {
	padding: 10px;
}
.creditamount {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}



/* Loading Layer
-------------------------------------------------------------- */

#loader {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
#loaderbg {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
	width: 100%;
	height: 100%;
}
#loadercontent {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 100px;
	text-align: center;
}



/* Integrazioni e sovrascritture Bootstrap
-------------------------------------------------------------- */

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.table-condensed th, .table-condensed td {
    padding: 4px 8px;
}
.table tbody tr.success td {
    background-color: #dff0d8;
}
.table tbody tr.error td {
    background-color: #f2dede;
}
.table tbody tr.warning td {
    background-color: #fcf8e3;
}
.table tbody tr.info td {
    background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}

.btn-primary {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	text-transform: uppercase;
}
.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
    background-color: #f89406;
}
.btn-primary:active,.btn-primary.active {
    background-color: #c67605 \9;
}

.btn-success {
	background-color: #78d53a;
	background-image: -moz-linear-gradient(top, #78d53a, #67b168);
	background-image: -ms-linear-gradient(top, #78d53a, #67b168);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#78d53a), to(#67b168));
	background-image: -webkit-linear-gradient(top, #78d53a, #67b168);
	background-image: -o-linear-gradient(top, #78d53a, #67b168);
	background-image: linear-gradient(top, #78d53a, #67b168);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67b168', endColorstr='#78d53a', GradientType=0);
	border-color: #78d53a #78d53a #2b542c;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	text-transform: uppercase;
}
.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled] {
	background-color: #67b168;
}
.btn-success:active,.btn-success.active {
	background-color: #67b168 \9;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    padding: 0;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.tooltip {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
.ttip:hover, .ttip:focus {
	text-decoration: none;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	background-color: #292929;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	background-color: #292929;
}
.tooltip {
	line-height: 18px;
}

legend {
	margin-bottom: 10px;
}



/* DataTables
-------------------------------------------------------------- */

div.dataTables_length label {
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    float: right;
}

div.dataTables_info {
    margin: 0;
    padding: 7px 0 3px;
	text-align: center;
	color: #666;
}

table.datatable, table.dtable {
    clear: both;
    margin-bottom: 6px !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    background: #FAFAFA;
}

table.table thead .sorting {
	padding-right: 20px;
	background: url(../img/datatables/sort_both.png) no-repeat center right,
		-moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_both.png) no-repeat center right,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9)) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_both.png) no-repeat center right,
		-webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_both.png) no-repeat center right,
		-o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_both.png) no-repeat center right,
		-ms-linear-gradient(top,  #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_both.png) no-repeat center right,
		linear-gradient(to bottom,  #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
}

table.table thead .sorting_asc {
    padding-right: 20px;
	background: url(../img/datatables/sort_asc.png) no-repeat center right,
		-moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_asc.png) no-repeat center right,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9)) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_asc.png) no-repeat center right,
		-webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_asc.png) no-repeat center right,
		-o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_asc.png) no-repeat center right,
		-ms-linear-gradient(top,  #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_asc.png) no-repeat center right,
		linear-gradient(to bottom,  #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
}

table.table thead .sorting_desc {
    padding-right: 20px;
    background: url(../img/datatables/sort_desc.png) no-repeat center right,
		-moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_desc.png) no-repeat center right,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9)) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_desc.png) no-repeat center right,
		-webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_desc.png) no-repeat center right,
		-o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_desc.png) no-repeat center right,
		-ms-linear-gradient(top,  #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_desc.png) no-repeat center right,
		linear-gradient(to bottom,  #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
}

table.table thead .sorting_asc_disabled {
	background: url(../img/datatables/sort_asc_disabled.png) no-repeat center right,
		-moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_asc_disabled.png) no-repeat center right,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9)) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_asc_disabled.png) no-repeat center right,
		-webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_asc_disabled.png) no-repeat center right,
		-o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_asc_disabled.png) no-repeat center right,
		-ms-linear-gradient(top,  #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_asc_disabled.png) no-repeat center right,
		linear-gradient(to bottom,  #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
}

table.table thead .sorting_desc_disabled {
	background: url(../img/datatables/sort_desc_disabled.png) no-repeat center right,
		-moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_desc_disabled.png) no-repeat center right,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9)) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_desc_disabled.png) no-repeat center right,
		-webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_desc_disabled.png) no-repeat center right,
		-o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_desc_disabled.png) no-repeat center right,
		-ms-linear-gradient(top,  #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
	background: url(../img/datatables/sort_desc_disabled.png) no-repeat center right,
		linear-gradient(to bottom,  #fafafa 0%,#e9e9e9 100%) repeat scroll 0 0 transparent;
}

table.table td.txtdx,
table.table th.txtdx {
	text-align: right;
}
table.table td.txtmid,
table.table th.txtmid {
	text-align: center;
}
table.table td.bold {
	font-weight: bold;
}
table.table td.success,
table.table td.success a {
	color: #468847;
}
table.table td.warning {
	color: #C09853;
}
table.table td.error {
	color: #B94A48;
}

.dt-topbar {
    height: 30px;
    padding: 5px 10px;
    border-bottom: 1px solid #D5D5D5;
}

.dt-bottombar {
    margin-top: -6px;
    padding: 0 10px;
    border-top: 1px solid #D5D5D5;
}

.dt-bottombar .pagination {
    margin: 0 auto 10px;
}

.table-bordered th i {
    font-size: 14px;
	padding-left: 3px;
}
.table-bordered th a:hover i {
    text-decoration: none;
}

.table-top {
    margin-top: 0;
    padding: 10px;
    border-bottom: 1px solid #D5D5D5;
}
.table-top.noborder {
    border: none;
}
.table-bottom {
    margin-top: 0;
    padding: 10px;
    border-top: 1px solid #D5D5D5;
}


/* DNS settings
-------------------------------------------------------------- */
.dns-hosts {margin-left:0;}
.dns-hosts li {margin-bottom:9px;}

/* Typography
-------------------------------------------------------------- */

h1 {
    margin: 0 0 13px;
	line-height: 31px;
	letter-spacing: -1px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Misc
-------------------------------------------------------------- */
select.telprefix {
	width: 80px !important;
}
.template-thumb {
	border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    line-height: 1;
    padding: 4px;
    width: 354px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
#templates-list .controls {
	float: left; margin:0;
}
#templates-list .controls.controls-row {
	margin-left: 15px;
}

#captcha{
	border: 1px solid #000;
}

.alert.alert-info a { color: #faa732; }


/* Password Strength meter
-------------------------------------------------------------- */
meter {
	/* Reset the default appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	margin: 0 auto 1em;
	width: 100%;
	height: 0.5em;

	/* Applicable only to Firefox */
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}
meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}
/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }
/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }