body {
    width : 100%;
    height : 100%;
    margin : 0;
    padding : 0;
    overflow:hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#angular-view-container {
    width : 100%;
    height : 100%;
    margin : 0;
    padding : 0;
}

.cursorPointer {
    cursor:pointer;
}

/*---------------Main Page-----------------*/
.header {
    height: 84px;
    border-bottom: solid 1px #e7e7e7;
    background-color: #333;
}

#header-right-container {
    position: fixed;
    top: 0;
    right: 0;
    height: 83px;
    width: 900px;
    color: #bbb;
}

#header-right-container .header-tab-titles{
    float: right;
    cursor: pointer;
}

#header-right-container .header-tab-title{
    display: inline-block;
    width: 150px;
    padding: 10px;
    background-color: #404040;
    text-align: center;

    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#header-right-container .selected{
    background-color: #555;
}

.header-tab-container{
    clear: right;
    float: right;
    background-color: #555;
    height: 44px;

    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;

    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;

}

.header-tab-container .title{
    height: 44px;
    line-height:44px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}

#header-right-container i{
    padding-left: 10px;
}

#account-container {
    position:absolute;
    height: 84px;
    right:0;
    top:0;
    padding-right:10px;
    color :  #e7e7e7;
}

#header-right-klink {
    display:inline-block;
    height:84px;
    width:50px;
    padding-right:10px;
    padding-left:10px;
}

#header-right-klink img {
    margin-top: 12px;
    height:60px;
    width:auto;
}

.main-div {
    position: absolute;
    top: 85px;
    bottom: 0px;
    width:100%;
}

.map-menu-container {
    position: absolute;
    top: 0px;
    left:0px;
    bottom: 0px;
    width :100%;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}


#map {
    position: absolute;
    background-color: #808080;
    width:100%;
    top: 0px;
    bottom: 0px;
}

/*----------- Panel Left -------------*/
.side-panel-left {
    position: absolute;
    background-color: #333;
    top: 0px;
    left:-300px;
    bottom: 0px;
    width:300px;
    overflow: hidden;
}

.side-panel-left-scrollable{
    height: calc(100% + 17px);
    width: 317px;
    overflow: scroll;
}


.panel-left-open {
    left : 300px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#panel-left-expand{
    position : fixed;
    top:50%;
    z-index: 10000;
    padding : 10px;
    color : #fff;
    background-color:  #333;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#map-search-form {
    position: relative;
    top: 18px;
    left : 50px;
    width:350px;
    background-color:white;
    border:1px solid grey;
    -webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.24);
}

.tool-bar{
    z-index: 10000;
}

.tool-bar .tools-cointainer{
    position: absolute;
    left: 420px;
    top: 19px;
}

.tool-bar .btn{
    background-color: white;
    border: solid 1px black;
    padding: 8px;

    -webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.24);
}

.tool-bar .red{
    color: white;
    background-color: #a50000;
    border: solid 1px white;
    padding: 8px;

    -webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.24);
}

#map-search-form input {
    width:300px;
    height:30px;
    padding-left:10px;
    border:none;
    border-right:1px solid grey;

}

#map-search-form button{
    height:30px;
    background-color:white;
    border:none;
}

#map-search-form button:hover{
    height:30px;
    background-color:white;
    border:none;
    color : cornflowerblue;
}

#map-search-form button:focus{
    height:30px;
    background-color:white;
    border:none;
    outline: 0;
}

/*----------- Panel Right -------------*/

.side-panel-right {
    position: absolute;
    /* background-color: #333;*/
    z-index:1;
    top: 0px;
    right:-250px;
    bottom: 0px;
    width:286px;
    overflow:auto;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#panel-right-expand{
    display : inline-block;
    position : fixed;
    width:16px;
    height:auto;
    top:50%;
    padding : 10px;
    color : #fff;
    background-color:  #333;
    float:left;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#panel-right-content {
    position: absolute;
    float:left;
    width : 250px;
    right:0;
    background-color: #333;
    bottom: 0px;
    top: 0px;
}

