/* Miligram overrides
font-family: "Raleway", sans-serif;
*/
body {
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: 400;
}

.top-nav-links,
.side-nav,
h1, h2, h3, h4, h5, h6 {
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.dropdown-item {
    color: rgba(255,255,255,.55);
}

tr.collapse.in {
    display:table-row;
}

.breadcrumb {
    box-shadow: 1px 1px #d5d4d4;
    background: #eeeded;
    border: 1px solid #eeeded;
    border-radius: 5px;
    padding: 0 5px 0 10px !important;
    font-size: 16px;
    line-height:2em;
}
.breadcrumb a, .linkTask{
    text-decoration: none;
    color: #0cbbde !important;
}

.projects .progress{
    margin-top: 10px;
}

.actions .material-icons {
    font-size: 17px;
    line-height: normal;
    padding: 0px 0px;
}

.actions .btn {
    padding: 2px 5px;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #363637;
}

a:hover,
a:focus,
a:active  {
    color:#2a6496;
    -webkit-transition:all 0.2s easeout;
    transition:all 0.2s ease-out;
}

.side-nav a,
.top-nav-links a{
    color: #606c76;
}
th a, th{
    font-weight: normal;
    color: rgba(255,255,255,.55);
    text-decoration: none;
}
th button a{
    color: #ffffff;
}
th a:hover, th.selected > a{
    color: #ffffff;
    text-decoration: none;
}
/* Utility */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.actions > .btn-group {
    border: 1px darkgrey solid;
    border-radius: 5px;
}
/* Main */
body {
    background: #f5f7fa;
}
.content {
    padding: 2rem;
    background: #ffffff;
    border-radius: 0.4rem;
    /* Thanks Stripe */
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1),
        0 3px 6px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 80px;
}
.file {
    visibility: hidden;
    position: absolute;
}

th {
    white-space: nowrap;
}

/* Nav bar */
.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 112rem;
    padding: 2rem;
    margin: 0 auto 2rem;
}
.top-nav-title a {
    font-size: 2.4rem;
    color: #d33c43;
}
.top-nav-title span {
    color: #404041;
}
.top-nav-links a {
    margin: 0 0.5rem;
}
.top-nav-title a,
.top-nav-links a {
    font-weight: bold;
}
.side-nav-item {
    display: block;
    padding: 0.5rem 0;
}

/* View action */
.view.content .text {
    margin-top: 1.2rem;
}
.related {
    margin-top: 2rem;
}

/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

/* Forms */
.input.radio,
.input.checkbox {
    margin-bottom: 2.0rem;
}
.input.radio input,
.input.checkbox input {
    margin: 0;
}
.input.radio label,
.input.checkbox label {
    margin: 0;
    display: flex;
    align-items: center;
}
.input.radio label > input,
.input.checkbox label > input {
    margin-right: 1.0rem;
}
.input.radio label:first-of-type {
    margin-bottom: 2.0rem;
}
/* Errors */
.error-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .top-nav {
        margin: 0 auto;
    }
    .side-nav {
        margin-bottom: 1rem;
    }
    .heading {
        margin-bottom: 1rem;
    }
    .side-nav-item {
        display: inline;
        margin: 0 1.5rem 0 0;
    }
    .asc:after {
        content: " \2192";
    }
    .desc:after {
        content: " \2190";
    }
}


/* FIX BUTTON ADD */
a {
    text-decoration: none;
}
.addButton .line{
    border-left: 1px solid #074422;
}
/*
a.addButton{
    text-decoration: none;
    color: white !important;
}
.addButton button {
    font-size:  15px;
    height: 48px;
}
.addButton .line{
    border-left: 1px solid #074422;
}
.addButton span {
    vertical-align: middle;
}
*/
/* FIX BUTTON CLICK */
.item_click{
    cursor: pointer;
    margin-top: 5px;
}

/* FIX IMAGE CARD */
.card-content-project {
    width: 286px;
    height: 245px;
}

.card-content-project .card-img-top {
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
}
