﻿body {
    margin: 0;
    padding: 0;
    background-color: #F1F4F9;
    color: #34495e;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

/* Set padding to keep content from hitting the edges */

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*================= New Update 27-01-2018 ============================*/
.container {
    width: 1145px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

label {
    font-weight: 600;
    font-size: 12px;
}

input {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.form-control {
    border-radius: 0;
    height: 40px;
    border: 1px solid #ccc;
    box-shadow: none;
}

.btn {
    border-radius: 0;
    height: 40px;
}

a, a:hover, button, button:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.text-danger {
    font-size: 12px;
    color: #ff0000;
}

.white-bg {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
}

.peach-btn {
    background-color: #FD7272;
    border: 1px solid #FD7272;
    color: #fff;
    height: 40px;
    padding: 9px;
}

    .peach-btn:hover {
        background-color: #E45959;
        border: 1px solid #E45959;
        color: #fff;
    }

.btn-success {
    padding: 9px;
}

.heading-s2 {
    margin: 0;
    padding-bottom: 15px;
}

.fa-bell, .fa-file-text-o {
    font-size: 15px;
}

.badge {
    background-color: #E45959;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 5px;
    height: 18px;
    width: auto;
    font-weight: normal;
    padding: 3px;
    border-radius: 5px;
}

.top_header {
    background-color: #fff;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
}

    .top_header ul {
        list-style: none;
        margin: 0 20px;
    }

        .top_header ul li {
            padding: 20px 15px;
            position: relative;
            display: inline-block;
            padding-left: 15px;
        }

            .top_header ul li a, .action_text a, .back_text a, .forr-pass a {
                color: #333;
                font-family: 'Open Sans', sans-serif;
                font-size: 13px;
            }

                .top_header ul li a:hover, .action_text a:hover, .back_text a:hover, .forr-pass a:hover {
                    color: #E45959;
                }

.logo_box {
    background-color: #1abc9c;
    height: 60px;
    width: 200px;
    padding: 4px 15px;
    /*padding: 1px 15px;*/
}


    .logo_box h1 {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 22px;
        line-height: 50px;
    }

.nav-sidebar {
    background-color: #34495e;
    width: 200px;
    float: left;
}

.rightside {
    overflow: auto;
    min-height: calc(100vh - 60px);
}

.main-nav li::after {
}

.main-nav li a {
    border-bottom: 1px solid #465b70;
    display: block;
    padding: 17px 15px;
    color: #ccc;
    font-size: 13px;
    cursor: pointer;
}

.main-nav li.active a, .main-nav li.active a:hover {
    background-color: #273c51;
}

.main-nav li a:hover, .main-nav li a:focus {
    color: #fff;
    background-color: #273c51;
}

.dropdown_menu {
    position: relative;
    width: 100%;
    border: none;
    display: none;
}

.dropdown.open .dropdown_menu {
    display: block;
}

.dropdown_menu li a {
    border-bottom: 0;
    padding: 10px 15px;
}

.dropdown_menu .active a {
    color: #fff;
}

.dropdown .sub-indicator {
    position: absolute;
    right: 0;
    top: 6px;
    width: 35px;
    height: 40px;
    cursor: pointer;
}

    .dropdown .sub-indicator::after {
        background: url("../images/plus-minus.png");
        background-position: 0 -14px;
        width: 16px;
        height: 16px;
        content: "";
        display: block;
        position: absolute;
        top: 11px;
        left: 6px;
    }

    .dropdown .sub-indicator.sub-arrow-open::after {
        background: url("../images/plus-minus.png");
        background-position: 0 0;
        width: 16px;
        height: 8px;
        content: "";
        display: block;
        position: absolute;
        top: 16px;
        left: 6px;
    }

.page_title {
    background-color: #e9edf2;
    padding: 11px 20px;
    height: 51px;
}

    .page_title h2 {
        padding: 0;
        margin: 0;
        font-size: 22px;
    }

.login-warp {
    background-color: #fff;
    border-radius: 3px;
    padding: 50px;
}

.wrapper-page {
    margin: 20% auto;
    position: relative;
    max-width: 570px;
}

.login_bg {
    background: url("../images/loginbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh);
    height: 100%;
}

.login-btn {
    background-color: #1abc9c;
    border: 1px solid #1abc9c;
    color: #fff;
    font-size: 18px;
    padding: 12px;
}

    .login-btn:hover, .login-btn:focus {
        background: #009f7f;
    }

.copyright {
    font-size: 12px;
}

table {
    width: 100%
}

.table th, .table th a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.table td, .table td a {
    font-size: 12px;
    text-align: center;
}

footer {
    background-color: #fff;
    display: block;
    padding: 20px;
}

.fleet .btn-group, .fleet .multiselect {
    width: 100% !important;
    background: none;
    text-align: left;
    height: 40px;
}

.fleet .dropdown-menu {
    padding: 0;
}

    .fleet .dropdown-menu > li > a {
        margin: 0 10px;
    }

.multiselect .caret {
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 18px;
}

.canvasjs-chart-container button {
    background: none;
    border: none;
}

.pagination a {
    border-radius: 0 !important;
    color: #333 !important;
    border: none !important;
    background: #ff7173 !important;
    margin: 10px;
    color: white !important;
    border-color: #ff7173;
}

.pagination .active a {
    background-color: #E45959 !important;
    color: #fff !important;
}

.add_new {
    position: absolute;
    top: 14px;
    right: 0;
    color: #34495e;
    text-decoration: underline;
}

    .add_new:hover {
        color: #FD7272;
    }

#ReportViewer1 {
    width: 100% !important;
}

.navbar-collapse, .navbar-form {
    margin: 0;
    padding: 0;
}

#gridMappings tr th:nth-child(2), #gridMapping tr th:nth-child(2) {
    width: 10%;
}

.grid-links {
    /*background: #ff7173 !important;*/
    color: #ff7173 !important;
    /*border-color: #ff7173;*/
}


/*================= Responsive CSS===============================*/
@media (min-width:1024px) {
    .nav-sidebar {
        position: fixed;
        overflow: auto;
        top: 60px;
        bottom: 0;
        min-height: calc(100vh - 100px);
    }

    footer, .rightside {
        margin-left: 200px;
    }

    .top_header_height {
        height: 60px;
    }

    .navbar-form input {
        min-width: 320px;
    }
}

@media (max-width:1024px) {
    .top_header {
        background-color: #34495e
    }

    .container {
        width: 100%;
    }

    .login-warp {
        padding: 20px;
    }

    .navbar-toggle {
        float: none;
        margin: 22px 0;
        padding: 0;
    }

        .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .nav-sidebar {
        position: fixed;
        left: -250px;
        top: 0;
        bottom: 0;
        width: 250px;
        z-index: 9999;
        overflow: auto;
        transition: all 0.3s ease-out 0s;
    }

    .slider-bar-opened .nav-sidebar {
        left: 0;
    }

    .slider-bar-opened .menu-overlay {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        bottom: 0;
        content: "" !important;
        display: inline-block !important;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .margin-3 {
        margin: 10px !important;
    }

    .ship-logo {
        width: 130px;
        padding: 5px 0;
    }

    .ship-logo1 {
        width: 130px;
        padding: 10px 0px;
    }

    .navbar-toggle, .table-responsive {
        display: block;
    }

    .fa-ellipsis-v {
        font-size: 22px;
        padding: 19px 0;
        color: #fff;
    }

    .mobile_loginPartial {
        position: absolute;
        right: 8px;
        width: 150px;
        background: #fff;
        top: 70px;
        box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
        opacity: 0;
        visibility: hidden;
        webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .mobile_loginPartial.opened {
            opacity: 1;
            visibility: visible;
            top: 60px;
        }

    .top_header ul li {
        display: block;
        padding: 8px 0
    }

    .fleet .btn-group {
        margin-bottom: 15px;
    }
}
