.toolbar {
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    padding: 5px 10px;
    z-index: 1000;
    background-image:-moz-linear-gradient(rgb(61,61,61) 0%,rgb(40,40,40) 100%); 
    background-image:-webkit-gradient(linear,color-stop(0, rgb(61,61,61)),color-stop(1, rgb(40,40,40)));
    background-image:-webkit-linear-gradient(rgb(61,61,61) 0%,rgb(40,40,40) 100%);
    background-image:-o-linear-gradient(rgb(61,61,61) 0%,rgb(40,40,40) 100%);
    background-image:-ms-linear-gradient(rgb(61,61,61) 0%,rgb(40,40,40) 100%);
    background-image:linear-gradient(rgb(61,61,61) 0%,rgb(40,40,40) 100%);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3d3d3d,endColorstr=#ff282828)";
}
#cms-save {
    /*float: left;*/
    margin-top: -5px;
    margin-left: 10px;
    background-color: rgb(20,154,250);
    width: 116px;
    height: 50px;
    border-color: rgb(20,154,250);
    border-width: 1px;

    border-style: solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 120%;
    color: rgb(255,255,255);
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:120%;
}

#toolbar-separator{
    height: 50px;
    border-left: 1px solid;
    border-color: rgba(255,255,255,0.2);
    margin-top: -5px;
    
    margin-left: 18px;
    display: inline-block;
}

#cancel-changes{
    margin-left: 20px;
    text-decoration: none;
    color: rgb(255,255,255);
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    line-height:340%;
    color:rgb(221,221,221);
}

#cms-logout
 {
    float: right;
    margin-top: 14px;
    margin-left: 20px;
    margin-right: 22px;
    background-image: url('../img/logout.png');
    min-width: 16px;
    min-height: 14px;
    background-repeat: no-repeat;
    cursor: pointer;

}


#cms-logo {
    height:36px;
    margin-top:2px;
    float:left;
}

#current-page {
    height:36px;
    position:absolute;
    left:50%;
    top: 0px;
    
}

.page-label {
    margin-top:9px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    line-height:120%;
    color:rgb(222,222,222);
    text-align:left;
    text-shadow:0px -1px 1px rgb(0,0,0);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#ff000000,Positive=true)";zoom:1;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#ff000000,Positive=true);
}

#curr-page-selector {
    min-width: 160px;
    width: auto;
    height: 50px;
    border-radius: 0px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: rgb(222,222,222);
}

.dropdown-menu li {
    display: none;
}

.dropdown-menu li.html {
    display: block;
}

#curr-page-selector:hover {
    
    height: 50px;
    border-radius: 0px;
    border: none;
    background-color: rgb(20,154,250);
    color:rgb(255,255,255);
}

.open{
    border-radius: 0px;
    border: none;
    
    color:rgb(255,255,255) !important;
}

.open #curr-page-selector{
   
    color:rgb(255,255,255) !important;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid rgb(222,222,222);
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
}

#curr-page-selector:hover .arrow-down,
.open .arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid rgb(255,255,255);
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
}

.dropdown-menu > li.selected > a {
color: #262626;
text-decoration: none;
background-color: #F5F5F5;
}

.dropdown {
    width: 300px;
    margin-top: 7px
}

.open > .dropdown-menu {
    min-width: 298px;
    max-height: 350px;
    overflow-y: auto;
}
#page-selector {
   width: 80%;
    padding-bottom: 0px;
    padding-top: 0;
}

#caretBTN {
    float: right;
    height: 36px;
    width: 34px;
}

