html{
    height:100%;
}
body {
    background: #000;
    /*background: url('../img/body-bg.gif') center 200px repeat-x #000;*/
    font-family: sans-serif!important;
    height:100%;
    overflow: hidden;
}

.newLayoutBodyColor{
	color: #f5fafc;
}
.error-mail{
    background-color: #be4b49;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(139, 3, 0, .75), 0 1px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-weight: bold;
}

.home.loggedOff{
    overflow:auto;
}

#wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
  button, input, optgroup, select, textarea{
        color : #000000;
    }

ol li{
    text-align: left;
}

.cc-docs-sidebar{
    position: relative;
    top:60px;
    border: 1px solid #ccc;
    padding:8px;
    border-radius: 5px;
}

form ul{
    margin:0;
    padding:0;
    
}
.layout-links{
    bottom:20px !important;
}
.info-panel{
    font-size: 11px;
    position:absolute;
    z-index:99;
    background: #000;
    color:#fff;
    bottom:30px;
    right:10px;
    padding:0 10px 0 0;
}
.service-links{
    background:#000;
    padding:8px 10px;
    display: inline-block;
    margin-right:10px;
}

.service-links a{
    color:#fff;
    text-decoration: underline;
    margin:0 2px;
}

li.alert{
    list-style:none;
    padding:2px 4px;
    margin:5px 0;
    
}



#checkBox .alert{
}

.main{
    padding:0;
    height: 92.2%;
    padding-top:52px;
}

.alert{

}

.newLayoutBrand{
    display:inline-block;
    background: url('../img/logo.png') center no-repeat;
    text-indent: -3000px;
    height:100%;
    width: 80%;
    padding:0 20px!important;
}

.brand{
    display:inline-block;
    background: url('../img/logo.png') center no-repeat;
    text-indent: -3000px;
    height:50px;
    padding:0 20px!important;
    min-width: 90px;
}




.bigLogoTablet{
    top:20%;
    position: absolute;
    z-index: 2;
}

.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

.brand{
    /*width:66px;*/
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
    width:66px;
}

.row-fluid{
    //background: url('../img/body-bg.gif') center 60px repeat-x;
    
}

.action{
    background: #000;
    color:#fff;
}

.action td{
    text-align: right;
}

.action ul{
    margin:0;
    padding:0;
}

.action li{
    display: inline;

}

.action a{ 
   display:inline-block;
   color:#999;
   text-indent: 18px
}

.action a:hover{
    text-decoration: none;
    color:#fff;
}


table.userData td{
    vertical-align: middle;
    
}

