*{
    margin: 0;
    padding: 0;
}
@font-face
{
	font-family: UTM Aurora;
	src: url(font/UTM_AURORA.TTF);
}
@font-face
{
	font-family: UTM Alter Gothic;
	src: url(font/UTM_ALTER_GOTHIC.TTF);
}
@font-face
{
	font-family: FontAwesome;
	src: url(font-awesome/font/fontawesome-webfont.ttf);
}
body{
    font-family: Arial,sans-serif;
    font-size:11px;
    line-height:20px;
	background: url('/images/body-bg.png') repeat scroll 0 0 transparent;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
label{
    cursor: pointer;
}
.clear{
	clear:both;
}
button{
	border:none;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
.img-text{
	display:block;
}
.img-text span{
	display:inline-block;
	vertical-align:middle;
}
.btn { 
	border:none;
	cursor: pointer;
	text-align:center;
	font-size:11px;
	color: #fff;}
a.btn {
    display: inline-block;
}
.btn-blue { 
	padding:5px 6px; 
	font-size:12px; 
	background-color:#3B5998;
	border-bottom:solid 3px #1C3670;
	display:block;
	color:#fff;
	margin:15px 10px 0 0;
}
.btn-info { color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.25); background-color:#49afcd; *background-color:#2f96b4;}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: rgb(255, 255, 255);
    background-color: rgb(47, 150, 180);
}
.btn-danger{
	background: none repeat scroll 0 0 #DC5D3A;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
	padding: 4px 12px;
}
.btn-danger:hover{
	background: none repeat scroll 0 0 #DC4E3B;
}
.btn-primary{
	background: none repeat scroll 0 0 #2E373F;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
	padding: 4px 12px;
}
.btn-primary:hover{
	background: none repeat scroll 0 0 #232A32;
}
.btn-disabled{
    background-color: #B4B7BA;
    cursor: default;
}
.btn-disabled:hover{
    background-color: #B4B7BA !important;
}
.btn-require {
	background-color:#3BC8C0;
	border-bottom:solid 3px #0E978F;
	color:#fff;
	font-family: UTM Alter Gothic;
	font-size:28px;
	width:100%;
} 
.btn-support {
	background-color:#B9C83B;
	border-bottom:solid 3px #8C9B0F;
	color:#fff;
	font-family: UTM Alter Gothic;
	font-size:28px;
	width:100%;
} 
.btn-show{
	background: url('/images/check.png') no-repeat scroll 0 0 transparent;
	width:16px;
	height:16px;
}
.btn-hide{
	background: url('/images/x.png') no-repeat scroll 0 0 transparent;
	width:16px;
	height:16px;
}
.btn-reset{
	background: url('/images/reset.png') no-repeat scroll 0 0 transparent;
	width:16px;
	height:16px;
}
.btn-email{
	background: url('/images/email.png') no-repeat scroll 0 0 transparent;
	width:16px;
	height:16px;
}
.btn-up{
	background: url('/images/up.png') no-repeat scroll 0 0 transparent;
	width:16px;
	height:16px;
}
.btn-down{
	background: url('/images/down.png') no-repeat scroll 0 0 transparent;
	width:16px;
	height:16px;
}
.btn-plus{
	background: url('/images/plusq.png') no-repeat scroll 0 0 transparent;
	width:16px;
	height:16px;
}
.btn-minus{
	background: url('/images/minus.png') no-repeat scroll 0 0 transparent;
	width:16px;
	height:16px;
}
.btn-edit{
	background: url('/images/pencil.png') no-repeat scroll center left transparent;
	padding-left:14px;
	color: #868686;
}
.btn-change{
	background: url('/images/pencil.png') no-repeat scroll center left transparent;
	height: 16px;
    width: 16px;
}
.btn-delete{
	background: url('/images/danger.png') no-repeat scroll center left transparent;
	padding-left:14px;
	color: #868686;
}
.but-expand{
	background: url('/images/btn_expand.png') no-repeat scroll 0 0 transparent;
	width:15px;
	height:14px;
	cursor:pointer;
}
.but-collapse{
	background: url('/images/btn_collapse.png') no-repeat scroll 0 0 transparent;
	width:15px;
	height:14px;
	cursor:pointer;
}
.btn-refresh {
    background: url("/images/refresh.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    width: 16px;
}
.btn-unknown {
    background: url("/images/unknown.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    width: 16px;
}
.btn-dns {
    background: url("/images/dns.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    width: 16px;
}
.input-text{
	border: 1px solid #dddddd;
	color: #333333;;
	display: inline-block;
	position: relative;
	text-decoration: none;
	transition: background-color 0.15s ease-in-out 0s;
	font-size: 14px;
	margin: 0px;
	outline: medium none;
	padding: 4px;
}
.input-ssmal{
    padding: 2px !important;
    font-size: 12px !important;
}
.input-text:focus{
    border: 1px solid #cccccc;
}
.input-tiny{
    width: 10%;
}
.input-small{
    width: 25%;
}
.input-mid{
    width: 50%;
}
.input-large{
    width: 75%;
}
.input-full{
    width: 100%;
    -moz-box-sizing: border-box;
}
.input-textarea{
    border: solid 1px #cccccc;
    padding: 5px;
}
.cbbox{
    border: solid 1px #cccccc;
    padding: 4px;
    font-size: 12px;
    color: #333333;
}
.sb-table{
    width: 100%;
    border: solid 1px #AAAAAA;
    border-bottom: none;
    font-size: 11px;
}
.sb-table td{
    border-bottom: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
    padding: 3px 5px;
	text-align:center;
}
.sb-table.blue, .sb-table .blue{
	border-color: #3B5998;
}
.sb-table .bg-blue{
	background-color: #2E373F;
}
.sb-table td.rlast{
    border-right: none;
}
.sb-table td.rlast{
    border-right: none;
}
.sb-table tr.hd{
    background-color: #dddddd;
    font-weight: bold;
}
.sb-table tr.highlight{
    background-color: #F5F5F5;
}
.sb-table tr:hover, .sb-table tr.active{
    background-color: #FFFCD6 !important;
    cursor: pointer;
}
.sb-table td .choose{
    display: none;
    text-decoration: underline;
    float: right;
}
.sb-table-contact tr:hover{
    cursor: pointer;
}
.sb-table-contact tr.active{
    background-color: #dddddd;
}
.sb-table-contact tr input:hover, .sb-table-contact tr textarea:hover{
    cursor: pointer;
}
.sb-table2{
    font-size: 11px;
}
.sb-table2 td{
    padding: 5px;
}
.alert{
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	background-color: rgb(252, 248, 227);
	border: 1px solid rgb(251, 238, 213);
	color: rgb(192, 152, 83);
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
	float: right;
	font-weight: bold;
	line-height: 20px;
	color: rgb(0, 0, 0);
	text-shadow: 0px 1px 0px rgb(255, 255, 255);
	opacity: 0.2;
	cursor:pointer;
	font-size:15px;
}

.widget {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px #DDDDDD;
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
}
.widget-title {
    background: -moz-linear-gradient(center top , #FFFFFF 0px, #F2F2F2 100%) repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #FFFFFF;
    height: 36px;
}
.widget-title > h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    margin: 0;
    padding: 12px 11px 10px 15px;
}
.widget-title span.tools {
    border-left: 1px solid #E0DEDE;
    float: right;
    padding: 6px 5px 6px 10px;
}
.widget-body {
    border-radius: 0 0 3px 3px;
    padding: 15px;
}
.widget-body .table {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.12766%;
    -moz-box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0px;
}
.row-fluid .span12 {
    width: 100%; *width: 99.94680851063829%
}
.row-fluid .span11 {
    width: 91.48936170212765%; *width: 91.43617021276594%
}
.row-fluid .span10 {
    width: 82.97872340425532%; *width: 82.92553191489361%
}
.row-fluid .span9 {
    width: 74.46808510638297%; *width: 74.41489361702126%
}
.row-fluid .span8 {
    width: 65.95744680851064%;
}
.row-fluid .span7 {
    width: 57.44680851063829%; *width: 57.39361702127659%
}
.row-fluid .span6 {
    width: 48.93617021276595%; *width: 48.88297872340425%
}
.row-fluid .span5 {
    width: 40.42553191489362%; *width: 40.37234042553192%
}
.row-fluid .span4 {
    width: 31.914893617021278%;
}
.row-fluid .span3 {
    width: 23.404255319148934%; *width: 23.351063829787233%
}
.row-fluid .span2 {
    width: 14.893617021276595%; *width: 14.840425531914894%
}
.row-fluid .span1 {
    width: 6.382978723404255%; *width: 6.329787234042553%
}
.row-fluid.offset12 {
    margin-left: 104.25531914893617%; *margin-left: 104.14893617021275%
}
.row-fluid.offset12:first-child{
    margin-left: 102.12765957446808%; *margin-left: 102.02127659574467%
}
.row-fluid.offset11 {
    margin-left: 95.74468085106382%; *margin-left: 95.6382978723404%
}
.row-fluid.offset11:first-child{
    margin-left: 93.61702127659574%; *margin-left: 93.51063829787232%
}
.row-fluid.offset10 {
    margin-left: 87.23404255319149%; *margin-left: 87.12765957446807%
}
.row-fluid.offset10:first-child{
    margin-left: 85.1063829787234%; *margin-left: 84.99999999999999%
}
.row-fluid.offset9 {
    margin-left: 78.72340425531914%; *margin-left: 78.61702127659572%
}
.row-fluid.offset9:first-child{
    margin-left: 76.59574468085106%; *margin-left: 76.48936170212764%
}
.row-fluid.offset8 {
    margin-left: 70.2127659574468%; *margin-left: 70.10638297872339%
}
.row-fluid.offset8:first-child{
    margin-left: 68.08510638297872%; *margin-left: 67.9787234042553%
}
.row-fluid.offset7 {
    margin-left: 61.70212765957446%; *margin-left: 61.59574468085106%
}
.row-fluid.offset7:first-child{
    margin-left: 59.574468085106375%; *margin-left: 59.46808510638297%
}
.row-fluid.offset6 {
    margin-left: 53.191489361702125%; *margin-left: 53.085106382978715%
}
.row-fluid.offset6:first-child{
    margin-left: 51.063829787234035%; *margin-left: 50.95744680851063%
}
.row-fluid.offset5 {
    margin-left: 44.68085106382979%; *margin-left: 44.57446808510638%
}
.row-fluid.offset5:first-child{
    margin-left: 42.5531914893617%; *margin-left: 42.4468085106383%
}
.row-fluid.offset4 {
    margin-left: 36.170212765957444%; *margin-left: 36.06382978723405%
}
.row-fluid.offset4:first-child{
    margin-left: 34.04255319148936%; *margin-left: 33.93617021276596%
}
.row-fluid.offset3 {
    margin-left: 27.659574468085104%; *margin-left: 27.5531914893617%
}
.row-fluid.offset3:first-child{
    margin-left: 25.53191489361702%; *margin-left: 25.425531914893618%
}
.row-fluid.offset2 {
    margin-left: 19.148936170212764%; *margin-left: 19.04255319148936%
}
.row-fluid.offset2:first-child{
    margin-left: 17.02127659574468%; *margin-left: 16.914893617021278%
}
.square-state .icon-btn {
    margin-top: 0px;
    margin-bottom: 20px;
}
.icon-btn {
    height: 70px;
    width: 50px;
    margin: 10px 0px;
    padding: 16px 0px 0px;
    font-size: 10px;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0px 0px 5px rgb(221, 221, 221) !important;
    display: block !important;
    color: rgb(100, 100, 100) !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s !important;
}
.icon-btn div {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px !important;
    font-family: Arial;
}
.icon-btn i {
    transition: all 0.5s ease-in-out 0s;
}
.icon-btn i {
    font-size: 20px;
    color: rgb(119, 119, 119) !important;
}
.icon-btn:hover {
    background: none repeat scroll 0% 0% rgb(255, 255, 255) !important;
    text-decoration: none !important;
    color: rgb(68, 68, 68) !important;
    transition: all 0.3s ease 0s !important;
    box-shadow: 0px 0px 0px rgb(255, 255, 255), 0px 0px 1px rgba(0, 0, 0, 0.6) inset !important;
}
.icon-btn:hover i {
    -webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	color: #fff;
	opacity: 1;
}
.icon-btn .badge {
    position: absolute;
    font-size: 10px !important;
    top: 26px;
    right: -8px;
    height: 14px;
    padding: 3px 7px;
    color: white !important;
    border-radius: 10px 10px 10px 10px;
    text-shadow: none;
    font-family: Arial;
}
.badge-important {
    background-color: rgb(231, 73, 85);
    background-image: -moz-linear-gradient(center top , rgb(231, 73, 85), rgb(231, 73, 85));
}
.badge-success {
    background-color: rgb(165, 209, 108);
    background-image: -moz-linear-gradient(center top , rgb(165, 209, 108), rgb(165, 209, 108));
}
.badge-info {
    background-color: rgb(50, 194, 205);
    background-image: -moz-linear-gradient(center top , rgb(50, 194, 205), rgb(50, 194, 205));
}
.badge-warning {
    background-color: rgb(252, 179, 34);
    background-image: -moz-linear-gradient(center top , rgb(252, 179, 34), rgb(252, 179, 34));
}
.loading {
    background: url("/images/loading.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    padding-left: 20px;
    vertical-align: middle;
    width: 16px;
}