﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    line-height: 1.428571429;
    color: #333333;
    background-color: #e3e3e3;
    /*background-image: url("../images/Eucasoft_kacheln_transparent.png");*/
}

.LogoImage {
    position: absolute;
    left: 350px;
}
form {
    border: 3px solid #f1f1f1;
    /*background-color: red;*/
    width: 30%;
    /*padding-top:50px;*/
    margin: 100px auto;
}
.navbar-inverse {
    background-color: #153961; /*#2c4c70*/
    border-color: #080808;
}
.chartData {
    margin-top:10px;
    /*height:40%;*/
}
.GridData{
    min-height:40%;

}
.EuCaSoftWrapper {
    max-width: 60%;
    max-height: 80%;
    /*height: 800px;*/ /**/  /*#e3e3e3;*/
    /*background-color:green;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 100px;
    margin-top: 60px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.DataContainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*background-color:red;*/
}

.content-wrapper {
    font-size: 12px;
    max-width: 98%;
    background-color: transparent;
    clear: both;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.ObJPropertyImage {
    font-size: 12px;
    max-width: 40px;
    max-height: 30px;
    background-color: transparent;
    clear: both;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.Table_Content {
    width: 2%;
    float: left;
}

/*.objPropertie{
width:100%;
margin-bottom:15px;
#e7e7e7 #080808 }*/
.OjectProDis {
    float: right;
    margin-bottom: 10px;
    width: 91%;
    /*background-color:#101010;*/
}

.box_wrapper {
    width: 130px;
    height: 60px;
    padding: 0px;
    background-color: transparent;
    border-width: 1px 1px;
    border-color: Gray;
    border-style: solid;
    margin-bottom: 2px;
    overflow: hidden;
    clear: both;
}




/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */




/*.container {
    padding-right: 5px;
    padding-left: 5px;
    /*background-color:red;
}*/

.logincontainer {
    /*padding: 16px;*/
    width: 80%;
    margin-left: 30px;
    padding-bottom: 10px;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
}

.loginbutton {
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] 
{
    max-width: 280px;
}*/
/* ####################### Loader ###################### */

@keyframes bgg {
    0% {
        background: rgba(0, 153, 255, 1);
    }

    50% {
        background: rgba(41, 255, 121, 1);
    }

    100% {
        background: rgba(255, 74, 88, 1);
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    margin: auto;
}

    .loader .circle {
        position: absolute;
        width: 100px;
        height: 100px;
        opacity: 0;
        transform: rotate(225deg);
        animation-iteration-count: infinite;
        animation-name: orbit;
        animation-duration: 5.5s;
    }

     .loader .circle:after 
     {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 9px;
            background: #153961;
            box-shadow: 0 0 9px rgba(255, 255, 255, .7);
     }

        .loader .circle:nth-child(2) {
            animation-delay: 240ms;
        }

        .loader .circle:nth-child(3) {
            animation-delay: 480ms;
        }

        .loader .circle:nth-child(4) {
            animation-delay: 720ms;
        }

        .loader .circle:nth-child(5) {
            animation-delay: 960ms;
        }


@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }

    7% {
        transform: rotate(345deg);
        animation-timing-function: linear;
    }

    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out;
    }

    39% {
        transform: rotate(690deg);
        animation-timing-function: linear;
    }

    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }

    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out;
    }

    76% {
        transform: rotate(945deg);
        opacity: 0;
    }

    100% {
        transform: rotate(945deg);
        opacity: 0;
    }
}

/* ####################### End Loader ###################### */


/*########################################################################################################*/



