/* ///////////////////////// RESET //////////////////////////////// */

html {	
-webkit-font-smoothing: antialiased; 
-moz-font-smoothing: antialiased; 
font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; }

:focus {  outline: none; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

body, html { height: 100%; width: 100%; }

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; margin: 0; padding: 0; }

ol, ul { list-style: none; }

ol.hlist { margin: 0; padding: 0; }
ol.hlist li{  display: inline; list-style-type: none;  padding: 0; margin: 0; }
ol.hlist li.separator{  display:none }


/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

table, tbody, th, td, caption, label, legend, fieldset {
  float: none;
  padding: 0; margin: 0;
  font-weight: inherit;
  font-size: inherit;
  border: none;
}

input[type="text"], input[type="password"], input[type="number"],
input.text, input.title, 
textarea/*, select*/ {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin: 0; padding: 0;
  background-color:#FFFFFF;
  border: none;
}

input[type="submit"], input[type="button"], input[type="file"], button {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin: 0; padding: 0;
  border:none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none !important;
}

/* //////////////////////////////////////////////////////////// */



/* ERRORS, NOTICES, AND SUCCESSES */

div.error ol, div.notice ol, div.success ol {
  margin: 0;
  padding: 0 0 0 1em;
}

.error, .notice, .success {
  margin-bottom: 30px;
}

.notice.debug {
  margin-top: 30px;
}

.side-by-side-animating {
    display: inline-block;
    position: fixed;
    top: 20px;
    left: 20px;
    box-sizing: border-box;
    z-index: 9999;
    animation: slide 3s infinite alternate ease-in-out;
}

@keyframes slide {
    from {
        left: 20px;
    }
    to {
        left: calc(40px);
    }
}

/* DEBUG */

dl#debug {
  margin: 0;
}

/* Misc */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /*-moz-binding: url('assets/xml/ellipsis.xml#ellipsis');*/
}



/* /////////////////////// COMMON  /////////////////////// */

a {
  color: #515151;
  font-weight: bold;
  text-decoration: underline;
}

strong, b {
  font-weight: 600;
}

input:focus, select:focus, button:focus, textarea:focus {
  -webkit-box-shadow: 0px 0px 7px #88c100;
  -moz-box-shadow: 0px 0px 7px #88c100;
  box-shadow: 0px 0px 7px #88c100;
}

h1, legend {
  display: block; float: none;
  margin: -3px 0 20px 0; padding: 0 0 6px 0;
  width: 100%; height: auto;
  border-bottom: 2px solid #cccccc;  
  font-family: "proxima-nova-1","proxima-nova-2", Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;  
  color: black;  
}

h2 {
  display: block; float: none;
  margin: 0; padding: 0;
  width: auto; height: auto; 
  font-family: "proxima-nova-1","proxima-nova-2", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1em;  
  color: #333;  
}

h3 {
  display: block; float: none;
  margin: 0; padding: 0;
  width: auto; height: auto; 
  font-family: "proxima-nova-1","proxima-nova-2", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;  
  color: #333;  
}


/* /////////////////////// LAYOUT /////////////////////// */


body {
  background: #ffffff url(../img/background_body.png) repeat-x left top;  
  margin:0; padding: 0;
  font:normal 12px/1.2em Helvetica, sans-serif;
  /* font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
  font-weight: 400;
  font-style: normal; */
  color: #515151;
}

.wrapper {
  background: transparent url(../img/background_masthead.png) no-repeat center top;
  width: 100%; min-width: 1000px;
  min-height: 100%; height: auto !important; height: 100%;
  margin:0 auto -125px;  padding: 0;
}

.container {
  background: transparent; border: none;
  width: 950px; height: auto;
  margin: 0 auto; padding: 0 25px 25px 25px;
}

.footer_page {
  display: table;
  height: 32px; width: 950px;
  padding: 0; margin: 50px auto 40px;
  border-top:2px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}

.push {
  /* height: 125px; */
  display: none;
}


/* HEADER */

#header {
  height: 122px; padding: 0; margin: 0 0 35px 0;
  border:none;
}

#header_left {
  display: table;
  height: 80px;
}

#header_right {
  display: table;
  height: 80px;
}


/* LOGO */

#header h1 {
  display: table-row;
  height: 80px; width: 115px;
  margin: 0; padding: 0;
  font-size: 18px; 
  color: #FFFFFF;
}

#header h1 a {
  display:table-cell; vertical-align: middle;
  height: 22px; width: 115px; 
  margin: 0; padding: 0;
  text-decoration: none; border: none;  
  color: #FFFFFF;
}

#header h1 a img {
  border: 0; margin: 0; padding: 0;
}

#header h1 a:hover {
  opacity: 0.75;
}

#header h1 a:active {
  opacity: 0.5;
}

#page_content {
  height: auto;
  position: relative;
}

/* CREDENTIALS */

#credentials {
  float:right; display: table-row; 
  margin: 0; padding: 0;
  height: 80px;
  
}

#credentials li {
  display: table-cell; vertical-align: middle;
  padding: 0 0 0 10px; margin: 0;
  height: 80px;
}

#credentials li, #credentials li a {
  color: #eeeeee;
}

