.mobile-menu  {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.mobile-menu > li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.mobile-menu-item{
    padding-top: 40px;
}

.mobile-header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1032;
    width: 100vw;
    height: 30px;
    background-color: #f7f7f7;
}

.mobile-header .navbar-toggle {
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0px 0px;
    margin-top: 0px;
}

.mobile-header .title {
    position: absolute;
    left: 27px;
    top: 0px;
    font-size: 20px;
}
.first-mobile-menu-item-wrapper {
margin: 0;
 background-color: #f0f1f5;
}

.first-mobile-menu-item-wrapper:hover {

 background-color: #e9eaef;
}
.first-mobile-menu-item {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-left: 10px;
    color: #334c7d;
    padding-top: 3px;
    padding-bottom: 6px;
}
.second-mobile-menu-item {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: 0px;
    color: #324d7d;
    padding-top: 3px;
    padding-bottom: 6px;
}
.mobile-row{
    margin-top: 40px;
}
.mobile-row-text{
    text-align: left;
}


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #074646;
}

.allInList-mobile {
    height: 200px;
    width: 100vw;

}
.allInList-mobile ul li{
    list-style: none;
    font-size: 18px;
    color: #4f4f4f;
}
.image-list-tools-mobile{
    font-size: 18px;
    color: #999999;
    margin-bottom: 10px;
    width: 90vw;
    height: 31px;
    border-bottom: solid 1px #DEDEDE;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.image-list-tools-mobile .glyphicon {
 margin-left: 10px;
}
.mobileSearch{
    font-size: 18px;
    max-height: 200px;
    width: 80vw;
}
.customBtn-mob{
    width: 78vw;
    background-color: #e8e8e8;
    margin: 4px;
    margin-left: 1px;
}
.custom-input-input-mob {
    width: 78vw;
    margin-bottom: 5px;
}

