﻿body{
    font-size:13px !important;
}

.table tbody tr:hover {
    /*background-color: #dddeff;*/
    cursor: pointer;
}

.clockTimers {
    padding: 0;
    margin: 0;
}
    .clockTimers li {
        float: left;
        width: 25%;
        list-style: none;
        text-align: center;
        font-weight: bold;
    }

.fileDownloadDiv {
    width: 80px;
    float: left;
}

    .fileDownloadDiv p {
        text-align: center;
        width: 80px;
        word-wrap: break-word;
        font-weight: normal;
    }

.timeline li div.blue {
    background-color: #286090;
}

.no-margins {
    margin: 0px;
    padding: 0px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1.2s linear infinite;
    margin: 5px;
    float: left;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-group h3 {
    margin: 0px;
}

.carText {
    margin: 0px 23px;
    text-transform: uppercase;
    font-weight: bold;
}

.centerText {
    text-align: center;
}

.panel-bottom {
    /*height: 40px;*/
    background-color: #f5f5f5;
    border-radius: 5px;
}

    .panel-bottom .price {
        padding: 9px;
        font-weight: bold;
        font-size: 17px;
        float: left;
    }

        .panel-bottom .price a {
            color: #333;
        }

.myItens {
    margin: 0px;
    padding: 0px 22px;
    max-height: 350px;
    overflow: auto;
}

    .myItens li ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
    }

        .myItens li ul li {
            padding: 5px;
        }

            .myItens li ul li i {
                font-size: 20px;
                cursor: pointer;
                color: red;
            }


.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.myItens li a {
    color: black;
}

    .myItens li a:hover {
        text-decoration: none;
    }

.col-lg-s-3 {
    width: 20%;
}

div.tile {
    border-radius: 5px;
}

div.bg-darkblue {
    background-color: #337ab7;
}

div.bg-lightorange {
    background-color: #f0ad4e;
}

h3 {
    color: #404040;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

h4.lg{
    text-align:left;
    font-size:20px;
}