.EuCaSoftContain {
    max-width: 30%;
    background-color: #eeeeee;
    margin-left: 30%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.EuCaSoftWrapper h1 {
    line-height: 1;
    color: inherit;
}

.EuCaSoftWrapper p {
    line-height: 1.4;
}

.container .EuCaSoftWrapper {
    border-radius: 6px;
}

.bodyimage {
    width: 100%;
    height: auto;
    height: 400px;
    background-image: url("../images/city/paris7.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

/*.navbar {
    background-color: #153961;
    min-height: 60px;
    margin-bottom: 10px;
}*/


/*.TopText {
    margin-top: 20px;
}*/

.btn-default {
    background-color: #25A6E1;
}

.EuCaSoftwrapperRight {
    width: auto;
    float: right;
}

.EuCaSoftwrapperLeft {
    width: auto;
    float: left;
}

/*.RichText {
    font-size: 16px;
    font-family: Verdana;
    padding-top: 2px;
    padding-left: 6px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 160px;
    width: 100%;
}*/

.form-control-short {
    display: block;
    width: 25%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 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 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control-short:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.RButtonList {
    padding-left: 7px;
    margin-right: 7px;
}

.cbn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box_headers {
    width: 100%;
    margin: 0px;
    background-color: black;
    color: white;
    font-size: 11px;
}

.box_content {
    width: 10%;
    height: 40px;
    padding: 0px;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 7px;
    font-size: 13px;
    background-color: transparent;
    font-style: normal;
    font-family: Verdana;
    overflow: no-display;
    vertical-align: middle;
    overflow: hidden;
}



.box {
    width: 100%;
    background-color: transparent;
    /*height:300px;*/
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}





/*#################################### dragandrop zone######################*/
.dropZoneExternal > div,
.dropZoneExternal > img {
    position: absolute;
}

.dropZoneExternal {
    position: relative;
    border: 1px dashed #003F87 !important;
    cursor: pointer;
}

.dropZoneExternal,
.dragZoneText {
    width: 350px;
    height: 350px;
}

.dropZoneText {
    width: 300px;
    height: 150px;
    color: #fff;
    background-color: #888;
}

#dropZone {
    top: 0;
    padding: 100px 25px;
}

.uploadControlDropZone,
.hidden {
    display: none;
}

.dropZoneText,
.dragZoneText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20pt;
}

.dragZoneText {
    color: #808080;
}

.dxucInlineDropZoneSys span {
    color: #fff !important;
    font-size: 10pt;
    font-weight: normal !important;
}

.uploadControlProgressBar {
    width: 350px !important;
}

.validationMessage {
    padding: 0 20px;
    text-align: center;
}

.uploadControl {
    margin-top: 10px;
}

.Note {
    width: 500px;
}

.dragZoneTextMini {
    width: 150px;
    height: 150px;
    font-size: 20pt;
}
/*#############################################end drag############*/

.EuCaSoftAcount {
    /*border: solid 1px black;*/
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    max-height: 400px;
    max-width: 600px;
    margin-left: -300px;
    margin-top: 200px;
    border-radius: 6px;
}

input[type="checkbox"] {
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
    cursor: pointer;
    /*-webkit-appearance: none;*/
}

.col-md-offsetP {
    margin-left: 2.333333333333332%;
}

.controlBorder {
    border-style: solid;
    border-color: #003F87;
}

.circular {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}


@media screen and (Max-width: 480px) {

    .LogoImage {
        position: absolute;
        right: 100px;
    }
    .OjectProDis {
        float: right;
        margin-bottom: 10px;
        width: 100%
    }

    .EuCaSoftWrapper {
        max-width: 96%;
        max-height: 80%;
        margin: auto;
        background-color: #eeeeee;
    }

    .EuCaSoftContain {
        max-width: 96%;
        margin: auto;
    }

    .center_Horizontal {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .center_Popup {
        max-width: 98%;
        margin-left: auto;
        margin-right: auto;
    }

    .menubar {
    }

    .EuCaSoftWrapper {
        max-width: 96%;
        max-height: 100%;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 60px;
        margin-bottom: 10px;
        border-radius: 6px;
    }

    form {
        border: 3px solid #f1f1f1;
        width: 90%;
        margin: 10px auto;
    }

    .body-content {
        padding: 0;
    }

}

/* Responsive: Portrait tablets and up */
@media screen and (Max-width: 768px) {
    /*.jumbotron {
        margin-top: 20px;
    }*/
    .LogoImage {
        position: absolute;
        right: 100px;
    }

    body {
        line-height: 1.428571429;
        color: #333333;
        /*background-color: red;*/
    }

    .menubar {
    }
    .EuCaSoftWrapper {
        max-width: 96%;
        max-height: 96%;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 60px;
        margin-bottom: 10px;
        border-radius: 6px;
    }
    /*.navbar {
        font-size: 30px;
        min-height: 70px;
        margin-bottom: 10px;
    }*/
    form {
        border: 3px solid #f1f1f1;
        width: 60%;
        margin: 10px auto;
    }

    .body-content {
        padding: 0;
    }
}

/*@media all and (Max-width: 300px) {*/
@media screen and (orientation: portrait) {
    /* @media only screen and (max-width: 600px) {*/
    .menubar {
    }
    /*#eeeeee*/
    .EuCaSoftWrapper {
        max-width: 60%;
        /*background-color: #e3e3e3;*/
    }
    .LogoImage {
        position: absolute;
        right: 100px;
    }
    body {
        /*padding-top: 50px;
    padding-bottom: 20px;*/
        line-height: 1.428571429;
        color: #333333;
        /*background-color: yellow;*/
    }

    .EuCaSoftWrapper {
        max-width: 96%;
        max-height: 96%;
        background-color:transparent; 
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 60px;
        margin-bottom: 10px;
        border-radius: 6px;
    }

    form {
        border: 3px solid #f1f1f1;
        width: 90%;
        margin: 10px auto;
    }
}
.number-cell {
        text-align: right;
}