.layer-title {
    background-color : rgba(0,0,0,0.4);
    color:#fff;
    padding:5px;
    width:auto;
    position: relative;
    z-index:1;
    top: 22px;
    left:0px;
}

#layer-container {
    padding-left:10px;
    padding-right:10px;
    width:calc(100% - 20px);
    height : 120px;
    overflow: hidden;
}

.side-panel-right img{
    width : 100%;
}

.panel-right-open {
    right : 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    list-style: none;
    padding:10px 0px 0px 0px;
}

.side-panel-left label {
    padding: 5px 0px 5px 25px;
    list-style-type: none;
    cursor:pointer;
}

.btn-liens:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.btn-liens {
    text-decoration: none;
    color: #aaa;
}

.btn-liens img{
    width: 30px;
    height: auto;
    padding: 5px;
    margin-right: 10px;
    vertical-align: middle
}

/********************Style Menu********************/
.side-panel-left label{
    display: block;
    text-decoration: none;
    color: #aaa;        /*couleur non selectionné*/
}

.side-panel-left .categoryLogo {   /*couleur icone font awesome*/
    color: #fff;
}

.selectedFilter span{ /*couleur text font awesome*/
    color: #fff;
}

.selectedFilter {
    font-weight: bold;
}


.side-panel-left label input[type='checkbox']{
    display:none;
}

.side-panel-left label:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.category-menu-parent {
    color: #eeeeee;
    background-color: #555;
    margin-top: 2px;
    margin-bottom: 2px;
}


.category-menu-parent .clickable{
    display: inline-block;
    cursor:pointer;
    width: calc(100% - 40px);
}

.category-menu-parent span{
    padding: 10px ;
    vertical-align: middle
}

.category-menu-parent  input[type='checkbox']{
    display: inline-block;
}

.category-menu-parent img  {
    height: 20px;
    width: auto;
    padding: 10px;
    vertical-align: middle
}



.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #eeeeee;
}

.sidebar-nav > .sidebar-brand a:hover {

    color: #fff;
    background: none;
}

.categoryLogo{
    font: normal normal normal 25px/1 FontAwesome;
    text-rendering: auto;
    display:inline-block;
    -webkit-font-smoothing: antialiased;
    font-size:25px;
    margin-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    text-indent: 0px;
    width: 40px;
    text-align: center;
}

.iconColor{
    border: 1px solid #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: inset 0px 0px 10px 0px #444;
    -webkit-box-shadow: inset 0px 0px 10px 0px #444;
    -o-box-shadow: inset 0px 0px 10px 0px #444;
    box-shadow: inset 0px 0px 10px 0px #444;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#444, Direction=NaN, Strength=10);
}

/*-- POI modal---*/
.modal-title{
    font-size: 30px;
    width: 75%;
    padding: 10px;
    text-align: center;
    display: inline-block;
}

#modal-icon{
    font-size: 50px;
    padding: 15px;
    color:#ddd;
    display: inline-block;
}

.modal-tabs{
    display: table;
    margin: 0 auto;
}

/* ================ CAVASIN =====================*/
.modal-tabs-title{
    transition: none;
    display: inline-block;
    padding: 10px 0px;
    width: 150px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #d3d3d3;
    cursor: pointer;
    font-weight: bold;
    color: white;
    border-right: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-top: 1px solid transparent;
}

.one-tab {
    position: relative;
    display: inline-block;
}

.corner-tabs
{
    transition: none;
    position: absolute;
    z-index: 666;
    height: 100%;
    /*filter: invert(17%);*/
    width: 46px;
    top: 0;
}


.corner-tabs-right
{
    right: -30%;
    background: url(../Images/tab-right.png) no-repeat;
    background-size: auto 100%;
}

.corner-tabs-left
{
    left: -30%;
    background: url(../Images/tab-left.png) no-repeat;
    background-size: auto 100%;
}

.corner-tab-selected
{
    z-index: 670;
    transition: .0s;
    filter: invert(0%);
}