#credentials li a:hover {
  opacity: 0.75;
}

#credentials #logout {
  margin: 0; padding: 0;
}

#credentials #logout input {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  cursor:pointer;
  
  display: block; 
  text-align: center;  
  padding: 6px 17px 6px; margin: 0;    
  border: none;
  background-color: #9fa4a8;  
  color: #2f3132;
  font:bold 12px/12px Helvetica, sans-serif;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
  
  /*  filter: dropshadow(color=#ffffff, offx=0, offy=1);  
  -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 0px rgba(0,0,0,0.3);  */
  
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

#credentials #logout input:focus {
  -webkit-box-shadow: 0px 0px 7px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 0px 7px rgba(255,255,255,0.5);
  box-shadow: 0px 0px 7px rgba(255,255,255,0.5);
}

#credentials #logout input:hover {
  opacity: 0.75;
}

#credentials #logout input:active {
  opacity: 0.5;
}

/* BREADCRUMBS */

#breadcrumbs {
  display: table;
  margin: 0; padding: 0 !important;
  height: 42px !important;
}

#breadcrumbs li {
  float: left; display: table; vertical-align: middle;
  height: 42px !important; 
  border: none !important;  
  font-size: 13px; line-height: 13px; font-weight: bold; color: white;  
  text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    
  margin: 0 0 0 -22px; padding: 0 0 0 22px;
  background: transparent url(../img/breadcrumb_bkg_mid-left.png) no-repeat left top;
  
}

#breadcrumbs li a {
  display:table-cell; vertical-align: middle;
  height: 42px;  
  text-shadow: 0px 1px 0px rgba(255,255,255,1);
  text-decoration: none;
  color: #333333;
  
  padding: 0 22px 0 8px;
  background: transparent url(../img/breadcrumb_bkg_mid-right.png) no-repeat right top;
  
}

#breadcrumbs li:hover {
  opacity: 0.5;
}

#breadcrumbs li:active {
  opacity: 0.3;
}

#breadcrumbs li.Home {
  background: transparent none;
  padding: 0; margin: 0;
}

#breadcrumbs li.Home a {
  width: 24px;
  padding: 0 0 0 0;
  background: transparent url(../img/nav_icon_home.png) no-repeat left center;
  text-indent: -9999em;
}

#breadcrumbs li.first {
    margin: 0 0 0 0; padding: 0 0 0 30px;
    background: transparent url(../img/breadcrumb_bkg_first-left.png) no-repeat left top;
}

#breadcrumbs li.last a, #breadcrumbs.hlist.num1 li.first a {
  padding: 0 42px 0 8px;
  background: transparent url(../img/breadcrumb_bkg_last-right.png) no-repeat right top;  
}


#breadcrumbs li.current,  #breadcrumbs.hlist.num li.first {
  background: transparent none;
  padding: 0; margin: 0 0 0 -10px;
}

#breadcrumbs.hlist.num0 li.first {
  background: transparent none;
  padding: 0; margin: 0 0 0 20px;
}


#breadcrumbs li.current:hover, #breadcrumbs.hlist.num0 li.first:hover, 
#breadcrumbs li.current:active, #breadcrumbs.hlist.num0 li.first:active {
  opacity: 1;
}

#breadcrumbs li.current span, #breadcrumbs.hlist.num0 li.first span {
  display:table-cell; vertical-align: middle;
  height: 42px;
}


/* FOOTER (Content) */

div#footer {
  padding-top: 2em;
}


/* FOOTER (Page) */
/* TODO hiding the Tristan footer; leaving code commented as we'll likely bring the footer back after re-branding */
/* 
.footer_page div {
  display: table-cell;
  vertical-align: middle;
  height: 32px;
}

.footer_page P {
  margin: 0; padding: 0; line-height: 1em;
}

.footer_page .tristan {
  width: 25%;
}

.footer_page .tristan a {
  display: block;
  height: 13px; width: 75px;
  background: transparent url(../img/logo_tristan.png) no-repeat;
  text-indent: -9999em;
}

.footer_page .tristan a:hover {
  opacity: 0.75;
}

.footer_page .tristan a:active {
  opacity: 0.5;
}

.footer_page .copyright {
  text-align: center;
}

.footer_page .footernav {
  width: 25%;
  text-align: right;
}

.footer_page .footernav ul {
  margin: 0; padding: 0;
  float: right;
  list-style-type: none;
}

.footer_page .footernav li {
  float: left; margin: 0 0 0 15px; padding: 0;
}

.footer_page .footernav a {
  font-weight: 400;
}
/*


/* ////////////////////////// Home ////////////////////////////// */

body.home {
  background: #ffffff url(../img/background_home.png) repeat-x left top; 
}

body.home #header {
  height: 80px; margin: 0;
}

body.home #breadcrumbs {
  display: none !important;
}

ul.nav-home {  
  height: 100px; width: auto;
  margin: 1px 0 40px 0;
  
}

ul.nav-home li {
  float:left; display: table; border-collapse: separate;
  height: 100px; width: 100px;
  margin: 0 0 0 110px; padding: 0;  
}

ul.nav-home li:first-child {
  margin: 0;
}

