
* {
    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 !important;
    font-size: 13px;
    line-height: 20px;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
label {
    cursor: pointer;
}
.clear {
    clear: both;
}
button {
    border: medium none;
}
ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
a {
    color: #000;
    text-decoration: none;
}
.img-text {
    display: block;
}
.img-text span {
    display: inline-block;
    vertical-align: middle;
}
.btn {
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    text-align: center;
}
.btn-blue {
    background-color: #3b5998;
    border-bottom: 3px solid #1c3670;
    color: #fff;
    display: block;
    font-size: 12px;
    margin: 15px 10px 0 0;
    padding: 5px 6px;
}
.btn-info {
    background-color: #49afcd;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: rgb(47, 150, 180);
    color: rgb(255, 255, 255);
}
.btn-danger {
    background: none repeat scroll 0 0 #dc5d3a;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
    padding: 4px 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-danger:hover {
    background: none repeat scroll 0 0 #dc4e3b;
}
.btn-primary {
    background: none repeat scroll 0 0 #2e373f;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
    padding: 4px 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover {
    background: none repeat scroll 0 0 #232a32;
}
.btn-require {
    background-color: #3bc8c0;
    border-bottom: 3px solid #0e978f;
    color: #fff;
    font-family: UTM Alter Gothic;
    font-size: 28px;
    width: 100%;
}
.btn-support {
    background-color: #b9c83b;
    border-bottom: 3px solid #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;
    height: 16px;
    width: 16px !important;
    border:none !important;
}
.btn-hide {
    background: url("/images/x.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px !important;
    border:none !important;
}
.btn-up {
    background: url("/images/up.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
}
.btn-down {
    background: url("/images/down.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
}
.btn-edit {
    background: url("/images/pencil.png") no-repeat scroll left center transparent;
    color: #868686;
    padding-left: 14px;
}
.btn-delete {
    background: url("/images/danger.png") no-repeat scroll left center transparent;
    color: #868686;
    padding-left: 14px;
}
.but-expand {
    background: url("/images/btn_expand.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 14px;
    width: 15px;
}
.but-collapse {
    background: url("/images/btn_collapse.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 14px;
    width: 15px;
}
.input-text {
    border: 1px solid #dddddd;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    outline: medium none;
    padding: 4px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
}
.input-ssmal {
    font-size: 12px !important;
    padding: 2px !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 {
    box-sizing: border-box;
    width: 100%;
}
.input-textarea {
    border: 1px solid #cccccc;
    padding: 5px;
}
.cbbox {
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 12px;
    padding: 4px;
}
.sb-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #aaaaaa #aaaaaa -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-size: 11px;
    width: 100%;
}
.sb-table td {
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #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: medium none;
}
.sb-table td.rlast {
    border-right: medium 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;
    float: right;
    text-decoration: underline;
}
.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 {
    background-color: rgb(252, 248, 227);
    border: 1px solid rgb(251, 238, 213);
    color: rgb(192, 152, 83);
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert .close {
    color: rgb(0, 0, 0);
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    position: relative;
    right: -21px;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    top: -2px;
}
.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"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.4894%;
}
.row-fluid .span10 {
    width: 82.9787%;
}
.row-fluid .span9 {
    width: 74.4681%;
}
.row-fluid .span8 {
    width: 65.9574%;
}
.row-fluid .span7 {
    width: 57.4468%;
}
.row-fluid .span6 {
    width: 48.9362%;
}
.row-fluid .span5 {
    width: 40.4255%;
}
.row-fluid .span4 {
    width: 31.9149%;
}
.row-fluid .span3 {
    width: 23.4043%;
}
.row-fluid .span2 {
    width: 14.8936%;
}
.row-fluid .span1 {
    width: 6.38298%;
}
.row-fluid.offset12 {
    margin-left: 104.255%;
}
.row-fluid.offset12:first-child {
    margin-left: 102.128%;
}
.row-fluid.offset11 {
    margin-left: 95.7447%;
}
.row-fluid.offset11:first-child {
    margin-left: 93.617%;
}
.row-fluid.offset10 {
    margin-left: 87.234%;
}
.row-fluid.offset10:first-child {
    margin-left: 85.1064%;
}
.row-fluid.offset9 {
    margin-left: 78.7234%;
}
.row-fluid.offset9:first-child {
    margin-left: 76.5957%;
}
.row-fluid.offset8 {
    margin-left: 70.2128%;
}
.row-fluid.offset8:first-child {
    margin-left: 68.0851%;
}
.row-fluid.offset7 {
    margin-left: 61.7021%;
}
.row-fluid.offset7:first-child {
    margin-left: 59.5745%;
}
.row-fluid.offset6 {
    margin-left: 53.1915%;
}
.row-fluid.offset6:first-child {
    margin-left: 51.0638%;
}
.row-fluid.offset5 {
    margin-left: 44.6809%;
}
.row-fluid.offset5:first-child {
    margin-left: 42.5532%;
}
.row-fluid.offset4 {
    margin-left: 36.1702%;
}
.row-fluid.offset4:first-child {
    margin-left: 34.0426%;
}
.row-fluid.offset3 {
    margin-left: 27.6596%;
}
.row-fluid.offset3:first-child {
    margin-left: 25.5319%;
}
.row-fluid.offset2 {
    margin-left: 19.1489%;
}
.row-fluid.offset2:first-child {
    margin-left: 17.0213%;
}
.square-state .icon-btn {
    margin-bottom: 20px;
    margin-top: 0;
}
.icon-btn {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0 0 5px rgb(221, 221, 221) !important;
    color: rgb(100, 100, 100) !important;
    cursor: pointer;
    display: block !important;
    font-size: 10px;
    height: 70px;
    margin: 10px 0;
    padding: 16px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s !important;
    width: 50px;
}
.icon-btn div {
    font-family: Arial;
    font-size: 12px !important;
    margin-bottom: 20px;
    margin-top: 5px;
}
.icon-btn i {
    transition: all 0.5s ease-in-out 0s;
}
.icon-btn i {
    color: rgb(119, 119, 119) !important;
    font-size: 20px;
}
.icon-btn:hover {
    background: none repeat scroll 0 0 rgb(255, 255, 255) !important;
    box-shadow: 0 0 0 rgb(255, 255, 255), 0 0 1px rgba(0, 0, 0, 0.6) inset !important;
    color: rgb(68, 68, 68) !important;
    text-decoration: none !important;
    transition: all 0.3s ease 0s !important;
}
.icon-btn:hover i {
    color: #fff;
    opacity: 1;
    transform: rotate(360deg);
}
.icon-btn .badge {
    border-radius: 10px;
    color: white !important;
    font-family: Arial;
    font-size: 10px !important;
    height: 14px;
    padding: 3px 7px;
    position: absolute;
    right: -8px;
    text-shadow: none;
    top: 26px;
}
.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));
}
.page-content {
    background: url("/style/outsite/images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: table;
    margin: 78px auto;
    width: 1000px;
}
.banner {
    background: url("/style/outsite/images/banner.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 215px;
    margin: 0 auto;
    width: 1376px;
}
.body {
    content: "";
    display: table;
    margin: 0 auto;
    padding-top: 5px;
    width: 850px;
}
.main-col {
    content: "";
    display: table;
    float: left;
    height: 500px;
    margin-right: 10px;
    width: 580px;
}
.right-col {
    float: left;
    width: 245px;
}
.blk {
    background-color: #4ba051;
    margin-bottom: 10px;
}
.blk-title {
    background: url("/style/outsite/images/layout2/block-title-bg.png") repeat-x scroll 0 0 transparent;
    color: white;
    font-family: tahoma;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    padding: 12px;
    text-align: right;
}
.blk-content {
    background: none repeat scroll 0 0 #4ba051;
    border: 5px solid #4ba051;
    padding: 5px;
}
.social{
    text-align: center;
}
.social img {
    margin-right: 5px;
    width: auto;
}
.support span {
    color: white;
    display: block;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}
.login-form .ipt-label {
    color: #ffffff;
    display: block;
    font-family: tahoma;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}
.login-form .rd-label {
    color: white;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 20px;
}
.login-form input[type="text"], .login-form input[type="password"] {
    background: url("/style/outsite/images/layout2/input-bg.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: red;
    font-weight: bold;
    height: 19px;
    padding: 5px;
    width: 238px;
}
ul.panel {
    background: url("/style/insite/images/left-menu-bg.png") repeat scroll 0 0 transparent;
}
#main-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
}
#footer {
    background: linear-gradient(0deg, rgba(38, 97, 49, 0.9) 40%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
}
#form4 {
    border-radius: 10px;
    color: #bb040b;
    padding-top: 1.5em;
    width: 100%;
}
#form4 h3 {
    font-size: 18px;
    height: 30px;
    margin: 0 20px;
}
#form4 h4 {
    font-size: 14px;
    height: 14px;
    margin: 0 20px 10px;
}
#form4 fieldset {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
    padding: 0 0 1em;
}
#form4 legend {
    display: none;
}
#form4 p {
    margin: 0.5em 20px;
}
#form4 label {
    display: block;
}
#form4 input, #form4 textarea {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dfdfdf;
    padding: 5px 3px;
    width: 302px;
}
#form4 textarea {
    height: 70px;
    overflow: auto;
}
#form4 p.submit {
    text-align: left;
}
#form4 button {
    background: url("/style/outsite/images/form_button.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 56px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-indent: -8000px;
    width: 88px;
}
.theme-audio {
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: inline-block;
}
.audio-off {
    background: url("../img/speaker_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.audio-on {
    background: url("../img/speaker_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}