﻿/*.login-page {
    background-image: url('../../dist/img/backgrounds/corporate-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.copyright {
    padding: 10px 0 0 0;
    text-align: center;
    color: #fff;
}

.control-label {
    text-align: left;
}*/


a.link-green {
    color: #50CD89;
}

/*a, a:link, a:visited {
    color: #50CD89;
}*/

/* visited link */
/*a:hover, a:active {
    color: green;
}*/
.page-link {
    background-color:aquamarine;
    color: green;
}

.paginate_button page-item active {
    border:2px dashed #000;
}

span.menu-link a:hover {
    color: green;
}

.btn-group-right {
    float: right;
}

/*.btn-group-left {
    float: left;
    margin-left: 0px;
}*/

.btn-min-size {
    min-width: 100px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.pagination {
    color: #50CD89;
}

.menu-title {
    color: #50CD89;
}

.field-value{
    font-weight:normal;
}

/*.btn-min-xsize {
    min-width: 50px;
    margin-left: 10px;
}

.content {
    min-height: 677px;
}

.grid-search-form {
    width: 300px;
}


.grid-pagination td {
    border: solid 1px #EDE0E0;
    font-size: 16px;
    padding: 0 10px;
    border-spacing: 10px;
}



.grid-pagination a:hover {
    font-weight: bolder;
}


.figure-content {
    text-align: right;
}

.user-header {*/
/*display:none;*/
/*}

dropdown-menu {
    background-color: #fff;
}*/

/*.control-label {
    font-weight: bold;
}
*/
/*.btn-add {
    margin-right: 15px;
}

.legend-dollarized {
    background-color: #f39612;
    padding: 0 10px;
    font-weight: bold
}

.legend-gallon {
    background-color: #3b8bba;
    color: #ffffff;
    font-weight: bold;
    padding: 0 10px;
}

.portlet-body {
    padding-bottom: 20px;
}


.center-control-text {
    text-align: center;
}

.btn-min-size {
    min-width: 150px;
}

.custom-error {
    border-color: #ff0000;
}

.custom-border-error {
    border: 1px solid #ff0000;
}


.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;*/ /* 5px rounded corners */
/*padding: 20px;
    border-top: 1px inset #DFE0E1;
}

.marquee {
    width: 450px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

    .marquee span {
        display: inline-block;
        padding-left: 100%;*/ /* show the marquee just outside the paragraph */
/*animation: marquee 15s linear infinite;
    }

        .marquee span:hover {
            animation-play-state: paused
        }*/

/* Make it move */
/*@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.sidebar-corporate-logo {
    margin-left: auto;
    margin-right: auto;
}

.main-menu-title {
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-top: dotted thin #afbcc4;
    border-bottom: dotted thin #afbcc4;
}

.content-header {
    border-bottom: dotted thin #afbcc4;
}

.login-box {
    margin-top: 10%;
}*/

.required-field {
    color: #ff0000;
}


/*.app-info{
    text-align:center;
    padding-right:10px;
}*/