ul.nav-home li a, ul.nav-home li span {
  display: table-cell; vertical-align: bottom; text-align: center;  
  margin: 0; padding: 15px;
  text-decoration: none;
  color: #FFFFFF;
  text-shadow: 0 1px 0 black;
  font-weight: 600;
}

ul.nav-home li.home span {
  background: transparent url(../img/nav-home_icon_home.png) no-repeat center 10px;
}

ul.nav-home li.apps a {
  background: transparent url(../img/nav-home_icon_apps.png) no-repeat center 10px;
}

ul.nav-home li.profile a {
  background: transparent url(../img/nav-home_icon_profile.png) no-repeat center 10px;
}

ul.nav-home li.changes a {
  background: transparent url(../img/nav-home_icon_changes.png) no-repeat center 10px;
}

ul.nav-home li.users a {
  background: transparent url(../img/nav-home_icon_users.png) no-repeat center 10px;
}

ul.nav-home li a:hover, ul.nav-home li a:focus {
  opacity: 0.75;
}

ul.nav-home li a:active {
  opacity: 0.5 !important;
}

ul.nav-home li span {
  opacity: 0.5;
}

/* Dashboard */

.widget {
  position: relative;
  width: auto; height: auto; min-height: 98px;
  padding: 0;     
  background: #FFFFFF;
  -webkit-box-shadow: inset 2px 2px 6px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(0,0,0,0.2), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 2px 2px 6px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(0,0,0,0.2), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 2px 2px 6px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(0,0,0,0.2), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);  
  border: none;  
}

.widget {
  margin: 0 5px 20px 0; 
}

.widget:last-child {
  margin: 0 5px 0 0; 
}

.last .widget {
  margin: 0 0 20px 5px; 
}

.last .widget:last-child {
  margin: 0 0 0 5px; 
}

.widget h2 {
  width: auto; height: auto;
  margin: 0; padding: 5px 9px 4px;
  background: rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  text-shadow: 0px 1px 0px #ffffff;
}

.widget ul {
  padding: 10px;
}

.widget li {
  margin: 6px 0 0 0; padding: 4px 8px;
}

.widget li:first-child {
  margin: 0;
}

.widget li:nth-child(odd) {
  background: rgba(164,164,164,0.1);
}

.widget li:nth-child(even) {
  background: rgba(164,164,164,0.2);
}







/* //////////////////// Application Page ///////////////////// */

body.application_lookup #datatable-device {
  width: 100% !important;
}

#tabs-create, #tabs-usage, #tabs-anti-theft-plus, #tabs-gugg-messages {
  padding: 0px;
  min-height: 480px;
}

#tabs-create .assetadd {
  position: absolute;
  right: 0px;
  top: -4px;
}

#tabs-create .assetfilter {
  position: absolute;
  left: 40%;
  top: 56px;
  z-index: 100;
  font-weight: bold;
}

#tabs-publish table.form td {
  width: 50% !important;
}

#tabs-publish table.form td input[type="text"] {
  width: 96% !important;
}

#tabs-administration table.form.checklist td {
  padding: 0px;
  width: 20%;
}

#tabs-administration table.form.checklist tr {
  border-bottom: none;
}

/* ///////////////////// Asset List ////////////////////////////// */

body.asset_list h1 {
  text-transform: capitalize;
}


/* ////////////////////// Add / Edit Stop //////////////////////// */

#asset_form fieldset {
 /* width: 820px; */
}

#asset_form fieldset.history, 
fieldset.configuration,
fieldset.history {
  margin: 40px 0 0 0;
  width: 950px !important;
}

body.application_lookup fieldset.history {
  width: 100% !important;
}

.application_lookup

.stop_meta div {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 0;  
}

.stop_meta div:last-child {
  margin: 0;
}

.pages {
  counter-reset: pages-count;
}
.pages .page {
  counter-increment: pages-count;
}
.pages .page .pagelabel:after {
  content:counter(pages-count);
}
/* ///////////////////// Data Tables ///////////////////////////// */

.dataTables_wrapper {
  /* border-top:1px solid rgba(164,164,164,0.4); */
}

table.display.list {
    table-layout: fixed;
}

table.display td {
  padding: 8px 10px;
  vertical-align: middle;
}

table.display.list td:nth-child(2) a {
  display: block;
  width: 100%;
  white-space: pre-line;
  word-wrap: break-word;
  word-break: break-all;
}

table.display tr.odd td {
  background: white;
}

table.display tr.even td {
  background: rgba(164,164,164,0.1);
}

table.display tr.odd.trashed td {
  background: rgba(255, 230, 230, 1.0);
}

table.display tr.even.trashed td {
  background: rgba(255, 230, 230, 0.5);
}

table.display th {
  padding: 8px 10px !important;
  border: none !important;
  background: rgba(164,164,164,0.4) !important;
  font-size: 14px !important;
  line-height: 1em !important;
  color: white !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.15) !important;
  border-right:1px solid rgba(0,0,0,0.1) !important;
}

table.display th:last-child {
  border: none;
}

table.display th:hover {
  background: rgba(164,164,164,0.6) !important;
}

table.display th:active {
  background: rgba(164,164,164,0.8) !important;
}


