﻿
.darkHeader {
    background-color: #3d3c3c;
}

body {
    /*    background-color: #d9e0e7 !important;
*/ background-color: #c7d5e3 !important;
}

#accordion .glyphicon {
    margin-right: 0px;
}

.panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel-collapse .list-group-item {
    border-radius: 0;
}


#login .loginGroup a, #login .registerGroup a {
    display: block;
    position: relative;
    height: 34px;
    min-width: 12px;
    padding: 20px 15px 20px !important;
    color: #808080 !important;
    font-size: 14px;
    vertical-align: middle;
}

    #login .loginGroup a:hover, #login .registerGroup a:hover {
        text-decoration: underline !important;
    }

.pr-20 {
    padding-right: 20px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-35 {
    padding-top: 35px !important;
}

.pt-30 {
    padding-top: 30px !important;
}
.pt-20 {
    padding-top: 20px !important;
}

.pt-18 {
    padding-top: 18px !important;
}

.pt-15 {
    padding-top: 15px !important;
}
.pt-10 {
    padding-top: 10px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.btn-xxs {
    padding: 1px 4px;
    font-size: 10px;
    line-height: 1.2;
    border-radius: 2px;
}

.ml-5 {
    margin-left:5px;
}

.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}


.space-10 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 10px 0 9px;
}

.space-15 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 15px 0;
    margin: 15px 0 9px;
}

.space-20 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 20px 0 19px;
}

 .gridRowHighlight {
        background-color: #deebed !important;
    }



.i-20 {
    width: 20px !important;
}
.i-40 {
    width: 40px !important;
}
.i-45 {
    width: 45px !important;
}
.i-50 {
    width: 50px !important;
}
.i-60 {
    width: 60px !important;
}
.i-80 {
    width: 80px !important;
}
.i-90 {
    width: 90px !important;
}
.i-100 {
    width: 100px !important;
}
.i-110 {
    width: 110px !important;
}
.i-120 {
    width: 120px !important;
}
.i-130 {
    width: 130px !important;
}
.i-140 {
    width: 140px !important;
}

.i-150 {
    width: 150px !important;
}

.i-160 {
    width: 160px !important;
}

.i-170 {
    width: 170px !important;
}

.i-180 {
    width: 180px !important;
}

.i-190 {
    width: 190px !important;
}

.i-200 {
    width: 200px !important;
}

.i-210 {
    width: 210px !important;
}

.i-220 {
    width: 220px !important;
}

.i-230 {
    width: 230px !important;
}
.i-250 {
    width: 250px !important;
}
.i-270 {
    width: 270px !important;
}
.i-290 {
    width: 290px !important;
}
.i-300 {
    width: 300px !important;
}

.i-320 {
    width: 320px !important;
}

.i-350 {
    width: 350px !important;
}

.i-380 {
    width: 380px !important;
}


.i-400 {
    width: 400px !important;
}

.i-450 {
    width: 450px !important;
}
.i-500 {
    width: 500px !important;
}
.i-550 {
    width: 550px !important;
}
.i-600 {
    width: 600px !important;
}


   .selectedCell {  
        background-color: #e1f7fc;  
    }  
        .unselectedCell {  
        background-color: white;  
    }  


/*******************************************************************************************************************************************************************************************************
/*******************************************************************************************************************************************************************************************************
/*******************************************************************************************************************************************************************************************************
/*******************************************************************************************************************************************************************************************************

*/
/*In order for the chosen dropdownlist to look like the normal ones !!!!!!!!!!!!!!!!!!!!!!!*/
 select.form-control + .chosen-container.chosen-container-single .chosen-single {
        display: block;
        width: 100%;
        height: 30px;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 1.428571429;
        color: #555;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0;
        /*Changed from 4px*/
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        background-image: none;
    }


 /*for callouts
 HTML CSSResult
EDIT ON
     */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-sm {
    padding:10px;
    margin: 0px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -25px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warningtek {
    border-left-color: #f0ad4e;
}
.bs-callout-warningtek h4 {
    color: #f0ad4e;
}
.bs-callout-infotek {
    border-left-color: #5bc0de;
}
.bs-callout-infotek h4 {
    color: #5bc0de;
}


/**ΓΙΑ ΤΑ BADGE LIKE labels ΠΟΥ ΚΑΝΟΥΜΕ USE ΟΤΑΝ ΔΕΙΧΝΟΥΜΕ ΣΤΟΥς ΠΙΝΑΚΕΣ ΑΝ ΕΙΝΑΙ ΕΝΕΡΓΟΣ/ΔΙΕΓΡΑΜΜΕΝΟΣ ΚΛΠ*/


    .round {
        display: inline-block;
        height: 20px;
        width: 20px;
        line-height: 20px;
        -moz-border-radius: 5px;
        border-radius: 10px;
        background-color: #222;
        color: #FFF;
        text-align: center;
    }

        .round.hollow {
            display: inline-block;
            height: 30px;
            width: 30px;
            line-height: 30px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            background-color: #FFF;
            color: #222;
            text-align: center;
            -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.75);
        }

        .round.round-sm {
            height: 15px;
            width: 15px;
            line-height: 15px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            font-size: 0.7em;
        }

        .round.round-lg {
            height: 40px;
            width: 40px;
            line-height: 40px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            font-size: 1.5em;
        }

        .round.blue {
            background-color: #3EA6CE;
        }

        .round.orange {
            background-color: #FF6701;
        }

        .round.green {
            background-color: #42A129;
        }

        .round.hollow.blue {
            color: #3EA6CE;
            background-color: #FFF;
            -webkit-box-shadow: 0px 0px 0px 2px #3EA6CE;
            -moz-box-shadow: 0px 0px 0px 2px #3EA6CE;
            box-shadow: 0px 0px 0px 2px #3EA6CE;
        }

        .round.hollow.orange {
            color: #FF6701;
            background-color: #FFF;
            -webkit-box-shadow: 0px 0px 0px 2px #FF6701;
            -moz-box-shadow: 0px 0px 0px 2px #FF6701;
            box-shadow: 0px 0px 0px 2px #FF6701;
        }

        .round.hollow.green {
            color: #42A129;
            background-color: #FFF;
            -webkit-box-shadow: 0px 0px 0px 3px #42A129;
            -moz-box-shadow: 0px 0px 0px 3px #42A129;
            box-shadow: 0px 0px 0px 3px #42A129;
        }