.userData th{
    background: #d8f0fa; /* Old browsers */
    background: -moz-linear-gradient(top, #d8f0fa 0%, #d8f0fa 50%, #b8e4f5 50%, #b8e4f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8f0fa), color-stop(50%,#d8f0fa), color-stop(50%,#b8e4f5), color-stop(100%,#b8e4f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d8f0fa 0%,#d8f0fa 50%,#b8e4f5 50%,#b8e4f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d8f0fa 0%,#d8f0fa 50%,#b8e4f5 50%,#b8e4f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d8f0fa 0%,#d8f0fa 50%,#b8e4f5 50%,#b8e4f5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d8f0fa 0%,#d8f0fa 50%,#b8e4f5 50%,#b8e4f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8f0fa', endColorstr='#b8e4f5',GradientType=0 ); /* IE6-9 */
}

.rowStyle1{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 50%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eeeeee 50%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eeeeee 50%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eeeeee 50%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#eeeeee 50%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.rowStyle2{
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e6e6 0%, #e6e6e6 50%, #d7d7d7 50%, #d7d7d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(50%,#e6e6e6), color-stop(50%,#d7d7d7), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e6e6 0%,#e6e6e6 50%,#d7d7d7 50%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6e6e6 0%,#e6e6e6 50%,#d7d7d7 50%,#d7d7d7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6e6e6 0%,#e6e6e6 50%,#d7d7d7 50%,#d7d7d7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6e6e6 0%,#e6e6e6 50%,#d7d7d7 50%,#d7d7d7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
}

.navbar{
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.navbar-inner{
    border-radius: 0;
}

.sidebar{
    /*background: #000;
    height: 130%;
    height: 780px;
    position: absolute;
    z-index: 9999;
    height:100%;*/
}

.sidebar ul{
    margin:0;
    padding: 0;
    list-style: none;
    /*padding:20px 5px;*/
}

.sidebar li{
    margin:5px 0;
}

.sidebar ul a{
    color:#fff;
    font-size: 1.3em;
    display: block;
    text-indent:40px;  
    height:29px;
    padding-top: 4px;
    
}

.sidebar a:hover, .sidebar a.selected{
    color:#b8e4f5;
    text-decoration: none;
    background-position: left -3px;
}

.sidebar .userName{
    background:#b8e4f5;
    padding:4px;
    margin:0;
}

/*CONTENT*/
.contentHeader{
    /*height:80px;
    width:85%;
    float:right;*/
    background:#000;
}


.span10{
    padding-right: 20px;
}

.marksLink{
    background: url('../img/side-icon-marks.gif') left -36px no-repeat;
}

.routesLink{
    background: url('../img/side-icon-routes.gif') left -36px no-repeat;
}

.tracksLink{
   // background: url('../img/side-icon-tracks.gif') left -36px no-repeat;
}

.profileLink{
    background: url('../img/side-icon-profile.gif') left -36px no-repeat;
}

.profileTopPic{
    height: 32px;
}

.profileDropDown{
    background: #333;
    padding:10px;
}

.profileDropDown a{
    color:#fff;
}

.profileDropDown a:hover{
    text-decoration: none;
}

.dropdown .caret{
    margin-top:13px;
}

.edit_input_width{
    /*width:200px;*/
    min-height: 30px;
}

.edit_textarea_width{

}.qtip_content_List {

    margin:0;
    list-style-type:none;
}

.qtip_content_List li {
    padding:1px;
    float:left; /*pour IE*/
    margin: 0 4px;
}

.qtip_content_List li img {
    border: 1px solid transparent;

} 

.qtip_content_List li img:hover {
    cursor: pointer;
    border: 1px solid  #B8E4F5;
	background-color: #B8E4F5;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px

} 

.mark_icon_qtype{
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    max-width: 800px;
    border-color: #000;
}

.qtip_content_List li div:hover, .qtip_content_List li div.selectedStroke{
    cursor: pointer;
    border: 1px solid  #000;

} 
.qtip_content_List li div {
    border: 1px solid transparent;

}

.nameAnddescriptionRoute input {
    width: 215px;
}

.nameAnddescriptionRoute textArea {
    width: 215px;
    height: 105px;
}


 input.text,textarea.text { margin-bottom:12px; width:95%; padding: .4em; }
select.text {  width:98%;  }
.ui-dialog .ui-state-error { padding: .3em; }
 
 .errorStyle{
	font-size: 11px;
 	color: red;
 }

 
/*button,.button {
    background: url("/css/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png") repeat scroll 50% 50% #333333;
    border: 1px solid #333333;
    color: #FFFFFF;
    font-weight: bold;
	padding: 5px;
}

button:hover,.button:hover {
	background: url("/css/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png") repeat scroll 50% 50% #333333;
}*/


/* Apply these styles only when #preview-pane has
   been placed within the Jcrop widget */
.jcrop-holder #preview-pane {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 70px;
  right: -330px;
  padding: 6px;
  border: 1px rgba(0,0,0,.4) solid;
  background-color: white;

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

  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
#preview-pane .preview-container {
  width: 299px;
  height: 282px;
  overflow: hidden;
}

.uploadPhoto,  input[type="image"]{
    width:150px;
}

#upload_photo .profileTopPic{
    height:110px!important;
    width:110px!important;
}

.ui-dialog .ui-dialog-content.ui-dialog-spinner{
    background: url("/img/loading.gif") no-repeat scroll 5px 0px transparent;
	background-color:white;
    padding: 30px 0 0px 70px;
    border: 2px solid #DDDDDD;
    font-weight: 900;
    line-height: 1em;
    font-size: 1.1em;
    color: #737373;
}

.sectionTitle{
	margin-top: 0;
	padding: 0;
	color: #ffffff;
	padding-left: 20px;
	
}



#nameAndDescptionFolder{
    overflow: hidden;
}

div.sectionTitle{
	color: #ffffff;
	font-size: 24.5px;
	padding: 0px;
	
}

.splitView{
    margin:0!important;
}



