@font-face {
  font-family: 'robotoregular';
  src: url('/ext/fonts/roboto_light_polish/Roboto-Light-webfont.eot');
  src: url('/ext/fonts/roboto_light_polish/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/ext/fonts/roboto_light_polish/Roboto-Light-webfont.woff') format('woff'),
    url('/ext/fonts/roboto_light_polish/Roboto-Light-webfont.ttf') format('truetype'),
    url('/ext/fonts/roboto_light_polish/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'robotomedium';
  src: url('/ext/fonts/roboto_regular_polish/Roboto-Regular-webfont.eot');
  src: url('/ext/fonts/roboto_regular_polish/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/ext/fonts/roboto_regular_polish/Roboto-Regular-webfont.woff') format('woff'),
    url('/ext/fonts/roboto_regular_polish/Roboto-Regular-webfont.ttf') format('truetype'),
    url('/ext/fonts/roboto_regular_polish/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}



body {
  font-family: 'robotoregular';
  background-color: #eee;
}

.theGreen {
  color:#0a0;
}

b, strong, h1, h2, h3, h4, h5, h6, .badge {
  font-family: 'robotomedium';
}

#pageBgImg { 
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index: -9999;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.vibiLogo {
  color:#9fbf22 !important;
  text-shadow: 0px 0px 5px #000;
  background: -moz-linear-gradient(top,  rgba(191,210,85,0.3) 0%, rgba(142,185,42,0.3) 50%, rgba(114,170,0,0.3) 51%, rgba(158,203,45,0.3) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,0.3)), color-stop(50%,rgba(142,185,42,0.3)), color-stop(51%,rgba(114,170,0,0.3)), color-stop(100%,rgba(158,203,45,0.3))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(191,210,85,0.3) 0%,rgba(142,185,42,0.3) 50%,rgba(114,170,0,0.3) 51%,rgba(158,203,45,0.3) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(191,210,85,0.3) 0%,rgba(142,185,42,0.3) 50%,rgba(114,170,0,0.3) 51%,rgba(158,203,45,0.3) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(191,210,85,0.3) 0%,rgba(142,185,42,0.3) 50%,rgba(114,170,0,0.3) 51%,rgba(158,203,45,0.3) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(191,210,85,0.3) 0%,rgba(142,185,42,0.3) 50%,rgba(114,170,0,0.3) 51%,rgba(158,203,45,0.3) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dbfd255', endColorstr='#4d9ecb2d',GradientType=0 ); /* IE6-9 */
  padding-right:24px;
  box-shadow:  5px 0px 3px rgba(0,0,0, 0.2);
}

.vibiLogo img {
  position: relative;
  top:2px;
  border:1px rgba(0,0,0,0.3) solid;
}

q {
  color:#555;
  font-style: italic;
}

h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



/*
 * Base structure
*/
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
  position:relative;
  left:-3px !important;
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead, .tt-hint {
  width: 100%;
}

.navbar {
  margin-bottom: 0 !important;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: rgb(0,0,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(81,81,81,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(81,81,81,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(81,81,81,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(81,81,81,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(81,81,81,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(81,81,81,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#515151',GradientType=0 ); /* IE6-9 */
  font-weight: bold;
}

.breadcrumb {
  border-top:1px #888 solid;
  border-bottom:1px #888 solid;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: rgb(58,58,58); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(58,58,58,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,58,58,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(58,58,58,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#mmenu {
  border-top: 2px #a6c926 solid;
}

#mmenu .dropdown-menu {
  padding: 0px;
}

#mmenu .dropdown-menu .caption {
  margin:0;
  padding:5px 10px;
  overflow:hidden;
  color:white;
  background: rgb(43,57,65); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(43,57,65,1) 0%, rgba(76,82,88,1) 64%, rgba(83,96,115,0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,57,65,1)), color-stop(64%,rgba(76,82,88,0.9)), color-stop(100%,rgba(83,96,115,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(43,57,65,1) 0%,rgba(76,82,88,1) 64%,rgba(83,96,115,0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(43,57,65,1) 0%,rgba(76,82,88,1) 64%,rgba(83,96,115,0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(43,57,65,1) 0%,rgba(76,82,88,1) 64%,rgba(83,96,115,0.9) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(43,57,65,1) 0%,rgba(76,82,88,1) 64%,rgba(83,96,115,0.9) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3941', endColorstr='#536073',GradientType=0 ); /* IE6-9 */
}

#mmenu .dropdown-menu li,
#mmenu .dropdown-menu li a {
  background-color: rgba(83,96,115,0.2) !important;  
  font-size: 12px;
  line-height: 22px !important;
}

#mmenu .dropdown-menu li a:hover {
  background-color: rgba(83,96,115,0.3) !important;  
}

#mmenu .dropdown-menu .active,
#mmenu .dropdown-menu .active a {
  color:rgba(43,57,125,0.9);
  background-color: rgba(243,257,65,0.15) !important;
}



.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}







/*
 * Sidebar
*/

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
*/

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
*/
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}



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

.maB0 {
  margin-bottom: 0px !important;
}

.maB8 {
  margin-bottom: 8px !important;
}

.ml-15 {
  margin-left:-15px;
}

.mr-15 {
  margin-right:-15px;
}

.nav-sidebar > .active > a:hover {
  background-color: #66B8FF !important;
}

.box {
  position:relative;
  padding:15px;
  margin:0 -15px 15px;
  background-color:#fafafa;
  /*box-shadow:inset  3px 3px rgba(0,0,0,.05);*/
  /*border-color:#e5e5e5 #eee #eee;*/
  /*border-style:solid;*/
  /*border-width:1px 0*/
}

.box {
  margin:0px 0px 15px;
  border-radius:0;
  border-width:0 0 1px;
}

.paTop44 {
  padding-top:50px;
}

.panel .section,
.panel .info,
.box .info {
  top:15px;
  left:15px;
  font-size:12px;
  font-weight:700;
  color:#bbb;
  text-transform:uppercase;
  letter-spacing:1px;
  border-bottom: 1px #bbb dashed;
}

.box .info {
  position:absolute;
}

.panel .info {
  margin-bottom:16px;
}

.panel .section {
  margin-bottom:8px;
}

.panel .section button {
  float:right;
  position: relative;
  top:-7px;
}

.clr {
  clear:both;  
}

.cursor-link {
  cursor: pointer !important;
}

.vibiMM {
  border-bottom:1px white solid;
}

.breadcrumb {
}

.vibiNav {
  margin-top:10px;
  width:128px;
  position:absolute;
}

.vibiNav .panel-title {
  font-size: 13px;
  font-weight: 600;
}

.vibiBody { 
  padding:0px 10px 10px 10px;
}

.rellist {
  margin:0px 0px 16px 0px;
  list-style-type: none;
}

.rellist li {
  margin-right: 32px;
  line-height: 24px;
  padding:5px 5px 5px 10px;
}

.rellist li:nth-child(even) {
  background-color: #f8f8f8;
  border-bottom: 1px #ddd dotted;
}

.rellist li:nth-child(odd) {
  background-color: #f0f0f0;
}

.rellist li button {
  float:right;
}

.ajax-upload-dragdrop,
.ajax-file-upload-statusbar {
  width:100% !important;
}

.bs-callout p {
  font-size:13px;
  line-height: 1.6em;
}

.maL32 {
  margin-left:32px;
}

.tabAction {
  margin-right:6px;
}

.strong {
  font-weight: bold;
}

.params {
  vertical-align: top;
  padding:0px;
}
.params li {
  padding:4px 16px;
}
.params label {
  width:30%;
  max-height:20px;
  overflow: hidden;
  float:left;
  color:#666;
}

.params .header {
  margin-top:16px;
  border-top:1px #ccc solid;
  border-bottom:1px #ccc solid;
  background-color: #ddd !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmYWZhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(175,175,175,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,175,175,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(175,175,175,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(175,175,175,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(175,175,175,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(175,175,175,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
  font-weight: bold;
  color:#222;
}

.params .input-group-addon {
  color: #999 !important;
}

.medialist {
  margin-bottom: 10px;
}

.medialist .item {
  padding:10px;
  display: inline-block;
  border:1px #ddd solid;
  margin:5px;
}

.medialist .item:hover {
  background-color: #eee;
}

.medialist .item .buttons {
  position:absolute;
  padding:5px;
}





.tabbedPanelTabs {
} 
.tabbedPanelBody  {
  border-top:none;
} 

#butafiCard .head {
  width:100%;
} 

#butafiCard .head th, 
#butafiCard .head td {
  border:1px #bbb solid;
  padding:5px;
} 

#butafiCard .head th {
  background-color: #ddd;
}

#butafiCard .history .head {
  width:100%;
  padding:5px;
  background-color: #ddd;
  font-weight: bold;
  color:#333;
  border-left:1px #bbb solid;
  border-top:1px #bbb solid;
  border-right:1px #bbb solid;
  border-bottom:1px #bbb dashed;
}

#butafiCard .history .body {
  width:100%;
  padding:5px;
  margin-bottom: 10px;
  background-color: #ffc;
  font-weight: normal;
  color:#333;
  border-left:1px #bbb solid;
  border-bottom:1px #bbb solid;
  border-right:1px #bbb solid;
}

