body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/*#left-div {
    width: 100px;
    float: left;
    background-color: #fcc;
}

#middle-div {
    margin-left: 100px;
    margin-right: 100px;
    background-color: #cfc;
}

#right-div {
    width: 100px;
    float: right;
    background-color: #ccf;
}*/

#images-container {
    position: absolute;
    top: 20px;
    width: 100%;
}

#logo-container {
    float: left;
    width: 206px;
    display: block;
}


#stema {
    height: 72px;
    float: right;
    margin-right: 60px;
    margin-top: 10px;
    width: 80px;
    display: block;
}

#institutie {
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    display: block;
    margin-left: 206px;
    margin-right: 140px;
    background-image: url('../img/old-site/bg_header.jpg');
    margin-top: -13px;
    height: 85px;
}

#institutie-text {
    margin-top: -15px;
    font-size: 20px;
}

#waves-container {
    background-repeat: repeat-x;
    margin-top: 25px;
    /*border: 1px solid red;*/
    display: block;
}

#waves {
}

.centered {
    display: table;
    margin: 0 auto;
}

#logo {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    margin-left: 60px;
}

#headerContainer {
    top: 130px;
    position: absolute;
}
/*google maps area*/

#autocomplete-container {
    margin-top: -20px;
    margin-bottom: 20px;
    float: right;
}

#autocomplete-hint {
    margin-top: 20px;
    margin-right: 20px;
    float: left;
}

.autocomplete-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    margin-right: 15px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    float: left;
}

    .autocomplete-input:focus, .autocomplete-input:-moz-focus-inner, .autocomplete-input:-moz-focus-inner {
        border-color: #4d90fe;
    }


.pac-container {
    font-family: Roboto;
    display: block !important;
    visibility: visible;
}

.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/*end google maps area*/

.marker-preview {
    margin-left: 10px;
    width: 48px;
}

.margin-top-05 {
    margin-top: 0.5em;
}

.margin-top-10 {
    margin-top: 1.0em;
}

.margin-top-15 {
    margin-top: 1.5em;
}

.margin-top-20 {
    margin-top: 2.0em;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-25 {
    margin-top: 2.5em;
}

.margin-top-30 {
    margin-top: 3.0em;
}

#main-container {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    min-height: 500px;
    margin-top: 150px;
}

#map-canvas {
}

.userSize {
    height: 500px;
}

.adminSize {
    height: 500px;
}

.controller .table-hover > tbody > tr:hover > td, #registrationRequestsController .table-hover > tbody > tr:hover > th {
    background-color: #FFEC8B;
}

/*Contracts*/

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tree ul {
        margin-left: 1em;
        position: relative;
    }

        .tree ul ul {
            margin-left: .5em;
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

/*end contracts*/

.no-padding {
    padding: 0;
}

/*infowindow*/
.infobox-wrapper {
    display: none;
    padding: 10px;
}

#infobox {
    border: 2px solid black;
    margin-top: 8px;
    background: #333;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: .5em 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 -1px #000000;
    -webkit-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
    border: 1px solid red;
    z-index: 999999;
}

.row-in-absolute {
    margin-left: 5px;
}

.btn-segment-options {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

#btn-remove-segment {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

#btn-parallel-segment {
    bottom: -20px;
    position: absolute;
    right: 10px;
}

/*end infowindow*/

#segmentOptionsDialog, #segmentOptionsTabs, #markerOptionsDialog, #markerOptionsTabs {
    display: none;
}


.margin-top-05 {
    margin-top: 0.5em;
}

.margin-top-10 {
    margin-top: 1.0em;
}

.margin-top-15 {
    margin-top: 1.5em;
}

.margin-top-20 {
    margin-top: 2.0em;
}

.margin-top-25 {
    margin-top: 2.5em;
}

.margin-top-30 {
    margin-top: 3.0em;
}

.margin-bottom-05 {
    margin-bottom: 0.5em;
}

.margin-bottom-10 {
    margin-bottom: 1.0em;
}

.margin-bottom-15 {
    margin-bottom: 1.5em;
}

.margin-bottom-20 {
    margin-bottom: 2.0em;
}

.margin-bottom-25 {
    margin-bottom: 2.5em;
}

.margin-bottom-30 {
    margin-bottom: 3.0em;
}

#segmentsTableContainer {
    height: 420px;
    clear: both;
}

#command-container {
    float: left;
    margin-left: 0;
    clear: both;
}

    #command-container input {
        float: left;
        margin-right: 25px;
    }

#street-hint {
    clear: both;
}

/*funkyradio css*/

@import('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css') .funkyradio div

{
    clear: both;
    /*margin: 0 50px;*/
    overflow: hidden;
}

.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

/*end funkyradio css*/

#formEditProjectLabel, #formCreateProjectLabel {
    position: relative;
}

    #formEditProjectLabel .farbtastic, #formCreateProjectLabel .farbtastic {
        position: absolute;
        top: 2px;
        right: 2px;
        top: -100px;
    }

.breadcrumb {
    margin-top: 20px;
}

#tabsContainer .nav-tabs li a {
    border: 1px solid #337ab7;
    border-bottom-width: 0;
}

#tabsContainer #profil, #tabsContainer #parola, #tabsContainer #roluri {
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}


#toast-container > div {
    width: 600px !important;
}

/*Author: Kosmom.ru*/ .loading, .loading > td, .loading > th, .nav li.loading.active > a, .pagination li.loading, .pagination > li.active.loading > a, .pager > li.loading > a {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
    animation: 2s linear 0s normal none infinite progress-bar-stripes;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
}

.btn.btn-default.loading, input[type="text"].loading, select.loading, textarea.loading, .well.loading, .list-group-item.loading, .pagination > li.active.loading > a, .pager > li.loading > a {
    background-image: linear-gradient(45deg, rgba(235, 235, 235, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(235, 235, 235, 0.15) 50%, rgba(235, 235, 235, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

#projectLabelRadioGroupContainer {
    margin: 10px 0;
}

    #projectLabelRadioGroupContainer label {
        margin-left: 15px;
    }


.projectLabelLegendEntry {
    /*border: 1px solid red;*/
    float: left;
    width: 300px;
}

#overviewHeading {
    margin-left: 15px;
}

#toogleLegend {
    margin-top: -30px;
    margin-bottom: 20px;
    margin-right: 15px;
}


#homeHeading {
    margin-left: -15px;
}

#legendContainer {
    background-color: #9acfea;
    display: none;
}

#searchContainer {
}

    #searchContainer label {
        line-height: 34px;
    }

    #searchContainer > input {
        margin-left: 20px !important;
    }

#term {
    padding-left: 20px;
    height: 34px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    color: black;
}