#fileupload{
	width: 129px;
        height: 30px;
		display:none;
}.tracksCount{
    font-size: 1.3em;
    height: 29px;
    padding-top: 4px;
    text-indent: 40px;
    float: left; 
    color: #FFF;
}
.deleteTrack{
    padding-left: 20px;
    padding-top: 5px;
    color: #FFF; 
    float: left;
}
.editInMap{
    cursor: pointer;
    /*padding:2px 10px; */
}

.showMarkInFolder{
   margin-left: 10px;
}

/*TABLES*/
.saveRouteInMap{
    
    padding-left: 10px;
    cursor: pointer;
    font-size: 1.4em;
}
.saveRouteInMap a{
    color: #FFF;
}

/*HOME*/

.superContainer{
   position: absolute;
   z-index: 2;
   top:10%;

}

.homePage .fill{
   /* position: relative;*/
    overflow: hidden;
    //height: 800px;
}

.HomeFirstDiv{
    //top:850px;
    margin-top:405px;
    z-index: 99;
    position: absolute;
    min-height: 350px;
    overflow: hidden;
    width:100%; 
    
}

.HomeFirstContent{
    background: #000;
    opacity: 0.8;    
    color:#fff;
    text-align: center;
    padding:2em 0;

}

.HomeFirstContent p{
    font-size: 1.3em;
}

.HomeBlueContent {
    font-size: 1.3em;
    background: #009EFF;
    color:#fff;
    padding:2em 0;
}

.HomeBlueContent .container{

}

.HomeBlackContent{
    font-size: 1.3em;
    background: #2e2e2e;
    color:#fff;
    padding:2em 0; 
}

.homePage #footer{
    position: relative;
    z-index: 5;
    background: #000;
    width:100%;
    font-size: 0.8em;
    text-align: center;
    margin-top:-14px;
    padding-top:10px;    
}

.siteTitle{
    padding:1%;
    color:#000;
    text-shadow: 1px 1px 5px #000;
}

.siteTitle h3{
    color:#fff;
    text-transform: uppercase;
}

.siteTitleBrand{
    background: url('../img/logo-big.png') no-repeat;
}

.signUpform{
    position: absolute;
    -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
    color:#fff; 
    background-color: #000; 
    top:60px;
    padding:15px;
    z-index: 1;
}

.signUpform h1{
    margin-top:0;
}

.signUpform form {
  
}

.signUpform fieldset{

}

.signUpform input{
    width: 91%;
}

.signUpform input[type="checkbox"], .signUpform input[name="submit"] {
    width:auto;
}

.signUpform input[type="submit"]{

}




#loginForm{
    padding-top:8px;
    margin-bottom: 2px;
    
}

#loginForm input{
    margin:0 4px;
}

#loginForm label{
    color:#fff;
}


/*scrollbar*/
.slimScrollBar{
    background:#fff!important;
    border-radius:5px!important;
    width:7px!important;
    right:0.005%!important;
    opacity:0.7!important;
}

.olFramedCloudPopupContent{
    width:100%!important;
    height:100%!important;
    max-width:250px;
}

.choose_route_color{
    border: 1px solid  #000;
}
.selected_route_color ,.choose_route_color:hover{
    cursor: pointer;
    border: 1px solid  #FFF;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px
}


/*.homePage .refresh {
    background-color: #000000;
    border-radius: 5px;
    bottom: 3.5%;
    box-shadow: 0 1px 6px #808080;
    left: 0.8%;
    min-height: 68px;
    position: absolute;
    width: 250px;
    z-index: 10000;
    opacity: 0.8;
}*/
.refresh {
    background-color: #000000;
    min-height: 68px;
    width: 250px;
    
}




.refresh_button {
    cursor: pointer;
    margin-right: 5px;
}
.refresh_text {
   /* color: #FFFFFF;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin: 6px 10px;
    min-height: 48px;
    text-align: left;
    width: 205px;*/
}
/*POPUPS*/
.modal-content{
    border-radius:0;
    background-color: #e6e6e6;
}

