﻿a.po-link {
    color: black !important;
}

    a.po-link > .form-label > i {
        color: #428bca !important;
    }

    /*BOOTSTRAP MOD*/
th {
    background-color: #eee;
    text-decoration: none;
}

    th a {
        color: #428bca !important;
    }

tr:hover {
    cursor: pointer !important;
}
.text-black {
    color:black !important;
}

div#PaymentContainer > div.panel-body {
    padding-left:0 !important;
    padding-right:0 !important;
}

    div#PaymentContainer > div.panel-body > div.list-group > a.info {
        border-radius: 0 !important;
    }
    div#PaymentContainer > div.panel-body > div.list-group > div.list-group,
    div#PaymentContainer > div.panel-body > div.alert {
        padding-left:15px !important;
        padding-right:15px !important;
        margin:0 15px 0 15px !important;
    }
    
@media ( max-width: 585px ) {
    .input-group span.input-group-btn, .input-group input, .input-group button {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .input-group {
        position: relative;
    }

        .input-group span.data-up {
            position: absolute;
            top: 0;
        }

        .input-group span.data-dwn {
            position: absolute;
            bottom: 0;
        }

    .form-control.text-center {
        margin: 34px 0;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: 0;
    }
}

.divider {
    text-align:center;
}

.divider hr {
    margin-left:auto;
    margin-right:auto;
    width:45%;
    border:1px solid #ccc;
}
.divider-md hr {
    width:40%;
}
.divider-lg hr {
    width:35%;
}



.left {
    float:left;
}

.right {
    float:right;
}


/* TEXTBOX WITH NO MARGIN TO MERGE*/
.no-margin-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.no-margin-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.noTextDecoration {
    text-decoration: none;
}

.imageSpacing {
    padding-right: 5px;
}

.right-radius {
    border-top-right-radius:5px !important;
    border-bottom-right-radius:5px !important;
}

#btnInfoDft,
#btnInfoCase {
 padding-top:0 !important;
 padding-bottom:0 !important;
}
#bookmark, [data-bookmark] {
    font-weight:bold;
    color:white;
}

#bookamakr:hover{
    color: #5CB85C;
}

[data-bookmark="true"]:hover
{
    color: #d9534f;
}

[data-bookmark="false"]:hover  {
    color: #5CB85C;
}


.btn-link{
    text-decoration:none !important;
}

.selected {
    color: darkred !important;
}

/********************     ALERT OVERWRITE     ******************************/
.alert-group>.alert:first-child:not(:last-child){
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
       -moz-border-radius-topleft:5px;
       -moz-border-radius-topright:5px;
       -moz-border-radius-bottomright:0;
       -moz-border-radius-bottomleft:0;
            border-top-left-radius:5px;
            border-top-right-radius:5px;
            border-bottom-right-radius:0;
            border-bottom-left-radius:0;
    margin-bottom:0
}
.alert-group>.alert:not(:first-child):not(:last-child){
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    border-top:0;
    margin-bottom:0
}
.alert-group>.alert:last-child:not(:first-child){
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
       -moz-border-radius-topleft:0;
       -moz-border-radius-topright:0;
       -moz-border-radius-bottomright:5px;
       -moz-border-radius-bottomleft:5px;
            border-top-left-radius:0;
            border-top-right-radius:0;
            border-bottom-right-radius:5px;
            border-bottom-left-radius:5px;
    border-top:0
}

.alert-danger-border{
    border-left: 10px solid #990000 !important;
}
.alert-success-border{
    border-left: 10px solid #007A33 !important;
}

/* WEB ACCESIBILITY ISSUES FIXES*/
span.coc-span-images {
   
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    display:inline-block; /* IN ORDER TO USE MARGINS IN SPAN ELEMENT*/


}

a.coc-link:link {
    text-decoration: underline;
}

a.coc-link:visited {
    text-decoration: underline;
    text-decoration-color: #884488; 
}

a.coc-link:hover {
    text-decoration: underline;
    text-decoration-color: #bb1122; 
}

a.coc-link:active {
    text-decoration: underline;
    text-decoration-color: #884488; 
}

.with-nav-tabs.panel-primary .nav-tabs > li.active > a {
	color: #3071a9 !important;
}

button.btn-warning {
   background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
}

.btn-success {  /*NOT BUTTON, CAUSE IT IS USED SOMETIMES IN SUBMIT INPUT TYPES*/
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
}

div.coc-badge-text,
span.coc-badge-text {
    color: #3071a9 !important;
}

span.coc-badge {
  background-color: #3071a9;
}


.coc-small {
    font-size: 80%;
}

a.btn.btn-info[id^="lnk"], button.btn.btn-info[id^="dLabel"] {
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%) ;
}

.coc-panel-heading {
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
}

div.coc-badge-text,
span.coc-badge-text {
    color: #3071a9 !important;
}

a.coc-sort-text {
    color: #204d74 !important;
}

fieldset.coc-fieldset {
    border: 0;
    padding: 0;
}