/* ==============================================*/


.modal-tabs-title-content{
    display: inline-block;
    vertical-align: middle;
}

.modal-tab-selected{
    transition: .5s;
    background-color: #fff;
    color: grey;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.tab-selected
{
    transition: .5s;
    z-index: 669;
    /*margin: -1px auto;*/
    transform: translateY(1px);
}



/* ================ CAVASIN =====================*/
.tabs-content-container{
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 25px;
    background: #fff;
    border-top: 1px solid #999;
}

.tab-no-border {
    border: none!important;
}

/* ==============================================*/

/*------------- Modale -----------*/
#quit {
    position : absolute;
    right : 0;
    top : 0;
    margin-right:10px;
}

.modal-tools {
    padding-top:15px;
    padding-left:15px;
    width:15px;
    height:auto;
    cursor: pointer;
}

.panoramap-modal {
    z-index : 10000;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-color: rgba(0,0,0,0.5);
    overflow : auto;
    padding : 20px;
}

.panoramap-modal-container {
    position:relative;
    width :  1000px;
    background-color: white;
    min-height : 200px;

    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;

    /*padding-top:10px;
    padding-bottom:10px;*/
}

.panoramap-modal-header {
    position:absolute;
    top:-40px;
    width:100%;
    height : 40px;
    background-color: #888888;

    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    

}

.panoramap-modal-footer-button {
    /*padding : 10px;*/
    height: 60px;
    position: relative;
    margin: 15px;
}



/* =================== MODIFICATION CAVASIN Florian =========================*/

.button-cancel {
    display: table;
    background: #e74c3c;
    border-top-left-radius: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 10px;
    position: absolute;
    width: 230px;
    height: 30px;
    transition: 0.4s;
    left: 30px;
    top: 0;
}

.button-cancel-confirm {
    background: #e67e22;
}

.button-cancel-canceled {
    background: #27ae60;
}

.button-cancel .button-cancel-text{
    font-weight: bold;
    color: white;
    display: table-cell;
    text-align: center;
    width: 190px;
    height: 30px;
    vertical-align: middle;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0px);
    opacity: 1;
    position: absolute;
    top: 6px;
    left: 33px;
}

