p a {

    text-decoration: none;
}

p a:hover {

    text-decoration: underline;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {

    color: inherit;
    text-decoration: none;
}


.margin-left-5px {

    margin-left: 5px;
}

.margin-right-5px {

    margin-right: 5px;
}

.margin-10px {

    margin: 10px;
}

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

ul.block {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    list-style-position: inside;
}
ul.block li {
    margin: 9px 0 0 0;
    padding:0;
}
ul.block > li {
    margin: 16px 0 0 0;
}
ul.block li:first-child {
    margin: 0;
}
ul.block li > ul {
    margin: 12px 0 12px 30px;
    padding: 0 0 0 10px;
    list-style: none;
    border-left: 1px solid #CCCCCC;
}
/*
ul.block img {
    margin-right: 5px;
}
*/
ul.block a {
    color: #493a38;
}
ul.block li > ul > li {
    font-size: 95%;
}
ul.block span.sub {
    font-size: 90%;
    margin-left: 7px;
}


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

ul.subords > li > div > a {
    font-weight: bold;

}

ul.subords-units > li > ul > li > div > a {
    font-weight: bold;

}

ul.subords div.location {

    font-size: 80%;
}

ul.subords div.location a {

    font-weight: normal;
}

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

/* TODO: temp https://github.com/rstaib/jquery-steps/issues/8 */
.wizard > .content {
    min-height: 1000px;
}


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

div.dataTables_filter input {

    margin-left: 7px;
}

table.dataTable tfoot input {

    width: 100%;
}

div.DTE div.DTE_Footer {

    height: auto;
}


div.DTED_Lightbox_Wrapper {
    width: 1000px;
    margin-left: -500px;
    z-index: 1000;
}
div.DTE div.DTE_Body div.DTE_Field {
    padding-top: 5px
}
div.DTE div.DTE_Body div.DTE_Field > label {
    float: none;
    clear: both;
    width: 100%;
}
div.DTE div.DTE_Body div.DTE_Field > div.DTE_Field_Input {
    float: none;
    clear: both;
    width: 100%;
}

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


/* Responsive Full Background Image Using CSS
 * Tutorial URL: http://sixrevisions.com/css/responsive-background-image/
*/
.colorful-page-wrapper {

    background: none;

    /* Image is centered vertically and horizontally at all times */
    background-position: center center;

    /* Image doesn't repeat */
    background-repeat: no-repeat;

    /* Makes the image fixed in the viewport so that it doesn't move when
       the content height is greater than the image height */
    background-attachment: fixed;

    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;

    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color: #464646;
}

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

.forum-post img {

    display: block;
    height: auto;
    max-width: 100%;
}

.forum .header a {

    color: #fff;
    text-decoration: none;
}

.forum .last-post {
    text-decoration: none;
}

.chat-body .header {

    margin-bottom: 10px;
}

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

.toe img {

    vertical-align: baseline;
}

.toe li.parent_li > span {

    border: none;
}

.toe span > div {

    display: inline-block;
    margin: 5px;
}

.toe span > div > div {

    display: inline-block;
}

.toe li.parent_li > span > img {

    margin-bottom: -2px;
}

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

.force-structure-browser a:hover {

    text-decoration: none;
}

.force-structure-browser li span {

    margin-top: -5px;
}

.force-structure-browser li span .fa-minus-circle, .force-structure-browser li span .fa-plus-circle {

    margin-left: 3px;
}

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

.tree > ul {

    padding-left: 0px;
}
.tree li.active > span > a {

    font-weight: bold;
}

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

.orb-form .message {
    padding: 25px 30px;
    background: rgba(255,255,255,.9);
    font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
}

.orb-form .error-message {
    color: red;
}

.orb-form .error-message i {
    background: red;
}


.orb-form.submitted fieldset,
.orb-form.submitted footer {
    display: none;
}
.orb-form.submitted .success-message {
    display: block;
}

.orb-form.error .error-message {
    display: block;
}

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

.fa {
    margin-right: 0.1em;
}

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

.story {

    margin-bottom: 20px;
}

.story p a {

    border-bottom: 1px dotted #777;
    color: inherit;
}

.story p a:hover {

    text-decoration: none;
}

.story h4, .story h5 {

    margin-top: 20px;
}

.story .pull-right {

    margin: 5px 5px 10px 10px;
    /*margin-left: 10px;*/
    /*margin-bottom: 10px;*/
}

.story .pull-left {

    margin: 5px 10px 10px 5px;
    /*margin-right: 10px;*/
    /*margin-bottom: 10px;*/
}

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

/* from simple template */
.border-simple {
    border: 1px solid #fff;
    box-shadow: 0 0 3px #000;
}


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

.orb-form .input-captcha img {

    border-left: 1px solid #e5e5e5;
    position: absolute;
    right: 39px;
    top: 2px;
}

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

.selectize-dropdown .selectize-caption {
    display: block;
    font-size: 12px;
    opacity: 0.5;
}

.selectize-dropdown .selectize-label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    /*margin-bottom: 10px;*/
}

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

.search-result-block .user-block img {

    border-radius: 0;
}

.search-result-block h3 a {

    text-decoration: none;
}

.search-result-block h3 a:hover {

    text-decoration: underline;
}

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

.geochart {
    width: 100%;
    height: 600px;
}

.geochart-clickable path {
    cursor: pointer
}

.geochart-clickable path[fill="#f5f5f5"] {
    cursor: auto
}

.geochart-clickable path[fill="none"] {
    cursor: auto
}

.geochart .google-visualization-tooltip-item:first-child {
    display: none;
}

/*
.google-visualization-tooltip {
    border:solid 1px #000!important;
    border-radius: 2px;
    background-color: white;
    position: absolute;
    font-size: 12px;
    padding: 0px;
    margin:0!important;
}

.google-visualization-tooltip-item-list {
    list-style-type: none;
    margin: 0!important;
    padding: 0!important;
}

.google-visualization-tooltip-item:first-child {
    margin: 0!important;
}

.google-visualization-tooltip-item {
    margin: 0!important;
    padding: 0!important;
}
*/