#butafiCard .edit {
  background-color: #efefef;
  padding:16px;
  border:1px #bbb solid;
}

#butafiCard .edit select,
#butafiCard .edit label {
  display:block;
  width:230px !important;
}

#butafiCard #cmntCaption,
#butafiCard #cmntBody {
  border:1px #ccc solid;
  width:100%;
}

#butafiCard #cmntCaption {
  margin-bottom:10px;
}

#butafiCard #cmntBody {
  height:200px;
}

#butafiCard .setBox {
  float:left;
  width:250px;
  position:absolute;
}

#butafiCard .cmntBox {
  border-left: 1px #aaa dashed;
  padding-left:16px;
  margin-left:250px;
}

#butafiMatrix {
}

#butafiMatrix th,
#butafiMatrix td {
  border:1px #ccc solid !important;  
  text-align: center;
  padding:5px 3px;
}

.note-editor button {
  padding:4px 8px;
  margin-right:2px;
  min-width: 30px;
}

.note-editable {
  background-color:white !important;
  height:235px;
}

.crmhistory {
  margin-top:16px;
}

.crmhistory .items {
  margin-top:10px;
  border-top:1px #aaa dashed;
}

.crmhistory .item {
  margin-top:10px;
}

.crmhistory .item .eventBody {
  margin:5px 10px 15px 10px;
  padding:5px 10px;
  background-color: #e0e0ff;
}


