﻿body {
    color: #000;
}

.btn {
    /* background-color: #3366FF; */
    /* color: #fff; */
    /* border: none; */
    border-radius: 5px;
}
/* .btn:hover { */
/* background-color: #114cff; */
/* color: #fff; */
/* } */
.btn-warning {
    background: #F2994A !important;
}

    .btn-warning:hover {
        background: #ff8d28 !important;
    }

.btn-success {
    background: #27AE60 !important;
}

    .btn-success:hover {
        background: #18924b !important;
    }

.bg-login-image {
    background: url(/images/truk-login.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.btn-login {
    margin: 5px 0 10px 0;
    width: 100% !important;
    height: 48px !important;
}

.logo-image {
    height: 40px;
    margin-bottom: 30px;
}

.section-header {
    overflow: hidden;
    position: relative;
    width: 120%;
    height: 500px;
    left: -40px;
}

.img-header {
    margin-top: -800px;
}

.text-header {
    position: absolute;
    top: 100px;
    left: 135px;
}

.card-order {
    margin-top: -150px;
    border-radius: 15px;
    box-shadow: 2px 20px 15px 2px #3333;
}

.label-order {
    margin-bottom: 25px;
}

.button-track {
    margin-top: -37.2px;
    float: right;
}

.container-job-order {
    padding: 20px 100px 20px 100px;
}

.card-job-order {
    border-radius: 0;
}

#card-job-order {
    padding: 15px 0 15px 100px;
    min-height: 90px;
    border-top: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
}

.title-job-order {
    font-size: 8px;
}

.decript-job-order {
    font-size: 10px;
}

.header-job-order {
    font-size: 12px;
    font-weight: bold;
}

.icon-job-order {
    background-color: #3366FF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 15px;
    margin-right: 30px;
}

.card-header {
    border: none;
}

.card-company {
    padding: 30px;
}

.check-box {
    height: 60px;
    padding: 20px;
    margin-left: -20px;
}

.company-order {
    width: 200px;
}

.btn-nego {
    background-color: #fff;
    color: #3366FF;
    border: 2px solid #3366FF;
    height: 29px;
    padding: 0;
    width: 50px;
}

    .btn-nego:hover {
        background-color: #3366FF;
        color: #fff;
    }

.btn-nego2 {
    background-color: #fff;
    color: #000;
    border: 2px solid #87e93b;
    height: 29px;
    padding: 0;
    width: 50px;
}

    .btn-nego2:hover {
        background-color: #87e93b;
        color: #fff;
    }

#header-booking {
    height: 200px;
    margin-left: -30px;
    margin-right: -30px;
    top: 96px;
    background: linear-gradient(rgba(51, 102, 255, 0.75), rgba(51, 102, 255, 0.75)), url(/images/container.jpg);
    background-size: cover;
    background-position-y: center;
    padding: 73px;
}

.booking-order {
    background-color: #fff;
}

.title-details {
    margin-top: -18px;
    font-size: 12px;
}

.text-details {
    font-size: 10px;
}
#sidepanel2 {
    float: left;
    width: 30%;
    height: 100%;
    background: #fff;
    color: #000;
    overflow: hidden;
    position: relative;
}
#sidepanel2 #search2 {
    margin: 3px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 300;
}

#sidepanel2 #search2 label {
    position: absolute;
    margin: 10px 0 0 20px;
    color: #000;
}

#sidepanel2 #search2 input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    padding: 10px 0 10px 46px;
    width: 100%;
    border: none;
    background: #f5f5f5;
    color: #000;
}

#sidepanel2 #search2 input:focus {
    outline: none;
    background: #f5f5f5;
}

#sidepanel2 #search2 input::-webkit-input-placeholder {
    color: #000;
}

#sidepanel2 #search2 input::-moz-placeholder {
    color: #000;
}

#sidepanel2 #search2 input:-ms-input-placeholder {
    color: #000;
}

#sidepanel2 #search2 input:-moz-placeholder {
    color: #000;
}

#sidepanel2 #search2 {
    margin: 3px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 300;
}

#sidepanel2 #search2 label {
    position: absolute;
    margin: 10px 0 0 20px;
    color: #000;
}

#sidepanel2 #search2 input{
    font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
    padding: 10px 0 10px 46px;
    width: 100%;
    border: none;
    background: #f5f5f5;
    color: #000;
}

#sidepanel2 #search2 input:focus{
    outline: none;
    background: #f5f5f5;
}

