﻿/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

*, *:focus, *:hover {
    outline: none !important;
}

html, body {
    height: 100%;
    color: #000;
    font-family: Arial, Helvetica;
    font-size: 12px; /*background-image: url("../images/bg.jpg"); 	background-repeat: repeat;*/
    background-color: #E9E9E9;
}

.container-main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -35px;
}

b {
    font-weight: bold;
}

input, select {
    font-family: Arial, Helvetica;
    font-size: 12px;
}

input[type="text"], input[type="datetime"], input[type="password"], select, textarea {
    padding: 3px;
    border: solid 1px #9C9C9C;
}

input[type="text"]:focus, input[type="datetime"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #2672EC;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #e5e5e5;
}

input:-moz-placeholder {
    color: #4E4E4E;
    opacity: 1;
    filter: alpha(opacity=100);
}

input::-moz-placeholder {
    color: #4E4E4E;
    opacity: 1;
    filter: alpha(opacity=100);
}

input:-ms-input-placeholder {
    color: #4E4E4E;
    opacity: 1;
    filter: alpha(opacity=100);
}

input::-webkit-input-placeholder {
    color: #4E4E4E;
    opacity: 1;
    filter: alpha(opacity=100);
}

th {
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
}

input[type="file"] {
    width: 195px;
    padding: 3px;
}

h1 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

h2 {
    font-size: 12px;
    color: Black;
}

a {
    text-decoration: none;
    color: #0D538F;
}

a img {
    border: 0px;
    cursor: pointer;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.hide-div {
    display: none;
}

.show-div {
    display: none;
}

.font-small {
    font-size: 11px !important;
}

.font-normal {
    font-size: 13px !important;
}

.font-bold {
    font-weight: bold;
}

.cutter-left {
    margin-left: 10px;
}

.cutter-right {
    margin-right: 10px;
}

.cutter-top {
    margin-top: 10px;
}

.cutter-bottom {
    margin-bottom: 10px;
}

.cursor {
    cursor: pointer;
}

.fg-black {
    color: #000 !important;
}

.clear-right {
    clear: right !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-10 {
    padding: 10px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.font-bold {
    font-weight: bold !important;
}

.font-normal {
    font-weight: normal !important;
}
/* Header & Footer */
#header {
    width: 100%;
}

#topheader, #menu, #header {
    float: left;
    clear: both;
}

#footer {
    height: 35px;
    background-image: url("../images/footerbg.png");
    background-repeat: repeat-x;
    color: #A27F7F;
    clear: both;
    width: 100%;
    float: left;
}

#footer .footercontent {
    color: #FFFFFF;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

#arrow {
    width: 17px;
    height: 17px;
    background-image: url("../images/arrow.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 9px;
    position: absolute;
    top: 1px;
}

#topheader {
    background-image: url("../images/titlebg.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 17px;
    width: 100%;
    line-height: 32px;
    text-transform: uppercase;
    text-shadow: #0B0B0B 1px 1px 1px;
    filter: Shadow(Color=#0B0B0B, Direction=135, Strength=2);
}
/* Content */
#content {
    clear: both;
    float: left;
    width: 100%;
}

#cntbox {
    float: left;
    width: 100%;
}

#cntbox.overflow {
    overflow: auto;
    overflow-x: hidden;
}

.cnt-box-main {
    float: left;
    width: 100%;
}
/* Editor */
.editor-row {
    float: left;
    width: 100%;
    clear: both;
}

.editor-label, .editor-label, .editor-label-second {
    float: left;
    text-align: right;
    font-weight: bold;
    clear: left;
    color: #000;
    width: 135px;
}

.editor-label, .editor-label-second {
    padding: 8px 5px 8px 0px;
}

#NewDeal .editor-label {
    width: 85px;
    padding-right: 20px;
    padding-left: 0px;
}

#DealDocuments .editor-label {
    padding-left: 0;
    padding-right: 12px;
    width: 89px;
}

#DealSellerInfo .editor-label {
    padding-left: 0;
    width: 105px;
}

#AddUnderlyingFund .editor-label {
    width: 129px;
}

#BankInformation .editor-label {
    padding-right: 31px;
}

#DocumentInformation .editor-label {
    width: 116px;
    padding-right: 21px;
}

.editor-field {
    text-align: left;
    float: left;
    clear: right;
    color: #000;
}

.editor-label, .editor-field {
    padding: 8px 5px;
}

.editor-field input[type="text"], .editor-field input[type="datetime"], .editor-field input[type="password"] {
    width: 96%;
}

.editor-field select {
    width: 164px;
}

.editor-field input.ui-autocomplete-input[type="text"], .editor-field input.ui-autocomplete-input[type="datetime"] {
    width: 130px;
}

.editor-field input, .editor-label input, .editor-field select, .editor-label select {
    margin-top: -5px;
}

.editor-field input[type="checkbox"], .editor-label input[type="checkbox"] {
    margin-top: 0px;
}

.cell {
    font-weight: bold;
}

label {
    font-weight: bold;
}

.editor-editbtn {
    float: right;
    clear: both;
}

.editor-editbtn a {
    color: Blue;
}

.editor-editbtn img {
    cursor: pointer;
}

.radio input {
    width: auto;
}

.dropdown {
    width: 120px;
}

.editor-button {
    width: 73px;
    margin: 0 auto;
    margin-bottom: 10px;
    clear: both;
    height: 30px;
}

.dropdown, .checkbox, .button, .textarea {
    background-image: none;
}

.field-validation-error, .custom-validation {
    color: Red;
    display: none;
}
/*
------------------------Box-------------------*/
.box {
    clear: both;
    margin-left: 20px;
    float: left;
    margin-bottom: 10px;
}

.box-top {
    clear: both;
    height: 34px;
}

.box-left {
    float: left;
    background-image: url(../images/box_left.png);
    background-repeat: no-repeat;
    width: 9px;
    height: 34px;
}

.box-right {
    float: left;
    background-image: url(../images/box_right.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 34px;
}

.box-center {
    float: left;
    background-image: url(../images/box_center.png);
    background-repeat: repeat-x;
    width: 697px;
    height: 34px;
    text-align: left;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 34px;
    width: 97%;
    text-shadow: #0B0B0B 1px 1px 1px;
    filter: Shadow(Color=#0B0B0B,Direction=135,Strength=2);
}

.box-content {
    border: solid 1px #C1ACAC;
    padding-top: 10px;
    width: 715px;
    float: left;
}

.contactinfo-right {
    float: left;
}

.contactinfo-left {
    float: left;
    width: auto;
}

.accountinfo, .contactinfo {
    clear: both;
    float: left;
}

.box-content .title {
    float: left;
    padding-left: 8px;
}

.box-content .delete {
    float: right;
    clear: right;
    cursor: pointer;
    display: none;
}

.box-content .add {
    float: right;
}

.box-content .add img {
    cursor: pointer;
}

.box-content .box-main {
    float: left;
}

.new-investor {
    width: 800px;
    margin: 0 auto;
}
/* Search */
#SearchDetail {
    /*clear: both;*/
    text-align: left; /*padding: 5px 0px 0px 20px;*/
    width: 250px;
    margin-left: 50px;
    margin-top: 21px;
}

#SearchDetail li {
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
    border-left: solid 1px silver;
    list-style-type: none;
}

#SearchDetail li a {
    color: #216687;
    background-color: #EEF7E4;
    padding: 5px;
    display: block;
}

#SearchDetail li a:hover {
    background-color: #04AAD6;
    color: White;
}

.searchTitle {
    width: 245px;
    background-color: #c5c5c5;
    padding-left: 5px;
    height: 21px;
    line-height: 10px;
}
/* ui-autocomplete */
.ui-menu .ui-menu-item {
    text-align: left;
}
/* investor list */
.investor-list {
    text-align: left;
    padding: 4px 0 0;
}
/* edit investor */
#editinfo {
    width: 100%;
    float: left;
}

