.contentHeader{
    width:99%;
    padding:0.5%;
}
#dialog-modal_list_same_marks,
#dialog-modal_folder,
#dialog-modal_route{
    height: 400px;
    overflow-y: auto;
}
.folderContent{
	background-color: #ffffff;
	-webkit-box-shadow:0 1px 3px #222222;
	-moz-box-shadow:0 1px 3px #222222;
	box-shadow:0 1px 3px #222222;
	margin-bottom: 10px;
}

.folderToolBar{
	border-bottom:3px solid #B8E4F5;
        padding:10px;
}

.folderToolBar div:first-child{
	//border-right:2px solid #eee;
}

.folderToolBar div:last-child{
	padding:0px;
}

.folderToolBar div{

}


.folderToolBar form{
	margin: 0;
	padding-top: 5px; 
}

.folderBottomActions{
    padding:1% 0 0 0;
}

.icone{
    margin-right:8px;
}

.deleteItem, .activateItem{
  display:none;
}

.folderCount{
    display:block;
    background: url('../img/folders/folderCount.gif') no-repeat;
    padding-left:60px;
    padding-top: 3px;
    height:40px;
    font-size: 1.2em;
    font-weight: bold;
}

#add_new_folder a, #add_new_route a {
    display:block;
    padding-left:90px;
    height:40px;
    padding-top:3px;
    background: url('../img/folders/folderAdd.gif') no-repeat;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;

}

.folderNav{
  margin:0;
  padding:0;
  list-style: none;
  background: #000;
  padding:10px;
}

.folderNav li, .folderNav h2, .folderNav h1{
  display:inline;
}


.folderElem a.itemName{
  background: url('../img/folders/folderBlack.gif') center no-repeat; 
  width:223px;
  height:190px;
  padding:10px;
  display: block;
}

.folderElem:hover a.itemName {
  background: url('../img/folders/folderBlue.gif') center no-repeat; 
  text-decoration: none;
}

.folderElem:hover .deleteItem {
  display:block;
  cursor: pointer;
  background: url('../img/folders/deleteFolder.gif') center no-repeat;
  width:36px;
  height: 36px;
  position:absolute;
  left:65%;
  top:-3%;
}

.folderElem:hover .activateItem{
  display:block;
  cursor: pointer;
  background: url('../img/folders/activate.png') center no-repeat;
  width:36px;
  height: 36px;
  position:absolute;
  left:65%;
  top:-3%;
}

.folderName{
  display: block;
  margin-top:77%;
  font-size:1.3em;
  color:#000;
}


div.folderList {
  width: 100%;
  background-color:#fff;
  margin: 0 auto;
  overflow: auto;
  min-height: 645px;
}
 
div.folderList ul {
  list-style-type: none;
}
div.folderList li{
  float: left;
  position: relative;
  margin: 10px;
  text-align: center;
} 
div.folderList li img {
  
  
  border: 5px solid #fff;
 
 
}
 
div.folderList li img:hover {
  /*-webkit-box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
  box-shadow: 0px 0px 7px rgba(255,255,255,0.9);*/
}


.folderIcon{
  display: block;
 left: 90px;
  position: absolute;
  top: 70px;
}

div.folderList li .folderIcon img{
  border: 0px ;
}

.itemCount{
  color: #FFFFFF;
  left: 23px;
  position: absolute;
  top: 35px;
  background: url('/img/map/MARK_ICON_06_32.png') no-repeat;
  font-size: 1.3em;
  height: 29px;
  padding-top: 4px;
  text-indent: 40px;
}

.itemCountRoute{
  color: #FFFFFF;
  left: 10px;
  position: absolute;
  top: 35px;
  background: url('/img/map/WP_MAP_ICON.png') no-repeat;
  font-size: 1.5em;
  height: 29px;
  padding-top: 10px;
  text-indent: 50px;
}

#iconFolder{
  cursor:pointer;  
  text-align: center;
}

.track_color{
  
}

table .track_color{
    position:relative;
    top:auto;
    left:auto;
}

.breadcrumb{
    margin:0;
    padding:0;
    background: none;
}

.breadcrumb>li {
    text-shadow: none;
    color:#fff;
    font-size:1.8em;
}

.breadcrumb .pageTitle{
    display: inline;
    color:#AEAEAE;
    text-shadow: none;
    margin:0;
}

.breadcrumb .pageTitle a{
    color:#AEAEAE;
    text-decoration: none;
}

.breadcrumb .pageTitle a:hover{
    color:#fff;
}
  
.folderDesc{
    width:100%;
    color:#fff;
}

.folderDesc form input{
    width:100%!important;
}

#colorAndCountPoints{
    padding-top:1%;
}

.route_color{
    width:28px;
    height:28px;
    border:2px solid #fff;
    cursor:pointer;
    margin:auto;
}