.modal-header{
    background-color: #ff9100;
    color:#fff;
    text-align: center;
}
.btn-request{
    background-color: #000;
    color: #fff;
}
.btn-cancel{
    background-color: transparent;
    color:#000;
    border-color: #000; 
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.HomeActions{
    position: absolute;
    z-index: 9993333;
    top:50px;
    right:100px;
}

.title_legend{
    color: #FFF;
    font-size:11px;
    margin: 0px;
    padding: 0px;
    border: 0;
    line-height: auto;
    width: auto;
}
.loading_div{
  /*  text-align: center;
    width: 205px;
    display: none;
    float: left;
	color:#fff;*/
    //min-height: 48px;
    //padding: 6px 10px;
    //line-height: 48px;
}


.div_absolute_position{
	position: absolute;
	z-index: 1000;
	background: transparent;
}

#footer{
    position: relative;
    z-index: 5;
    background: #000;
    width:100%;
    font-size: 0.8em;
    text-align: center;
    /*margin-top:-14px;
    padding-top:10px;
    height:50px;*/
}

#footer p{
    margin:0;
}



.addRouteActions{
    text-align: right;
}

.stopAddMarks,.saveNewWayPoints,.cancelAddNewPoints{
    display: none;
    width: auto;
}

.addNewMarkCursor{
    cursor:  pointer;
    cursor:  url(/img/folders/icons/addMark.png) 2 2, pointer;
}
.addNewWayPointsOption{
    display: none;
}.stepsToAddWayPoints{
    display: none;
    padding: 10px 0px 10px 0px;
    color: #FFF;
}

.displayingInfoDialog{
    float: right;
    color: #FFF;
}

.addMarkUiDialogIcons{
    padding-left: 10px; 
    padding-top: 20px; 
    width: 450px;
}
.app_version{
    padding-top: 10px;
}
@media (max-width:1424px){
    #sidePanel{
       top:8%;

    }
}

@media (max-width: 1350px) {
    #sidePanel{
        top:12%;
    }
    
    #footer{
        position: relative;
        z-index: 5;
        background: #000;
        width:100%;
        font-size: 0.8em;
        text-align: center;
        height: 22px;
    }
    
}


@media (max-width: 1264px) {
    #footer{
        position: relative;
        z-index: 5;
        background: #000;
        width:100%;
        font-size: 0.8em;
        text-align: center;
        height: 22px;
    }
}

@media (max-width: 1008px) and (max-height:655px)  {
    .signUpform{
        width:100%;
        border-radius: 0;
        top:15%;
        height: 78%;
    }
    
    .signUpform #inner-content-div{
        max-height: 430px
    }
    
    .home.loggedOff .refresh{
        display: none!important;
    }
    
    .homePage .refresh{
        left:5%;
        bottom:3.5%;
    }
    
    #sidePanel{
        top: 15%;
    }
    
    .table th, .table td {
        line-height: normal;
    }
    
    table img{
        min-width: 16px;
    }
    
    .editMenu a{
        background: none;
        text-indent: 0;
        padding:0;
        width:auto!important;
    }
    
    #footer{
        margin-top:-33px;
    }

}

@media (max-width: 624px) {
    .brand.pull-left{
        //float:none;
        padding: 0!important;
    }
    
    .signUpform #inner-content-div{
        max-height: 650px;
    }
    
    .home.loggedOff .HomeFirstDiv{
       /* top:auto;
        margin-top: -30px;*/
       margin-top: 80px;
    }
    
    .HomeFirstDiv img.hidden-tablet{
        max-width: 50%;
    }
    
    .signUpform{
        display: none;
    }
    
   
    .folderDesc{
        width:auto;
        padding-right: 2em;
    }
    
    .addMarkUiDialogIcons{
        padding-left: 10px; 
        padding-top: 20px; 
        width: 100%;
    }
    
    
    #signup{
        margin-top: 50px;
        top:0;
    }
    

    
    
}

@media (max-height: 487px){
    
    .signUpform{
        width:100%;
        border-radius: 0;
        top:16%;
        height: 78%;
    }    
    
    .signUpform #inner-content-div{
        max-height: 300px
    }    
    .homePage .refresh{
        left:5%;
        bottom:3.5%;
    }
    #footer{
        margin-top:-35px;
    }
    
}

@media (max-height: 687px){
    .homePage .refresh, .login .refresh, .forgotPassword .refresh{
        left:5%;
        bottom:3.5%;
    }
    
    .signUpform{
        height:auto;
    }
    
    #footer{
        margin-top:-35px;
    }
}