#iHistoryFrom,
#iHistoryTo { 
  width:105px;
}


.listID {
  text-align: right;
  width: 48px;
}

.gcTab {
}

.gcTab table {
  border:1px #d0d0d0 solid !important;
  margin-bottom: 0px;
}

.gcTab th {
  text-align: center;
  background-color: #e0e0e0;
  border-right: 1px #d0d0d0 solid;
}

.gcTab td {
  border-right: 1px #f0f0f0 solid;
}

.gcTab td ul {
  text-align: left !important;
}

.gcTab .summary td {
  background-color: #e0e0e0 !important;
  font-weight: bold;
}

.gcTab .listPrec {
  text-align: right;
  width: 80px;
  white-space: nowrap;
}

.gcTab .listPrice {
  text-align: right;
  width: 64px;
}

.gcTab .listFieldText {
  width:100%;
  border:none;
  background: none;
}

.gcTab .listFieldPrec,
.gcTab .listFieldPrice {
  text-align: right;
  width: 64px;
  border:none;
  background: none;
}

.gcTab,
.gcTab th,
.gcTab td {
  vertical-align: middle !important;  
}

.gcTabConfiguratorWnd .modal-body {
  padding-bottom:0px;
}

.gcTabConfigurator {
  width: 500px;
  margin:auto;
  border:1px #eee solid;
}

.gcTabConfigurator thead, .gcTabConfigurator tbody {
  display: block; 
  width: 100%;
}

.gcTabConfigurator tbody {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.gcTabConfigurator td {
  width:50px;
  padding:3px 5px;
  vertical-align: middle;
  text-align: center;
}

.gcTabConfigurator thead td {
  font-weight: bold;
  width:49px;
}

.gcTabConfigurator thead td:nth-child(1) {
  width:286px !important;
  text-align: right;
}

.gcTabConfigurator tbody td:nth-child(1) {
  width:300px;
  text-align: right;
}

.newRow {
  background-color: #f0f9c0 !important;
}

.gcListPanel ul,
.gcTreePanel ul {
  padding:8px;
}

.gcListPanel ul li,
.gcTreePanel ul li {
  line-height: 18px;
}

#admUsrRoleTab {
  margin:20px;
}

