﻿.project-subnav .left-content {
}

.list-ul {
    font-size: 21px;
    position: relative;
    margin-right: 20px;
    top: 10px;
}

.list-th {
    position: relative;
    top: 10px;
    margin-right: 30px;
    font-size: 20px;
}

.sortby-text {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 45px;
    font-size: 17px;
}

    .sortby-text span {
        padding-left: 5px;
        font-size: 14px;
    }

.create-model {
    position: relative;
    font-size: 13px !important;
    /*//top: 3px;*/
}

.three-d-tool {
    position: relative;
    top: 10px;
    font-size:18px;
}

    .three-d-tool i.fa {
        font-size:20px;
            vertical-align: top;
    }

    .three-d-tool span {
        margin-left:15px;
            vertical-align: top;
    }

    .three-d-tool .sep {
        display:inline-block;
        position:relative;
        top:-5px;
        height:32px;
        border-left:1px solid #E2D7D7;
    }

.onoffswitch {
    display: inline-block;
    width:54px;
    margin-right:5px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-label {
    position: relative;
    border-radius: 15px;
    width: 54px;
    height: 24px;
    background-color: #6ab8df;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label:before {
    content: "";cursor: pointer;
    display: block; width: 18px; height: 18px;
    background: #FFFFFF;
    position: absolute; top: 3px; bottom: 0;
    right: 31px;
    border-radius: 30px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #42A5F5;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #42A5F5;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 3px;
}


@media (max-width: 767px) {
    .sortby-text,.list-th  {
        margin-right:10px;
    }

    .add-model-text {
        display:none;
    }
}
