﻿body {
    font-family: 'sans-serif';
    padding-top: 0px;
}

.HomeBackground {
    /*    background: url('../../images/branding2.gif') space;*/
}
/*.HomeBox {
    border: solid 1px #CCCCCC;
    width: 100%;
    margin-bottom: 10px;
    overflow-x: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color:white;
}*/

.HomeBox {
    border: solid 1px #CCCCCC;
    width: 100%;
    margin-bottom: 10px;
    overflow-x: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: white;
    box-shadow: 4px 4px #dae0f0;
    border-radius: 12px 12px 0px 0px;
}

.HomeBoxTitle {
    background: url('../../images/HomeboxTitleBG.png') repeat-x 50% bottom;
    /* background: lightsteelblue; /*#e7f3ff;*/
    line-height: 25px;
    height: 30px;
    font-family: 'Segoe UI';
    font-size: 1.3em;
    font-weight: bold;
    text-indent: 22px;
    color: #01254a;
}

.HomeBoxTitle2 {
    background: url('../../images/HomeboxTitleBG.png') repeat-x 50% bottom;
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 1.4em;
    font-weight: 400;
    text-indent: 22px;
    /*    color: #01254a;*/
    /*background-color: #90c7e8;*/
    color: #01254a;
    /* color:#0d77b6 !important;*/
}

.HomeBoxContent {
    width: auto;
    padding: 5px 0 7px 0px;
    margin: 0 7px 10px 7px;
    overflow-y: hidden !important;
    overflow-x: hidden;
}


.SDLogGridView {
    border: solid 1px #CCCCCC;
    width: 100%;
}

    .SDLogGridView td {
        padding-left: 20px;
        padding-bottom: 4px;
        /*font-size: large;*/
    }

.SDPrettyGridView {
    border: solid 0.2px #f2f0f0;
    width: 100%;
    table-layout: auto;
}

    .SDPrettyGridView td {
        /*padding-left: 3px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-top: 2px;*/
        padding: 5px
    }
    /*#5D7B9D;#F7F6F3*/
    .SDPrettyGridView tr th {
        color: #01254a;
        background: white;
        font-weight: bold;
        border-bottom: solid 0px #CCCCCC;
        border-left: solid 0px #CCCCCC;
        /*        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 4px;
        padding-top: 4px;*/
        padding: 5px;
        text-align: left;
    }

.lp-btn {
    background-color: #eff2f9 !important;
    border: 1px solid #29447E;
    font-size: 15px;
    font-weight: normal;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    /*  padding-left: 18px;
    padding-right: 10px;*/
}

    .lp-btn:hover {
        border-top-color: #54451d;
        background-color: #96d1f8 !important;
    }

.PanelWithScroll {
}

.custom-select {
    border-radius: 4px;
    padding: 1px;
}

/*Version  3*/
.dropdownMenu {
    position: absolute;
    /*display: inline-block;*/
    z-index: 3;
    /*right: 0.4em;relative*/
}

    .dropdownMenu a:hover {
        background-color: #f1f1f1
    }

.dropdownMenu-content a {
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 300;
    color: #0d77b6; /*#01254a;*/
    background-color: #f9f9f9;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/*------------------*/
.simpleBorder {
    border: solid 1px #CCCCCC;
    /* width: 60%;*/
    padding: 10px;
    margin-bottom: 10px;
    overflow-x: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: white;
    border-radius: 8px;
    font-size: 17px;
    font-family:sans-serif;
}

.blueHeader{
   /* margin-right: 20px;*/
    border: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    border-radius: 8px;
    color: white;
    background-color: #005db9;
    padding: 10px;
    font-family: sans-serif;
    text-align:center;
}
/*#005db9

*/
.btnBlue {
    background-color: #005db9 !important;
    font-size: 15px;
    padding: 4px;
    font-weight: normal;
    border-radius: 4px;
    color: white;
    font-family: sans-serif;
    /*  #62a0fe    border: 1px solid #29447E;
        box-shadow: rgba(0,0,0,1) 0 1px 0;
     padding-left: 18px;
    padding-right: 10px;*/
}

.btnGray {
    background-color: #6c757d !important;
    font-size: 15px;
    padding: 4px;
    font-weight: normal;
    border-radius: 4px;
    color: white;
    font-family: sans-serif;
}

.separatorLine {
    border-top: solid 1px #CCCCCC;
}


/*.showLeft {
    background-color: #fff !important;*/
/*  border: 1px solid #0d77b6 !important;*/
/*text-shadow: none !important;
    color: #01254a !important;*/
/* padding: 10px;*/
/*}

.icons li {
    background: none repeat scroll 0 0 #0d77b6;
    height: 7px;
    width: 7px;
    line-height: 0;
    list-style: none outside none;
    margin-right: 15px;
    margin-top: 3px;
    vertical-align: top;
    border-radius: 50%;
    pointer-events: none;
}

.btn-left {
    left: 0.4em;
}

.btn-right {
    right: 0.4em;
}

.btn-left, .btn-right {
    position: absolute;
    top: 0.24em;
}*/

/*.dropbtn {*/
/* background-color: #4CAF50;*/
/*    position: fixed;*/
/*color: #01254a;
    font-size: 30px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {*/
/*background-color: #3e8e41;*/
/*}*/