.button-cancel .button-cancel-icon {
    width: 29px;
    height: 25px;
    display: table-cell;
    background: url(../Images/button-delete-icon.png);
    background-size: 100% auto;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transition: 0.4s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.button-cancel .button-cancel-text-confirm-first,.button-cancel .button-cancel-text-canceled-first{
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
    opacity: 0;
    color: transparent;
}

.button-cancel .button-cancel-text-confirm, .button-cancel .button-cancel-text-canceled{
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
    opacity: 0;
}

.button-cancel .button-cancel-text-confirm-second, .button-cancel .button-cancel-text-canceled-second{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.button-cancel .button-cancel-icon-confirm {
    background-position: 0px -31px;
}

.button-cancel .button-cancel-icon-canceled {
    background-position: 0px -57px;
}

.button-send {
    display: table;
    background: #27ae60;
    border-top-left-radius: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 10px;
    position: absolute;
    width: 230px;
    height: 30px;
    transition: 0.4s;
    right: 35px;
    top: 0;
}

.button-send .button-send-text{
    font-weight: bold;
    color: white;
    display: table-cell;
    text-align: center;
    width: 200px;
    height: 30px;
    vertical-align: middle;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0px);
    opacity: 1;
    position: absolute;
    top: 6px;
    left: 28px;
}

.button-send .button-send-icon {
    width: 29px;
    height: 25px;
    display: table-cell;
    background: url(../Images/button-delete-icon.png);
    background-size: 100% auto;
    background-position: 0px -57px;
    background-repeat: no-repeat;
    transition: 0.4s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


/* ==========================================================================*/

/*-----------------Fiche CNAM--------------------*/

.multiple-select-container select {
    display: block;
}

.multiple-select-container button {
   margin-left: 10px;
}

.multiple-select-container .last {
    display: inline;
}


/* ======================== MODIFICTAION CAVASIN 21/04/2017 ================== */

.panoramap-modal-content {
    width:100%;
    background: #f9f9f9;
    padding-top: 10px;
}

.panoramap-modal-footer {
    position: absolute;
    width:100%;
    height:50px;
    bottom : -50px;
    background-color : white;

    vertical-align : middle;

    border-top : solid 1px #ddd;

    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

    background: #f9f9f9;
}

.fiche-block { 
    margin: 15 0 10 0;
    padding: 0 50px;
   /*display: table;*/
    border-collapse: separate;
    border-spacing: 5px 2px;
}
.fiche-block-user{
    padding: 0 50px;
    display: table;
    border-collapse: separate;
    border-spacing: 5px 2px;
    height:500px;
}
.imgtitle {
    display:block;
    width: 400px;
    margin: 10px auto;
}
.fiche-block-title {
    font-size: 18px;
    margin: 20px 10px;
    border-bottom: 1px solid #bfbfbf;
    width: auto;
    padding-bottom: 3px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.fiche-line {
    margin: 15px 0px;
    position: relative;
    display: table-row;
}
.fiche-noline {
    margin: 15px 0px;
    position: relative;
}

.fiche-field-title, .fiche-field-value {
    margin: 15px 0px;
    font-size: 14px;
}

.fiche-field-value {
    display: inline;
}

.fiche-field-title {
    margin: 15px 0px ;
    font-weight: bold;
    /*display: table-cell;*/

}

.multiple-select-container {
    margin: 15px 50px 5px 54px;
}

panoramap-color-grade {
    display: table-cell;
    vertical-align: middle;
    margin: 0px 1px;

}

panoramap-color-grade-picker{
    display: inline-flex;
    vertical-align: middle;
}

input[type="text"],input[type="date"],input[type="number"],.textarea680 {
    border: 1px solid #bababa;
    border-radius: 4px;
    padding: 1px 0 1px 5px;
    transition: 0.3s;
}

.textarea680 {
    transition: 0s;
}

input[type="text"]:focus,input[type="date"]:focus,input[type="number"]:focus {
    box-shadow: 0 0 3px 0 orange !important;
    border-color: orange !important;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgb(162, 162, 162);
    border-radius: 2px;
    cursor: pointer;
    background-image: url("../Images/arrow_dropdownlist.png");
    background-position: 96% center;
    background-size: 13px auto;
    background-repeat: no-repeat;
    width: 100%;
}

.textarea680
{
    max-width: 680px;
    min-width: 680px;
    min-height: 80px;
}

.plusButton {
    position: absolute;
    width: 23px;
    border-radius: 50%;
    /*border: 1px solid #2aa42b;*/
    border: none;
    height: 23px;
    bottom: -1px;
    background: #2aa42b;
    color: white;
    font-size: 10px;
}

.plusButton:active {
    box-shadow: inset 1px 0 4px 0px black;
}

.errorMessage
{
    font-size: 12px;
    font-style: italic;
    color: red;
}

/*============================================================================== */

#cnamfiche {
    /*padding: 10px;
    width: 700px;
    /*margin-left:auto;
    margin-right:auto;*/
    min-height: 100px;
}



@charset "utf-8";
.titre {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #006;
    font-variant: normal;
    letter-spacing: 3px;
    position: static;
    left: 22px;
    top: auto;
    width: 700px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: auto;
    padding: 10px;
}
.stexte {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: lighter;
    text-transform: none;
    color: #006;
    font-variant: normal;
    letter-spacing: 1px;
    position: static;
    left: 22px;
    top: auto;
    width: auto;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: auto;
    padding: 0px;
}

.sstitreB {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    text-transform: none;
    color: #006;
    font-variant: normal;
    letter-spacing: 2px;
    position: static;
    left: 22px;
    top: auto;
    width: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: auto;
    padding: 0px;
}
.sstitreBred {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    text-transform: none;
    color: #C00;
    font-variant: normal;
    letter-spacing: 2px;
    position: static;
    left: 22px;
    top: auto;
    width: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: auto;
    padding: 0px;
}

.sstitre {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    text-transform: none;
    color: #006;
    font-variant: normal;
    letter-spacing: 1px;
    position: static;
    left: 22px;
    top: auto;
    width: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: auto;
    padding: 0px;
}

.box {
    margin-top:10px;
    width: 700px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding: 10px;
    color: #009;
}



.photo {
    padding: 10px;
    height: auto;
    width: 700px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}


/*----Add Link ToolTip-----*/

.tooltip{
    position:fixed;
    overflow:hidden;
    opacity: 1;
    color : #eeeeee;
    background-color:#444 ;
    padding: 5px;
}

/*------Login View-----*/

.login-background {
    position : absolute;
    top:0;
    bottom:0;
    width:100%;
    background-color:#333;
}

.login-main-container {
   width : 300px;
   height: 250px;
   position: absolute;
   top:0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color : #eee;

   margin: auto;
}

.login-main-container form {
    width:100%;
    text-align:center;
}

.login-main-container form input {
    margin: 15px;
    width:200px;
    height : 40px;
    
    text-align: center;

}

#login-title {
    padding :10px;
    font-size : 25px;
    text-align: center;
    width: calc(100%-20px);
}

.login-main-container form button {
    height : 50px;
    width:100%;
    background-color:#FF6600;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    text-decoration:none;
    border: none;

    position:absolute;
    bottom:0;
    left:0;
}

.login-main-container form button:hover {
    background-color:#FF8533;
}

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

/*-----Custom Leaflet popup for over on Poi-----*/
.panoramap-over-popup .leaflet-popup-close-button {
    display:none;
}

/*--------------panoramap color grade directive-------------*/
.panoramap-colorgrade{
    /*display: inline-block;*/
    width: 15px;
    height: 15px;
    background-color: red;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    margin: 0 2px;
}

.background-green{
    background-color: #009900;
}

.background-yellow{
    background-color: #ffcc00;
}

.background-grey{
    background-color: #aaa;
}

/*--------------panoramap grade picker directive-------------*/
.grade-selected{
    /*border: 2px solid #f00;*/
    box-shadow: inset 0 0 2px 2px #f00,0 0 1px 0px #f00;
   /* -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.7);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.7);*/
}

/*-----------display Projet Ressources-----------*/
.display-ressources .title {
    color: #ccc;
    font-size: 28px;
    text-align: center;
    font-weight: normal;
}

.light-grey-title{
    color: #ccc;
    font-size: 28px;
    text-align: center;
    font-weight: normal;
}

.display-ressources .ressources-display-container {
    padding: 5px;
}

.display-ressources .ressource-icon {
    color: #888;
}

.ressource-display{
    padding: 10px;
    /*border-bottom: solid 1px #ccc;*/
}

.ressource-display-column {
    display: inline-block;
    width: 24%;
    text-align: center;
    vertical-align: middle;
}




/*******ADVANCED SEARCH*****/

[ng-click]{
    cursor:pointer;
}

.advanced-search{
    padding: 10px;
    padding-left: 20px;
    text-align: center;
}

.advanced-search .filter{
    width: 100%;
}

.advanced-search .fa-trash-o{
    padding-left: 10px;
}

.advanced-search .column{
    display: inline-block;
    width: 30%;
    padding: 10px  0px 10px 0px;
    margin: 0;
}

.advanced-search .bottom-container{
    padding: 10px 0 0 0;
}

.advanced-search select{
   width: 100%;
}

.advanced-search select  {
    height: 20px;
}

.advanced-search .select-input{
    width: 100%;
    padding: 0;
}

.advanced-search .other-input{
    width: 100%;
    padding: 0;
    height: 16px;
}

.advanced-search .btn{
    width: 100%;
}

.advanced-search .btn button{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/**** ADRESS SEARCH ****/
.panoramap-address-search{
    height: 250px;
    width: 100%;
}

.panoramap-address-search .container{
    text-align: center;
}

#panoramap-address-select {
    display: inline-block;
}

#panoramap-address-select .angucomplete-dropdown
{
    width: 500px;
}

#panoramap-address-select input {
    width: 500px;
}

