.tableWrapEditModal .modal-title{
    min-height: 34px;
}
.table_header {
    font-style: italic;
    color: #888;
    font-size: 16px;
    font-weight: 600;
}

.table_menu {
    margin-left: -5px;
    clear: left;
}

.last_edit {
    color: #999;
}

.top_message {
    float: left;
    font-size: 13px;
    padding: 4px 7px;
}
.htCore2 tbody>tr>td{
    height: 50px;
    vertical-align: middle;
    margin-left: -20px;
    margin-top: 10px;
}
.top_menu {
    float: left;
    font-size: 18px;
    padding: 20px;
}

.top_menu:hover:not(:last-of-type) {
    background-color: #EEE;
    cursor: default;
}

.handsontable2 {
    position: relative;
}

.handsontable2 .hide{
    display: none;
}
.handsontable2 .relative {
    position: relative;
}

.handsontable2 .wtHider2 {
    width: 0;
}

.handsontable2 .wtSpreader2 {
    position: relative;
    width: 0; /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
    height: auto;
}

.handsontable2 table,
.handsontable2 tbody,
.handsontable2 thead,
.handsontable2 td,
.handsontable2 th,
.handsontable2 div {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.handsontable2 table.htCore2 {
    border-collapse: separate;
    /*it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit*/
    /*this actually only changes appearance of user selection - does not make text unselectable
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    /*user-select: none; /*no browser supports unprefixed version*/
    border-spacing: 0;
    margin: 0;
    border-width: 0;
    table-layout: fixed;
    width: 0;
    outline-width: 0;
    /* reset bootstrap table style. for more info see: https://github.com/handsontable/handsontable/issues/224 */
    max-width: none;
    max-height: none;
}

.handsontable2 th,
.handsontable2 td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    height: 22px;
    empty-cells: show;
    line-height: 21px;
    padding: 0 4px 0 4px;
    /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
    background-color: #FFF;
    vertical-align: top;
    overflow: hidden;
    outline-width: 0;
    white-space: pre-line;
    /* preserve new line character in cell */
}

.handsontable2 th:last-child {
    /*Foundation framework fix*/
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.handsontable2 tr:first-child th,
.handsontable2 tr:first-child td {
    border-top: 1px solid #CCC;
}

.handsontable2 th {
    background-color: #EEE;
    color: #222;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
}

.handsontable2 thead th {
    padding: 0;
}

.handsontable2 th.active {
    background-color: #CCC;
}

.handsontable2 thead th .relative {
    padding: 2px 4px;
}

.handsontable2 .wtBorder2 {
    position: absolute;
    font-size: 0;
}
.handsontable2 .wtBorder2.hidden{
    display:none !important;
}

.handsontable2 tbody tr th:nth-last-child(2) {
    border-right: 1px solid #CCC;
}

.handsontable2 col.hidden {
    width: 0 !important;
}

.handsontable2 tr.hidden,
.handsontable2 tr.hidden td,
.handsontable2 tr.hidden th {
    display: none;
}

.ht_master2 {
    overflow: hidden;
}

.htContextMenu2 {
    display: none;
    position: absolute;
    z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
}

.htContextMenu2 table.htCore2 {
    border: 1px solid #bbb;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.htContextMenu2 table tbody tr td {
    background: white;
    border-width: 0;
    padding: 4px 6px 0 6px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.htContextMenu2 table tbody tr td:first-child {
    border: 0;
}

.htContextMenu2 table tbody tr td.current {
    background: #e9e9e9;
}

.htContextMenu2 table tbody tr td.htSeparator2 {
    border-top: 1px solid #bbb;
    height: 0;
    padding: 0;
}

.htContextMenu2 table tbody tr td .htItemWrapper2 {
    margin-left: 10px;
    margin-right: 6px;
}

.htContextMenu2 .ht_master2 .wtHolder2 {
    overflow: hidden;
}

div.htMenu2 table {
    color: #393939 !important;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
}

.htContextMenu2 table tbody tr td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.htContextMenu2 table tbody tr td:hover {
    background: #e9e9e9;
}

.div_active {
    display: block !important;
}

.pull-left {
    float: left;
    padding-left: 3px !important;
}

.htSeparator2 .pull-left {
    padding-left: 10px !important;
}


.pull-right {
    float: right;
    padding-right: 10px !important;
}

.file_download {
    margin-left: 282px;
    margin-top: 255px;
}

.paste_special {
    margin-left: 302px;
    margin-top: 130px;
}

.freeze, .new {
    margin-left: 282px;
    margin-top: 10px;
}

.function {
    margin-left: 302px;
    margin-top: 105px;
}

.number {
    margin-left: 300px;
    margin-top: 27px;
}

.more_formats {
    margin-left: 600px;
    margin-top: 306px;
}

.font_size {
    margin-left: 280px;
    margin-top: 10px;
}

.align {
    margin-left: 280px;
    margin-top: 255px;
}

.merge_cells {
    margin-left: 280px;
    margin-top: 305px;
}

.text_wrapping {
    margin-left: 300px;
    margin-top: 238px;
}

.filter_views {
    margin-left: 300px;
    margin-top: 155px;
}

.toolbar {
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 3px 3px 7px 3px;
}

.toolbar span.toolbar_icon {
    padding: 3px 6px;
    font-size: 13px;
    border: 1px solid #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 300;
    height: 28px !important;
    line-height: 28px !important;
}

.toolbar_icon:hover, .toolbar_icon_active  {
    border: 1px solid #BBB;
    cursor: default;
    background-color: #EEF;
}

.toolbar_separator {
    border-right: 1px solid #CCC;
    width: 1px;
    margin: 4px !important;
}

.bold {
    font-weight: 600;
}

.number_toolbar {
    margin-left: 270px;
    margin-top: 5px;
}

.ff_alegreya {
    font-family: 'Alegreya';
}

.ff_amatic_sc {
    font-family: 'Amatic SC';
}

.ff_arial {
    font-family: 'Arial';
}

.ff_bree_serif {
    font-family: 'Bree Serif';
}

.ff_comic_sans_ms {
    font-family: 'Comic Sans MS';
}

.ff_courier_new {
    font-family: 'Courier New';
}

.ff_georgia {
    font-family: 'Georgia';
}

.ff_impact {
    font-family: 'Impact';
}

.ff_merriweather {
    font-family: 'Merriweather';
}

.ff_open_sans {
    font-family: 'Open Sans',sans-serif;
}

.ff_permanent_marker {
    font-family: 'Permanent Marker';
}

.ff_pinyon_script {
    font-family: 'Pinyon Script';
}

.ff_playfair_display {
    font-family: 'Playfair Display';
}

.ff_proxima_nova {
    font-family: 'Proxima Nova';
}

.ff_roboto {
    font-family: 'Roboto';
}

.ff_roboto_mono {
    font-family: 'Roboto Mono';
}

.ff_times_new_roman {
    font-family: 'Times New Roman';
}

.ff_trebuchet_ms {
    font-family: 'Trebuchet MS';
}

.ff_ulta {
    font-family: 'Ultra';
}

.ff_valera_round {
    font-family: 'Valera Round';
}

.ff_verdana {
    font-family: 'Verdana';
}

#textColors {
    position: absolute;
    z-index: 9999;
    border: 1px solid #DDD;
    padding: 15px 7px 7px 7px;
    width: 190px;
    margin-top: -30px;
    margin-left: 400px;
    background-color: #ffffff !important;
}

#textColors ul#themeColors li {
    margin: 2px !important;
    line-height: 11px;
}

