body {
    padding-top: 3.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.jumbotron {
    text-align: center;
    padding: 10px;
    background-color: #e6e6ff;
}

.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: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    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;
}

/** Data tables ********************************************************************************************************/
div.dataTables_wrapper {
    padding: 0;
}

table {
    table-layout: fixed;
    width: 100%;
    /*margin-top: 10px;*/
    font-size: 0.8em;
    border-spacing: 0;
}

thead {
    color: white;
    background-color: #6667a1;
}

td {
    line-height: .1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table.dataTable tbody tr.selected {
    background-color: #9193e5;
}

.dataTables_scroll {
    padding: 0;
}

/** Globals ***********************************************************************************************************/

hr {
    margin-top: 5px;
}

.title {
    font-size: 1.5em;
}

.subtitle {
    font-size: 1.2em;
}

.badge-group {
    color: white;
    background-color: #6667a1;
    font-size: 75%;
    font-weight: 500;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    padding: .1em .4em 0 .4em;
}

.badge-change {
    color: #28a745;
    background-color: #28a745;
    font-size: 75%;
    font-weight: 500;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10rem;
    padding: .1em .4em 0 .4em;
}

.btn-submit {
    cursor: pointer;
}

.btn-form, a:hover.btn-form, a:active.btn-form{
    color: white;
}

.form-head {
    background-color: #f8f9ff;
    padding-top: 10px;
    margin-bottom: 10px;
}

.form-inline label{
    display: inline;
}

td.numerical, th.numerical {
    text-align: right;
    padding-right: 30px;
}

.important-warning {
    background-color: #dc3545;
    padding: 10px 15px;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
}


/** Layout: nav-bar ***************************************************************************************************/

.navbar {
    background-color: #2a2c6f;
    font-weight: 400;
}

.btn-account, .btn-home, a:hover.btn-home  {
    color: #ffffff;
    background-color: #2a2c6f;
}


/** Layout: info ******************************************************************************************************/

.info {
    max-width: 1455px;
    margin: 0 auto;
    padding: 10px 20px 5px;
    font-size: 0.8em;
    color: #8c8c8c;
}

.info.db-icon {
    width: 16px;
    margin-top: -3px;
    padding: 0;
}

#time { text-align: right; }


/** Layout: footer ****************************************************************************************************/

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px; /* Set the fixed height of the footer here */
    line-height: 40px; /* Vertically center the text there */
    background-color: #46476f;
    color: #ffffff;
    text-align: center;
    z-index: 1030;
}

.crm-version {
    font-weight: 300;
    font-size: 0.9em;
    color: #46476f;
}


/** Layout: alert *****************************************************************************************************/

.alert-message {
    font-size: 0.8em;
}

.dashboard-alert-container {
    position: relative;
    max-width: 1455px;
    margin: 0 auto;
    z-index: 1030
}

.dashboard-alert {
    position: absolute;
    width: 100%;
    z-index: 1030
}


/** Profile form ******************************************************************************************************/

#user-profile {
    margin-top: 30px;
}


/** Dashboards ********************************************************************************************************/

.dashboard-content, .issues-content{
    position: relative;
    max-width: 1455px;
    padding-top: 10px;
    margin: 0 auto 75px;
}

.dashboard-cmpt {
    /*border: solid 1px #2a2c6f;*/
}

.dashboard-show-issues-option {
    margin-left: 5px;
}

.dashboard-issues-cmpt-wrapper {
    float: left;
    width: 70%;
}

.dashboard-technicians-cmpt-wrapper {
    float: left;
    width: 30%;
}

.dashboard-add-issue-cmpt-wraper {
    clear: both;
    margin-top: 30px;
    margin-bottom: 50px;
}

.dashboard-issues-cmpt-wrapper, .dashboard-technicians-cmpt-wrapper, .dashboard-add-issue-cmpt-wraper {
    padding: 5px;
}

.dashboard-issues-cmpt, .dashboard-technicians-cmpt {
    height: 350px;
}

.dashboard-add-issue-cmpt {
    min-height: 200px;
}

.dashboard-cmpt-title {
    border: solid 1px #2a2c6f;
    height: 25px;
    background-color: #2a2c6f;
    font-weight: 500;
    font-size: 0.9em;
    color: white;
    padding-left: 10px;
}

.dashboard-cmpt-title-text {
    float: left;
}

.dashboard-cmpt-title .sc-legend-text {
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 2px;
    float: left;
}

.dashboard-cmpt-issue-content, .dashboard-cmpt-technicians-content {
    border: solid 1px #2a2c6f;
    height: 325px;
    margin-top: -7px;
}

.dashboard-cmpt-add-issue-content {
    border: solid 1px #2a2c6f;
    padding-right: 5px;
}

.dashboard-cmpt-add-issue-filters {
    padding-top: 5px;
    padding-left: 5px;
}

#pending-issues {
    display: block;
    height: 317px;
    overflow: scroll;
    margin-top: 6px;
    visibility: hidden;
}

#tech-ranking {
    display: block;
    height: 317px;
    margin-top: 6px;
    overflow: scroll;
    visibility: hidden;
}

#add-issue-contacts {
    margin-top: 6px;
    visibility: hidden;
}


/** Issues ************************************************************************************************************/

.container.issue-content {
    margin-bottom: 75px;
}

#issues {
    display: block;
    height: 720px;
    overflow: auto;
    margin-top: 6px;
    visibility: hidden;
}

select#issues {
    padding: 0;
}

td.isBySgBares {
    background-color: #e1b21f;
    font-weight: 400;
}


/** Place info ********************************************************************************************************/

.place-info {
    background-color: #f8f9ff;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.place-info-title {
    background-color: #d2d1e5;
    margin-bottom: 10px;
}

.place-info-titles {
    font-weight: 400;
}


/** Resolution*********************************************************************************************************/

.no-resolved {
    background-color: #f8f9ff;
    padding: 10px 0;
}

.resolved {
    background-color: #dc3545;
    padding: 10px 0;
}

.label-resolved {
    color: white;
    font-weight: 400;
}


/** Material icons ****************************************************************************************************/

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


/** Bootstrap corrections *********************************************************************************************/

.dropdown-menu-right{
    left: -93px;
}

/** Shapes **/

.sc-legend-budget {
    width: 12px;
    height: 12px;
    border: white solid 1px;
    background-color: #e1b21f;
    margin: 4px 3px 7px 5px;
    float: left;
}

/** Captcha ***********************************************************************************************************/

.captcha {
    margin: 10px 0px;
}

.catpcha-img {
    margin-bottom: 10px;
}

.catpcha-img .btn-refresh {
    margin-left: 10px;
}

/** Debug *************************************************************************************************************/

.debug {
    color: #dc3545;
}