.dataTables_processing {
  border: 1px solid #CCC;
  color: #CCC;
  background: white;
  top: 7px;
  margin: 0;
  left: 35%;
  padding: 3px 0;
  z-index: 300;
}

.ui-widget-header.ui-corner-tl {
  background: rgba(164,164,164,0.1);
  padding: 3px 10px 2px; margin: 0 0 10px 0;
  border: none;
  color: #515151;
  font-weight: bold;
  
}

.ui-widget-header.ui-corner-tl .dataTables_length, .ui-widget-header.ui-corner-tl .dataTables_filter {
  width: auto;
  float: left;
  padding: 0; margin: 0;
  display: table-cell;
  line-height: 30px;
  text-transform: capitalize;
}

.ui-widget-header.ui-corner-tl .dataTables_filter {
  float: right;
}

.dataTables_filter input[type="text"] {
  padding: 4px 9px 4px !important;
  font-size: 11px !important;
  width: 150px !important;
  margin: -1px 0 0 2px !important;
}

.assetbrowser {
  position: absolute;
  left: 40%;
  top: -4px;
}
.assetfilter {
  position: absolute;
  left:40%;
  top: 60px;
  z-index: 100;
  font-weight: bold;
}

.assetadd {
  position: absolute;
  right:0;
  top: -4px;
}

.batchedit_dialog input[type="text"] {
  width: 100px !important;
}
.button.preview {
  position: absolute;
  right:0;
  top: -4px;
}

.button.viewall {
  position: absolute;
  float: right;
  right: 0;
  top: 135px; 
}

.ui-widget-header.ui-corner-bl {
  border:none;
  border-top:1px solid rgba(164,164,164,0.4);
  border-bottom:1px solid rgba(164,164,164,0.4);
  background: transparent;
  color: #444;
  margin: 0 0 !important; padding: 0 !important;
  font-weight: normal;
  color: #515151;
  width: 100%; height: inherit;
}

.dataTables_info {
  display: table-cell;
  vertical-align: middle;
  width: auto !important;
  margin: 0; padding: 11px 15px 7px 0;
}

.dataTables_paginate {
  display: table-cell;
  vertical-align: middle;
  width: 500px !important;
  margin: 0; padding: 8px 0 8px 15px;
}

.fg-button {
  width: auto !important;
  min-width: inherit !important;
  padding: 3px 10px !important;
  margin: 0 0 0 4px !important;
}


.ui-state-disabled.ui-state-disabled,
.ui-state-disabled.ui-state-disabled:hover,
.ui-state-disabled.ui-state-disabled:active {
  opacity: .35 !important;
  background: #858585 !important;
}

/* ///////////////////////// FORMS /////////////////////////// */


table.form {
 width: 100%;
}

table.form tr {
  border-bottom: 1px solid #cccccc;
}

table.form tr:last-child {
  border-bottom: none;
}

table.form td {
  padding: 15px 0 15px 0;
  width: 100%;
}

table.form tr:first-child > td {
  padding: 0 0 15px 0;
}

table.form tr:last-child > td {
  padding: 15px 0 0 0;
}

table.form label {
  display: block;
  margin: -2px 0 2px 0;
  font-weight: 600;
  font-size: 12px;
  color: #515151;
  text-shadow: 0px 1px 0px #ffffff;
}

table.form input[type="text"],
.dataTables_filter input[type="text"],
table.form input[type="password"], 
table.form input[type="number"],
table.form textarea,
.batchedit_dialog input[type="text"] {
  
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  width: 80%; height: auto;  
  margin: 0; padding: 7px 12px 8px; 
    
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.1em;  
  color: #333333;
  
  background: #FFFFFF;
  -webkit-box-shadow: inset 2px 2px 6px rgba(0,0,0,0.17), inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 2px 2px 6px rgba(0,0,0,0.17), inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 2px 2px 6px rgba(0,0,0,0.17), inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  
  border: none;
  -moz-border-radius: 0.95em;
  -webkit-border-radius: 0.95em;
  border-radius: 0.95em;

}

table.form textarea {
  height: 150px;
}

table.form textarea[name="asset.rawjson"] {
  height: 450px;
}

table.form select {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 2em;  
  color: #333333;
  margin: 0; 
}

table.form input[type="submit"], 
table.form input[type="button"], 
table.form input[type="file"], 
a.button, 
.fg-button,
.fw_dialog_button,
a#i18n_image_dialog_save {
  
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  display: inline-block;  
  height: auto; width: auto; min-width: 90px;
  margin: 0; padding: 5px 10px 6px;
  
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.1em;  
  color: #FFFFFF !important;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
  text-align: center;
  text-decoration: none;
  
  background: #858585 !important;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,1);
  box-shadow: 0px 1px 0px rgba(255,255,255,1);
  
  border: none !important;
  -moz-border-radius: 0.95em;
  -webkit-border-radius: 0.95em;
  border-radius: 0.95em;
  
}

table.form input[type="file"] {
  padding: 3px 10px 4px 6px;
}

table.form input[type="submit"]:hover, 
table.form input[type="button"]:hover, 
table.form input[type="file"]:hover, 
a.button:hover, 
.fg-button:hover,
.fw_dialog:hover {
  background: #545454 !important;  
}