#sidepanel2 #search2 input::-webkit-input-placeholder {
    color: #000;
}

#sidepanel2 #search2 input::-moz-placeholder {
    color: #000;
}

#sidepanel2 #search2 input:-ms-input-placeholder {
    color: #000;
}

#sidepanel2 #search2 input:-moz-placeholder {
    color: #000;
}
#sidepanel2 #contacts2 {
    height: 465px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    #sidepanel2 #contacts2::-webkit-scrollbar {
        width: 8px;
        background: #f7f7f7;
    }

    #sidepanel2 #contacts2::-webkit-scrollbar-thumb {
        background-color: #efefef;
    }

    #sidepanel2 #contacts2 ul {
        list-style: none;
        padding: 0px;
    }

        #sidepanel2 #contacts2 ul li a#chat {
            color: inherit;
            text-decoration: none;
        }

            #sidepanel2 #contacts2 ul li a#chat:hover {
                text-decoration: none;
            }

            #sidepanel2 #contacts2 ul li a#chat:link {
                text-decoration: none;
            }

            #sidepanel2 #contacts2 ul li a#chat:visited {
                text-decoration: none;
            }

            #sidepanel2 #contacts2 ul li a#chat:active {
                text-decoration: none;
            }

        #sidepanel2 #contacts2 ul li.contact {
            position: relative;
            padding: 10px 0 15px 0;
            font-size: 0.9em;
            cursor: pointer;
        }

        #sidepanel2 #contacts2 ul li.contact {
            position: relative;
            padding: 10px 0 15px 0;
            font-size: 0.9em;
            cursor: pointer;
        }

            #sidepanel2 #contacts2 ul li.contact:hover {
                background: #f5f5f5;
            }

            #sidepanel2 #contacts2 ul li.contact.active {
                background: #f5f5f5;
                border-right: 5px solid #efefef;
            }

            #sidepanel2 #contacts2 ul li.contact:nth-last-child(1) {
                margin-bottom: 40px;
            }

            #sidepanel2 #contacts2 ul li.contact a.wrap {
                text-decoration: none;
                color: #f5f5f5;
            }

            #sidepanel2 #contacts2 ul li.contact .wrap {
                width: 88%;
                margin: 0 auto;
                position: relative;
            }

                #sidepanel2 #contacts2 ul li.contact .wrap span {
                    position: absolute;
                    left: 0;
                    margin: -2px 0 0 -2px;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    border: 2px solid #2c3e50;
                    background: #f5f5f5;
                }

                #sidepanel2 #contacts2 ul li.contact .wrap img {
                    width: 40px;
                    border-radius: 50%;
                    float: left;
                    margin-right: 10px;
                }

                #sidepanel2 #contacts2 ul li.contact .wrap .meta {
                    padding: 5px 0 0 0;
                }

                    #sidepanel2 #contacts2 ul li.contact .wrap .meta .name {
                        font-weight: 600;
                    }

                    #sidepanel2 #contacts2 ul li.contact .wrap .meta .preview {
                        margin: 5px 0 0 0;
                        padding: 0 0 1px;
                        font-weight: 400;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -moz-transition: 1s all ease;
                        -o-transition: 1s all ease;
                        -webkit-transition: 1s all ease;
                        transition: 1s all ease;
                    }

                        #sidepanel2 #contacts2 ul li.contact .wrap .meta .preview span {
                            position: initial;
                            border-radius: initial;
                            background: none;
                            border: none;
                            padding: 0 2px 0 0;
                            margin: 0 0 0 1px;
                            opacity: .5;
                        }

#sidepanel2 #bottom-bar2 {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    #sidepanel2 #bottom-bar2 button {
        float: left;
        border: none;
        width: 100%;
        padding: 10px 0;
        background: #ff1f33;
        color: #fff;
        cursor: pointer;
        font-size: 0.85em;
        font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    }

        #sidepanel2 #bottom-bar2 button:focus {
            outline: none;
        }

        #sidepanel2 #bottom-bar2 button:nth-child(1) {
            border-right: 1px solid #2c3e50;
        }

        #sidepanel2 #bottom-bar2 button:hover {
            background: #f74353;
        }

        #sidepanel2 #bottom-bar2 button i {
            margin-right: 3px;
            font-size: 1em;
        }

/*sidepanel*/
#sidepanel {
    float: left;
    width: 30%;
    height: 100%;
    background: #fff;
    color: #000;
    overflow: hidden;
    position: relative;
}

