/*******************************************************************************
 *
 * Default common styles
 *
 ******************************************************************************/
body {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
}

.ajaxLoading {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.ajaxLoading .loader-background {
    opacity: 0.7;
    background: #222;
    z-index: 2;
}
.ajaxLoading .loader {
    position: absolute;
    height: 12px;
    width: 140px;
    background-image: url(../img/loading/ajax-loader2.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    top: 36px;
    right: 50%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -70px;
    margin-left: -70px;
    z-index: 3;
}


#dynMessage-title {
    margin-top: 60px;
    font-size: 33px;
    text-align: center;
}
#dynMessage-elapsed {
    margin-top: 30px;
    font-size: 10px;
    text-align: center;
}

#pageContent > div.row{
    margin: 0;
}

#pageContent > div.row > div.row{
    margin: 0;
}

.needHelp {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    line-height: 20px;
}

.loginCheckbox label {
    margin: 0px;
    margin-right: 0px;
    margin-right: 3px;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    line-height: 11px;
    vertical-align: middle;
}

.start-page {
  margin-bottom: 50px;
  min-height: 20px;
}
.module-page {
  background-color: #FFFFFF;
  margin-bottom: 70px;
  min-height: 20px;
  padding: 15px;
  margin-top: 70px;
}
.well-right {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  padding: 19px;
}

#jqmFooter {
    z-index: 90;
    height: 40px;
    line-height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (max-height : 568px) {
    #jqmFooter {
        display: none!important;
    }
}
#jqmFooter .logo{
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
    margin-top: -40px;
}

#jqmFooter .copy {
    position: absolute; 
    bottom: 10px;
    right: 2%;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
}

.mgs_body p {
    margin: 0;
}
.mgs_body .msgDescription {
    margin: 0;
    margin-bottom: 6px;
    font-family: Oswald,serif !important;
    font-size: 20px;
    font-weight: 500;
    color: #3AAAA5;
}
.alert-danger .mgs_body .msgDescription {
    color: #E55555!important;
}
.loginInput {
    display: block!important;
    margin: 0px;
    margin-bottom: 3px;
    width: 150px!important;
}
.loginCheckbox {
    display: block!important;
    margin: 0px;
    margin-bottom: 8px;
    width: 150px!important;
}
.loginCheckbox label {
    margin: 0px;
    margin-right: 3px;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    line-height: 11px;
    vertical-align: middle;
}
.loginCheckbox input {
    vertical-align: top;
}
.loginMessage {
    color: #FF4B4B;
    font-size: 12px;
    margin-bottom: 5px;
}

#contactInfo img {
    margin-right: 3px;
    margin-bottom: 7px;
}
.title1 {
    color: #1A1A1A;
    font-size: 33px;
    margin-bottom: 0px;
}
.title2 {
    color: #a1a1a1;
    margin-top: 2px;
    margin-bottom: 7px;
    margin-left: 50px;
    font-size: 20px;
}
.title3 {
    color: #aeaeae;
    font-size: 14px;
    margin-bottom: 12px;
    margin-left: 50px;
    font-style: italic;
}
.title3sub {
    color: #aeaeae;
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 0px;
    font-style: normal;
}
.intro {
    font-size: 16px;
}
.clickable {
    cursor: pointer;
}