table.form input[type="submit"]:active, 
table.form input[type="button"]:active, 
table.form input[type="file"]:active, 
a.active,
fg-button:active,
.fw_dialog:active,
a#i18n_image_dialog_save:active {
  opacity: 0.75 !important;  
}

table.form .required {
  padding: 0 0 0 5px;
  color: #89b600;
}

table.form .changed {
  padding: 0 0 0 5px;
  color: #ffd324;
}

table.form .smallrow {
  padding-bottom: 10px;
}

table.form input[value="Save"],
table.form input[value="Save and Add New"],
table.form input[value="Add"],
table.form input[value="Change"],
table.form input[value="Reset My Password"],
table.form input[value="Sign Up"],
a.button.save,
a#i18n_image_dialog_save {
  background: #7eb300 !important;
  float: left;
}

table.form input[value="Save"]:hover,
table.form input[value="Save and Add New"]:hover,
table.form input[value="Add"]:hover,
table.form input[value="Change"]:hover,
table.form input[value="Reset My Password"]:hover,
table.form input[value="Sign Up"]:hover,
a.button.save:hover,
a#i18n_image_dialog_save:hover {
  background: #90cb02 !important;
}

table.form input[value="Save and Add New"] {
  margin-left: 10px;
}
table.form input[value="Delete"], .button.delete {
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white !important;
  text-shadow: none;
  float: right;
  text-decoration: none;
  font-size: 11px;
  padding: 5px 0 6px;
  min-width: inherit;

  background: #858585 !important;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,1);
  box-shadow: 0px 1px 0px rgba(255,255,255,1);
  
  border: none !important;
  -moz-border-radius: 0.95em;
  -webkit-border-radius: 0.95em;
  border-radius: 0.95em;

  height: auto; width: auto; min-width: 90px;
  margin: 0; padding: 5px 10px 6px;

  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}


table.form input:disabled {
  opacity: 0.5;
  pointer-events: none;
}



table.form input[type="checkbox"] {
  position: inherit;
  top:-1px;
  margin: 0 2px 0 0;
}

table.form td.checkbox * {
  display: inline-block;
}

table.form .inline * {
  float: left;
  margin: 0 15px 0 0 !important;
}

table.form .group {
  width: 80%;
}

table.form .group div {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important; padding: 0 0 0 15px;
  width: 34%;
}

table.form .group.two div {
  width: 50%;
}

table.form .group div:first-child {
  padding: 0;
  width: 32%;
}

table.form .group.two div:first-child {
  width: 50%;
}

table.form .group input[type=text] {
  width:100% !important;
}

body.user_permissions_lookup table.form .inline .button {
  margin: -5px 15px 0 0 !important;
}

.seperator {
  display: none !important;
}

table.form .reflookupwrapper {
  margin: 5px 0px;
}

table.form .inline.reflookup {
  width: 80%;
}

table.form .inline.reflookup .lk2_wrapper {
  background: #FFFFFF url(../img/reorder.png) no-repeat center center;
}

/* ///////////////////// Login / Splash //////////////////////// */

body.user_login {
  background: #363f47;
}

body.user_login .wrapper {
  background: transparent url(../img/background_splash.jpg) no-repeat center top;
}

body.user_login .footer_page {
  height: 35px;
  border-top: 0;
  border-bottom: 0;
}

body.user_login #header {
  width: 950px !important; height: 290px !important; margin: 0 !important;
  position: relative;
}

body.user_login #header_left {
  width: 310px !important; height: 290px !important;
  padding: 0 !important; margin: 0 0 0 -185px !important;
  position: absolute; left: 50%;
}

body.user_login #header_right {
  display: none !important;
}

body.user_login #header h1 {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  width: 310px !important; height: 290px !important; 
  border: none;
}

body.user_login #page_content {
  margin: 72px 0 100px;
}

body.user_login #page_content .span-16 {
  width: 950px;
}

body.user_login fieldset {
  padding: 0; margin: 0 auto; border: 0;
  width: 660px;
}

body.user_login table.form,
body.user_login table.links {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 660px;
  border-collapse: separate;
  border-spacing: 20px;
  margin: -20px 0 0 0; padding: 0;
}

body.user_login legend, body.user_login table.form label  {
  display: none;
}

body.user_login table.form td, body.user_login table.links td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; padding:0;  height: auto; border: 0;
  text-align: center;
  vertical-align: top;
}

body.user_login table.form td.email,
body.user_login table.links td.remember {
  width: 44%;
}

body.user_login table.form td.password,
body.user_login table.links td.forgot {
  width: 21%;
}

body.user_login table.form td.login,
body.user_login table.links td.blank {
  width: 15%;
}

