/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Toggle Styles */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    height: 100%;
}
#wrapper.toggled {
    padding-left: 420px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 420px;
    width: 0;
    height: 100%;
    margin-left: -420px;
    overflow-x: hidden;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 420px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -420px;
}
/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 50px;
    width: 370px;
    margin: 0 30px;
    padding: 0 20px 0 0;
    list-style: none;
}
.sidebar-nav li {
    margin-left: 20px !important;
}
.sidebar-nav li a {
    text-decoration: underline;
    color: lightgrey;
}
.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: underline;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#wrapper {
    padding-left: 420px;
}
#wrapper.toggled {
    padding-left: 30px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 30px;
}
#page-content-wrapper {
    padding: 19px 0 0 0;
    position: relative;
}
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}
#mode-buttons {
    padding: 30px 0 30px 20px;
}
.settingsLabel {
    color: whitesmoke;
}
.settingsCheckboxLabel {
    color: whitesmoke;
}

#menu-toggle {
    position: absolute;
    right: 5px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}

#sidebar-wrapper-wrapper {
    margin: 0 auto -60px;
    padding: 0 0 60px;
    overflow: hidden;
    margin-bottom: 30px;

}

#sidebar-wrapper {
    width: 420px;

    background: -webkit-linear-gradient(black, #555);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(black, #555);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(black, #555);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, #555);
    /* Standard syntax */
    position: absolute;
}

.sidebar-brand {
    font-weight: bold;
    font-size: 26px !important;
}

.sidebar-version {
    font-size: 12px;
    margin-top: -30px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #999;
}

#mode-buttons {
    width: 200px;
    margin-left: 20px;
    /*display: hidden;*/
}


#phylo label {
    padding-top: -40px;
    color: lightgrey;
    font-weight: 500;
}

#renderButton {
    margin-left: 20px;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

#phylo input[type=file]{
    color:transparent;
}

.dropdown-menu li a{
    /*padding: 1px 0px 1px 0px;*/
}

.alert {
    width: 200px;
    margin-left: 20px;
    line-height: 1.2;
}



#phylo .btn-primary:hover, #phylo .btn-primary:focus, #phylo .btn-primary:active, #phylo .btn-primary.active, #phylo .open > #phylo .dropdown-toggle.btn-primary {
    background: #33a6cc;
}

#phylo .btn-primary:active, #phylo .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

#phylo .btn-default.active {
    background: linear-gradient(#ddd, #aaa);
    text-shadow: 0 1px 0 #c9c9c9;
    border-color: #dbdbdb;
}

.dropbtn{
   background-color: #2b542c;
   border: none;
   cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
     background-color: #999;
 }

#settingsPanel {
    display: none;

    background: rgb(79,79,79);
    background: -moz-linear-gradient(-45deg,  rgba(79,79,79,1) 0%, rgba(68,68,68,1) 20%, rgba(14,14,14,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 20%,rgba(14,14,14,1) 100%);
    background: linear-gradient(135deg,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 20%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#0e0e0e',GradientType=1 );

    padding: 15px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 50px;

}

.sizeAdjust {
    width: 200px !important;
}

/*#settingsPanel [type=checkbox], b {*/
    /*margin-left: 20px;*/
/*}*/

#phylo input[type=radio] {
    margin-right: 5px;
}

#phylo input[type=checkbox] {
    margin-right: 5px;
}

.noExtraMargin {
    margin-left: 0px !important;
}

.extraMargin {
    margin-left: 20px !important;
}

#autoCollapseButtons {
    width: 200px;
    height: 70px;
}

.collapseElem {
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    color: whitesmoke;
    text-align: center;
    width: 40px;
    display: inline-block;


}

.singleIn {
    margin-top: 4px;
}

.newickIn {
    width: 100%;
    margin-top: 4px;
    height: 200px;
    line-height: 20px;
    padding: 4px;
    border-radius: 4px;

}

#newickInputs p {
    color: white;
    margin-top: 10px;
    margin-bottom: -10px;
}

#newickInputs b {
    margin: 0px;
    color: #999;
}

#newickInputs {
    min-height: 260px;
}

.exampleBtn {
    display: block;
}

.compareIn {
    width: 200px;
    margin-top: 4px;
    display: none;
}

.exampleBtn a {
    color: #999;
    font-size: 12px;
    margin: 0px;
}

.smallText {
    margin-top: -40px;
    width: 170px;
    margin-left: 40px;
    line-height: 14px;
    text-align: left;
}

.footer {
    position: fixed;
    text-align: center;
    bottom: 0;
}

::-webkit-input-placeholder { /* WebKit; Blink; Edge */
    color:    rgba(37, 36, 45, 0.57);
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgba(37, 36, 45, 0.57);
    opacity:  0.6;
    font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19 */
    color:    rgba(37, 36, 45, 0.57);
    opacity:  0.6;
    font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    rgba(37, 36, 45, 0.57);
    font-style: italic;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: rgba(37, 36, 45, 0.57);
    font-style: italic;
}

/*--end sidebar and general styles----------------------------------------------*/


#placeholder {
    padding-top: 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    /*input: focus: -webkit-input-placeholder { color:transparent; };*/
    background: -webkit-linear-gradient(#ddd, #aaa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ddd, #aaa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ddd, #aaa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ddd, #aaa);
    /* Standard syntax */
}

#placeholder p {
    width: 200px;
}