/*-------selection list------*/
.selection-delete
{
    position: absolute;
    right: 50px;
}

.selection-title{
    display: inline-block;
}

.selection-container{
    text-align: center;
    width: 100%;

    padding-top:10px;
    padding-bottom:10px;

    border-bottom: 1px solid #ccc;
}

.form-error-messages{
    color: red;
    font-size: 12px;
}

.gantt-row-milestone {
    font-weight: bold;
    vertical-align: middle;
    color: white;
}

/*-------add selection ------*/
.add-selection-container{
    text-align: center;
}

.add-selection-container input {
    width: 250px;
}

/*-------profile ------*/

.manage-profile{
    padding: 10px;
    font-size: 13px;
}

.manage-profile .prop-value{
    display: inline-block;
    font-weight: bold;
}

.manage-profile .prop-label{
    display: inline-block;
    width: 150px;
    left: 50px;
}

.manage-profile .row{
    width: 100%;
    padding: 15px 0 15px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top:-1px;
}

.manage-profile .actions{
    padding-top: 20px;
}

.manage-profile img {
    float: left;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 10px;
    background-color: white;
}

.manage-profile .align-box {
    width: 50%;
    position: relative;
    left: 120px;
}

.manage-profile-container .action-icons{
    position: absolute;
    right: 0px;
    color: #aaa;
}