.item_color{
    width:28px;
    height:28px;
    border:2px solid #000;
    cursor:pointer;
    margin:auto;
}

.route_Stroke h4{
    color:#fff;
}

.editstrike{
    background: none;
    width:32px;
    height:26px;
    padding-top:6px;
    border-radius:2px;
    margin:0 3px;
    float: left; 
    text-align: center; 
}

.editstrike:hover, .editstrikeSelected{
    background:#ffffff;
    cursor:pointer;
    color:#000;
}

.editstrike span{
    display:block;
    text-indent:-9000px;
    background: url('../img/folders/strokeIcon.png') no-repeat center;
}

.editstrike#stroke1 span{
    background-position: 5px center;
}

.editstrike#stroke2 span{
    background-position: -29px center;
}

.editstrike#stroke3 span{
    background-position: -66px center;
}

.icone.span4, .icone.span3, .icone.span2{
    text-align: center;
}

.countMark{
    height: auto;
}

.countMark div{
    width:50%;
    margin:auto;
}

.countMark span{
    display: block;
    background: url('../img/folders/WP-icon.png') left center  no-repeat;
    color:#fff;
    font-size: 1.8em;
    padding:15px 0 0 37px;
    
}

.countMark span.markIcon{
    background: url('../img/folders/Mark-icon.png') left center  no-repeat;
    padding-top:10px;
    padding-left:30px;
}

.deleteLinkBig a{
    display: block;
    color:#fff;
    text-indent: 20px;
    background: url('../img/folders/simplexBig.png') left  center no-repeat;
    font-size: 1.4em;
    padding-top:2%;
}

.addMarks a, .addWP a {
    display: block;
    background: url('../img/folders/icons/addMark.png') left center no-repeat;
    color: #fff;
    font-size: 1em;
    padding: 15px 0 0 8px;  
}

.addMarks a:hover, .addWP a:hover, .showArchivedMarks a:hover, .activateRoute a{
    text-decoration: none;
}

.addWP a{
    background: url('../img/folders/icons/addWP.png') left center no-repeat;
}

a.deleteTrack{
    padding:0;
    margin-top:1%;
}

.saveNewWayPoints, .cancelAddNewPoints{
    //font-size: 1.4em;   
    margin: 0 5px
}

.saveNewWayPoints {
    color: #fff;
}

.deleteLinkBig a:hover, .addMarks a:hover, a.deleteTrack:hover, .saveNewWayPoints a:hover, .cancelAddNewPoints a:hover{
    text-decoration: none;
} 


/* DATA TABLES*/

.table-collapse.collapse{
   height: auto;
   overflow: hidden;
}


td .mark_icon{
    text-align: center;
}

td .mark_icon .track_color{ 
border:3px solid #999999;
border-radius:4px;
}

.actionsLink{
    display: block;
    background: url('../img/folders/editIcons.png') left 3px no-repeat; 
    padding:0 0 0 22px;
    height: 18px;
    min-height: 0!important;
    overflow: hidden;
    white-space: nowrap;    
    cursor: pointer;
}

.actionsLink.delete{
    background-position: left -62px ;
}

.actionsLink.showonmap{
    background-position: left -15px ;
}

.actionsLink.movetofolder{
    background-position: left -47px ;

}

.addMarks a, .addWP a, .activateRoute a{
    display: block;
    color:#fff;
    text-indent: 20px;
    font-size: 1.4em;
    padding-top:2%; 
}

#dialog_add_folder{
    height:auto!important;
}
.choose_mark_icon{
    border: 1px solid  #000; 
}
.selected_mark_icon ,.choose_mark_icon:hover{
    cursor: pointer;
    border: 1px solid  #B8E4F5;
    background-color: #B8E4F5;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px
}
.choosed-marks-filters div .remove-filter,
.choosed-routes-filters div .remove-filter,
.choosed-tracks-filters div .remove-filter{
    color: white;
    cursor: pointer;
}
.choosed-marks-filters div,
.choosed-routes-filters div,
.choosed-tracks-filters div{
    border: 1px solid  #66A9D6;
    background-color: #66A9D6;
    margin: 2px;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px
}
.choose_folder_icon{
    border: 1px solid  #000; 
}
.selected_folder_icon ,.choose_folder_icon:hover,
.filter-mark-icon-selected-item ,.filter-mark-icon-item:hover,
.filter-mark-color-selected-item ,.filter-mark-color-item:hover,
.filter-route-color-selected-item ,.filter-route-color-item:hover,
.selected_mark_folder_item ,.mark-folder-item:hover,
.selected_mark_color ,.mark-color-item:hover,
.selected-mark-icon ,.export-choose-mark-icon-item:hover,
.selected-track-color-item, .list-track-color-item:hover{
    cursor: pointer;
    border: 1px solid  #B8E4F5;
    background-color: #B8E4F5;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px
}
.list-route-color-item, .list-mark-color-item, .list-track-color-item{
   padding: 15px;
}
.archivedFolders, .archivedRoutes{
    float: right;
}
.showArchivedMarks a, .showArchivedPoints a, .showArchivedTracks a, .hideArchivedMarks a, .hideArchivedPoints a, .hideArchivedTracks a{
    display: block;
    color: #fff;
    font-size: 1.4em;
    font-style: normal;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 2px;  
}
.hideArchivedTracks{
    display: none;
}