/* content elements */
.content_body {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

div.content {
    display: block;
    width: auto;
    padding-left: 30px;
    padding-right: 10px;
    margin-right: 10px;
}

div.content_title {
    color: #333333;
    margin-top: 15px;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 25px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
div.content_title a {
    color: #333;
    text-decoration: none;
}
div.content_title a:hover {color: #CCC;}
div.content_description {
    display: block!important;
    color: #666;
    margin-bottom: 10px;
    font-size: 12px;
}
div.content_description a {
    color: #333;
    text-decoration: none;
}
div.content_description a:hover {color: #CCC;}

textarea.contentEditor {
    width: 100%; 
    height: 100%;
    min-width: 100px;
    min-height: 10px;
    overflow: hidden;
    border-width: 0;
    background:transparent;
    color: #CCC;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 12px;
    text-align: left;
    display: none;
}

div.contactreq {
    color: #CCC;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-right: 50px;
    font-size: 12px;
}
div.contactreq td {
    padding: 5px;
}

/*
[START]
=== CSS for table management js ===
*/
.mContainer {
    margin-bottom: 30px;
}
.contentManagement {
    display: block;
    overflow: hidden;
    min-height: 500px;
}
.tabmgt_Header {
    display: block;
    overflow: hidden;
    width: auto;
    margin-top: 5px;
    margin-bottom: 10px;
}
.tabmgt_List {
/*
    display: block;
    overflow: hidden;
*/
}
.tabmgt_Sorting {
    display: block;
    overflow-x: auto;
}
.tabmgt_Page {
/*
    display: block;
    overflow: hidden;
    width: 75%;
    margin-bottom: 20px;
*/
}
.tabmgt_Tree {
    display: block;
    background-color: transparent!important;
    overflow:auto;
}
.treeSpecificPage {
}
.tabmgt_Header > .small {
    text-align: left;
    font: 10px Tahoma, Helvetica, Arial, Sans-Serif;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666666;
}
.headerMessages {
    display:block;
    overflow: hidden;
    height: 15px;
    color: #4DABCC;
    cursor: default;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow:ellipsis;
    font: 10px Tahoma, Helvetica, Arial, Sans-Serif;
}

.headerCommands > .searching > .separator,
.headerCommands > .separator {
    display: inline-block;
    width:5px;
}
.headerCommands > .searching > .separator-big,
.headerCommands > .separator-big {
    display: inline-block;
    width:20px;
}
.headerCommands > .results {
    clear:both;
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: 9px;
}
.headerCommands > .searching input {
    width: 180px;
}
.headerCommands > .pageNumeration {
    min-width: 30px!important;
    
}
.tabmgt_Sorting > .selectionItem {
    display: block;
    overflow: hidden;
    margin-bottom:8px;
    margin-right:5px;
	width:auto;
    height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #ccc;
    cursor: move;
    -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 2px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 2px rgba(50, 50, 50, 0.75);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabmgt_Sorting > .selectionItem i {
    display: inline-block;
    margin-left: 5px;
    padding: 0px;
    margin-top: 6px;
    vertical-align: top;
}
.tabmgt_Sorting > .selectionItem span {
    display: inline-block;
    overflow: hidden;
	width:auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 3px!important;
    margin-left: 10px;
    padding: 1px;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}
.tabmgt_Sorting > .selectionItem b {
    margin-top: 5px;
    margin-left: 10px;
    vertical-align: top;
}
.tabmgt_List > .selectionItem {
    display: block;
    overflow: hidden;
    margin-bottom:7px;
    margin-right:5px;
    font-size: 12px;
    text-align: left;
	width:auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #eee;
    padding: 3px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.75);
}
.tabmgt_List > div.selectionItem.active {
    background-color:   #BEBEBE;
    -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.75)!important;
    -moz-box-shadow:    1px 1px 1px rgba(50, 50, 50, 0.75)!important;
    box-shadow:         1px 1px 1px rgba(50, 50, 50, 0.75)!important;
}
.tabmgt_Page > .formData {
    display: block;
    overflow: hidden;
}
.tabmgt_Page > .addOn {
    display: block;
    overflow: hidden;
}
.tabmgt_Page * .recordCommands {
    display: block;
    overflow: hidden;
    margin-top:30px;
    margin-bottom:5px;
}
.tabmgt_Page * .recordCommands > button {
    margin-right: 10px;
    margin-bottom: 5px;
}

.tabmgt_Page * .recordField {
    display: block;
    overflow: hidden;
    border-bottom:solid #eee 1px;
    margin-bottom:3px;
}
.tabmgt_Page * .hasGroupFollowing,
.tabmgt_Page * .isGroupLast {
    border-bottom:none!important;
}
.tabmgt_Page * .hasGroupFollowing:not(.isGroupLast) {
    margin-bottom: 10px!important;
}
.tabmgt_Page * .recordField > .dataLabel {
    display: inline-block!important;
    float: left;
    overflow: hidden;
    cursor: default;
}
.tabmgt_Page * .recordField > .dataLabel > span {
    display: inline-block!important;
    vertical-align: top;
    padding-top: 4px;
    font-size: 11px;
    font-weight: normal;
    color: #777;
}
.tabmgt_Page * .recordField > .data {
    display: inline-block!important;
    float: left;
    overflow: hidden;
    padding: 2px;
    padding-right: 4px;
}
.tabmgt_Page * .recordField > .data > .input {
    display: inline-block;
    margin: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    vertical-align: top;
    border: 1px solid #ddd;
    background: #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #454743;
    width:98%;
}
.tabmgt_Page * .recordField > .data > input.tm-input {
    display: block!important;
    width: auto;
}
.tabmgt_Page * .recordField > .data > .inputDescription {
    display: inline-block!important;
    vertical-align: top;
    padding-top: 1px;
    margin-left: 12px;
    color: #87CEFA;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.tabmgt_Page * .recordField > .data > .div {
    display: inline-block!important;
    width:100%;
    word-break: break-all;
}
.tabmgt_Page * .recordField > .data > .input:focus {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.7);
}
.tabmgt_Page * .recordField > .data > .input[invalid] {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(255, 0, 0, 0.7);
    box-shadow: 0px 0px 2px 2px rgba(255, 0, 0, 0.7);
}
.tabmgt_Page  * .recordField > .data > .input:focus[invalid] {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(255, 255, 0, 0.7);
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 0, 0.7);
}
.tabmgt_Page * .recordField > .data > .input[readonly],
.tabmgt_Page * .recordField > .data > .input:disabled {
    border: 1px solid #aaa;
    background: #ccc;
    color: #666;
}

.tabmgt_Page > .formData > .recordGroup {
    display: block;
    overflow: hidden;
    border:solid #a0a0a0 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
    margin-bottom: 10px;
}
.tabmgt_Page > .formData > .recordGroup > .groupTitle {
    background: #a0a0a0;
    padding-top:2px!important;
    padding-bottom:2px!important;
    padding-left:5px!important;
    padding-right:5px!important;
    margin-top: 0px!important;
    margin-bottom: 5px!important;
    font-size: 14px!important;
    font-weight: normal;
    min-height: 14px;
    color: white;
}
.tabmgt_Page > .formData > .recordGroup > .emptyGroupDescription {
    background: none!important;
    padding: 0px!important;
}

.tabmgt_Page > .formData > .recordGroup > span {
    display: block;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
    font-weight: normal;
}

/* tagsinput */
.tabmgt_Page * .recordField > .tagsinput span.tag { 
    border: 1px solid #a5d24a; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
    display: block; 
    float: left; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    padding-right: 5px; 
    padding-left: 5px; 
    text-decoration:none; 
    background: #cde69c; 
    color: #638421; 
    margin-right: 5px; 
    margin-bottom:5px;
    font-family: helvetica;  
    font-size:13px;
}
.tabmgt_Page * .recordField > .tagsinput span.tag a { 
    font-weight: bold; 
    color: #82ad2b; 
    text-decoration:none; 
    font-size: 11px;  
} 
.tabmgt_Page * .recordField > .tagsinput input { 
    width:auto; 
    margin:0px; 
    font-family: helvetica; 
    font-size: 13px; 
    border:1px solid transparent; 
    padding:3px; 
    background: transparent; 
    color: #fff!important; 
    outline:0px;  
}
.tabmgt_Page * .recordField > .tagsinput div { 
    display:block; 
    float: left; 
} 
.tabmgt_Page * .recordField > .tagsinput * .tags_clear { 
    clear: both; 
    width: 100%; 
    height: 0px; 
}
.tabmgt_Page * .recordField > .tagsinput * .not_valid {
    background: #CC5757!important; 
}

.keyHelperContainer {
    display: block;
    margin: 10px;
}
.keyHelperContainer > .block {
    display: block;
    vertical-align: top;
    margin-bottom:10px;
    overflow: hidden;
}
.keyHelperContainer > .block > button {
    width: 200px;
}
.keyHelperContainer > .block > button[selected] {
    background: url("/lib/jquery-ui-1.10.0.custom/css/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png") repeat-x scroll 50% 50% #0078A3!Important;
}
.keyHelperContainer > .block > .result {
    display: block;
    width: 100%;
    color: #59B4D4;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.keyHelperContainer > .block > .result[invalid] {
    color: #FFAF0F!important; 
}
.keyHelperContainer > .block > .input {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.keyHelperContainer > .block * #newAfter {
    width: 80px;
}

.cronTabGen_mainDiv {
    clear: both;
    display: block;
    margin-bottom: 5px;
}
.mainToSplit2 {
    clear:both;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 10px;
}
.mainToSplit2_title {
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-right: 10px;
}
.mainToSplit2_output {
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: auto;
}
.mainToSplit2_separator {
    display: block!important;
    overflow: hidden;
    width: 100%;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 8px;
    border-bottom: solid #ccc 1px;
}
.mainToSplit2_body {
    display: block!important;
    overflow: hidden;
    width: 100%;
}
.mainToSplit2_subgroup {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.mainToSplit2_subgroup > div {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
.mainToSplit2_subgroup > p {
    margin: 0;
    padding: 0;
}
.childSplit1 {
    display: inline-block;
    float:left;
    width: 30%;
}
.childSplit2 {
    display: inline-block;
    float:left;
    margin-left: 10px;
    width: 60%;
}
.childSplit1 div,
.childSplit1 div button,
.childSplit2 div,
.childSplit2 div button,
.mainToSplit2_subgroup div {
    width: 90%;
}
.my-btn-large.active,
.my-btn.active {
    background-color: #333333;
    color: white;
}
.my-btn-large,
.my-btn {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: -1!important;
    margin-left: -1!important;
    margin-right: 0!important;
    margin-bottom: 0!important;
}
.my-btn-group .btn.my-btn {
    font-size: 11px;
    width: 20px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.btn.my-btn-large {
    font-size: 11px;
    width: 50px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.my-btn-group-fixed1 > button {
    width: 100px;
}
.my-btn-group-fixed2 > button {
    width: 120px;
}

.cronTab_DateTime_input {
    width: 200px!important;
}
.cronTab_warning {
    display: block;
    overflow: hidden;
    width: 100%;
    color: white;
    background-color: red;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}
.scriptingTutorial_button {
    display: block;
    float: right;
    background-image: url(/img/tutorial.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    width: 32px;
    height: 32px;
    margin-right:10px;
    cursor: help;
}
.scriptingTutorial_page {
    overflow: hidden;
}
/*
=== CSS for table management js ===
[END]
*/

/* ==== css for image and document library */
.fileList {
    margin: 10px;
    overflow: hidden;
    width: auto;
    height: auto;
}
.folderContainer {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    color: black;
}
.fileContainer {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
}
.folderContainer span {
    display:inline-block!important;
    margin-top: 18px;
    margin-left: 5px;
    width: 80%;
    color: black;
    text-align: center;
    font-size: 9px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.fileBox {
    display:inline-block!important;
    background-image: url(/img/default_file_w.png);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    margin:5px;
    cursor: pointer;
}
.dirBox {
    display:inline-block!important;
    background-image: url(/img/folder_big.png);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin:5px;
    cursor: pointer;
}
/* END: css for image and document library */

select.error, input.error, textarea.error {
    border: 1px solid red;
}
label.error {
    display: inline-block;
    font-size: 10px;
    color: red;
    line-height: 10px;
    margin: 0px;
    margin-left: 10px;
}
@media (max-width: 480px) {
    label.error {
        display: block;
        margin: 0px;
        margin-top: 5px;
    }
    #jqmFooter .logo {
        margin-left: 7% !important;
    }
    #jqmFooter .copy {
        right: 8% !important;
    }
}

/* START ==> ui custom */ 
.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-widget .ui-widget {
    font-size: 10px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
}
input.ui-spinner-input {
    margin: 0;
}
.ui-autocomplete li.ui-menu-item a {
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
#ui-datepicker-div {
    padding: 8px;
}
/* END ==> ui custom */ 

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.input-xs {
    height: 20px;
    padding: 3px 6px;
    font-size:11px;
    line-height:1.4;
    border-radius:0;
}
select.input-xs {
    height:20px;
    line-height:20px;
}
textarea.input-xs { 
    height:auto;
}
.input-group-addon.input-xs {
    padding:3px 6px;
    font-size:11px;
    border-radius:0;
}
legend.pageTitle {
    margin-bottom: 0px;
}
legend.noBorder {
    border: none;
}
.btn-withmargin {
    margin: 3px;
}

table.tblSchedules {
    font-size: 12px;
}
table.tblSchedules tr {
    cursor: pointer;
}
table.tblSchedules tr.disabled {
    color: #a0a0a0;
    font-style: italic;
}


.navbar-default {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #E5E5E5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #363C46;
    text-shadow: none;
}
.navbar-inverse .divider-vertical {
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #DDDDDD;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #363C46;
    color: #FFFFFF;
}
.navbar-inverse .btn-navbar {
    background-color: #363C46;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.touch .navbar-inverse .nav-collapse .dropdown-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
}
@media (max-width: 979px) {
    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #363C46;
        font-size: 15px;
        text-shadow: none;
    }
    .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li > a:active, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:active {
        color: #FFFFFF;
    }
    .navbar-inverse .nav-collapse .pull-right {
        float: left;
    }

    #jqmFooter .logo {
        margin-left: 6%;
    }
    #jqmFooter .copy {
        right: 6%
    }
}
@media (max-width: 640px) {
    .brand {
        max-width: 140px;
    }
    .unlogged .brand {
        max-width: none;
        width: 100%;
    }
    .unlogged {
        text-align: center;
    }
}

.publicMenu {
    margin-top: 50px;
    margin-bottom: 20px;
}
.publicMenu div.publicMenuRow {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: #eee;
    color: #666;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.publicMenu div.publicMenuRow:hover {
    background-color: #D3D3D3;
    color: #222;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.publicMenu div.pic {
    display: block;
    float: left;
    height: 100%;
    width: 60px;
    background-image: url(/img/schueco-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}
.publicMenu div.info {
    display: block;
    float: left;
    font-size: 16px;
    padding-top: 10px;
    overflow: hidden;
}

.removeOnClick {
    cursor: move;
}
.startDocs {
    margin.bottom: 10px;
}
.startDocs legend {
    margin-bottom: 5px;
}

.glyphicons-icon-list .glyphicons > span{
    display: block;
}
.tokenContainer a{
    word-wrap: anywhere;
}


.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    opacity: 1
}


@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px
    }
}



.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        background-color: #080808;
        background-color: #005899
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}


.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff
}


.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #4E7D96
    }
}

.navbar-inverse .navbar-link {
    color: #fff
}


@media (min-width: 992px) {
    .navbar-inverse .navbar-collapse{
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-inverse .navbar-header{
        padding-left: 15px;
    }
    .navbar-inverse .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}
#personalLinks{
    margin:0px;
}

#personalLinks .list-group a:after {
    color: #e4e4e4;
    display: block;
    font-family: "Glyphicons Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    text-shadow: 1px 1px 1px #cacaca;
    top: 1px
}

#personalLinks .col-md-12 .list-group h1 {
    font-size: 20px
}

#personalLinks .list-group a {
    font-size: 20px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F2F2F2;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium
}

#personalLinks div.list-group a:last-child {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium
}

#personalLinks div.list-group a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #E0E0E0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto
}

#personalLinks .list-group a:after {
    color: #363c46;
    content: "\E152";
    float: right;
    position: relative;
    text-shadow: none
}

#personalLinks .list-group a:hover:after {
    left: 5px
}

#personalLinks .list-group-item {
    border: none;
    border-radius: 0px!important
}