#admUsrRoleTab th,
#admUsrRoleTab td {
  border:1px #ccc solid;
  padding:5px;  
}

#admUsrRoleTab th {
  background-color: #333;
  color:white;
  padding:10px;
}

#admUsrRoleTab tr td,
#admUsrRoleTab thead th {
  text-align: center;
  width:96px;
}

#admUsrRoleTab tbody th {
  text-align: right;
  font-weight: normal;
}

#admUsrRoleTab .title {
  padding:10px;
  background-color: #a6c926;
  font-weight: bold;
}

.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th
{
  background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #e8e8e8 !important;
}


@media screen and (min-width: 780px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
  }

  #mmenu .caret {
    display: none !important;
  }
}

.gcTvCategorySelBody {
  overflow: auto;
  height: 400px;
}

#cmsProdListSelBycat {
  padding:0px;
}

#cmsProdListSelBycat li label {
  height: auto;
}

.chosen-choices {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;  
  min-height: 30px !important;
}

.chosen-choices .default {
  padding-top:12px !important;
}

.chosen-container-multi {
  min-width:70px;
  width:auto !important;
  font-size:11px;
}

.chosen-container-single {
  min-width:70px;
  width:auto !important;
  font-size:11px;
}

.row .chosen-container-single {
  width:100% !important;
}

.gcGuiTabToolbar label {
  margin: 0px 4px 0px 8px;
}

.gcTabFilterSave .orLabel {
  font-size:1.1em;
  font-style: italic;
  font-weight: 100;
  float:left;
  margin-right:16px;
  position:relative;
  top:8px;
  left:-4px;
}

.gcTabFilterSave .input-group {
  width:350px;
  float:left;
  margin-right: 16px;
}

.gcGuiTabToolbar .input-group-addon label {
  font-size:12px;
  position:relative;
  top:-2px;
}

.gcGuiTabToolbar .orLabel:after {
  content: '';
}

.gcGuiTabToolbar .filters .form-group {
  margin-bottom:8px !important;
}



.gcGuiTabToolbar label:after {
  content: ':';
}

.gcGuiTabToolbar {
  height:60px;
}

.gcGuiTabToolbarExpanded {
  height: auto !important;
}

.gcGuiAllowScrollX {
  overflow-x: scroll;
}

.wAuto {
  width:auto !important;
}

.chosen-drop {
  min-width: 200px !important;
}

/* hides the spin-button for firefox */
input[type=number] {
  -moz-appearance:textfield;
}
/* hides the spin-button for chrome*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#iGlobalSearch {
  border-color: white !important;
}

.borderRed {
  border:1px red solid !important;
}


.table-hover > tbody > tr:hover > td, 
.table-hover > tbody > tr:hover > th {
  background-color: #ffffa0 !important;
}

.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eeeeee;
}

.bootstrap-tagsinput {
  width:100% !important;
}

.borLRB {
  border:1px #ddd solid;
  border-top: none;
}

.borTLRB {
  border:1px #ddd solid;
}

.minH320px {
  min-height: 320px;
}

.padT24 {
  padding-top: 24px !important;
}

.input-group-addon {
  font-size: 11px !important;
}


.loginHead {
  padding:10px;
  height: 53px;
  margin-bottom: 5%;
  background-color: rgba(255,255,255,0.2);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px rgba(255,255,255,0.5) solid;
}

.loginHead h1 {
  position:relative;
  left: 10px;
  top: -15px;
}

.bold {
  font-family: 'robotomedium';
}


.pmitemapdchange {
  padding:5px 10px;
  color:#444;
  font-weight: normal;
  background-color:#CEE570;
  margin-bottom:5px;

}

.pmitemapdchange q {
  color:#222;
  font-weight: bold;
}


#pmItemNewestListCtrl,
#pmItemTodayListCtrl,
#pmItemOutdatedListCtrl {
  margin:0px !important;
  padding: 0px !important;
  font-size:10px;
}


.theRed{
  color:#800 !important;
}

.dashboard .panel {
  overflow: hidden;
}