.edit-investor {
    width: 90%;
    margin: 10px 10px 10px 65px;
    float: left;
}

.box {
    width: 100%;
    margin-left: 0px;
}

.box-content {
    padding: 9px;
    width: 96.7%;
}

.editor-field {
    width: 155px;
}

.edit-info {
    clear: both;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 5px;
}

.edit-info .edit-left {
    width: 60%;
    float: left;
}

.edit-info .edit-right {
    width: 40%;
    float: right;
}

.contactinfo, .accountinfo {
    clear: both;
    width: 100%;
}

.checkbox input {
    width: auto;
}
/* Grid */
.grid-viewdetail {
    clear: both;
}

.grid-list {
    width: 100%;
}

.admin-list-header {
    text-align: right;
    width: 100%;
}

.admin-list {
    clear: both;
    text-align: left;
}

.grid-list th, .grid-list td {
}

.grid-header th {
    background-color: #d4dee5;
    font-weight: normal;
    font-size: 12px;
    color: #000;
    height: 24px;
    text-align: center;
}

.grid_item {
    background-color: #c5c5c5;
}

.alter-row {
    background-color: #EBEBEB;
}

.row {
    background-color: #E9f8ff;
}
/* Details Box */
.det-box {
    width: 100%;
}

.det-box-top {
    background-image: url(../images/detleft.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 3px;
    color: White;
}

#loading {
    text-align: left;
}

.header {
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 5px 0 0 0;
}

.field-validation-valid {
    color: red;
    display: none;
}

.status {
    height: 25px;
    clear: both;
    text-align: center;
    width: auto;
}

.submenubg {
}

.fund-closing-edit .editor-label {
    width: 80px;
}

.page-title {
    clear: both;
    padding: 5px;
}

h2 {
    font-size: 12px;
    color: #000;
}
/* Menu */
.topheader {
    float: left;
    height: 32px;
}

#menu {
    float: left;
    background-image: url(../images/menucenter.png);
    background-repeat: repeat-x;
    width: 100%;
}

#menubox {
    float: left;
    padding-left: 65px;
}

#menu .menu-content {
    float: left;
    padding-top: 76px;
}

#menu ul li {
    float: left;
}

#menu.minimize .topmenu {
    line-height: 40px;
    height: 40px;
}

#menu.minimize .topmenu .mnu-name {
    margin: -36px 0 0;
}

#menu.minimize .sep {
    height: 40px;
}

#menu.minimize .tab-sel {
    background-position: center bottom;
}

#menu.minimize #fundmnu .mnu-name,
#menu.minimize #dashboardmnu .mnu-name,
#menu.minimize #investmentmnu .mnu-name,
#menu.minimize #invmnu .mnu-name,
#menu.minimize #docmnu .mnu-name,
#menu.minimize #admenu .mnu-name,
#menu.minimize #repmnu .mnu-name,
#menu.minimize #newrepmnu .mnu-name,
#menu.minimize #accmnu .mnu-name {
    background-image: none;
}

.mdiv {
    clear: both;
    text-align: left;
    overflow: hidden;
    display: none;
    top: 24px;
    font-size: 13px;
}

.mdiv ul {
    width: 100%;
}

.mdiv li {
    list-style: none;
    float: left;
    padding: 13px 7px 13px 0px;
    color: #1B4581;
    font-family: Arial;
    font-size: 12px;
}

.mdiv li a {
    color: #1B4581;
    padding: 5px;
}

.topmenu {
    float: left;
    text-align: center;
    font-size: 12px;
    height: 86px;
    padding: 0px 20px;
    white-space: nowrap;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 90px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px; /* 	text-shadow: #0B0B0B 1px 1px 1px; 	filter: Shadow(Color=#0B0B0B,Direction=135,Strength=2); 	*/
}

.mnu-name {
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -23px;
    padding-top: 39px;
    font-family: Myriad Pro, Arial, Helactiva;
    font-size: 11px;
    min-width: 50px;
}

#menu #fundmnu .mnu-name {
    background-image: url(../images/fund.png);
}

#menu #investmentmnu .mnu-name {
    background-image: url(../images/deal.png);
}

#menu #invmnu .mnu-name {
    background-image: url(../images/invmanagement.png);
}

#menu #accmnu .mnu-name,
#menu #dashboardmnu .mnu-name {
    background-image: url(../images/accounting.png);
}

#menu #docmnu .mnu-name {
    background-image: url(../images/document.png);
    padding-right: 8px;
}

#menu #admenu .mnu-name {
    background-image: url(../images/administration.png);
}

#menu #repmnu .mnu-name, #menu #newrepmnu .mnu-name {
    background-image: url(../images/report.png);
}

#menu #newrepmnu .mnu-name {
    color: #fd5e53;
}

#menu #searchmnu .mnu-name {
    background-image: url(../images/magnifier.png);
}

.topmenu a {
    color: #FFFFFF;
}

.sep {
    background-image: url(../images/sep.png);
    width: 2px;
    height: 86px;
    float: left;
}

.tab-sel {
    background-image: url(../images/smenucenter.png);
    background-repeat: repeat-x;
    color: #ffffff;
}

.tab-sel a {
    color: #fff;
}

.subul {
    display: none;
    overflow: hidden;
    clear: both;
    height: 47px;
}

.subul ul li {
    padding: 15px;
    overflow: hidden;
    text-align: center;
    color: #000;
    float: left;
}

.heading {
    border: 0px solid red;
    float: left;
    padding: 12px 0 12px 65px;
    width: 90%;
}

.heading .title {
    color: #000;
    float: left;
    font-weight: bold;
    font-family: Myriad Pro,Arial;
    text-transform: uppercase;
}

.heading .pname {
    color: #29589E;
    float: left;
    font-family: Myriad Pro,Arial;
    text-transform: uppercase;
}

.heading .arrow {
    font-size: 18px;
    padding: 1px 5px;
    float: left;
    height: 12px;
    width: 10px;
    background-image: url(../images/navarrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.heading .leftcol {
    float: left;
    border: solid 0px red; /*margin-left: 65px;*/
}

.heading .rightcol {
    float: right;
    margin: -7px 0px 0 0;
    border: solid 0px red;
    width: auto;
}

.subext, .subext3 {
    clear: both;
}

.subext3 .subul, .subext .subul {
    border-top: solid 1px #d9d9d9;
    width: 100%;
}

.sub-select, .innersub-select {
    display: block;
}

#submenu {
    z-index: 1;
    clear: both;
    width: 100%;
    float: left; /* 	background-image: url(../images/fsmbg.png); 	background-repeat: repeat-x; 	*/
    background: #b3c7e2; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzYzdlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2FhYmVkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2FjYmRkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2E1YmFkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ExYjVkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YmIwY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b3c7e2 0%, #aabed9 37%, #acbdd9 40%, #a5bad7 51%, #a1b5d0 70%, #9bb0cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3c7e2), color-stop(37%,#aabed9), color-stop(40%,#acbdd9), color-stop(51%,#a5bad7), color-stop(70%,#a1b5d0), color-stop(100%,#9bb0cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b3c7e2 0%,#aabed9 37%,#acbdd9 40%,#a5bad7 51%,#a1b5d0 70%,#9bb0cd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b3c7e2 0%,#aabed9 37%,#acbdd9 40%,#a5bad7 51%,#a1b5d0 70%,#9bb0cd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b3c7e2 0%,#aabed9 37%,#acbdd9 40%,#a5bad7 51%,#a1b5d0 70%,#9bb0cd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b3c7e2 0%,#aabed9 37%,#acbdd9 40%,#a5bad7 51%,#a1b5d0 70%,#9bb0cd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3c7e2', endColorstr='#9bb0cd',GradientType=0 ); /* IE6-8 */
}

#submenubox {
    float: left;
    padding-left: 65px;
}