#sidepanel #search {
    margin: 3px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 300;
}

#sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 20px;
    color: #000;
}

#sidepanel #search input{
    font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
    padding: 10px 0 10px 46px;
    width: 100%;
    border: none;
    background: #f5f5f5;
    color: #000;
}

#sidepanel #search input:focus{
    outline: none;
    background: #f5f5f5;
}

#sidepanel #search input::-webkit-input-placeholder {
    color: #000;
}

#sidepanel #search input::-moz-placeholder {
    color: #000;
}

#sidepanel #search input:-ms-input-placeholder {
    color: #000;
}

#sidepanel #search input:-moz-placeholder {
    color: #000;
}
#sidepanel #contacts{
    height: 465px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #f7f7f7;
}

#sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

#sidepanel #contacts ul{
    list-style: none;
    padding: 0px;
}

#sidepanel #contacts ul li a#chat{
    color:inherit;
    text-decoration:none;
}
#sidepanel #contacts ul li a#chat:hover{
    text-decoration:none;
}
#sidepanel #contacts ul li a#chat:link{
    text-decoration:none;
}
#sidepanel #contacts ul li a#chat:visited{
    text-decoration:none;
}
#sidepanel #contacts ul li a#chat:active{
    text-decoration:none;
}
#sidepanel #contacts ul li.contact{
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
}

#sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 10px 0;
    font-size: 0.9em;
    cursor: pointer;
}
#sidepanel #contacts ul li.contact:hover {
    background: #f5f5f5;
}

#sidepanel #contacts ul li.contact.active {
    background: #f5f5f5;
    border-right: 5px solid #efefef;
}

#sidepanel #contacts ul li.contact:nth-last-child(1){
    margin-bottom: 40px;
}

#sidepanel #contacts ul li.contact a.wrap{
    text-decoration: none;
    color: #f5f5f5;
}

#sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
}

#sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #f5f5f5;
}

#sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

#sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
}

#sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
}

#sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

#sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
    opacity: .5;
}

#sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    #sidepanel #bottom-bar button {
        float: left;
        border: none;
        width: 100%;
        padding: 10px 0;
        background: #0637c3;
        color: #fff;
        cursor: pointer;
        font-size: 0.85em;
        font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    }

#sidepanel #bottom-bar button:focus {
    outline: none;
}

#sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #2c3e50;
}

        #sidepanel #bottom-bar button:hover {
            background: #0e49f3;
        }

#sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

.content{
    float: right;
    width: 70%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
}

.content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px;
}

.content .contact-profile p {
    float: left;
}

.content .contact-profile .social-media {
    float: right;
}

.content .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer;
}

.content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 20px;
}

.content .contact-profile .social-media i:hover {
    color: #435f7a;
}

.content .messages {
    height: auto;
    min-height: 440px;
    max-height: 440px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

.content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

    .content .messages ul li {
        display: inline-block;
        clear: both;
        float: left;
/*        margin: 15px 15px 5px 15px;*/
        margin:0px;
        width: calc(100% - 25px);
        font-size: 0.9em;
    }

.content .messages ul li span i{
    cursor: pointer;
}

.content .messages ul li:nth-last-child(1) {
    margin-bottom: 40px;
}

.content .messages ul li.sent img {
    margin: 6px 8px 0 0;
}

        .content .messages ul li.sent p {
            background: #ff8d28;
            color: #fff;
        }

.content .messages ul li.replies img {
    float: right;
    margin: 6px 0 0 8px;
}

        .content .messages ul li.replies p {
            background: #64e600;
            float: right;
            color: black
        }

.content .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: left;
}

.content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
    max-width: 405px;
    line-height: 130%;
}

.content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.content .message-input .wrap {
    position: relative;
}

.content .message-input .wrap input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    float: left;
    border: none;
    width: calc(100% - 90px);
    padding: 11px 32px 10px 8px;
    font-size: 1em;
    color: #000;
}

.content .message-input .wrap input:focus {
    outline: none;
}

.content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}

.content .message-input .wrap .attachment:hover {
    opacity: 1;
}

    .content .message-input .wrap button {
        float: right;
        border: none;
        width: 50px;
        padding: 12px 0;
        cursor: pointer;
        background: #aab6b7;
        color: #000;
    }

.content .message-input .wrap button:hover {
    background: #95a5a6;
}

.content .message-input .wrap button:focus {
    outline: none;
}