.folders_bar, .row_folders_bar, .div_folder_bar{
    margin: 0;
    border-bottom: 0px;
}
.container_foleders_bar{
    margin-left: 10px;
}

/*@media (max-height: 686px){
    #inner-content-div{
        max-height:430px;
    }
}*/

/*TABS ARCHVIED ROUTES*/

.nav-tabs li a{
    border:1px solid #fff;
    color:#fff;
}

.nav-tabs li a:hover{
    color:#000;
}

@media (min-width: 980px){
 .table-collapse.collapse{
   height: auto!important;
   overflow: hidden!important;
}
}


@media (max-height: 654px){
    #inner-content-div{
        max-height:330px;
    }
}

@media (max-height: 486px){
    #inner-content-div{
        max-height:236px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
        .deleteLinkBig a{
        font-size: 1em;
    }
    
}

@media (max-width: 768px) { 
    
    body{
        padding:0;
        margin:0;
    }

    .nameAnddescriptionRoute, #nameAndDescptionFolder{
        padding:10px;
    }
    
    .slimScrollDiv{
        height:auto!important;
    }
    
    .qtip_content_List li{
        float:none;
        padding:4px 0;
    }
    
    .li_folder_edit img{
    width:80%!important;
    }
    
    #colorAndCountPoints{
        background: #333;
        float:right;
        text-align: center;
    }
    
    #colorAndCountPoints .FolderTools{
        float:left;
        display: inline-block;
        width:auto;
        margin:10px 10px;
        padding:4px;
        font-size: 0.8em;
        height:56px;
    }
    
   #colorAndCountPoints .span3 a{
    padding:0;
    padding-top: 27px;
    text-align: center;
    text-indent: 0;
    background-position: center top;
    }
    
}

@media (max-width: 1008px) {
    .markTable #inner-content-div, .wpTable #inner-content-div, .trackTable #inner-content-div{
       max-height: 350px; 
    }
} 


@media (max-width: 944px) {
    .markTable #inner-content-div, .wpTable #inner-content-div, .trackTable #inner-content-div{
       max-height: 160px; 
    }
}

@media (max-width: 624px) {
    
    body{
        overflow: auto;
    }
    
    #sidePanel{
        top:auto;
        float: none;
        height: auto;
        border-radius: 0;
    }
    .contentHeader{
        padding-top:61px
    }
    .folderBottomActions{
        display: block;
        width: 100%;
        position: absolute;
        z-index: 3;
        background: #333;
        padding: 1em 0!important;
        top:0px;
    }

    .markTable #inner-content-div, .wpTable #inner-content-div, .trackTable #inner-content-div{
        max-height:initial;
    }
    
    .nameAnddescriptionRoute, #nameAndDescptionFolder{
        padding: 0;
    }
    
   
    #colorAndCountPoints{
        display: none;
    }
    
    .folderDesc{
        padding: 0;
    }
    
    
    .table-collapse.collapse{
        height: 0;
        overflow: hidden;
    }    
    
    .FolderTools {
        float:left!important;
        width: auto!important;
        padding:5px;
    }
    
    .ui-dialog {
        width:95%!important;
        padding:2.5%;
    }
    
    .ui-dialog .zend_form{
        width: 100%;
    }
    
    #dialog_add_mark{
        height: auto!important;
        width: 100%;
    }
    
    .edit_folder_name {
        float:left!important;
        width: auto!important;        
    }

    
    #footer{
        position:initial;
        padding: 1em 0;
        height: auto;
        margin:auto;
        width:auto;
    }
    
}
@media (max-height: 944px) {
    .markTable #inner-content-div, .wpTable #inner-content-div, .trackTable #inner-content-div{
       max-height: 448px; 
    }
}

@media (min-height: 568px) and (max-width:320px) {
    .markTable #inner-content-div, .wpTable #inner-content-div, .trackTable #inner-content-div{
       max-height: 340px; 
    }
}





@media (max-height: 687px) {
    .markTable #inner-content-div, .wpTable #inner-content-div, .trackTable #inner-content-div{
       max-height: 340px; 
    }
}


@media (max-height: 517px) {
    .markTable #inner-content-div, .wpTable #inner-content-div, .trackTable #inner-content-div{
       max-height: 190px; 
    }
}

@media (max-height: 487px) {
    .markTable #inner-content-div, .wpTable #inner-content-div, .trackTable #inner-content-div{
       max-height: 160px; 
    }
} 

 