.navigation {
    top: 153px;
    background-image: url(../images/smbg.png);
    background-repeat: repeat-x;
    height: 36px;
}

.mdiv .sel {
    color: #ffffff;
    font-weight: bold;
    text-shadow: #1B2E43 1px 1px 1px;
    filter: Shadow(Color=#1B2E43,Direction=135,Strength=2);
}

.subul a {
    color: #27599E;
}

.subul a.sel {
    font-weight: bold;
    color: #021E43;
}


.topmenu a img {
    padding-top: 10px;
}

.checkbox input {
    width: auto;
}

.search-main {
    width: 100%;
    float: left;
}

.rightcol {
    clear: right;
}

.auto-width {
    width: auto;
}

.nowrap {
    white-space: nowrap;
}

.default-button {
    width: auto;
    height: auto;
    cursor: pointer;
}

#Edit, #Delete {
    cursor: pointer;
}

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.wm {
    color: #133F80;
}

.tickbtn {
    width: 24px;
    height: 24px;
}

.line {
    background-color: #E3E3E3;
    clear: both;
    width: 100%;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    height: 2px;
}

.hasDatepicker {
    background-image: url(../images/datepicker.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    min-width: 80px !important;
}

input.ui-autocomplete-loading[type="text"], input.ui-autocomplete-loading[type="datetime"] {
    background-image: url(../images/ajax.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

#header .setting, #header .ques, #header .key, #header .uparrow {
    background-repeat: no-repeat;
    height: 34px;
    float: right;
    margin: 0px 10px 0px 10px;
    cursor: pointer;
}

#header .setting {
    background-image: url(../images/setting.png);
    width: 27px;
}

#header .ques {
    background-image: url(../images/ques.png);
    width: 15px;
}

#header .key {
    width: 26px;
}

#header .key > a {
    background-image: url("../images/key.png");
    float: left;
    height: 34px;
    width: 26px;
}

#header .uparrow {
    background-image: url(../images/up_arrow.png);
    background-position: center center;
    width: 21px;
}

#navminimize.downarrow {
    background-image: url(../images/navdarrow.png);
}

#topheader .cname {
    float: left;
    padding-left: 65px;
    font-family: Georgia;
    font-size: 18px;
}

.tooltip {
    background-color: #F2F2A4;
    border: 1px solid #AB9C9C;
    color: Black;
    display: none;
    font-size: 11px;
    min-width: 100px;
    padding: 5px;
    position: absolute;
    white-space: nowrap;
}

.submitbtn {
    cursor: pointer;
}
/* Grid */
.grid {
    width: 100%;
}

.gbox {
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 2px;
}

.grid .row td, .grid .arow td {
    background-color: #F5F5F5;
    font-size: 12px;
    font-family: Arial;
    white-space: nowrap;
}

.grid .row td span, .grid .arow td span {
    overflow: hidden;
    white-space: nowrap;
    width: 98%;
}

.grid .arow td {
    background-color: #E9EAEC;
}

