/* 
    Document   : general-1.0.0
    Created on : Nov 19, 2013
    Author     : shahram@talentcircles.com
*/

/*
 * bootstrap styles modifications
 */
/* resizing style */
root {
    display: block;
}

html, body, #body_container {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body > #body_container {
    height: auto;
    min-height: 100%;
    padding-bottom: 65px;
}

/* general style */
body {
    /*background-image: url(../images/striped_background.png);*/
    min-width: 160px;
    overflow: auto;
}

.badge {
    background-color: red;
}

.blue-title {
    color: #357ebd;
}

/* alerts */
.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border: 1px solid transparent;
    padding: 15px;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border: 1px solid transparent;
    padding: 15px;
}

.clear {
    clear: both;
}

.cursor-pointer {
    cursor: pointer;
}

/* checkbox style */
span.checkboxStyle,
div.checkboxStyle {
    width: 30px;
    margin: 0;
    position: absolute;
}

label.checkboxStyle {
    margin-left: 40px;
    position: relative;
    top: 5px;
}

.checkboxStyle label {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #ddd;
}

.checkboxStyle label:after {
    opacity: 0.15;
    content: '';
    position: absolute;
    width: 16px;
    height: 8px;
    background: transparent;
    top: 8px;
    left: 7px;
    border: 3px solid #555;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkboxStyle label:hover::after {
    opacity: 0.15;
}

.checkboxStyle input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.checkboxStyle input[type=checkbox]:disabled + label {
    background: white;
    cursor: default;
}

/* panel style */
.panel {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 6px;
}

.panel .panel-heading {
    padding: 6px 10px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: normal;
}

.panel .panel-heading,
.gray-card {
    border-radius: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.panel .panel-heading h2, .panel .panel-heading h3, .panel .panel-heading h4 {
    margin: 0;
    font-size: 18px;
}

.panel .panel-heading-error {
    background-color: #a94442 !important;
}

.panel .panel-title {
    color: white;
    font-size: 18px;
    font-weight: normal;
}

.panel .panel-body {
    font-size: 14px;
}

.panel .panel-dissmissable {
    cursor: pointer;
}

.panel .panel-dissmissable .icon {
    float: right;
    color: white;
    position: relative;
    top: -15px;
}

.panel.widget:empty {
    display: none;
}

.panel hr {
    margin: 10px 0;
}

.widget_purple_header_right {
    display: none;
    visibility: hidden;
}

.widget_bottom {
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.panel .widget_content {
    padding: 0 10px;
}

/* Modals */
.modal .modal-dialog {
    margin-top: 40px;
    padding: 0;
    border: 10px solid #cacaca;
    -webkit-box-shadow: 5px 5px 8px #555;
    -moz-box-shadow: 5px 5px 8px #555;
    box-shadow: 5px 5px 8px #555;
}

.modal .modal-header,
.modal .modal-footer {
    padding: 10px;
}

.modal .modal-title {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: white;
}

.modal .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

/*
 * login pages
 */

.top_logo {
    text-align: center;
    padding: 10px;
    max-width: 100%;
}

.top_menu_logo_container {
    width: 100%;
    text-align: center;
}

.top_menu_logo {
    text-align: center;
    max-width: 100%;
    padding: 15px 3px 12px;
    margin: 0 auto;
}

.nav.center-content {
    text-align: center;
}

.wide .container {
    width: 100%;
    padding: 0;
}

.wide .box_container,
.wide .box_content {
    background-color: white;
}

.box_container {
    background-color: white;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 10px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box_header {
    background-color: black;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 18px;
    padding: 5px;
}

.box_content {
    background-color: white;
    padding: 20px;
    word-wrap: break-word;
}

.form-link {
    font-size: small;
    margin: 5px;
}

.login_openings {
    background-color: #CACACA;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
    font-size: medium;
    padding: 0;
    padding-top: 5px;
}

.login_openings li a {
    background-color: white;
}

.login_openings li a:hover {
    background-color: #ddd;
}

.login_openings .pagination {
    margin: 5px 0 0;

}

.login .join_label {
    font-size: 14px;
}

/*
 * Login Secondary
 */
.login_secondary.white {
    background-color: white;
    background-image: none !important;
    height: 100%;
}

.login_secondary .page-container {
    border-bottom: 2px solid #bbb;
}

.login_secondary.public .page-container {
    border-bottom: none;
    padding-bottom: 5px;
}

.login_secondary.white .page-container {
    border-bottom: none;
    background-color: white;
    padding-bottom: 5px;
}

.login_secondary_logo_back {
    padding: 0;
    background-image: url(../images/striped_background.png);
}

.login_secondary_logo_border {
    padding-bottom: 3px;
    -webkit-box-shadow: black 0 0 5px;
    -moz-box-shadow: black 0 0 5px;
    box-shadow: black 0 0 5px;

}

.login_secondary_content {
    padding-top: 20px;
}

.login_secondary .navbar .navbar-toggle {
    float: left;
    width: 44px;
    height: 34px;
}

.login_secondary .navbar .navbar-header a {
    color: white;
}

.login_secondary .navbar .navbar-header a:hover {
    background-color: transparent;
}

.login_secondary .navbar .navbar-header a.navbar-brand {
    top: 0;
}

.login_secondary h1 {
    margin-top: 0px;
}

/* public layout */
.public_body {
    padding-top: 20px;
}

/* General Styles */
.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
    min-width: 200px;
    margin: 0 auto;
}

.center-content {
    text-align: center;
}

.no-margin {
    margin: 0;
}

.box-alert {
    margin: 0;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-toggle-always-visible {
    display: block;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 8px;

}

pre.no_style {
    padding: 0;
    border: none;
    background-color: transparent;
}

pre.normal_font {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

span.location.country, span.location.state, span.location.city, span.location.zipcode {
    display: inline-block;
    padding: 1px 3px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
    color: #575858;
    /*
    background-color: #e9e8e8;
    border: solid 1px #d3d5d5;
    */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

span.location img.flag {
    margin-right: 0.4em;
    vertical-align: -1px;
}

/*
 * join page
 */

.term_of_use .inner_content {
    padding: 12px;
    background-color: white;
}

/*
 * Panel Template
 */

.active #main-content #gesture-modal {
    background-color: black;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

#main-content.col-xs-12 {
    background-image: url(../images/striped_background.png);
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 15px;
    padding-top: 15px;
}

#sidebar {
    height: 100%;
    padding-right: 0;
}

#sidebar .nav {
    width: 95%;
}

#sidebar li {
    border: 3px solid transparent;
    border-bottom-width: 0;
    margin-bottom: 0;
}

#sidebar li a {
    background-color: #373737;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-tap-highlight-color: #2a2a2a;
}

