/* Xnet v2 css rev2*/

* {
    box-sizing: border-box;
}

.ui-widget-content a {
    color: red;
}

body{
    font-family:Arial,sans-serif;
    font-size: 13px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}
.menu {
    float:left;
    width:15%;
    text-align:left;
    min-width: 150px;
}
.main {
    float:left;
    width:73%;
    padding:0 10px;
}
.main h3{
    text-decoration: underline;
}
.right {
    background-color: #fcfcfc;
    float: left;
    width: 12%;

    padding-top: 40px;
    padding-left: 8px;

    text-align:left;
    overflow: auto;
}

.loginInfo {
    text-align: right;
    vertical-align: middle;
    font-size: larger;
    font-family:Arial,Helvetica,sans-serif;
    padding-top: 16px;
    float: right;
}
.column3 {
    float: left;
    width: 33.33%;
    padding: 10px;
}
.column2{
    float: left;
    width: 50%;
    padding: 10px;

}
.column4{
    float: left;
    width: 25%;
    padding: 10px;
}
.column5{
    float: left;
    width: 20%;
    padding: 10px;
}
.column6{
    float: left;
    width: 16.666%;
    padding: 10px;
}
.column10{
    float: left;
    width: 10%;
    padding: 10px;
}

/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-50 {
    float: left;
    width: 50%;
    margin-top: 6px;
}

.col-40 {
    float: right;
    width:40%;
    /*width: 50%;*/
    margin-top: 6px;
    margin-right: 10%;
}

.imgfloatright{
    float: right;
}

/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Alert messages */
.info , .success , .warning , .error_box , .attention  {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position:10px center;
}

.notice{
    border: 1px solid;
    margin: 10px 4px;
    padding:4px 4px 4px 4px;
}

.info  {
    background-color: #eeeeee;
}

.attention  {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/Xnet/images/arrow.png');
}

.success  {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/Xnet/images/success.png');
}
.warning  {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/Xnet/images/warning.png');
}

.error_box  {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/Xnet/images/error.png');

}

.error{
    color: red;
    background-color: #FFBABA;
    display: block;
    /*background-image: url('/Xnet/images/error.png');*/
}
a {
    color:#ED1B2E;
    text-decoration:none;
    outline:none;
}
a:hover {
    text-decoration:underline;
}

h1 a{
    color: #000000;
}

/* Tables */
table{
    padding: 8px;
}

td{
    padding: 4px;
}

th {
    background-color: #ddd;
    padding: 8px;
}


/* Form elements */
input[type=text], select, input[type=password], input[type=file], input[type=email]{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

.inputFormat{
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

input[type=radio],input[type=checkbox]{
    -webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
    border:4px solid #ccc;
    border-top-color:#bbb;
    border-left-color:#bbb;
    background:#fff;
    width:25px;
    height:25px;
    border-radius:50%;
}

input[type=radio]:checked{
    border:12px solid #ed1b2e;
}

/* Style the label to display next to the inputs */
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit],[type=button],[type=reset] {
    background-color: #ed1b2e;
    border-color: #ed1b2e;
    color: white;
    font-size: larger;
    cursor: pointer;
    padding: 14px 40px;
    border-radius: 4px;
}
option{
    padding: 4px;
}

.buttonSmall{
    background-color: #ed1b2e;
    border-color: #ed1b2e;
    color: white;
    font-size: larger;
    cursor: pointer;
    padding: 7px 20px !important;
}

.buttonSmaller{
    background-color: #ed1b2e;
    border-color: #ed1b2e;
    color: white;
    font-size: larger;
    cursor: pointer;
    padding: 3px 12px !important;
}

.menuburger{
    display: none;
}



.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    padding: 4px 0px 0px 0px;
    min-height: 140px;
}

.cardSmall {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    padding: 4px 4px 4px 4px;

}



.card h1, .card h2, .card h3,.card h4, .card h5{
    text-align: center;
}

.card h3 a{
    color: #ED1B2E;
}

.card h4{
    color: #D8000C;
    font-size: large;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.cardhead{
    min-height: 70px;
}

.cardcontainer {
    padding: 4px 8px;
    min-height: 160px;
}

.topLogo{
    display: none;
}

.redPointer{
    cursor: pointer;
    color: red;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\27a3";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

li.active{
    color: #ED1B2E;
}

.error{
    border: 1px solid red;
    padding: 12px;
    border-radius: 4px;
}

.footer{
    background-color: #D1D3D4 ;
    height: 50px;
    color: black;
    text-align: center;
    position: relative;
    width: 100%;
    left: 0;
}
.footer a{
    color: black;
}


/* Responsive layout - stack columns and div elements */
@media screen and (max-width: 620px) {
    .column3,.column2,.column4,.column5,.column10, .menu, .main, .right,.col-25, .col-75, .col-50, .col-40, .column6{
        width: 100%;
    }

    .col-40{
        float: none;
        width:40%;
        /*width: 50%;*/
        margin-top: 0px;
        margin-right: 0%;
    }

    .imgfloatright{
        position: relative;
        float: left;
    }

    .loginInfo{
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
    }
    .menudisplay{
        display: none;
    }
    .menuburger{
        display: inline;
        cursor: pointer;
        float: right;
    }
    .card{
        width: 100%
    }

    ul.breadcrumb li {
        display: block;
        font-size: 18px;
    }

    ul.breadcrumb li:before {
        padding: 8px;
        color: black;
        content: "\27a3";
    }

    .footer{
        height: 70px;
    }

}

@media print{
    .menu{
        display: none;
    }
    .main {
        float:left;
        width:100%;
        padding:0 20px;
    }
    .topLogo{
        display: block;
    }

    .noprint{
        display: none;
    }
}


/*------------------------------------------------------------------------------*/
/* Animation */
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}


/* Hotspot */
#hotspotImg {
    /*background-color: #ffffff;*/
    background-size: cover;
    background-position: center center;
    position: relative;
}
#hotspotImg .img-responsive {
    max-width: 100%;
}

#hotspotImg .hot-spot {
    position: absolute;
    width: 200px;
    height: 200px;
    max-height: 15%;
    max-width: 15%;
    top: 5px;
    left: 5px;
    text-align: center;
    /*background-color: rgba(0, 47, 93, 0.6);*/
    /*color: #fff;*/

    cursor: pointer;
    transition: all .3s ease;

}


#hotspotImg .hot-spot .circle {
    display: block;
    position: absolute;
    /*background-color: #ffffff;*/
    top: 45%;
    left: 45%;
    opacity: 0;

    width: 4em;
    height: 4em;
    margin: -1em auto auto -1em;
    -webkit-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
    border-radius: 50%;
    border: 5px solid #fffff;

    -webkit-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite;

}

#hotspotImg .hot-spot .tooltip {
    background-color: rgba(0, 47, 93, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    display: none;
    font-size: 14px;
    opacity: 1.0;
    left: 0px;
    padding: 15px 5px;
    position: absolute;
    text-align: left;
    top: 30px;
    width: 450px;
    z-index: 999;
}

#hotspotImg .hot-spot .tooltip .img-row {
    padding: 10px;
    text-align: center;
}

#hotspotImg .hot-spot .tooltip .text-row {
    padding: 15px;
    background-color: white;

}

#hotspotImg .hot-spot .tooltip h4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

#hotspotImg .hot-spot .tooltip p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
#hotspotImg .hot-spot .tooltip p:last-child {
    margin-bottom: 0;
}

.dataTables_length{
    padding-left: 20px;
}

.dt-buttons{
    padding-top: 20px;
}
.dataTables_filter{
    padding-top: 10px;
}
.fg-button{
    padding: 4px;
}