body.user_login input[type="text"],
body.user_login input[type="password"] {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  margin: 0; padding: 8px 16px 9px; 
  height: auto; width: 100%;
    
  font-family: "proxima-nova-1","proxima-nova-2", Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;  
  color: #333333;
  
  background: #FFFFFF;
  -webkit-box-shadow: inset 2px 2px 7px rgba(0,0,0,0.35), inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.45), 0px 1px 0px rgba(255,255,255,0.15);
  -moz-box-shadow: inset 2px 2px 7px rgba(0,0,0,0.35), inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.45), 0px 1px 0px rgba(255,255,255,0.15);
  box-shadow: inset 2px 2px 7px rgba(0,0,0,0.35), inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.45), 0px 1px 0px rgba(255,255,255,0.15);
  
  -moz-border-radius: 0.95em;
  -webkit-border-radius: 0.95em;
  border-radius: 0.95em;
  border: 0;

}

body.user_login input[type="submit"], body.user_login input[type="button"] {

  cursor: pointer;
  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
  
  display: block;
  margin: 0; padding: 10px 0 7px;
  height: auto; width: 100%;
  
  font-family: "proxima-nova-1","proxima-nova-2", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  line-height:22px;
  text-transform: uppercase;  
  color: #FFFFFF !important;  
  
  border: 0;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
   
  background: #1f2d35 !important; 
  -webkit-box-shadow: inset -2px -2px 7px rgba(0,0,0,0.35), 0px 1px 0px rgba(255,255,255,0.15);
  -moz-box-shadow: inset -2px -2px 7px rgba(0,0,0,0.35), 0px 1px 0px rgba(255,255,255,0.15);
  box-shadow: inset -2px -2px 7px rgba(0,0,0,0.35), 0px 1px 0px rgba(255,255,255,0.15);
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  
}

body.user_login input[type="submit"]:hover, body.user_login input[type="button"]:hover {
  background: #27343c !important;
  color: #d4d6d8 !important;
}

body.user_login input[type="submit"]:active, body.user_login input[type="button"]:active {
  background: #1c2328 !important;
  color: #a4a7a9 !important;
}

body.user_login input[type="text"]:focus, 
body.user_login input[type="password"]:focus {
  border:none;
  -webkit-box-shadow: inset 2px 2px 7px rgba(0,0,0,0.35), inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.45), 0px 1px 0px rgba(255,255,255,0.15), 0px 0px 9px rgba(200,240,40,0.50);
  -moz-box-shadow: inset 2px 2px 7px rgba(0,0,0,0.35), inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.45), 0px 1px 0px rgba(255,255,255,0.15), 0px 0px 9px rgba(200,240,40,0.50);
  box-shadow: inset 2px 2px 7px rgba(0,0,0,0.35), inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.45), 0px 1px 0px rgba(255,255,255,0.15), 0px 0px 9px rgba(200,240,40,0.50);
}

body.user_login input[type="submit"]:focus, body.user_login input[type="button"]:focus {
  -webkit-box-shadow: inset -2px -2px 7px rgba(0,0,0,0.35), 0px 1px 0px rgba(255,255,255,0.15), 0px 0px 9px rgba(200,240,40,0.50);
  -moz-box-shadow: inset -2px -2px 7px rgba(0,0,0,0.35), 0px 1px 0px rgba(255,255,255,0.15), 0px 0px 9px rgba(200,240,40,0.50);
  box-shadow: inset -2px -2px 7px rgba(0,0,0,0.35), 0px 1px 0px rgba(255,255,255,0.15), 0px 0px 9px rgba(200,240,40,0.50);
}

body.user_login table.links td, body.user_login table.links td a {
  font-family: "proxima-nova-1","proxima-nova-2", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.1em; 
  color: #d3d5d7;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
}

body.user_login table.links td a:hover {
  color: #FFFFFF;
}

body.user_login table.links td a:active {
  color: #FFFFFF;
  opacity: 0.5;
}

body.user_login table.links input[type="checkbox"] {
  margin: 0 6px 0 0; padding: 0; top: 0;
}

body.user_login .footer_page a, body.user_login .footer_page p, body.user_login .footer_page li {
  color: #abafb2;
}


/* stop UI */
.sections {
  margin: 0; /*5px 0 0 0; /*-10px 0;*/
  padding: 10px 0px;
}

.sections>h3 {
  background: #858585;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin: -15px -10px 15px -10px;
  padding: 10px; 
  text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}

.stopsection {
  background: rgba(180,180,180,0.15);
  margin: -15px -10px 15px -10px;
  padding: 0px 10px;
}

.stopsection h3 {
  background: rgba(180,180,180,0.15);
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  margin: -15px -10px 15px -10px;
  padding: 10px; 
}

#i18n {
  margin: 20px 0 -15px 0;
}

.i18n_content {
  background: #f5f5f5;
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0;
  padding: 15px 10px;
}

.i18n_tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  border-top: 1px solid #cccccc;
  height: 36px !important;
}

.i18n_tab {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 36px !important;
}

.i18n_tab span {
  position: relative;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  display: block !important;  
  height: 38px !important; width: auto; min-width: 120px;
  margin: -1px 0; padding: 9px 15px 9px !important;
  
  border-right:1px solid #6a6a6a;
  border-left:1px solid #9d9d9d;
  
  background: #858585;
}

.i18n_tab span:active {
  opacity: 0.5;
}

.i18n_tab span:hover {
  opacity: 0.75;
}

.i18n_tab.add_language span {
  background: #858585;
  border-left: none;
  border-right: none;
  cursor: inherit;
  min-width: 50px;
}