#sidebar li a:hover {
    color: white;
}

#sidebar li.active a {
    background-color: #373737;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

#sidebar li.no_background a {
    background-color: inherit;
    color: #428bca;
}

#sidebar li.no_background.active a {
    background-color: inherit;
    background-image: none;
}

.container {
    position: relative;
    width: inherit;
}

.offcanvas-container {
    overflow: hidden;
}

#sidebar li a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    color: black;
}

#sidebar li.active a:hover {
    color: #ccc;
}

.navbar-header {
    width: 100%;
}

.navbar-default {
    -webkit-box-shadow: black 0 0 8px;
    -moz-box-shadow: black 0 0 8px;
    box-shadow: black 0 0 8px;
    border-bottom: 1px solid #777;
    color: white;
    z-index: 100000;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-header .navbar-title {
    font-size: 18px;
    margin: 12px;
    display: inline-block;
    position: absolute;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.navbar-brand {
    word-break: keep-all;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-default .navbar-brand:hover {
    color: #ddd;
}

.navbar-default .navbar-toggle .navbar-toggle-glyphicon {
    position: relative;
    top: -1px;
    left: 4px;
}

.navbar-default .navbar-button {
    float: right;
    margin: 8px 10px 8px 0;
    color: white;
    border: none;
    height: 34px;
    background-color: transparent;
    border-radius: 4px;
}

.navbar-button.navbar-user-image {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.navbar-dropdown-container {
    position: relative;
    display: inline-block;
    float: right;
}

.navbar-dropdown {
    color: white;
    background-color: #333;
    right: 0;
    left: auto;
}

.navbar-dropdown.dropdown-menu > li > a {
    color: white;
    padding: 10px 25px;
}

.navbar-dropdown.dropdown-menu > li > a:hover {
    color: black;
}

.navbar-dropdown.dropdown-menu > li:hover {
    background-color: white;
}

.dropdown-menu .divider {
    background-color: #555;
}

.navbar-mail-icon {
    position: relative;
    padding: 13px;
    text-decoration: none;
}

.navbar-mail-icon:hover {
    text-decoration: none;
}

.navbar-mail-icon .badge {
    position: absolute;
    top: 0;
    right: 0;
}

#menu_message .badge {
    display: none;
}

.navbar-fixed-top {
    position: relative !important;
    top: 0;
    left: 0;
    margin-bottom: 0;
}

/* branding color */
.navbar-default {
    background-color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

/*
 * controls
 */

.list_header {
    text-align: center;
    color: white;
    font-weight: normal;
    padding: 10px;
    margin-bottom: 3px;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.list_view {
    padding: 10px;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.list_view .nav-stacked li {
    background-color: #eee;
}

.theme_footer {
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    clear: both;
    border: none;
    display: block;
}

.login_secondary.white .theme_footer {
    margin-top: 0;
}

.copy_right {
    margin: 10px 0;
}

.mobile_footer {
    text-align: center;
    padding: 10px;
    margin: 10px -15px 0;
    clear: both;
    border: none;
    display: none;
}

.normal_footer {
    padding: 0;
    clear: both;
    position: relative;
    z-index: 10;
    text-align: center;
    border: none;
    display: block;
    margin-top: -40px;
}

.normal-footer-spacer {
    height: 6px;
}

a.no-outline {
    outline: none;
}

.notification {
    margin: 0;
    padding: 15px;
    border: 1px solid #faebcc;
    border-radius: 0;
    color: #c09853;
    background-color: #fcf8e3;
    box-sizing: border-box;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

ul.user-type-password-security-settings {
    padding-left: 18px;
}

.nav-justified > li.footer_link {
    width: 32%;
    float: right;
}

div.beta_container {
    display: block;
    background-color: #333;
    text-align: center;
    height: 24px;
    border: 0;
    padding: 0;
    z-index: 100000;
}

#login_modal {
    min-width: 300px;
    padding: 5px;
}

#login_modal h3 {
    margin-top: 8px;
    color: #3276b1;
}

#login_modal ul {
    padding-left: 0;
    display: table;
    width: 100%;
}

#login_modal li {
    display: table-row;
    list-style: none;
}

#login_modal li input, #login_modal li label {
    display: table-cell;
    margin: 5px 10px;
}

#login_modal .left {
    float: left;
}

#login_modal .right {
    float: right;
}

#login_modal .form_buttons {
    padding-bottom: 28px;
}