.grid tr td, .grid tr th, [class*="TableHeaderFix-"] tr td, [class*="TableHeaderFix-"] tr th {
    background-image: url("../images/line.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 35px;
    padding: 0 5px;
}

/*
.dataTables_scrollFoot > .dataTables_scrollFootInner > .grid > tfoot > tr > td {
	padding: 0 6px !important;
}
*/

.grid thead tr th {
    font-weight: normal;
    text-align: left;
}

.grid thead tr th, .grid tfoot tr td, .grid thead tr td {
    background-color: #BABFC5;
    color: #000000;
    font-size: 12px;
    font-family: Arial;
    white-space: nowrap;
}

.grid thead tr th, .grid thead tr td {
    text-shadow: #F7F1F1 1px 1px 1px;
    filter: Shadow(Color=#F7F1F1,Direction=135,Strength=2);
}

.grid tfoot tr td {
    font-size: 13px;
}

.grid thead tr td {
    background-color: transparent;
}

.grid tbody tr td img {
    cursor: pointer;
}

.grid td input[type='text'], .grid td select {
    width: 95%;
}

.grid td input.ui-autocomplete-input[type="text"], .grid td input.ui-autocomplete-input[type="datetime"] {
    width: 86%;
}

.grid .ralign, .grid .ralign input[type='text'], .grid .ralign, .grid .ralign input[type='datetime'] {
    text-align: right;
}

.grid .lalign, .grid .lalign input[type='text'] {
    text-align: left;
}

.grid .calign, .grid .calign input[type='text'] {
    text-align: center;
}

.grid .gbutton {
    visibility: hidden;
    margin: 0 2px;
}

.grid .gbutton.ajImg {
    visibility: visible !important;
}

.grid tbody tr.grow:hover td .gbutton, .grid tbody tr.erow:hover td .gbutton, .grid tbody tr.arow:hover td .gbutton, .grid tbody tr.row:hover td .gbutton, .grid tbody tr.disprow:hover td .gbutton {
    visibility: visible;
}

.grid tbody tr:hover td {
}
/* End Grid */
/* green button */
.green-btn {
    float: left;
    margin: 0 3px;
    cursor: pointer;
}

.green-btn .left, .green-btn .right, .green-btn .center {
    color: #002827;
    float: left;
    font-size: 13px;
    height: 31px;
    line-height: 32px;
    font-weight: bold;
}

.green-btn .left {
    background: url(../images/btn_l.png) no-repeat left top;
    width: 25px;
}

.green-btn.no-plus .left {
    background: url(../images/btn_l_no_plus.png) no-repeat left top;
    width: 8px;
}

.green-btn .right {
    background: url(../images/btn_r.png) no-repeat left top;
    width: 8px;
}

.green-del-btn .left {
    background: url(../images/btn_x_l.png) no-repeat left top;
}

.green-btn .center {
    background: url("../images/btn_c.png") repeat-x scroll left top transparent;
    padding: 0 5px;
    width: auto;
}

.green-btn-sel .center {
    background: url(../images/sel_btn_c.png) repeat-x scroll left top transparent;
}

.green-btn-sel .left {
    background: url(../images/sel_btn_l.png) no-repeat left top;
}

.green-btn-sel .right {
    background: url(../images/sel_btn_r.png) no-repeat left top;
}
/* blue background */
/* deepblue button */
.db-btn {
    float: left;
    cursor: pointer;
}

.db-btn .left, .db-btn .right, .db-btn .center {
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: lighter;
    text-shadow: 1px 1px 1px #2E3236;
    height: 27px;
    line-height: 27px;
}

.db-btn .left {
    background: url(../images/btn_active_left.png) no-repeat left top;
    width: 8px;
}

.db-btn .right {
    background: url(../images/btn_active_right.png) no-repeat left top;
    width: 8px;
}

.db-btn .center {
    background: url("../images/btn_active_center.png") repeat-x scroll left top transparent;
    width: auto;
}

.db-btn-click .center {
    background: url(../images/btn_clicked_center.png) repeat-x scroll left top transparent;
}

.db-btn-click .left {
    background: url(../images/btn_clicked_left.png) no-repeat left top;
}

.db-btn-click .right {
    background: url(../images/btn_clicked_right.png) no-repeat left top;
}
/* blue background */
.blue-bg .left {
    background: url(../images/b_btn_l.png) no-repeat left top;
    width: 26px;
    height: 29px;
}

.blue-bg .right {
    background: url(../images/b_btn_r.png) no-repeat left top;
    width: 8px;
    height: 29px;
}

.blue-bg .center {
    background: url("../images/b_btn_c.png") repeat-x scroll left top transparent;
    height: 29px;
    color: #ededed;
    line-height: 29px;
}

.green-btn.blue-bg.no-plus .left {
    background: url(../images/b_btn_l_no_plus.png) no-repeat left top;
    width: 8px;
}

/* end green button */
/* section tab */
.section-tab-main {
    background-image: url("../images/tabbg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    height: 39px;
    overflow: hidden;
    padding-bottom: 4px;
    padding-left: 60px;
    width: 100%;
}

.section-tab {
    cursor: pointer;
    float: left;
    height: 45px;
    margin: 0 3px;
}

.section-tab .left, .section-tab .right, .section-tab .center {
    float: left;
    width: 8px;
    height: 40px;
    color: #068B92;
    font-size: 18px;
    line-height: 38px;
}

.section-tab .left {
    background: url(../images/tab_us_l.png) no-repeat left top;
}

.section-tab .right {
    background: url(../images/tab_us_r.png) no-repeat left top;
}

.section-tab .center {
    width: auto;
    background: url(../images/tab_us_c.png) repeat-x left top;
    padding: 0 20px;
}

.section-tab-sel .left {
    background: url(../images/tab_s_l.png) no-repeat left top;
}

.section-tab-sel .right {
    background: url(../images/tab_s_r.png) no-repeat left top;
}

.section-tab-sel .center {
    width: auto;
    background: url(../images/tab_s_c.png) repeat-x left top;
    padding: 0 20px;
    color: #222B3C;
}
/* end section tab */
.expandsel, .headerbar, .subheader {
    background-image: url(../images/expandbg.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 35px;
    line-height: 35px;
}

.expandheader.orange.expandsel {
    background-image: url(../images/ora_expandbg.png);
}

.headerbar {
    line-height: 30px;
}
/* jQuery Transform */
.jqHidden {
    display: none;
}

.jqCheckBox {
    background-image: url(../images/checktab.gif);
    background-repeat: no-repeat;
    width: 51px;
    height: 27px;
    float: left;
    text-align: center;
    color: #54504d;
    line-height: 27px;
    cursor: pointer;
}

.jqCR {
    background-image: url(../images/checktabr.gif);
}

.jqcheckbox-container.extend {
    width: auto;
}

.jqcheckbox-container.extend .jqCheckBox {
    background-image: url("../images/checktab2.gif");
    width: 68px;
}

.jqcheckbox-container.extend .jqCR {
    background-image: url(../images/checktabr2.gif);
    width: 68px;
}

.jqCDisplay {
    float: left;
    padding: 8px 10px 0 0px;
}

.jqcheckbox-container.extend .jqCheckBox-Select, .jqCheckBox-Select {
    background-image: url(../images/checktabsel.png);
    background-repeat: no-repeat;
    width: 68px;
    color: #ffffff;
}

.is-orange .jqcheckbox-container.extend .jqCheckBox-Select, .is-orange .jqCheckBox-Select {
    background-image: url(../images/checktabsel-orange.png);
}

.jqComboBox {
    float: left;
    height: 25px;
    cursor: pointer;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.jqComboBox .left, .jqComboBox .right {
    float: left;
    height: 25px;
    background-image: url(../images/select_left.png);
    background-repeat: repeat-x;
}

.jqComboBox .left {
    width: 100%;
    overflow: hidden;
}

.jqComboBox .right {
    width: 28px;
    background-image: url(../images/select_right.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.jqComboBox input.ui-autocomplete-input {
    padding: 0 0 0 8px;
    margin: 0px;
    height: 25px;
    line-height: 25px;
    border: 0;
    background-color: transparent;
    float: left;
    width: 95%;
    color: #000 !important;
}

.jqComboBox.jq-combobox-loading .right span {
    background-image: url("../images/ajax.jpg");
    background-repeat: no-repeat;
    height: 16px;
    left: -20px;
    position: absolute;
    top: 5px;
    width: 16px;
}

.jqComboBox input.ui-autocomplete-input.ui-autocomplete-loading {
    background: none;
}

.editor-label .jqComboBox {
    float: left;
}

.editor-field .jqComboBox, .editor-label .jqComboBox {
    margin-top: -5px;
}

.editor-field .jqCheckBox, .editor-label .jqCheckBox, .editor-field .jqCDisplay, .editor-label .jqCDisplay {
    margin-top: -5px;
}


.headerbar .rightcol .jqComboBox {
    margin-top: 2px;
}
/* End jQuery Transform */

.breadcrumb {
    width: 90%;
    margin-left: 65px;
    float: left;
}

.breadcrumb .heading .leftcol {
    margin-left: 0px;
}

.breadcrumb .heading .rightcol {
    margin-right: 0px;
}

.breadcrumb .editor-field {
    padding-right: 0px;
}

/* New Grid Style */
.grid thead tr, .grid .row, .grid .arow, .grid tfoot tr {
    background-repeat: repeat-x;
    background-color: inherit;
}

.grid .row, .flexigrid .grid tr, tr.row {
    /*background-image: url(../images/table_row_odd.gif);*/
    background: #efefef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #efefef 0%, #fdfdfd 34%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(34%,#fdfdfd), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    background: -o-linear-gradient(top, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    background: linear-gradient(to bottom, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
}

.grid .arow, .flexigrid tr.erow, tr.arow {
    /*background-image: url(../images/table_row_even.gif);*/
    background: #bdcfe5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkY2ZlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2MyZDJlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2Q3ZTVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmU4ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #bdcfe5 0%, #c2d2e8 19%, #d7e5f6 78%, #dbe8f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdcfe5), color-stop(19%,#c2d2e8), color-stop(78%,#d7e5f6), color-stop(100%,#dbe8f9));
    background: -webkit-linear-gradient(top, #bdcfe5 0%,#c2d2e8 19%,#d7e5f6 78%,#dbe8f9 100%);
    background: -o-linear-gradient(top, #bdcfe5 0%,#c2d2e8 19%,#d7e5f6 78%,#dbe8f9 100%);
    background: -ms-linear-gradient(top, #bdcfe5 0%,#c2d2e8 19%,#d7e5f6 78%,#dbe8f9 100%);
    background: linear-gradient(to bottom, #bdcfe5 0%,#c2d2e8 19%,#d7e5f6 78%,#dbe8f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdcfe5', endColorstr='#dbe8f9',GradientType=0 );
}

.grid tfoot tr {
    /*background-image: url(../images/total_bg.gif);*/
    background: #a5bfde !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1YmZkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2FjYzRlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGRjZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #a5bfde 0%, #acc4e2 24%, #c8dcf4 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bfde), color-stop(24%,#acc4e2), color-stop(100%,#c8dcf4)) !important;
    background: -webkit-linear-gradient(top, #a5bfde 0%,#acc4e2 24%,#c8dcf4 100%) !important;
    background: -o-linear-gradient(top, #a5bfde 0%,#acc4e2 24%,#c8dcf4 100%) !important;
    background: -ms-linear-gradient(top, #a5bfde 0%,#acc4e2 24%,#c8dcf4 100%) !important;
    background: linear-gradient(to bottom, #a5bfde 0%,#acc4e2 24%,#c8dcf4 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bfde', endColorstr='#c8dcf4',GradientType=0 ) !important;
}

.grid tfoot tr td {
    font-weight: bold;
}

.grid thead tr th, .grid thead tr td, .grid .row td, .grid .arow td, .grid tfoot tr td, [class*="TableHeaderFix-"] tr th {
    background-color: inherit;
}

.grid {
    border: solid 0px #A7BACB;
}

.grid #row0, .grid #Row0 {
    background-image: none;
}

.grid tbody tr.visible:nth-child(odd), .flexigrid .grid tbody tr.visible:nth-child(odd), [class*="TableHeaderFix-"] tbody tr.visible:nth-child(odd) {
    background: #efefef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #efefef 0%, #fdfdfd 34%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(34%,#fdfdfd), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    background: -o-linear-gradient(top, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    background: linear-gradient(to bottom, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0);
}

.grid tbody tr.visible:nth-child(even), .flexigrid .grid tbody tr.visible:nth-child(even), [class*="TableHeaderFix-"] tbody tr.visible:nth-child(even) {
    background: #bdcfe5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkY2ZlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2MyZDJlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2Q3ZTVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmU4ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #bdcfe5 0%, #c2d2e8 19%, #d7e5f6 78%, #dbe8f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdcfe5), color-stop(19%,#c2d2e8), color-stop(78%,#d7e5f6), color-stop(100%,#dbe8f9));
    background: -webkit-linear-gradient(top, #bdcfe5 0%,#c2d2e8 19%,#d7e5f6 78%,#dbe8f9 100%);
    background: -o-linear-gradient(top, #bdcfe5 0%,#c2d2e8 19%,#d7e5f6 78%,#dbe8f9 100%);
    background: -ms-linear-gradient(top, #bdcfe5 0%,#c2d2e8 19%,#d7e5f6 78%,#dbe8f9 100%);
    background: linear-gradient(to bottom, #bdcfe5 0%,#c2d2e8 19%,#d7e5f6 78%,#dbe8f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdcfe5', endColorstr='#dbe8f9',GradientType=0);
}

.grid thead tr, .flexigrid .grid thead tr, [class*="TableHeaderFix-"] thead tr, .grid tfoot tr, .flexigrid .grid tfoot tr, [class*="TableHeaderFix-"] tfoot tr, .grid tbody > tr > thead tr, .flexigrid .grid tbody > tr > thead tr, [class*="TableHeaderFix-"] tbody > tr > thead tr, .grid tbody > tr > tfoot tr, .flexigrid .grid tbody > tr > tfoot tr, [class*="TableHeaderFix-"] tbody > tr > tfoot tr {
    /*background-image: url(../images/table_head_bg.gif);*/
    background: #a6c0de !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E2YzBkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2FhYzNlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2MzZDhmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2RiZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #a6c0de 0%, #aac3e1 19%, #c3d8f1 81%, #c7dbf4 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6c0de), color-stop(19%,#aac3e1), color-stop(81%,#c3d8f1), color-stop(100%,#c7dbf4)) !important;
    background: -webkit-linear-gradient(top, #a6c0de 0%,#aac3e1 19%,#c3d8f1 81%,#c7dbf4 100%) !important;
    background: -o-linear-gradient(top, #a6c0de 0%,#aac3e1 19%,#c3d8f1 81%,#c7dbf4 100%) !important;
    background: -ms-linear-gradient(top, #a6c0de 0%,#aac3e1 19%,#c3d8f1 81%,#c7dbf4 100%) !important;
    background: linear-gradient(to bottom, #a6c0de 0%,#aac3e1 19%,#c3d8f1 81%,#c7dbf4 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c0de', endColorstr='#c7dbf4',GradientType=0) !important;
}

.grid #MakeNewDUFund tr, .grid #MakeNewDUDirect tr, .grid #MakeNewDEHeader tr, .grid tbody tr.newrow {
    background: none !important;
    filter: none !important;
}
/*.ngrid thead tr th, .ngrid thead tr td{
	text-shadow: #F7F1F1 1px 1px 1px;
	filter: Shadow(Color=#F7F1F1,Direction=135,Strength=2);	
}*/
.tblbox {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
}

.tblbox .topl {
    background-image: url(../images/th_l.png) !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
}

.tblbox .topc {
    background-image: url(../images/th_c.png) !important;
    background-repeat: repeat-x !important;
    background-position: left top !important;
    width: auto !important;
}

.tblbox .topr {
    background-image: url(../images/th_r.png) !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
}

.tblbox .bottoml {
    background-image: url(../images/total_l.png) !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
}

.tblbox .bottomc {
    background-image: url(../images/total_c.png) !important;
    background-repeat: repeat-x !important;
    background-position: left bottom !important;
    width: auto !important;
}

.tblbox .bottomr {
    background-image: url(../images/total_r.png) !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
}

.tblbox .middlel {
    border-left: 1px solid #A7BACB !important;
}

.tblbox .middlec {
    border-left: 1px solid #A7BACB !important;
    border-right: 1px solid #A7BACB !important;
}

.tblbox .middler {
    border-right: 1px solid #A7BACB !important;
}

.tblbox .topl, .tblbox .topc, .tblbox .topr, .tblbox .bottoml, .tblbox .bottomc, .tblbox .bottomr {
    height: 4px !important;
}

.tblbox .topl, .tblbox .topr, .tblbox .bottoml, .tblbox .bottomr {
    width: 4px !important;
}

.tblbox .empty {
    width: 4px !important;
    height: 4px !important;
}

.tblbox .emptyc {
    height: 4px !important;
}

.grid tfoot tr td {
    background-image: none;
}

/* End New Grid Style */

.btnbox {
    float: left;
    width: 90%;
    padding-left: 65px;
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper {
    display: block;
    float: left;
    padding-left: 3px;
}

a.jqTransformCheckbox {
    background: transparent url(../images/jcheckbox.png);
    background-repeat: no-repeat;
    background-position: center top;
    vertical-align: middle;
    height: 19px;
    width: 18px;
    display: block; /*display: -moz-inline-block;*/
}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
    background-position: center bottom;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
    display: none;
}
/* New Changes */
#content, #header, #footer, #submenu {
    min-width: 1250px;
}

.editor-label, .editor-label, .editor-label-second {
    width: 145px;
}
/* End New Changes */

.grid .green-hrow, .grid .green-arow, .grid .row.green-hrow,
.flexigrid .grid tr.green-hrow, tr.row.green-hrow, .grid .row.green-arow, .flexigrid .grid tr.green-arow, tr.row.green-arow {
    background: #00aba2 !important;
}

.red-row {
    background: #F16060 !important;
    color: #fff !important;
}

.green-row {
    background: #00aba2 !important;
    color: #fff !important;
}

.grey-row {
    background: #888888 !important;
    color: #000 !important;
}

.grid .green-arow th, .grid .green-arow td {
    text-shadow: 0px 0px 0px #F7F1F1;
    color: #fff;
}

.grid .green-hrow th, .grid .green-hrow td {
    text-shadow: 0px 0px 0px #F7F1F1;
    color: #fff;
}

.select-row {
    background: #FCFCDC !important;
    filter: none;
}

.add-new-lbbox {
    width: 210px;
    margin: 0 auto;
}

.add-new-library {
    margin: 10px 0;
}

.editor-label span, .editor-field span {
    overflow: hidden;
    width: 100%;
}

.hidden-cell {
    width: 258px;
    overflow: hidden;
}

#ReportManagement li a {
    padding: 0;
}

.exp-all-box-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 99999;
    display: none;
}

.exp-all-box {
    background-color: #FFFFFF;
    left: 40%;
    position: absolute;
    top: 40%;
    width: auto;
    min-width: 350px;
    z-index: 999999;
    display: none;
}

.exp-all-box .exp-title {
    background-image: url("../images/smbg.png");
    background-repeat: repeat-x;
    color: #29589E;
    font-family: Myriad Pro,Arial;
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

.exp-all-box .exp-status {
    text-align: center;
    font-size: 12px;
    padding: 10px;
    margin: 10px;
}

.exp-all-box .exp-progress {
    border: 1px solid #E8D1D1;
    margin: 10px auto;
    width: 200px;
}

.exp-all-box .exp-percent {
    background-color: #8E8CFF;
    clear: both;
    float: left;
    width: 0;
}

.exp-all-box .exp-button {
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.no-wrap {
    white-space: nowrap !important;
}

.jqcheckbox-container {
    width: 120px;
}

.readonly {
    background-color: #f5f5f5;
    color: #000;
}

.cursor-pointer {
    cursor: pointer !important;
}

.error-msg {
    color: Red;
    font-weight: bold;
}

.disabled-button {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#SplitActivitySharesList.grid #row0, #SplitActivitySharesList.grid #Row0, #DirectActivitySharesList.grid #row0, #DirectActivitySharesList.grid #Row0, #FOIDirectList.grid #row0, #FOIDirectList.grid #Row0 {
    background: #efefef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #efefef 0%, #fdfdfd 34%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(34%,#fdfdfd), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    background: -o-linear-gradient(top, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    background: linear-gradient(to bottom, #efefef 0%,#fdfdfd 34%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
}

.grid .editor-field span, .grid .editor-label span, .grid tr td div span {
    padding: 0;
}

.ralign {
    text-align: right !important;
}

.lalign {
    text-align: left !important;
}

.calign {
    text-align: center !important;
}

.flex-box-top, .flex-box-bottom {
    height: 4px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tblbox .middlec, .tblbox .topl, .tblbox .topc, .tblbox .topr, .tblbox .bottoml, .tblbox .bottomr, .tblbox .bottomc {
    padding: 0 !important;
    margin: 0 !important;
}

.no-bg-img {
    background-image: none !important;
}

.bg-pos-top {
    background-image: none !important;
}

.edit-row {
    background: none !important;
}

.clear-1200 {
    display: none;
}

.fg-red {
    color: rgb(255,0,0) !important;
}

.fg-green {
    color: rgb(0,255,0) !important;
}

.fg-dark-green {
    color: #05A403 !important;
}

.fg-purple {
    color: rgb(128,0,128) !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.floatThead-container {
    z-index: 100 !important;
}

@media (max-width: 1600px) {
    .clear-1200 {
        clear: both;
        line-height: 0;
        height: 10px;
        display: table;
    }
}

.editable-row {
    background: #e9e9e9 !important;
}

.editable-row td {
    background: #e9e9e9 !important;
}

/* hsgv start */
.hs-gv-cnt {
    position: relative;
}

.hs-gv-cnt > .hs-gv-left,
.hs-gv-cnt > .hs-gv-right {
    background: #ddd;
    bottom: 0;
    cursor: pointer;
    height: 100px;
    opacity: 0.5;
    position: absolute;
    top: 25%;
    width: 50px;
    z-index: 999;
    display: none;
}

.hs-gv-cnt.mini > .hs-gv-left,
.hs-gv-cnt.mini > .hs-gv-right {
    height: 50px;
    width: 30px;
}

.hs-gv-cnt.hover > .hs-gv-left,
.hs-gv-cnt.hover > .hs-gv-right {
    display: block;
}

.hs-gv-cnt > .hs-gv-left > .ico,
.hs-gv-cnt > .hs-gv-right > .ico {
    background-image: url("../images/al_64.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 64px;
    margin: 15px 6px;
    width: 36px;
}

.hs-gv-cnt > .hs-gv-right > .ico {
    background-image: url("../images/ar_64.png");
}

.hs-gv-cnt.mini > .hs-gv-left > .ico,
.hs-gv-cnt.mini > .hs-gv-right > .ico {
    background-image: url("../images/al_32.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 32px;
    margin: 10px 6px;
    width: 18px;
}

.hs-gv-cnt.mini > .hs-gv-right > .ico {
    background-image: url("../images/ar_32.png");
}

.hs-gv-cnt > .hs-gv-right {
    right: 0;
}

.DTFC_LeftBodyLiner, .DTFC_LeftBodyWrapper {
    overflow: hidden !important;
}
/* hsgv end */
.hide-pro-server {
    display: none !important;
}

.spn.down-document-attach {
    background-image: url(../images/doc-icon.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    padding-right: 5px;
}

.spn.down-document-attach.col-green {
    background-image: url(../images/green-doc-icon.png);
}

/* jsort */
.jsort > thead > tr > th {
    position: relative;
}

.jsort > thead > tr > th.sasc,
.jsort > thead > tr > th.sdesc {
    padding-right: 20px;
}

.jsort > thead > tr > th.sasc:after,
.jsort > thead > tr > th.sdesc:after {
    content: '';
    width: 15px;
    height: 6px;
    position: absolute;
    top: 13px;
}

.jsort > thead > tr > th.sasc:after {
    background: url(../images/sort_up.png) no-repeat scroll right center transparent;
}

.jsort > thead > tr > th.sdesc:after {
    background: url(../images/sort_down.png) no-repeat scroll right center transparent;
}

.jsort-loading {
    position: absolute;
    width: 60px;
    background-color: #ffff83;
    color: black;
    border-radius: 5px;
    left: 45%;
    padding: 5px 10px;
    margin: 0px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    border: solid 1px #dec8c8;
}


/*
 * Glyphicons Halflings
 */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon.x05 {
    font-size: 6px;
}

.glyphicon.x2 {
    font-size: 24px;
}

.glyphicon.x3 {
    font-size: 36px;
}

.glyphicon.x4 {
    font-size: 48px;
}

.glyphicon.x5 {
    font-size: 60px;
}

.glyphicon.x6 {
    font-size: 72px;
}

.glyphicon.x7 {
    font-size: 84px;
}

.glyphicon.x8 {
    font-size: 96px;
}

.glyphicon.light:before {
    color: #f2f2f2;
}

.glyphicon.drop:before {
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

.glyphicon.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.glyphicon.flipv {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.glyphicon.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.glyphicon.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.glyphicon.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.glyphicon-glass:before {
    content: "\E001";
}

.glyphicon-music:before {
    content: "\E002";
}

.glyphicon-search:before {
    content: "\E003";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-heart:before {
    content: "\E005";
}

.glyphicon-star:before {
    content: "\E006";
}

.glyphicon-star-empty:before {
    content: "\E007";
}

.glyphicon-user:before {
    content: "\E008";
}

.glyphicon-film:before {
    content: "\E009";
}

.glyphicon-th-large:before {
    content: "\E010";
}

.glyphicon-th:before {
    content: "\E011";
}

.glyphicon-th-list:before {
    content: "\E012";
}

.glyphicon-ok:before {
    content: "\E013";
}

.glyphicon-remove:before {
    content: "\E014";
}

.glyphicon-zoom-in:before {
    content: "\E015";
}

.glyphicon-zoom-out:before {
    content: "\E016";
}

.glyphicon-off:before {
    content: "\E017";
}

.glyphicon-signal:before {
    content: "\E018";
}

.glyphicon-cog:before {
    content: "\E019";
}

.glyphicon-trash:before {
    content: "\E020";
}

.glyphicon-home:before {
    content: "\E021";
}

.glyphicon-file:before {
    content: "\E022";
}

.glyphicon-time:before {
    content: "\E023";
}

.glyphicon-road:before {
    content: "\E024";
}

.glyphicon-download-alt:before {
    content: "\E025";
}

.glyphicon-download:before {
    content: "\E026";
}

.glyphicon-upload:before {
    content: "\E027";
}

.glyphicon-inbox:before {
    content: "\E028";
}

.glyphicon-play-circle:before {
    content: "\E029";
}

.glyphicon-repeat:before {
    content: "\E030";
}

.glyphicon-refresh:before {
    content: "\E031";
}

.glyphicon-list-alt:before {
    content: "\E032";
}

.glyphicon-glyph-lock:before {
    content: "\E033";
}

.glyphicon-flag:before {
    content: "\E034";
}

.glyphicon-headphones:before {
    content: "\E035";
}

.glyphicon-volume-off:before {
    content: "\E036";
}

.glyphicon-volume-down:before {
    content: "\E037";
}

.glyphicon-volume-up:before {
    content: "\E038";
}

.glyphicon-qrcode:before {
    content: "\E039";
}

.glyphicon-barcode:before {
    content: "\E040";
}

.glyphicon-tag:before {
    content: "\E041";
}

.glyphicon-tags:before {
    content: "\E042";
}

.glyphicon-book:before {
    content: "\E043";
}

.glyphicon-glyph-bookmark:before {
    content: "\E044";
}

.glyphicon-print:before {
    content: "\E045";
}

.glyphicon-glyph-camera:before {
    content: "\E046";
}

.glyphicon-font:before {
    content: "\E047";
}

.glyphicon-bold:before {
    content: "\E048";
}

.glyphicon-italic:before {
    content: "\E049";
}

.glyphicon-text-height:before {
    content: "\E050";
}

.glyphicon-text-width:before {
    content: "\E051";
}

.glyphicon-align-left:before {
    content: "\E052";
}

.glyphicon-align-center:before {
    content: "\E053";
}

.glyphicon-align-right:before {
    content: "\E054";
}

.glyphicon-align-justify:before {
    content: "\E055";
}

.glyphicon-list:before {
    content: "\E056";
}

.glyphicon-indent-left:before {
    content: "\E057";
}

.glyphicon-indent-right:before {
    content: "\E058";
}

.glyphicon-facetime-video:before {
    content: "\E059";
}

.glyphicon-picture:before {
    content: "\E060";
}

.glyphicon-pencil:before {
    content: "\270F";
}

.glyphicon-map-marker:before {
    content: "\E062";
}

.glyphicon-adjust:before {
    content: "\E063";
}

.glyphicon-tint:before {
    content: "\E064";
}

.glyphicon-edit:before {
    content: "\E065";
}

.glyphicon-share:before {
    content: "\E066";
}

.glyphicon-check:before {
    content: "\E067";
}

.glyphicon-move:before {
    content: "\E068";
}

.glyphicon-step-backward:before {
    content: "\E069";
}

.glyphicon-fast-backward:before {
    content: "\E070";
}

.glyphicon-backward:before {
    content: "\E071";
}

.glyphicon-play:before {
    content: "\E072";
}

.glyphicon-pause:before {
    content: "\E073";
}

.glyphicon-stop:before {
    content: "\E074";
}

.glyphicon-forward:before {
    content: "\E075";
}

.glyphicon-fast-forward:before {
    content: "\E076";
}

.glyphicon-step-forward:before {
    content: "\E077";
}

.glyphicon-eject:before {
    content: "\E078";
}

.glyphicon-chevron-left:before {
    content: "\E079";
}

.glyphicon-chevron-right:before {
    content: "\E080";
}

.glyphicon-plus-sign:before {
    content: "\E081";
}

.glyphicon-minus-sign:before {
    content: "\E082";
}

.glyphicon-remove-sign:before {
    content: "\E083";
}

.glyphicon-ok-sign:before {
    content: "\E084";
}

.glyphicon-question-sign:before {
    content: "\E085";
}

.glyphicon-info-sign:before {
    content: "\E086";
}

.glyphicon-screenshot:before {
    content: "\E087";
}

.glyphicon-remove-circle:before {
    content: "\E088";
}

.glyphicon-ok-circle:before {
    content: "\E089";
}

.glyphicon-ban-circle:before {
    content: "\E090";
}

.glyphicon-arrow-left:before {
    content: "\E091";
}

.glyphicon-arrow-right:before {
    content: "\E092";
}

.glyphicon-arrow-up:before {
    content: "\E093";
}

.glyphicon-arrow-down:before {
    content: "\E094";
}

.glyphicon-share-alt:before {
    content: "\E095";
}

.glyphicon-resize-full:before {
    content: "\E096";
}

.glyphicon-resize-small:before {
    content: "\E097";
}

.glyphicon-plus:before {
    content: "\002B";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-asterisk:before {
    content: "\002A";
}

.glyphicon-exclamation-sign:before {
    content: "\E101";
}

.glyphicon-gift:before {
    content: "\E102";
}

.glyphicon-leaf:before {
    content: "\E103";
}

.glyphicon-glyph-fire:before {
    content: "\E104";
}

.glyphicon-eye-open:before {
    content: "\E105";
}

.glyphicon-eye-close:before {
    content: "\E106";
}

.glyphicon-warning-sign:before {
    content: "\E107";
}

.glyphicon-plane:before {
    content: "\E108";
}

.glyphicon-glyph-calendar:before {
    content: "\E109";
}

.glyphicon-random:before {
    content: "\E110";
}

.glyphicon-comments:before {
    content: "\E111";
}

.glyphicon-magnet:before {
    content: "\E112";
}

.glyphicon-chevron-up:before {
    content: "\E113";
}

.glyphicon-chevron-down:before {
    content: "\E114";
}

.glyphicon-retweet:before {
    content: "\E115";
}

.glyphicon-shopping-cart:before {
    content: "\E116";
}

.glyphicon-folder-close:before {
    content: "\E117";
}

.glyphicon-folder-open:before {
    content: "\E118";
}

.glyphicon-resize-vertical:before {
    content: "\E119";
}

.glyphicon-resize-horizontal:before {
    content: "\E120";
}

.glyphicon-hdd:before {
    content: "\E121";
}

.glyphicon-bullhorn:before {
    content: "\E122";
}

.glyphicon-glyph-bell:before {
    content: "\E123";
}

.glyphicon-certificate:before {
    content: "\E124";
}

.glyphicon-thumbs-up:before {
    content: "\E125";
}

.glyphicon-thumbs-down:before {
    content: "\E126";
}

.glyphicon-hand-right:before {
    content: "\E127";
}

.glyphicon-hand-left:before {
    content: "\E128";
}

.glyphicon-hand-top:before {
    content: "\E129";
}

.glyphicon-hand-down:before {
    content: "\E130";
}

.glyphicon-circle-arrow-right:before {
    content: "\E131";
}

.glyphicon-circle-arrow-left:before {
    content: "\E132";
}

.glyphicon-circle-arrow-top:before {
    content: "\E133";
}

.glyphicon-circle-arrow-down:before {
    content: "\E134";
}

.glyphicon-globe:before {
    content: "\E135";
}

.glyphicon-glyph-wrench:before {
    content: "\E136";
}

.glyphicon-tasks:before {
    content: "\E137";
}

.glyphicon-filter:before {
    content: "\E138";
}

.glyphicon-glyph-briefcase:before {
    content: "\E139";
}

.glyphicon-fullscreen:before {
    content: "\E140";
}

.glyphicon-dashboard:before {
    content: "\E141";
}

.glyphicon-glyph-paperclip:before {
    content: "\E142";
}

.glyphicon-heart-empty:before {
    content: "\E143";
}

.glyphicon-link:before {
    content: "\E144";
}

.glyphicon-phone:before {
    content: "\E145";
}

.glyphicon-glyph-pushpin:before {
    content: "\E146";
}

.glyphicon-euro:before {
    content: "\20AC";
}

.glyphicon-usd:before {
    content: "\E148";
}

.glyphicon-gbp:before {
    content: "\E149";
}

.glyphicon-sort:before {
    content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152";
}

.glyphicon-sort-by-order:before {
    content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\E154";
}

.glyphicon-sort-by-attributes:before {
    content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E156";
}

.glyphicon-unchecked:before {
    content: "\E157";
}

.glyphicon-expand:before {
    content: "\E158";
}

.glyphicon-collapse:before {
    content: "\E159";
}

.glyphicon-collapse-top:before {
    content: "\E160";
}

.glyphicon-log-in:before {
    content: "\E161";
}

.glyphicon-flash:before {
    content: "\E162";
}

.glyphicon-log-out:before {
    content: "\E163";
}

.glyphicon-new-window:before {
    content: "\E164";
}

.glyphicon-record:before {
    content: "\E165";
}

.glyphicon-save:before {
    content: "\E166";
}

.glyphicon-open:before {
    content: "\E167";
}

.glyphicon-saved:before {
    content: "\E168";
}

.glyphicon-import:before {
    content: "\E169";
}

.glyphicon-export:before {
    content: "\E170";
}

.glyphicon-send:before {
    content: "\E171";
}

.glyphicon-floppy-disk:before {
    content: "\E172";
}

.glyphicon-floppy-saved:before {
    content: "\E173";
}

.glyphicon-floppy-remove:before {
    content: "\E174";
}

.glyphicon-floppy-save:before {
    content: "\E175";
}

.glyphicon-floppy-open:before {
    content: "\E176";
}

.glyphicon-credit-card:before {
    content: "\E177";
}

.glyphicon-transfer:before {
    content: "\E178";
}

.glyphicon-cutlery:before {
    content: "\E179";
}

.glyphicon-header:before {
    content: "\E180";
}

.glyphicon-compressed:before {
    content: "\E181";
}

.glyphicon-earphone:before {
    content: "\E182";
}

.glyphicon-phone-alt:before {
    content: "\E183";
}

.glyphicon-tower:before {
    content: "\E184";
}

.glyphicon-stats:before {
    content: "\E185";
}

.glyphicon-sd-video:before {
    content: "\E186";
}

.glyphicon-hd-video:before {
    content: "\E187";
}

.glyphicon-subtitles:before {
    content: "\E188";
}

.glyphicon-sound-stereo:before {
    content: "\E189";
}

.glyphicon-sound-dolby:before {
    content: "\E190";
}

.glyphicon-sound-5-1:before {
    content: "\E191";
}

.glyphicon-sound-6-1:before {
    content: "\E192";
}

.glyphicon-sound-7-1:before {
    content: "\E193";
}

.glyphicon-copyright-mark:before {
    content: "\E194";
}

.glyphicon-registration-mark:before {
    content: "\E195";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-cloud-download:before {
    content: "\E197";
}

.glyphicon-cloud-upload:before {
    content: "\E198";
}

.glyphicon-tree-conifer:before {
    content: "\E199";
}

.glyphicon-tree-deciduous:before {
    content: "\E200";
}

.glyphicon-cd:before {
    content: "\E201";
}

.glyphicon-save-file:before {
    content: "\E202";
}

.glyphicon-open-file:before {
    content: "\E203";
}

.glyphicon-level-up:before {
    content: "\E204";
}

.glyphicon-copy:before {
    content: "\E205";
}

.glyphicon-paste:before {
    content: "\E206";
}

.glyphicon-door:before {
    content: "\1F6AA";
}

.glyphicon-key:before {
    content: "\1F511";
}

.glyphicon-alert:before {
    content: "\E209";
}

.glyphicon-equalizer:before {
    content: "\E210";
}

.glyphicon-king:before {
    content: "\E211";
}

.glyphicon-queen:before {
    content: "\E212";
}

.glyphicon-pawn:before {
    content: "\E213";
}

.glyphicon-bishop:before {
    content: "\E214";
}

.glyphicon-knight:before {
    content: "\E215";
}

.glyphicon-baby-formula:before {
    content: "\E216";
}

.glyphicon-tent:before {
    content: "\26FA";
}

.glyphicon-blackboard:before {
    content: "\E218";
}

.glyphicon-bed:before {
    content: "\E219";
}

.glyphicon-apple:before {
    content: "\F8FF";
}

.glyphicon-erase:before {
    content: "\E221";
}

.glyphicon-hourglass:before {
    content: "\231B";
}

.glyphicon-lamp:before {
    content: "\E223";
}

.glyphicon-duplicate:before {
    content: "\E224";
}

.glyphicon-piggy-bank:before {
    content: "\E225";
}

.glyphicon-scissors:before {
    content: "\E226";
}

.glyphicon-bitcoin:before {
    content: "\E227";
}

.glyphicon-yen:before {
    content: "\00A5";
}

.glyphicon-ruble:before {
    content: "\20BD";
}

.glyphicon-scale:before {
    content: "\E230";
}

.glyphicon-ice-lolly:before {
    content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E232";
}

.glyphicon-education:before {
    content: "\E233";
}

.glyphicon-option-horizontal:before {
    content: "\E234";
}

.glyphicon-option-vertical:before {
    content: "\E235";
}

.glyphicon-menu-hamburger:before {
    content: "\E236";
}

.glyphicon-modal-window:before {
    content: "\E237";
}

.glyphicon-oil:before {
    content: "\E238";
}

.glyphicon-grain:before {
    content: "\E239";
}

.glyphicon-sunglasses:before {
    content: "\E240";
}

.glyphicon-text-size:before {
    content: "\E241";
}

.glyphicon-text-color:before {
    content: "\E242";
}

.glyphicon-text-background:before {
    content: "\E243";
}

.glyphicon-object-align-top:before {
    content: "\E244";
}

.glyphicon-object-align-bottom:before {
    content: "\E245";
}

.glyphicon-object-align-horizontal:before {
    content: "\E246";
}

.glyphicon-object-align-left:before {
    content: "\E247";
}

.glyphicon-object-align-vertical:before {
    content: "\E248";
}

.glyphicon-object-align-right:before {
    content: "\E249";
}

.glyphicon-triangle-right:before {
    content: "\E250";
}

.glyphicon-triangle-left:before {
    content: "\E251";
}

.glyphicon-triangle-bottom:before {
    content: "\E252";
}

.glyphicon-triangle-top:before {
    content: "\E253";
}

.glyphicon-terminal:before {
    content: "\E254";
}

.glyphicon-superscript:before {
    content: "\E255";
}

.glyphicon-subscript:before {
    content: "\E256";
}

.glyphicon-menu-left:before {
    content: "\E257";
}

.glyphicon-menu-right:before {
    content: "\E258";
}

.glyphicon-menu-down:before {
    content: "\E259";
}

.glyphicon-menu-up:before {
    content: "\E260";
}


.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

.bs-row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.bs-row::after {
    content: "";
    display: table;
    clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 544px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-1 {
        width: 8.3333333333%;
    }

    .col-xl-2 {
        width: 16.6666666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.3333333333%;
    }

    .col-xl-5 {
        width: 41.6666666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.3333333333%;
    }

    .col-xl-8 {
        width: 66.6666666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.3333333333%;
    }

    .col-xl-11 {
        width: 91.6666666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.3333333333%;
    }

    .col-xl-pull-2 {
        right: 16.6666666667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.3333333333%;
    }

    .col-xl-pull-5 {
        right: 41.6666666667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.3333333333%;
    }

    .col-xl-pull-8 {
        right: 66.6666666667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.3333333333%;
    }

    .col-xl-pull-11 {
        right: 91.6666666667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.3333333333%;
    }

    .col-xl-push-2 {
        left: 16.6666666667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.3333333333%;
    }

    .col-xl-push-5 {
        left: 41.6666666667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.3333333333%;
    }

    .col-xl-push-8 {
        left: 66.6666666667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.3333333333%;
    }

    .col-xl-push-11 {
        left: 91.6666666667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-0 {
    margin: 0 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a-1 {
    margin: 1rem 1rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1 {
    margin-left: 1rem !important;
}

.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-a-2 {
    margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
    margin-top: 1.5rem !important;
}

.m-r-2 {
    margin-right: 1.5rem !important;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.m-l-2 {
    margin-left: 1.5rem !important;
}

.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-3 {
    margin: 3rem 3rem !important;
}

.m-t-3 {
    margin-top: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3 {
    margin-left: 3rem !important;
}

.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-a-0 {
    padding: 0 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-1 {
    padding: 1rem 1rem !important;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1 {
    padding-left: 1rem !important;
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-2 {
    padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
    padding-top: 1.5rem !important;
}

.p-r-2 {
    padding-right: 1.5rem !important;
}

.p-b-2 {
    padding-bottom: 1.5rem !important;
}

.p-l-2 {
    padding-left: 1.5rem !important;
}

.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-3 {
    padding: 3rem 3rem !important;
}

.p-t-3 {
    padding-top: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3 {
    padding-left: 3rem !important;
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/*#header .setting {
    position: relative;
    height: 30px;
}

#header .setting .dropdown-menu {
	right: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none; 
    min-width: 140px;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    border-radius: 0.25rem;
}

#header .setting .dropdown-menu .dropdown-item {
	display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #555;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}*/