#textColors ul#themeColors li input {
    width: 13px;
    height: 13px;
    margin: 0 !important;
}

#textColors .color-picker-input {
    height: 20px !important;
    font-size: 10px !important;
}

.hidden{
    display:none !important;
}

.tableWrap {
    padding-bottom: 40px !important;
}

.ht_master, .ht_clone_top, .wtHolder {
    width: 100% !important;
    overflow: visible !important;
}

.wtHolder {
    height: 100% !important;
}

/*Fix text length for my maps and my matrices (only for Mozilla)*/
.text-new-line{
    max-width: 500px;
    word-wrap: break-word;
}
.customLoader{
    background-color: rgba(220,220,220,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1000px;
    left: 0;
    right: 0;
    padding: 200px;
    z-index: 1;
}
div#mapTableOverlay .handsontable .wtHider {
    height: auto !important;
}

.deactive:hover{
    background-color: #d9d9d9 !important;
    cursor: default;
}

#matrixTableOverlay .handsontable .wtHider {
    height: auto !important;
}
ul.table_header_list{
    list-style: none;
}
ul.table_header_list li {
    float: left;
    margin-left: 10px;
}
.table_header_name{
    padding: 15px 15px 15px 0px;
}
.table_header_loader span.pageLoader  {
    margin-top: 15px;
    position: absolute;
}
.table_header_msg .alert{
    margin-bottom: 0px !important;
}
.loading{
    font-size:11px;
    margin-left: 5px;
}
.table_header_msg .alert-success{
    background-color: transparent !important;
    border-color: transparent !important;
}
.deactive:hover{
    background-color: #d9d9d9 !important;
    cursor: default;
}
.table_menu .alert{
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.toolbar {
     border-left: 0px !important;
 }
.main_link {
    font-weight: 600;
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 15px;
}

.main_link > a:hover {
    text-decoration: none;
}

.sidebar_header {
    padding-left: 15px;
    font-weight: 600;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700 !important;
}

hr.hr {
    border-top: 1px solid #fcaf17;
    margin-left: 15px !important;
    margin-top: -4px;
    margin-bottom: -3px;
}

.lead_link {
    color: #000 !important;
    text-decoration: none !important;
}

.lead_link:hover,
.lead_link_active {
    color: #087dc1 !important;
    text-decoration: none !important;
}

.page-header {
    margin-top: 15px;
    border-bottom: 1px solid #999;
    padding-bottom: 7px;
}

.page-header > h1 {
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: normal;
}

.black_color {
    color: #000 !important;
}

ul.navbar-right > li > ul > li.active > a {
    background-color: #f5f5f5 !important;
}

ul.navbar-right {
    margin-top: 3px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(204,204,204,0.4);
}


.active_header, .active_hr {
    display: block;
}

.inactive_header, .inactive_hr {
    display: none;
}

#p-search {
    margin-left: 62px;
}



div.changeTable {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(240,240,240,0.6) !important;
    text-align: center;
    -webkit-transition: 2s linear all;
    -moz-transition: 2s linear all;
    -o-transition: 2s linear all;
    transition: 2s linear all;
}
div.changeTable img{
    margin-top: 10%;
    width: 50px;
}
.handsontable th{
    font-weight: normal;
    white-space: nowrap;
    background-clip: padding-box;

}

.handsontable thead th{
    height: 22px !important;
}
.handsontable tbody th{
    height: 22px;
}
[role="button"]{
    cursor: pointer;
}
div.modificationBox {
    font-size: 14px;
    font-style: italic;
    padding-top: 10px;
}
div.userObjectModificationRow {
    padding-bottom: 5px;
}
table.objects td > .row {
    margin-right: 0px !important;
}

.alert.flashMessage{
    margin-top: 0px !important;
}

.ff_open_sans {
    font-family: 'Open Sans',sans-serif;
}