.manage-profile-container .action-icons i {
    padding: 10px;
}

.obj-container .objective{
    display: inline-block;
    width: 32.9%;
    text-align: center;
}

/*-------profile > add user------*/

.add-user-form .fiche-field-title{
    display: inline-block;
    width: 150px;
    height: 800px;
} 

.add-user-form .field{
    height: 35px;
}

/*-------profile > password------*/

.edit-password-form .fiche-field-title{
    display: inline-block;
    width: 200px;
} 

.edit-password-form .field{
    height: 35px;
}

/*-------organisme contacts------*/
.contacts-view-content .bottom-container{
    text-align: center;
    padding: 15px;
}

.personne-list{
    padding-bottom: 10px;
}

#panoramap-personne-select{
    display: inline-block;
}

.add-contact{
    text-align: center;
    height: 150px;
}


/*-------PersonneTemplate------*/

.panoramap-personne{
    display: block;
}


.panoramap-personne{
    width: calc(100%-30px);
    padding: 15px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top:-1px;
}

.panoramap-personne .col{
    display: inline-block;
    width: 19%;
    overflow: auto;
    text-align: center;
}

.panoramap-personne .data
{
    display: inline-block;
    font-size: 12px;
}

.panoramap-personne .tools
{
    display: inline-block;
    text-align: center;
    width: 19%;
}

.panoramap-personne i
{
    padding: 10px;
}

/*------add contact ----*/

.add-contact-form{
    padding: 15px;
}

.add-contact-form .fiche-field-title{
    display: inline-block;
    width: 150px;
}

.add-contact-form .field{
    height: 35px;
}

/*-------DASHBOARD------*/

.dashboard .gage{
    display: inline-block;
    width: 32.9%;
}

.gage-container{
    display: inline-block;
    width: 80%;
    margin-left: 10%;
}

.dashboard .col{
    padding: 20px 0 20px 0;
    display: inline-table;
    width: 49%;
}

.dashboard  .label{
    display: inline-block;
    width: 250px;
}

.dashboard .stat{
    display: inline-block;
    padding-left: 60px;
}

.dashboard .value{
    display: inline-block;
    font-weight: bold;
}

.dashboard #line{
    padding-top: 20px;
    height: 300px;
}

/*--LOADING---*/
.panoramap-loading {
    z-index : 10000;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-color: rgba(0,0,0,0.0);
    cursor: wait;
}