.i18n_tab.add_language span:active {
  opacity: 1.0;
}

.i18n_tab.add_language span:hover {
  opacity: 1.0;
}

.i18n_tab.selected span {
  cursor: default;
  background: transparent;
  color: #515151;
  text-shadow: none;
  opacity: 1 !important;
}

.i18n_tab.selected:first-child span {
  border-left:1px solid #ccc;
}

.i18n_tab.selected:last-child span {
  border-right:1px solid #ccc;
}

.i18n_tab.selected span:after {
  content: url(../img/tab-downarrow.png);
  position: absolute;
  left: 45%; bottom: -9px;
}

.i18n_tab a {
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  
  background: transparent;;
  color: #FFFFFF;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}

.i18n_tab.selected a {
  cursor: default;
  color: #515151;
  text-shadow: none;
  opacity: 1 !important;
}

.i18n_tab a.action.add {
  -webkit-background-size: 20px 20px;
  background: url('../img/tab-add.png') no-repeat center center;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 20px; 
  width: 20px;
}

.i18n_tab a.action.add:active {
  background: url('../img/tab-add-on.png') no-repeat center center;
}

.i18n_tab a.action.add:hover {
  background: url('../img/tab-add-hover.png') no-repeat center center;
}

.i18n_tab a.action.remove {
  -webkit-background-size: 20px 20px;
  background: url('../img/tab-remove.png') no-repeat center center;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 20px; 
  width: 20px;
}

.i18n_tab a.action.remove:active {
  background: url('../img/tab-remove-on.png') no-repeat center center;
}

.i18n_tab a.action.remove:hover {
  background: url('../img/tab-remove-hover.png') no-repeat center center;
}

.i18n_tab a.label {
  float: left;
}
 
 [class*="i18n_content"].he input,
 [class*="i18n_content"].he textarea,
 [class*="i18n_content"].ar input,
 [class*="i18n_content"].ar textarea {
   direction: rtl;
 }

 input.lk2 {
   direction: ltr !important;
 }
.list.sortable li {
  
   -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  width: 80%;
  min-height: 30px;
  margin: 0 0 6px 0; padding: 7px 12px 8px; 
    
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.1em;  
  color: #333333;
  
  background: #FFFFFF url(../img/reorder.png) no-repeat center center;
  -webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  
  border: none;
  -moz-border-radius: 0.95em;
  -webkit-border-radius: 0.95em;
  border-radius: 0.95em;
  
  cursor: move;
  
}

.list.notsortable li {
  
   -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  width: 743px; height: 30px;  
  margin: 0 0 6px 0; padding: 7px 12px 8px; 
    
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.1em;  
  color: #333333;
  
  background: #FFFFFF;
  -webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 1px 1px 0px rgba(0,0,0,0.25), inset -1px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
  
  border: none;
  -moz-border-radius: 0.95em;
  -webkit-border-radius: 0.95em;
  border-radius: 0.95em;
    
}

.list.sortable .ui-sortable-helper {
  background: #FFFFFF url(../img/reorder.png) no-repeat center center;
  width: 743px !important; height: 30px !important;
  opacity: 0.7 !important;
}

.list.sortable ul {
  list-style: none;
  padding: 0; margin: 2px 0 10px 0;
}

.list.sortable li .button {
  padding: 3px 4px 4px;
  margin: -2px -4px 0 6px;
  min-width: 65px;
  float: right;
}

.list.sortable li:active {
  opacity: 0.7 !important;
}

.section.add,
.section.remove {
  
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  display: inline-block;  
  height: auto; width: auto; min-width: 90px;
  margin: 0; padding: 5px 10px 6px;
  
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 0.8em;  
  color: #FFFFFF !important;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
  text-align: center;
  text-decoration: none;
  
  background: #858585 !important;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,1);
  box-shadow: 0px 1px 0px rgba(255,255,255,1);
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=5);
  
  border: none !important;
  -moz-border-radius: 0.95em;
  -webkit-border-radius: 0.95em;
  border-radius: 0.95em;
  
}

.section.add,
.section.remove {
  
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  display: inline-block;  
  height: auto; width: auto; min-width: 90px;
  margin: 0; padding: 5px 10px 6px;
  
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 0.8em;  
  color: #FFFFFF !important;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
  text-align: center;
  text-decoration: none;
  
  background: #858585 !important;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,1);
  box-shadow: 0px 1px 0px rgba(255,255,255,1);
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=5);
  
  border: none !important;
  -moz-border-radius: 0.95em;
  -webkit-border-radius: 0.95em;
  border-radius: 0.95em;
  
}

.button.action.delete {
  
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  display: inline-block;  
  height: auto; width: auto; min-width: 90px;
  margin: 0; padding: 5px 10px 6px;
  
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.1em;  
  color: #FFFFFF !important;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
  text-align: center;
  text-decoration: none;
  
  background: #858585 !important;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,1);
  box-shadow: 0px 1px 0px rgba(255,255,255,1);
  
  border: none !important;
  -moz-border-radius: 0.95em;
  -webkit-border-radius: 0.95em;
  border-radius: 0.95em;
  
}

/* application lookup tabs */
/* TODO I think most of this can be merged with i18n_tabs */

.tabs>div {
  background: #f5f5f5;
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0;
  padding: 15px 10px 0;
}

.tabs>ul {
  clear: both;
  height: 36px !important;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.tabs>ul>li {
  display: table-cell;
  height: 36px !important;
  margin: 0;
  padding: 0;
}

.tabs>ul>li a {
  background: #858585;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  
  border-right:1px solid #6a6a6a;
  border-top: 1px solid #6a6a6a;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  color: #FFFFFF;
  cursor: pointer;
  display: block !important;  
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  height: 38px !important; 
  line-height: 20px;
  margin: -1px 0; 
  min-width: 120px;
  padding: 9px 15px 9px !important;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  width: auto; 
}

.tabs>ul>li a:active {
  opacity: 0.5;
}

.tabs>ul>li a:hover {
  opacity: 0.75;
}

.tabs>ul>li.selected a {
  /*background: transparent;*/
  background: #ffffff;
  color: #515151;
  cursor: default;
  opacity: 1 !important;
  border-top: 1px solid #ccc !important;
  border-right:1px solid white !important;
}

.tabs>ul>li.selected:first-child a {
  border-left:1px solid #ccc;
}

.tabs>ul>li.selected:last-child a {
  border-right:1px solid #ccc !important;
}

.tabs.application>div {
  background: #ffffff !important;
  border: 1px solid #cccccc;
  min-height: 240px;
  padding: 15px 10px;
}

/* vertical tabs */
/* TODO */
.vertical-tabs {
  background: #f5f5f5;
  height: 100%;
  min-height: 480px;
  width: 948px;
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
}

.vertical-tabs>ul {
  background: #c5c5c5;
  border-right: 1px solid #9d9d9d;
  width: 118px;
}

.vertical-tabs>div {
  width: 808px;
}

.vertical-tabs>ul>li {
  height: 16px;
  margin: 0px;
  padding: 6px 10px;
}

.vertical-tabs>ul>li a {
  background: #858585;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;

  border:1px solid #9d9d9d;
  border-right: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  color: #FFFFFF;
  cursor: pointer;
  display: block !important;  
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  min-width: 108px;
  padding: 2px 13px 2px !important;
  
  text-align: left;
  text-decoration: none !important;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
  width: auto;
}

.vertical-tabs>ul>li a:active {
  opacity: 0.5;
}

.vertical-tabs>ul>li a:hover {
  opacity: 0.75;
}

.vertical-tabs>ul>li.selected a {
  background: #f5f5f5;
  color: #515151;
  cursor: default;
  opacity: 1 !important;
  text-shadow: none;
}

.vertical-tabs.assets>div {
  position: relative;
  margin: 20px 10px 10px 10px;
}

.vertical-tabs.assets>ul>li:first-child {
  margin-top: 10px;
}

/* application list */
.list.applications td a {
  text-decoration: none;
}

.list.applications td a:active {
  opacity: 0.5;
}

.list.applications td a:hover {
  opacity: 0.75;
}

.list.applications td a .label {
  margin-top: 5px;
}

.list.applications img {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: 128px;
  width: 128px;
}

/* padding */
.t2pad {
  margin-top: 20px;
}

.underline {
  border-bottom: 2px solid #cccccc;  
  padding-bottom: 5px;
}

table.form.borderless tr {
  border-bottom: none;
}

/* datatables */
.datatable {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.datatable tr td {
  overflow: hidden;
}

/* table headers */
.table.header {
  border-bottom: 2px solid #ccc;
  margin: -3px 0 20px 0; 
}

.table.header h1 {
  border-bottom: none;
  display: inline-block;
  float: inherit;
  margin: 0 0 6px 0;
  padding: 0;
  width: auto;
}

.table.header .button {
  float: right;
}

body.floating-footer .container {
    padding-bottom: 170px;
}

#filebrowse-edit-footer {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 20px 20px 30px 20px;
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.15);
    border-top: 1px solid rgba(0,0,0,0.2);
}

#filebrowse-edit-footer .batchedit_dialog {
    position: relative;
    width: 100%;
    margin: 0 auto;
    width: 808px;
    padding-left: 118px;
}

.batchedit_dialog p {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 10px 0 15px 0;
}

.batchedit_dialog label {
    line-height: 27px;
    font-size: 14px;
    font-weight: bold;
    float:left;
    margin-left: 20px;
}

.batchedit_dialog label:first-of-type {
    margin-left: 0;
}

.batchedit_dialog input[type="checkbox"] {
    margin-right: 8px;
}

.batchedit_dialog input[type="text"] {
    margin-left: 2px;
    -moz-border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    border-radius: 0.75em;
    padding: 5px 9px 4px;
    font-size: 12px;
}
 

.batchedit_dialog .buttonContainer {
    position: absolute;
    right: 0;
    top: 0;
}

.batchedit_dialog .buttonContainer .button {
    margin-left: 20px;
}

img.emoji {
   height: 1.4em;
   width: 1.4em;
   margin: .05em .05em 0 .1em;
   vertical-align: -0.05em;
}
