﻿/*@import url(fonts.css);*/

/*start common css*/
html {
    min-height: 100%;
    position: relative;
}

body {
    color: #2e454d;
    font-family: Zetta Ssans book;
    font-size: 11px;
}

.header {
    background: #ffffff none repeat scroll 0 0;
}

a, a.active, a:hover, .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 !important;
    text-decoration:none !important;
}
.space-10MainM{
    margin-bottom:12px !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 5px;
    margin-top: 0;
}

h2, .h2 {
    font-size: 24px;
    line-height: 30px;
}

h3, .h3 {
    font-size: 14px;
    line-height: 27px;
}

h4 {
    font-size: 14px;
}

h4, h5, h6 {
    line-height: 18px;
}

.primaryButton {
    text-decoration: none;
    color: #428bca;
}

    .primaryButton:hover, .primaryButton:focus {
        text-decoration: underline !important;
        color: #2a6496;
    }
.customLink {
    cursor: pointer;
    color: #428bca;
}
.customLink:hover,.customLink:focus{
        color :#428bca !important;
        text-decoration:underline !important;
    }

fieldset, legend {
    all: revert;
}

.navbar {
    border: medium none;
    border-radius: 0;
    margin: 0;
}

.navbar-default {
    background-color: #ffffff;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

.navbar-brand {
    display: block;
    height: auto;
    padding: 2px 15px;
}

.navbar-right > li {
    margin-right: 15px;
}

    .navbar-right > li:last-child {
        margin-right: 0px;
    }

    .navbar-right > li > a {
        background: #60A6A6;
        border-left: 6px solid #37C2D8;
        color: #ffffff;
        text-shadow: none;
        text-decoration:none;
    }

        .navbar-right > li > a:hover, .navbar-right > li > a:focus {
            background: #60A6A6 !important;
            border-left: 6px solid #46b8da;
            color: #ffffff !important;
            box-shadow: none;
        }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #60A6A6;
    color: #fff;
}

.navbar-nav > li > a {
    padding: 5px 10px;
}

.navbar-right {
    margin-bottom: 0px;
    margin-top: 10px;
}
.__editProfile{
   
    color:#fff;
}
    .__editProfile:hover, .__editProfile:focus {
        color: #fff;
        text-decoration: underline !important;
    }

    .dropdown-menu {
        background: #ffffff none repeat scroll 0 0 padding-box;
        border: 1px solid #e4e4e4;
        border-radius: 2px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
        display: none;
        float: left;
        font-size: 12px;
        left: 0;
        list-style: outside none none;
        margin: 0;
        min-width: 190px;
        padding: 4px;
        position: absolute;
        top: 43px;
        z-index: 9999;
    }

    .dropdown-menu .menu {
        background: #60a6a6 none repeat scroll 0 0;
        border: 1px solid #c4c4c4;
        border-radius: 2px;
        display: block;
        float: left;
        margin-bottom: 0;
        min-width: 180px;
        padding: 0 10px;
    }

        .dropdown-menu .menu ul {
            list-style: outside none none;
            margin: 0;
            padding-left: 0;
        }

        .dropdown-menu .menu li {
            line-height: 14px;
            margin: 0;
            padding-bottom: 10px;
            padding-top: 10px;
            width: 100%;
        }


    .dropdown-menu a {
        clear: both;
        /*color: #ffffff;*/
        /*color:black;*/
        display: inline-block;
        font-weight: normal;
        line-height: 14px;
        padding: 0px;
        white-space: normal;
        width: 98%;
    }

    .dropdown-menu li > a {
        white-space: normal;
    }

    .dropdown-menu li > a:hover{
        /*text-decoration:underline !important;*/
        /*color:#ffffff;*/
    }

.navbar-right li:first-child a {
    height: auto;
}

.navbar .dropdown-menu::before {
    background: rgba(0, 0, 0, 0) url("../images/arrowup.png") no-repeat scroll 0 0 !important;
    border: medium none !important;
    content: "";
    height: 14px !important;
    position: absolute;
    right: 15px;
    top: -14px !important;
    width: 15px !important;
    z-index: 5;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 45px;
    left:15px;
}
.band {
    background: #00BCD1 none repeat scroll 0 0;
    min-height: 40px;
}

    .band .left {
        border-right: 1px solid #d9d9d9;
        color: #ffffff;
        float: left;
        position: relative;
        text-align: center;
        width: 211px;
    }

        .band .left strong {
            font-size: 14px;
            font-weight: normal;
            line-height: 40px;
            position: relative;
            margin: 12px 0;
        }

    .band .heading {
        float: left;
        /*margin-left: 212px;*/
        padding-left: 15px;
    }

.tools {
    padding: 0 15px;
    position: absolute;
    right: 0;
}

    .tools > ul {
        margin: 6px 0 0;
        padding: 0;
    }

    .tools ul li {
        float: left;
        list-style: outside none none;
        margin: 0 4px;
    }

        .tools ul li a {
            border: 1px solid #ffffff;
            border-radius: 50%;
            display: block;
            padding: 5px 5px 5px 10px;
            text-decoration: none;
        }

            .tools ul li a span {
                color: #ffffff;
            }

        .tools ul li:hover {
            background: #004E6B;
            border-radius: 50%;
            transition: all 0.35s ease 0s;
        }

        .tools ul li a:hover {
            border: 1px solid #004E6B;
        }

            .tools ul li a:hover span {
                color: #ffffff;
            }

        .tools ul li.disabled {
            opacity: 0.7;
        }

            .tools ul li.disabled:hover {
                background: transparent;
            }

            .tools ul li.disabled > a {
                cursor: not-allowed;
            }

                .tools ul li.disabled > a:hover {
                    border: 1px solid #ffffff;
                }


.band .heading h3 {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}

.collapseBtn {
    display: block;
    left: 40px;
    position: absolute;
    top: 12px;
}

    .collapseBtn a {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: none;
        border-color: none;
        border-image: none;
        border-radius: 0;
        border-style: none;
        
        box-shadow: none;
        color: #555;
        display: block;
        float: left;
        padding: 0;
        position: relative;
        text-decoration: none;
    }

a, a:focus, a:active {
    outline: none;
}

.search-panel {
    background: #d4e0e7 none repeat scroll 0 0;
    border-color: #ccc #ccc #aaa;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin: 10px;
    padding: 10px;
    position: relative;
}

.stylish-input-group .input-group-addon {
    background: white !important;
    padding: 6px 3px;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
    padding: 0;
}

.btn {
    background: #60A6A6;
    border-left: 4px solid #37C2D8;
    color: #ffffff;
    font-size: 11px;
    line-height: 13px;
    min-width: 70px;
    padding: 5px 6px 3px;
    text-transform: capitalize;
}

    .btn:hover, .btn:active, .btn:focus {
        color: #ffffff !important;
        background-color: #60A6A6 !important;
        border-color: #37C2D8  !important;
    }

    .btn.disabled, .btn:disabled, fieldset:disabled .btn {
        pointer-events: none;
        opacity: .65;
        pointer-events: none;
        opacity: .65;
        color: white;
        border-left: 4px solid #37C2D8;
        background-color: #60A6A6;
    }

    .wrapper {
        height: auto;
        /*min-height: 100%;*/
        position: relative;
    }

.sidebar {
    background: #ffffff;
    border-right: 1px solid #d9d9d9;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 211px;
    z-index: 0;
}

.leftsidebar {
    float: left;
    padding-top: 0;
    margin-bottom: 36px;
    position: relative;
    transition: margin 0.1s ease-in-out 0s;
    width: 210px;
    /*z-index: 1;*/
}

.rightsidebar {
    margin-left: 212px;
}

.scrolling-text {
    background: #d4e0e7 none repeat scroll 0 0;
    color: #2e454d;
    font-weight: bold;
    opacity: 0.5;
    padding: 10px 0;
    position: relative;
}

    .scrolling-text .slide {
        height: 18px !important;
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        text-align: center;
    }



    .scrolling-text .down-arrow {
        border: 1px solid #2e454d;
        border-radius: 50px;
        bottom: 7px;
        color: #000;
        cursor: pointer;
        display: inline;
        font-size: 16px;
        position: absolute;
        right: 100px;
        text-align: center;
        width: 28px;
    }

        .scrolling-text .down-arrow:hover {
            background: #000;
            color: #fff;
        }

    .scrolling-text .full-text {
        display: none;
    }

        .scrolling-text.full-text .slide {
            height: 48px !important;
            margin: 5px 0;
        }

.contentwrapper {
    float: left;
    /*min-height: 524px;*/
    padding: 10px 15px;
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}

.footer {
    background: #004e6b none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

    .footer ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

        .footer ul li {
            display: inline-block;
            padding: 8px;
        }

            .footer ul li a {
                color: #ffffff;
                font-size: 13px;
                font-weight: normal;
                text-decoration: none;
                text-transform: uppercase;
            }

.page-header {
    border-bottom: 1px solid #2e454d;
    margin: 9px 0 0;
    padding-bottom: 0;
}

.bigBtnIcon {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

    .bigBtnIcon li {
        display: inline-block;
        margin-right: 14px;
        position: relative;
        text-align: center;
    }

        .bigBtnIcon li a {
            background: #d4e0e7 none repeat scroll 0 0;
            border: 1px solid #c4c4c4;
            border-radius: 2px;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
            color: #2f454e;
            display: inline-block;
            font-size: 18px;
            padding: 5px 0;
            position: relative;
            text-decoration: none;
            width: 182px;
        }

            .bigBtnIcon li a .btn-icon {
                font-size: 22px;
            }

#toTop {
    background: rgba(0, 0, 0, 0) url("../images/ui.totop.png") no-repeat scroll left top;
    border: medium none;
    bottom: 10px;
    display: none;
    height: 31px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 100%;
    width: 30px;
    z-index: 999;
}

#toTopHover {
    background: rgba(0, 0, 0, 0) url("../images/ui.totop.png") no-repeat scroll left -31px;
    display: block;
    float: left;
    height: 31px;
    opacity: 0;
    overflow: hidden;
    width: 30px;
}

table th, table td {
    text-align: center !important;
    vertical-align: middle !important;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #e7f9ff;
}


body.errorPage, body.loginPage, body.change-password, body.edit-profile, body.register {
    background: #37c2d8 none repeat scroll 0 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.radio label, .checkbox label {
    padding: 0;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin: 0;
    position: relative;
}

.radio-inline input[type="radio"] {
    bottom: -2px;
    /*margin-left: -20px;*/
    position: relative;
}

.passwordContainer, .editprofileContainer, .registerContainer {
    background: white none repeat scroll 0 0;
    border-radius: 10px;
    margin: 100px auto 0;
    padding: 25px;
    width: 30%;
}

.long-btn {
    width: 100%;
}

.detail-1 > h3 {
    margin: 0;
}

.blue-border {
    border-bottom: 3px solid #37c2d8 !important;
    margin: 10px 0;

    text-align: left;
    width: 190px;
    opacity:1 !important;
}
hr {
    border-top:none !important;
    opacity: 1 !important;
}

.long-blue-border {
    border-bottom: 1px solid #37c2d8;
    width: auto;
}

hr {
    margin: 5px 0;
}

.tbl-marg {
    margin-bottom: 10px;
}

.table-responsive {
    /*margin-bottom: 20px;*/
    /*overflow: auto;*/
    overflow-x: auto;
    overflow-y: hidden;
}

.table {
    margin-bottom: 0;
}

    .table tr td a {
        color: #2e454d;
        cursor: pointer;
    }

        .table tr td a:hover {
            color: #fff;
        }

    .table th:first-child, .table td:first-child, .table th.ves-name, .table td.ves-name {
        text-align: left !important;
    }

    .table th.ves-name, .table td.ves-name {
        padding-left: 10px;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 11px;
        padding: 3px;
    }

    .table th.text-center, .table td.text-center {
        text-align: center !important;
    }

.partiton {
    padding-right: 0;
}

.contentwrapper .tools {
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 5px 0 0;
}

    .contentwrapper .tools .left {
        background: #004e6b none repeat scroll 0 0;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        float: left;
    }

    .contentwrapper .tools ul {
        margin: 0;
        padding: 0;
    }

        .contentwrapper .tools ul li a {
            border: none;
            padding: 0;
        }

            .contentwrapper .tools ul li a span {
                color: #FFFFFF;
            }

            .contentwrapper .tools ul li a:hover span {
                color: #ffffff;
            }

    .contentwrapper .tools .mod-date, .contentwrapper .tools .date {
        line-height: 12px;
        margin: 0 0 0;
    }

.extra-tool a {
    color: #2e454d;
    display: inline-block;
}

.mod-date {
    border: 1px solid #ddd;
    margin: 0 auto;
    min-width: 120px;
    padding: 2px 8px;
    text-align: center;
}

.btn-alter {
    background: #60a6a6 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 5px 0;
    padding: 3px 5px;
    text-align: center;
    width: 56px;
}

    .btn-alter:hover {
        color: #ffffff;
    }

.btn-group {
    display: block;
    position: relative;
}

.multiselect {
    background: transparent none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    color: #2e454d;
    text-align: left;
    width: 70%;
    overflow: hidden;
    /*white-space:normal;*/
}


    .multiselect .caret {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid;
        color: #000;
        position: absolute;
        right: 7px;
        top: 7px;
    }

    .multiselect:hover, .multiselect:focus, .multiselect:active, .multiselect.active, .open > .dropdown-toggle.multiselect {
        background: transparent;
        color: #2e454d;
    }

.sec1 .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.date-icon {
    margin-left: -17px;
    position: absolute;
    top: 5px;
}

.date-icon.time {
    margin-left: 2px !important;
    position: absolute;
    top: 5px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

/*.select {
    float: left;
    margin-right: 15px;
}

    .select input {
        margin-right: 6px;
    }*/

.title-line {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 7.5px !important;
    padding: 9px 0 1.5px !important;
}

.spacer {
    padding: 5px 0 1.5px;
}

    .spacer > span {
        border-bottom: 1px solid #dddddd;
    }

.ui-formwizard .table th:first-child, .table td:first-child {
    text-align: center;
}

.ui-pnotify .undefined {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
}

.units {
    left: 70%;
    position: absolute;
    top: 5px;
}

.form-margin-0 {
    margin: 0;
}

/*label {
    font-weight: normal;
}*/

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}
/*end common css*/


/* ------------------ wizard start --------------------*/
.ui-formwizard {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 0 !important;
    margin-bottom: 0;
    position: relative;
    /*background: #f8f8f8;*/
    background: #ffffff;
    float: left;
    width: 100%;
}

    .ui-formwizard .wizard-actions {
        margin-bottom: 0;
        padding-bottom: 15px;
        padding-top: 15px;
        width: 100%;
        float: left;
        background: inherit;
        border-top: none;
    }

        .ui-formwizard .wizard-actions .btn.pull-left {
            margin-left: 15px;
        }

        .ui-formwizard .wizard-actions .btn.pull-right {
            margin-right: 15px;
        }

.ui-formwizard-content {
    padding: 0 10px;
}

    .ui-formwizard-content .form-group:last-child, .ui-formwizard-content p {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

.wizard-steps.show {
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 20px;
}

.wizard-steps.hide {
    display: none;
}

.wizard-steps .wstep {
    float: left;
    position: relative;
    color: #c9c9c9;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    height: 60px;
    width: 100%;
    max-width: 221px;
    min-width: 176px;
    border-right: 1px solid #c4c4c4;
}

    .wizard-steps .wstep.current {
        color: #737373;
    }

    .wizard-steps .wstep.done {
        color: #72b110;
    }

    .wizard-steps .wstep .donut {
        margin-top: 10px;
        border: 2px solid #c9c9c9;
        border-radius: 20px;
        height: 34px;
        width: 34px;
        margin-left: 10px;
        position: relative;
        margin-bottom: 5px;
        text-align: center;
        font: bold 25px Verdana, Arial, Helvetica, sans-serif;
        float: left;
        color: #c9c9c9;
        line-height: 29px;
    }

        .wizard-steps .wstep .donut span.icon16 {
            font-size: 24px;
            margin-top: -3px;
            margin-left: 2px;
            color: #c9c9c9;
            display: inline-block;
        }

    .wizard-steps .wstep.current .donut span.icon16 {
        color: #737373;
    }

    .wizard-steps .wstep.done .donut span.icon16 {
        color: #9fc569;
    }

    .wizard-steps .wstep.current .donut {
        border-color: #737373;
        color: #737373;
    }

    .wizard-steps .wstep.done .donut {
        border-color: #9fc569;
    }

    .wizard-steps .wstep .txt {
        text-align: left;
        padding: 10px 5px;
        font-size: 14px;
        font-weight: bold;
        width: 166px;
        height: auto;
        margin-left: 10px;
        display: inline-block;
    }

.ui-formwizard-button.pull-left i {
    margin-left: 0;
}

.ui-formwizard-button.pull-right i {
    margin-right: 0;
}

.wizard-vertical .wizard-steps.show {
    width: 180px;
    border-bottom: none;
    float: left;
    margin-left: 0;
    margin-bottom: 0;
}

.wizard-vertical .ui-formwizard-content {
    width: auto !important;
    padding-top: 10px;
}

.wizard-vertical .wizard-steps .wstep {
    width: 150px;
    margin-bottom: 0px;
    border-bottom: 1px solid #c4c4c4;
}

    .wizard-vertical .wizard-steps .wstep.last-child {
        border-bottom: none;
    }

    .wizard-vertical .wizard-steps .wstep .donut {
        margin-left: 10px;
        position: relative;
        margin-bottom: 5px;
        float: left;
    }

    .wizard-vertical .wizard-steps .wstep .txt {
        display: inline-block;
        width: 120px;
    }

.wizard-vertical .step {
    display: inline-block;
    float: left;
    width: 100%;
}

.wizard-vertical .wrap {
    padding-left: 185px;
}

.wizard-vertical .form-actions {
    clear: both;
}
/* ------------------ wizard end --------------------*/


/*Widget panel start*/
.tab-content .panel {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.tab-content .panel-no-border {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding-bottom: 5px;
}

.tab-content .panel .detail-1 {
    padding: 5px 10px;
}

.panel {
    width: 100%;
    /*min-height: 100%;*/
    margin-bottom: 25px;
    border: none;
}

    .panel.hover {
        -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .panel.drag {
        min-height: auto;
    }

    .panel.plain.hover {
        box-shadow: none;
    }

    .panel .panel-heading {
        height: auto;
        background: url(../images/patterns/2.png) repeat;
        position: relative;
        border: 1px solid #c4c4c4;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
        box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
        padding: 0;
    }

    .panel .panel-no-bg {
        background: transparent;
    }

    .panel .panel-no-border {
        border: none;
    }

    .panel.drag .panel-heading:hover {
        cursor: move;
    }

    .panel.plain {
        background-color: transparent;
    }

        .panel.plain .panel-heading {
            border-top: none;
            border-left: none;
            border-right: none;
            background: none;
        }

    .panel.gradient .panel-heading {
        background: rgb(255,255,255);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    }

    .panel .panel-heading.min {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .panel .panel-heading h4 {
        padding-left: 15px;
        margin-bottom: 0;
        padding-top: 9px;
        padding-bottom: 9px;
        min-height: 37px;
    }

    .panel .panel-no-bg h4 {
        /*border-bottom: 1px solid #ddd;*/
        min-height: auto;
        padding-bottom: 0px;
        padding-left: 0;
    }

    .panel .panel-heading-title h4 {
        min-height: 30px;
        padding-left: 15px;
        padding-bottom: 0;
        padding-top: 7px;
    }

    .panel .panel-heading h3 {
        padding-left: 10px;
        margin-bottom: 0;
        padding-top: 0px;
        padding-bottom: 0px;
    }

h4 .label {
    float: right;
    margin-right: 40px;
}

h4 .badge {
    float: right;
    margin-right: 40px;
}

.panel .panel-heading span[class*=" icon-"], .panel .panel-heading span[class*=" brocco-icon-"], .panel .panel-heading span[class*=" cut-icon-"], .panel .panel-heading span[class*=" entypo-icon-"], .panel .panel-heading span[class*=" icomoon-icon-"], .panel .panel-heading span[class*=" minia-icon-"], .panel .panel-heading span[class*=" iconic-icon-"], .panel .panel-heading span[class*=" meteo-icon-"], .panel .panel-heading span[class*=" silk-icon-"], .panel .panel-heading span[class*=" typ-icon-"], .panel .panel-heading span[class*=" wpzoom-"], .panel .panel-heading span[class*=" eco-"] {
    margin: 0 10px 0 0px;
}

.panel .panel-heading .iToggle-button span.icon16 {
    margin-right: 0 !important;
}

.panel .panel-heading .loader {
    position: absolute;
    right: 40px;
    top: 10px;
}

.panel .panel-heading > a {
    position: absolute;
    right: 10px;
    top: 9px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-decoration: none;
    color: #3f3f3f;
    text-indent: -9999px;
    background-color: #f3f3f3;
    width: 18px;
    height: 18px;
}

.panel .panel-heading-title > a {
    top: 6px;
}

.panel .spark {
    margin-right: 40px;
    float: right;
}

.panel .panel-form {
    position: absolute;
    right: 40px;
    top: 5px;
    margin-bottom: 0;
}

    .panel .panel-form input {
        width: 100%;
        margin-bottom: 0;
    }

    .panel .panel-form .dropdown-menu {
        top: auto;
        left: auto;
        right: 0;
    }

    .panel .panel-form .btn-xs.dropdown-toggle {
        margin-top: 1px;
    }

    .panel .panel-form .btn span {
        margin-right: 0;
        margin-top: -8px;
        display: inline-block;
    }

    .panel .panel-form .btn-xs span {
        margin-top: -2px;
    }

    .panel .panel-form .dropdown-toggle {
        margin-top: -4px;
        padding-bottom: 0;
    }

    .panel .panel-form .btn span.caret {
        margin-left: 2px;
    }

    .panel .panel-form .ibutton-container {
        margin-top: -2px;
    }

.panel .panel-heading .label span, .panel .panel-heading .badge span {
    margin-left: 0;
    margin-right: 0;
}

.panel .panel-heading .progress {
    width: 40%;
    position: absolute;
    right: 40px;
    top: 8px;
}

.panel .panel-heading .minimize {
    cursor: pointer;
    background: url(../images/icons/minus.png) no-repeat center 2px #f3f3f3;
    display: block;
}

.panel .panel-heading .maximize {
    background: url(../images/icons/plus.png) no-repeat center 2px #f3f3f3;
    display: block;
}

.panel .panel-table {
    padding: 0;
}

.panel .panel-body {
    /*border: 1px solid #c4c4c4;*/
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: none;
    background-color: #fff;
    position: relative;
}

.panel .panel-nopadd {
    display: none;
    padding: 0;
}

.panel .panel-hide {
    display: none;
}

.panel .panel-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 5px;
    padding-top: 5px;
}

.panel .panel-body.vertical-scroll {
    width: 200px;
}

.panel .panel-body.noPad {
    padding: 0;
}

    .panel .panel-body.noPad .nav-tabs {
        margin-top: -1px;
        margin-left: -1px;
        margin-right: -1px;
    }

.panel .panel-body.noPad {
    padding: 0;
}

    .panel .panel-body.noPad .nav-tabs {
        margin-top: -1px;
        margin-left: -1px;
        margin-right: -1px;
    }

    .panel .panel-body.noPad .tab-content {
        margin-bottom: -1px;
        margin-left: -1px;
        margin-right: -1px;
    }

.panel.boxMargin {
    margin-bottom: 27px;
}

.sortable-placeholder {
    border: 4px dashed #C4C4C4;
    margin-bottom: 25px;
}
/*Widget panel end*/



/*start chart css*/
.pie-chart-label {
    background: #e2e2e2 none repeat scroll 0 0;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    font-size: 12px;
    opacity: 0.8;
    padding: 2px 10px;
    text-align: center;
}

.chart h4 {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    margin-top: 10px;
}

.chartShortcuts {
    width: 100%;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

    .chartShortcuts li {
        float: left;
        margin: 0 5px 5px 0;
        border: 1px solid #C4C4C4;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        width: 106px;
    }

    .chartShortcuts a {
        float: left;
        color: #666666;
        padding: 10px 0px 10px 10px;
        text-align: left;
    }

        .chartShortcuts a:hover {
            background-position: 85% center;
            color: #444444;
            -webkit-transition: background 0.3s ease;
            -moz-transition: background 0.3s ease;
            -ms-transition: background 0.3s ease;
            -o-transition: background 0.3s ease;
            transition: background 0.3s ease;
        }

    .chartShortcuts .notification {
        background: #ed7a53 none repeat scroll 0 0;
        border-radius: 2px;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
        color: #fff;
        font-family: Tahoma;
        font-size: 12px;
        font-weight: 700;
        padding: 0 7px;
        position: relative;
        text-shadow: none;
    }

        .chartShortcuts .notification.blue {
            background: #88bbc8 none repeat scroll 0 0;
        }

        .chartShortcuts .notification.green {
            background: #9fc569 none repeat scroll 0 0;
        }

    .chartShortcuts .head {
        font-size: 11px;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    .chartShortcuts .number {
        font-family: 'Signika';
        float: left;
        font-size: 21px;
        font-weight: 700;
        width: 100%;
    }
/*end chart css*/


/*start navigation css*/
.mainnav ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

    .mainnav ul li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .mainnav ul li a {
            /*border-bottom: 1px solid #c4c4c4;*/
            /*  border-top: 1px solid white;*/
            box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
            box-sizing: border-box;
            color: #004e6b;
            float: left;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            position: relative;
            text-decoration: none;
            width: 100%;
        }

.mainnav li a.active, .mainnav li a.focus, .mainnav li a.drop {
    background: #004e6b none repeat scroll 0 0;
    color: #ffffff;
}

.mainnav li a:not([href]):not([class]):hover {
    color: #ffffff;
}



.mainnav .img-cont:hover #img-light {
    display: inline !important;
}

.mainnav li a:hover {
    background: #004E6B;
    color: #ffffff;
    transition: all 0.35s ease 0s;
}

.mainnav ul li .sub {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%) repeat scroll 0 0;
    display: none;
    float: left;
    margin-top: 0;
    width: 100%;
}

    .mainnav ul li .sub li a:hover {
        background: rgb(255,255,255);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: linear-gradient(top, rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );*/
        color: #1f1f1f;
        border-bottom: 1px solid #dfdfdf;
        /* border-top: 1px solid #dfdfdf;*/
    }

        .mainnav ul li .sub li a:hover span {
            color: #69B8D6;
        }

.mainnav .hasDrop {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

.mainnav li a span[class*=" icon-"], .mainnav li a span[class*=" brocco-icon-"], .mainnav li a span[class*=" cut-icon-"], .mainnav li a span[class*=" entypo-icon-"], .mainnav li a span[class*=" icomoon-icon-"], .mainnav li a span[class*=" minia-icon-"], .mainnav li a span[class*=" iconic-icon-"], .mainnav li a span[class*=" meteo-icon-"], .mainnav li a span[class*=" silk-icon-"], .mainnav li a span[class*=" typ-icon-"], .mainnav li a span[class*=" wpzoom-"], .mainnav li a span[class*=" eco-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.mainnav ul li .sub a span[class*=" icon-"], .mainnav ul li .sub a span[class*=" brocco-icon-"], .mainnav ul li .sub a span[class*=" cut-icon-"], .mainnav ul li .sub a span[class*=" entypo-icon-"], .mainnav ul li .sub a span[class*=" icomoon-icon-"], .mainnav ul li .sub a span[class*=" minia-icon-"], .mainnav ul li .sub a span[class*=" iconic-icon-"], .mainnav ul li .sub a span[class*=" meteo-icon-"], .mainnav ul li .sub a span[class*=" silk-icon-"], .mainnav ul li .sub a span[class*=" typ-icon-"], .mainnav ul li .sub a span[class*=" wpzoom-"], .mainnav ul li .sub a span[class*=" eco-"] {
    padding-left: 25px;
    padding-right: 10px;
}
/*end navigation css*/

/*New Navigation Menu CSS*/
.mainnav ul:first-child li {
    background-color: #d3eaf3;
}


.mainnav ul:first-child ul li {
    background-color: white !important;
}

/*End Navigation Menu CSS*/

/*start forms css*/
.loginPage .form-control {
    width: 100%;
}

.form-group {
    margin-bottom: 7px;
}

.readonly-form .form-control {
    width: 70%;
}

.form-horizontal {
    margin-top: 5px;
}

    .form-horizontal .control-label, .control-label {
        font-weight: normal;
        padding-top: 5px;
    }

.readonly-label .form-horizontal .control-label {
    margin: 0;
    /*padding-top: 0;*/
}

/*.table {
    margin-bottom: 0;
}*/

.table-filteredlist {
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    /*height: 55%;*/
    overflow-y: auto;
}

    .table-filteredlist .table {
        margin-bottom: 0;
    }

table th {
    background: #f5f5f5 none repeat scroll 0 0 !important;
    color: #2e454d !important;
    opacity: 0.7;
}

table td {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
}

.table thead th, .table tbody td {
    text-align: center;
}

.table tr td .form-control {
    font-size: 11px;
    height: 23px;
    padding: 3px;
}

.panel {
    border: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    margin-bottom: 5px;
    /*min-height: 100%;*/
    width: 100%;
}

    .panel .panel-heading > h4 {
        margin: 0;
    }

    .panel .panel-heading h4 span {
        font-size: 14px;
        font-weight: bold;
    }

.lbl-ans {
    font-weight: normal !important;
}

.select2-container.select2-container-multi.form-control, .select2-container.nostyle.form-control {
    border: medium none;
    padding: 0;
}

.vessel-count-title {
    background: #00bcd1 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    padding: 9px 0;
    text-align: center;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: #ffffff;
    color: #00bcd1;
    padding: 0;
}

.nav-tabs {
    background: #00BCD1 none repeat scroll 0 0;
    border-left: 1px solid #c4c4c4;
    border-radius: 3px;
    border-right: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    margin-bottom: 0;
}

.uwsdashboard .nav-tabs {
    margin-right: 38px !important;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        text-align: center;
        width: 33px;
    }

        .nav-tabs > li > a {
            border-left: 1px solid transparent;
            border-radius: 0;
            border-right: 1px solid #ffffff;
            color: #ffffff;
            font-size: 11px;
            margin-left: -1px;
            margin-right: -1px;
            padding: 0;
            display: block;
        }

        .nav-tabs > li:last-child > a {
            border-right: none;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
            border-bottom: 2px solid #ffffff;
            border-radius: 2px;
            border-top: 1px solid transparent;
            margin-left: -1px;
        }

            .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
                -moz-border-bottom-colors: none;
                -moz-border-left-colors: none;
                -moz-border-right-colors: none;
                -moz-border-top-colors: none;
                border-color: transparent #c4c4c4;
                border-image: none;
                border-style: solid;
                border-width: 1px;
            }

                .nav-tabs > li > a.active, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
                    border-bottom: none;
                    box-shadow: -1px 3px 1px 0 #888;
                    color: #00BCD1 ;
                    background-color: white;
                    padding: 0;
                }



.uwsdashboard .nav-tabs > li.active > a, .uwsdashboard .nav-tabs > li.active > a:hover, .uwsdashboard .nav-tabs > li.active > a:focus {
    border-bottom: none;
    background-color: #00BCD1;
    color: white;
}

.uwsdashboard .sub-nav-tabs li.active a:hover, .uwsdashboard .sub-nav-tabs li.active a:focus {
    /* box-shadow: 0 0 0 0; */
    padding: 5px;
    color: black;
}

.sub-nav-tabs {
    margin-top: 5px;
    opacity: 0.7;
}

    .sub-nav-tabs li {
        width: auto;
    }

        .sub-nav-tabs li a {
            padding: 5px;
        }

        .sub-nav-tabs li a.active {
            box-shadow: 0 0 0 0;
            padding: 5px;
        }

        .sub-nav-tabs li a:hover, .sub-nav-tabs li a:focus {
            padding: 5px;
        }

        .sub-nav-tabs li.active a:hover, .sub-nav-tabs li.active a:focus {
            box-shadow: 0 0 0 0;
            padding: 5px;
        }

.tab-content {
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    /*height: 55%;*/
    margin-top: 5px;
    overflow: auto;
    padding: 0px 15px;
    position: relative;
    /*white-space: nowrap;*/
}

    .tab-content > .tab-pane {
        margin: 5px 0;
    }

.sub-tab-content {
    border: medium none;
    height: auto;
    margin: 0;
    overflow: hidden;
    /*padding: 10px 0 0;*/
    padding: 0;
}

.form-horizontal .control-label {
    text-align: left;
}

.hname {
    margin: 0 0 0 15px;
}

.filters-btn {
    margin: 0px 5px 5px 0;
}

form input.error {
    border: 1px solid #ed7a53 !important;
}

form select.error {
    border: 1px solid #ed7a53 !important;
}

form textarea.error {
    border: 1px solid #ed7a53 !important;
}

label.error {
    color: #c93605;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 3px 4px;
    text-shadow: none;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
}
/*end forms css*/


/*home start*/
.leftsidebar input {
    height: 34px !important;
}

.detail-link {
    margin: 10px 0 30px;
    padding: 10px;
}

    .detail-link .detail-text {
        display: none;
    }

.detail-link-border {
    border: 1px solid #c4c4c4;
}

.select-option {
    font-size: 16px;
    letter-spacing: 4px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.arrow-down {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

p.para {
    text-align: justify;
}

.chart-left {
    border-right: 1px solid #ddd;
}

.search-panel .stylish-input-group {
    position: relative;
}

.search-panel input {
    font-size: 11px;
    padding: 6px 20px 6px 6px;
    text-overflow: ellipsis;
    width: 168px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.search-panel span {
    position: absolute;
    right: 0;
    top: 11px;
}

.lnkNotification {
    color: #000;
    /* font-weight: normal; */
    font-size: 13px;
}
/*home end*/


/*feedback start*/
.feedback-container-old {
    background: #FFF;
    /*border: 1px solid #000;*/
    border-radius: 10px;
    padding: 10px 15px;
    margin: 0 auto;
    position: relative;
    width: 50%;
}

#feedbackForm {
    /*width: 80%;
    margin: 0 auto;*/
}

    #feedbackForm .form-control {
        width: 100%;
    }

/*#feedbackForm button {
        background: #fcb91c;
        border: none;
    }*/

/*#SubmitBtn {
    margin-right: 20px;
}*/
/*feedback end*/


/*login start*/
.loginContainer {
    position: relative;
    border: 1px solid #c4c4c4;
    width: 300px;
    /*height:232px;*/
    height: auto;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: 70px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    background: #fefefe;
    padding: 0px 20px 0 20px;
}

    .loginContainer:after, .loginContainer:before, .errorContainer:after, .errorContainer:before {
        background: #f9f9f9;
        background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
        background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
        border: 1px solid #c4c6ca;
        content: "";
        display: block;
        height: 100%;
        left: -1px;
        position: absolute;
        width: 100%;
    }

    .loginContainer:after, .errorContainer:after {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
        top: 0;
        z-index: -1;
    }

    .loginContainer:before, .errorContainer:before {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 0;
        z-index: -2;
    }

.loginPage .navbar {
    text-align: center;
}

    .loginPage .navbar .navbar-brand, .register .navbar .navbar-brand {
        float: none;
        text-align: center;
        margin: 0;
    }

.loginContainer .forgot {
    float: right;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 0;
}

.loginContainer .register {
    float: left;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 0;
}

.loginContainer .form-horizontal {
    margin-bottom: 0px;
    margin-top: 15px;
}

    .loginContainer .form-horizontal .form-group:last-child {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 0;
    }

.loginContainer .form-actions {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 1px 0 rgba(229, 229, 229, 0.1);
    margin: 15px 0 0;
    padding: 19px 20px 20px;
}

.loginContainer .form-group .control-label {
    text-align: left;
    padding-top: 6px;
    position: relative;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
}

.loginContainer .form-group span.icon16 {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 3px;
}

#loginForm #loginBtn span.icon16, #frmforgetpass #loginBtn span.icon16 {
    top: -1px;
    right: auto;
    position: relative;
}

.main-container {
    min-height: 540px;
    padding: 50px 0;
}
/*login end*/


/*start faq*/
.faqContainer {
    background: #FFF;
    color: #00543d !important;
    font-size: 15px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

    .faqContainer .quest {
        position: relative;
        margin-top: 30px;
    }

    .faqContainer .question {
        cursor: pointer;
        font-style: normal;
        font-weight: bold;
        line-height: 18px;
    }

    .faqContainer .answer {
        display: none;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 17px;
    }

    .faqContainer .exp-col a {
        color: #00543d !important;
        cursor: pointer;
        text-decoration: none;
    }

    .faqContainer .exp-col > a:hover {
        text-decoration: none;
    }
/*end faq*/

/*form css changes*/
.form-group {
    margin-bottom: 2px;
}

input.form-control {
    font-size: 11px;
    height: 23px;
    padding: 3px;
}

textarea.form-control {
    font-size: 11px;
    min-height: 50px;
    padding: 3px;
    overflow-y: auto;
    /*white-space: normal;*/
}

select.form-control {
    background: url("../images/arrowdown.png") no-repeat 94% center;
    background-size: 6px 6px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
    background-color: white;
    font-size: 11px;
    height: 23px;
    padding: 0;
    -webkit-appearance: none; /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
    -moz-appearance: none; /*REMOVES DEFAULT FIREFOX STYLE*/
    cursor: pointer;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
}

select::-ms-expand {
    display: none;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    min-width: 0;
    padding: 0 8px 5px;
}

legend {
    border: none;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    padding: 0 5px;
    width: auto;
}

.filter-first .control-label {
    padding-right: 0;
    width: 110px;
}

.filter-second .control-label {
    padding-right: 0;
    width: 135px;
}

.filter-last .control-label {
    padding-right: 0;
    width: 84px;
}

.vessel-left .control-label {
    padding-right: 0;
    width: 85px;
}

.vessel-right .control-label {
    padding-right: 0;
    width: 140px;
}

.ownership-left .control-label {
    padding-right: 0;
    width: 100px;
}

.ownership-right .control-label {
    padding-right: 0;
    width: 135px;
}

.approvals-left .control-label {
    padding-right: 0;
    width: 95px;
}

.approvals-right .control-label {
    padding-right: 0;
    width: 195px;
}

.ops-contact-left .control-label {
    padding-right: 0;
    width: 148px;
}

.uw-service-details-left .control-label {
    padding-right: 0;
    width: 119px;
}

.service-supply-left .control-label {
    padding-right: 0;
    width: 129px;
}

.service-supply-right .control-label {
    padding-right: 0;
    width: 203px;
}

.container-left .control-label {
    padding-right: 0;
    width: 112px;
}

.container-right .control-label {
    padding-right: 0;
    width: 83px;
}

.tanker-left .control-label {
    padding-right: 0;
    width: 110px;
}

.tanker-right .control-label {
    padding-right: 0;
    width: 113px;
}

.supply-left .control-label {
    padding-right: 0;
    width: 109px;
}

.supply-right .control-label {
    padding-right: 0;
    width: 116px;
}

.common-detail-left .control-label {
    padding-right: 0;
    width: 100px;
}

.common-detail-right .control-label {
    padding-right: 0;
    width: 163px;
}

.build-left .control-label {
    padding-right: 0;
    width: 120px;
}

.build-right .control-label {
    padding-right: 0;
    width: 122px;
}

.propulsion-left .control-label {
    padding-right: 0;
    width: 114px;
}

.propulsion-right .control-label {
    padding-right: 0;
    width: 108px;
}

.dimension-left .control-label {
    padding-right: 0;
    width: 165px;
}

.dimension-right .control-label {
    padding-right: 0;
    width: 138px;
}

.paints-left .control-label {
    padding-right: 0;
    width: 105px;
}

.paints-right .control-label {
    padding-right: 0;
    width: 120px;
}

.vertical-left .control-label {
    padding-right: 0;
    width: 75px;
}

.vertical-right .control-label {
    padding-right: 0;
    width: 75px;
}

.flatbottom-left .control-label {
    padding-right: 0;
    width: 78px;
}

.rudder-left .control-label {
    padding-right: 0;
    width: 72px;
}

.flatbottom-right .control-label, .rudder-right .control-label, .propeller-right .control-label, .guarantee-right .control-label {
    padding-right: 0;
    width: 78px;
}

.propeller-left .control-label {
    padding-right: 0;
    width: 78px;
}

.reports-left .control-label {
    padding-right: 0;
    width: 127px;
}

.reports-right .control-label {
    padding-right: 0;
    width: 131px;
}

.guarantee-left .control-label {
    padding-right: 0;
    width: 104px;
}

.performance-left .control-label {
    padding-right: 0;
    width: 97px;
}

.performance-right .control-label {
    padding-right: 0;
    width: 92px;
}

.testpatches-left .control-label {
    padding-right: 0;
    width: 85px;
}

.testpatches-right .control-label {
    padding-right: 0;
    width: 123px;
}

.painttype-left .control-label {
    padding-right: 0;
    width: 80px;
}

.painttype-right .control-label {
    padding-right: 0;
    width: 76px;
}

.underwater-left .control-label {
    padding-right: 0;
    width: 110px;
}

.underwater-right .control-label {
    padding-right: 0;
    width: 130px;
}

.area-left .control-label {
    padding-right: 0;
    width: 125px;
}

.area-right .control-label {
    padding-right: 0;
    width: 105px;
}

.ssv-left .control-label {
    padding-right: 0;
    width: 137px;
}

.ssv-right .control-label {
    padding-right: 0;
    width: 160px;
}

.auxi-left .control-label {
    padding-right: 0;
    width: 120px;
}

.auxi-right .control-label {
    padding-right: 0;
    width: 160px;
}

.ege-left .control-label {
    padding-right: 0;
    width: 100px;
}

.ege-right .control-label {
    padding-right: 0;
    width: 120px;
}

.whr-left .control-label {
    padding-right: 0;
    width: 172px;
}

.whr-right .control-label {
    padding-right: 0;
    width: 160px;
}

.pgp-left .control-label {
    padding-right: 0;
    width: 130px;
}

.pgp-right .control-label {
    padding-right: 0;
    width: 192px;
}

.alt-right .control-label {
    padding-right: 0;
    width: 163px;
}

.alt-left .control-label,
.sgm-left .control-label,
.pm-left .control-label,
.sgc-left .control-label,
.whrsg-left .control-label,
.lv-switchboard-left .control-label {
    padding-right: 0;
    width: 62px;
}

.sgm-right .control-label {
    padding-right: 0;
    width: 161px;
}

.sgc-right .control-label {
    padding-right: 0;
    width: 218px;
}

.ds-left .control-label {
    padding-right: 0;
    width: 135px;
}

.ds-right .control-label {
    padding-right: 0;
    width: 120px;
}

.whrsg-right .control-label {
    padding-right: 0;
    width: 82px;
}

.rt-left .control-label {
    padding-right: 0;
    width: 164px;
}

.pm-right .control-label {
    padding-right: 0;
    width: 133px;
}

.tm-left .control-label {
    padding-right: 0;
    width: 107px;
}

.tm-right .control-label {
    padding-right: 0;
    width: 160px;
}

.m-transformers-left .control-label {
    padding-right: 0;
    width: 200px;
}

.m-transformers-right .control-label {
    padding-right: 0;
    width: 161px;
}

.r-transformers-left .control-label {
    padding-right: 0;
    width: 177px;
}

.r-transformers-right .control-label {
    padding-right: 0;
    width: 162px;
}

.lv-switchboard-right .control-label {
    padding-right: 0;
    width: 115px;
}

.emergency-switchboard-left .control-label {
    padding-right: 0;
    width: 117px;
}

.emergency-switchboard-right .control-label {
    padding-right: 0;
    width: 121px;
}

.cams-left .control-label {
    padding-right: 0;
    width: 121px;
}

.cams-right .control-label {
    padding-right: 0;
    width: 96px;
}

.pms-left .control-label {
    padding-right: 0;
    width: 50px;
}

.pms-right .control-label {
    padding-right: 0;
    width: 74px;
}

.ec-left .control-label {
    padding-right: 0;
    width: 137px;
}

.ec-right .control-label {
    padding-right: 0;
    width: 124px;
}

.ic-left .control-label {
    padding-right: 0;
    width: 181px;
}

.ic-right .control-label {
    padding-right: 0;
    width: 186px;
}

.ss-left .control-label {
    padding-right: 0;
    width: 145px;
}

.ss-right .control-label {
    padding-right: 0;
    width: 123px;
}

.light-left .control-label {
    padding-right: 0;
    width: 90px;
}

.light-right .control-label {
    padding-right: 0;
    width: 88px;
}

.electric-left .control-label {
    padding-right: 0;
    width: 106px;
}

.electric-right .control-label {
    padding-right: 0;
    width: 110px;
}

.scr-left .control-label {
    padding-right: 0;
    width: 155px;
}

.scr-right .control-label {
    padding-right: 0;
    width: 132px;
}

.egr-left .control-label {
    padding-right: 0;
    width: 120px;
}

.egr-right .control-label {
    padding-right: 0;
    width: 185px;
}

.num-left .control-label {
    padding-right: 0;
    width: 157px;
}

.cvvi-left .control-label {
    padding-right: 0;
    width: 130px;
}

.cvvi-right .control-label {
    padding-right: 0;
    width: 120px;
}

.incvvi-left .control-label {
    padding-right: 0;
    width: 145px;
}

.incvvi-right .control-label {
    padding-right: 0;
    width: 183px;
}

.incvvi-read-lbl-right .control-label {
    padding-right: 0;
    width: 140px;
}
/*start wizzard*/
.vdvn .control-label {
    padding-right: 0;
    width: 136px;
}

.ohd .control-label {
    padding-right: 0;
    width: 110px;
}

.vd-left .control-label {
    padding-right: 0;
    width: 88px;
}

.vd-right .control-label {
    padding-right: 0;
    width: 152px;
}

.cld-left .control-label {
    padding-right: 0;
    width: 113px;
}

.cld-right .control-label {
    padding-right: 0;
    width: 96px;
}

.od-left .control-label {
    padding-right: 0;
    width: 118px;
}

.od-right .control-label {
    padding-right: 0;
    width: 183px;
}

.ecl-left .control-label {
    padding-right: 0;
    width: 122px;
}

.ecl-middle .control-label {
    padding-right: 0;
    width: 134px;
}

.ecl-last .control-label {
    padding-right: 0;
    width: 89px;
}

.cldchang-left .control-label {
    padding-right: 0;
    width: 98px;
}

.cldchang-middle-if .control-label {
    padding-right: 0;
    width: 152px;
}

.cldchang-last .control-label {
    padding-right: 0;
    width: 88px;
}

.meas-left .control-label {
    padding-right: 0;
    width: 120px;
}

.meas-right .control-label {
    padding-right: 0;
    width: 296px;
}

.ac .control-label {
    padding-right: 0;
    width: 125px;
}

/*supriya*/



/**/

.pcod-left .control-label {
    padding-right: 0;
    width: 140px;
}

.pcod-right .control-label {
    padding-right: 0;
    width: 177px;
}

.pcpcd-left .control-label {
    padding-right: 0;
    width: 135px;
}

.pcpcd-right .control-label {
    padding-right: 0;
    width: 88px;
}

.ssw .control-label {
    padding-right: 0;
    width: 284px;
}

.sswec-left .control-label {
    padding-right: 0;
    width: 223px;
}

.sswec-right .control-label {
    padding-right: 0;
    width: 237px;
}

.sswai-left .control-label {
    padding-right: 0;
    width: 223px;
}

.sswai-right .control-label {
    padding-right: 0;
    width: 203px;
}

.ecable-left .control-label {
    padding-right: 0;
    width: 106px;
}

.ecable-right .control-label {
    padding-right: 0;
    width: 138px;
}

.lighting-left .control-label {
    padding-right: 0;
    width: 90px;
}

.lighting-right .control-label {
    padding-right: 0;
    width: 88px;
}

.ecm-left .control-label {
    padding-right: 0;
    width: 140px;
}

.ecm-right .control-label {
    padding-right: 0;
    width: 127px;
}


/*end wizzard*/
/*readonly*/
.readonly-label .lbl-ans {
    width: auto;
}
/*form css changes*/
.bold-h3 {
    border-bottom: 1px solid #60A060;
}

.detail-form {
    display: none;
}

.form-control {
    display: inline-block;
    overflow: hidden;
    /*padding-right: 15px !important;
    text-overflow: ellipsis !important;
    -ms-text-overflow: ellipsis !important;
    white-space: nowrap;*/
    width: 70%;
}

.spl-form-control {
    width: 47%;
}

.loginPage img {
    margin-top: 10px;
    max-width: 200px;
}

.navbar-header img {
    max-width: 200px;
}

.vessel-tab-name > p {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

/*temp css*/
.filter .form-control {
    width: 100%;
}

.filter .form-group .col-sm-6 {
    padding-right: 0;
}

.multiselect-container {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 22px;
}

    .multiselect-container li a label.checkbox {
        height: auto;
        padding: 5px 10px;
    }

/*start incident related css*/
.custom-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 7.5px;
}

.form-horizontal .custom-title {
    margin-bottom: 7.5px;
    position: relative;
}

.custom-chart-block {
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 87px;
}

.form-control-yn {
    float: right;
    margin-right: 10px;
    width: 25%;
}

/*end incident related css*/

/*Circle stats*/
.circle-stats {
    text-align: center;
    margin-top: 0px;
    position: relative;
}

.circular-item {
    position: relative;
    width: 82px;
    height: 82px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

    .circular-item .icon {
        font-size: 20px;
        position: absolute;
        top: 48%;
        left: 50%;
        margin-top: -18px;
        margin-left: -10px;
    }

    .circular-item input {
        cursor: default;
        box-shadow: none;
        border: none;
        height: auto;
        position: absolute;
        top: 15px;
        border-color: rgba(82, 168, 236, 0.8);
    }

        .circular-item input:focus {
            outline: 0;
            outline: thin dotted 0;
            /* IE6-9 */
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.form-control.long-text {
    width: 100%;
}


.measurement-label label {
    width: 228px !important;
}


.pisiton-ring-top label {
    width: 111px;
}


.piston-ring-fitted label {
    width: 126px;
}

.pisition-crown label {
    width: 120px;
}

.last-svt label {
    width: 120px;
}

.last-svt .long-lbl label {
    width: 156px !important;
}

/* cost vs incident start*/
.no-left {
    padding-left: 0 !important;
}

.detail-1.filter-first.cvi-date label {
    text-align: center;
    width: 110px;
}

.col-sm-1.control-label.cvi-Date-to.no-left {
    width: 10px;
}

.icon16.icomoon-icon-calendar.date-icon-cvi {
    position: absolute;
    right: 18px;
    top: 4px;
}
.icon16.icomoon-icon-calendartime.date-icon-cvi {
    position: absolute;
    right: 18px;
    top: 4px;
}
.nav.nav-tabs.cost-vs-inc {
    background: none;
    border: none;
    display: table;
    margin: 0 auto;
    max-width: 1108px;
}

    .nav.nav-tabs.cost-vs-inc > li, .nav.nav-tabs.cost-vs-inc > .active {
        width: 176px;
    }

    .nav.nav-tabs.cost-vs-inc a, .nav.nav-tabs.cost-vs-inc .active a {
        border: medium none;
        margin: 0;
        padding: 10px 18px;
        font-size: 15px;
    }

    .nav.nav-tabs.cost-vs-inc li {
        margin: 5px 4px;
    }


    .nav.nav-tabs.cost-vs-inc a {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
        background: rgb(96,108,136); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b'); /* IE6-9 */
        /*border: 3px solid #69b8d6;*/
        border-radius: 3px;
        box-shadow: 0 4px 3px 0 gray;
    }

        .nav.nav-tabs.cost-vs-inc a:hover {
            text-decoration: underline;
            color: white;
        }

    .nav.nav-tabs.cost-vs-inc .active a {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#88bfe8+0,70b0e0+100;Blue+3D+%2317 */
        background: rgb(136,191,232); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(136,191,232,1) 0%, rgba(112,176,224,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
        /*border: 3px solid #24c9d1;*/
        color: white;
        text-decoration: underline;
        box-shadow: 0 6px 3px 0 gray;
    }

.nav-tabs.cost-vs-inc > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    box-shadow: none;
}

.uwsdashboard .nav-tabs.cost-vs-inc > li.active > a, .uwsdashboard .nav-tabs > li.active > a:hover, .uwsdashboard .nav-tabs > li.active > a:focus {
    border: none;
    box-shadow: none;
}

/*chart start*/

.uwschartcss {
    display: block;
    width: 100%;
}

.c3 {
    margin: 0 auto;
    max-height: 100% !important;
    max-width: 100% !important;
    width: 90% !important;
}

/*chart end*/
/*cost vs-incident end*/

/*cylinder viewer text v2*/

.col-sm-4.LID label {
    width: 128px;
}

.detail-1.rpc label {
    width: 108px;
}

.col-sm-6.dq-lo label {
    width: 198px;
}

/*incident dashboard v2*/

.inc-dash-chart .icon18.icomoon-icon-question {
    font-size: 14px;
    margin: -7px 0 0;
    padding: 0;
    top: 0;
}

/*formula start*/

.formula-multi {
    position: absolute;
    right: 10%;
    top: 35%;
}

.formula-idv hr {
    margin: 0 auto;
    text-align: center;
    max-width: 280px;
    border: 1px solid;
}

.modal-body.formula-idv {
    text-align: center;
    border: 7px solid #00bcd1;
    text-align: center;
}

.formula-heading {
    margin: 0;
    position: absolute;
    top: 34%;
}

.formula {
    margin-bottom: 0;
}
/*formula end*/

.ivd .c3 {
    max-width: none;
}

td .icon18.icomoon-icon-question {
    color: #1f77b4;
}

/*multifactor page start*/

.MutliFactor-lbl label {
    padding-right: 0;
    width: 165px;
}

/*multifactor page end*/

/*show page start*/
.multiselect.dropdown-toggle.btn.btn-default.form-control {
    height: auto;
}

.col-sm-1.control-label.from-to-date-serach {
    width: 35px;
}

.icon16.icomoon-icon-calendar.date-icon-show {
    position: absolute;
    right: 15px;
    top: 5px;
}
.icon16.icomoon-icon-calendartime.date-icon-show {
    position: absolute;
    right: 15px;
    top: 5px;
}
.form-group.long-lable-IS label {
    width: 125px;
}

.auto-multi .multiselect-container.dropdown-menu {
    width: 300px !important;
}

    .auto-multi .multiselect-container.dropdown-menu a {
        margin: 0;
        padding: 0;
    }

.auto-multi .multiselect-container li a label.checkbox {
    width: auto !important;
}

.auto-multi .checkbox {
    margin: 0;
}

.modal-dialog .close-pop {
    position: absolute;
    right: -6px;
    top: -8px;
    cursor: pointer;
}



/*show page start*/
.multiselect.dropdown-toggle.btn.btn-default.form-control {
    height: auto;
    
}

.col-sm-1.control-label.from-to-date-serach {
    width: 18px;
}

    .col-sm-1.control-label.from-to-date-serach.from-date {
        width: 50px;
    }

.icon16.icomoon-icon-calendar.date-icon-show {
    position: absolute;
    right: 15px;
    top: 5px;
}
.icon16.icomoon-icon-calendartime.date-icon-show {
    position: absolute;
    right: 15px;
    top: 5px;
}

.form-group.long-lable-IS label {
    width: 125px;
}

.auto-multi .multiselect-container.dropdown-menu {
    width: 300px !important;
}

    .auto-multi .multiselect-container.dropdown-menu a {
        margin: 0;
        padding: 0;
    }

.auto-multi .multiselect-container li a label.checkbox {
    width: auto !important;
}

.auto-multi .checkbox {
    margin: 0;
}

.space {
    margin: 15px;
}
/*vessel details min-max icon start */
.v-details .maximize {
    top: 4px !important;
}

.v-details .minimize {
    top: 4px !important;
}
/*vessel details min-maxi con End */


/*.v-details .panel-body.panel-nopadd {
    border: 1px solid #dddddd;
    padding-bottom: 10px;
}*/

.table.table-bordered.table-striped.table-hover.dark-head th {
    font-size: 12px;
    text-align: center !important;
}

.col-sm-6.control-label.t-months {
    width: 124px;
}

.col-sm-6.control-label.MSPS-lbl {
    width: 50px;
}

.tbl-heading-main {
    font-size: 15px !important;
}

/*vessel deatils*/

.v-details .add-new-btn {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 0 !important;
}

    .v-details .add-new-btn .btn-alter {
        margin: 0;
    }

.v-details .panel {
    border: none !important;
}

.no-overflow {
    position: relative;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100%;
    display: inline-block;
}


/*vessel deatils end*/

.col-md-6.add-main-master label {
    width: 145px;
}

.col-md-6.add-notification label {
    width: 152px;
}

.switch-btn.SWITCH-BTN2 {
    display: block;
    height: 20px;
    margin: 5px;
    position: relative !important;
}

.incvvi-left .error {
    width: 70%;
}

.col-sm-8.text-right.vims-savs-btn {
    margin-top: 12px;
    padding: 0;
}

/* INCIDENT DASHBOARD V3 START */

.switch-btn.SWITCH-BTN2.show {
    display: block;
    height: 20px;
    margin: 10px 5px 0;
    position: relative !important;
}

/*.Incident-man-box .vi-box {
    font-size: 11px;
    position: absolute;
    right: 16px;
    top: -21px;
}*/

.Incident-man-box {
    background: white none repeat scroll 0 0;
    border: 4px solid #1f4e79;
    color: #1f4e79;
    margin-bottom: 15px;
    text-align: center;
}

.Incident-wartsila-box {
    background: white none repeat scroll 0 0;
    border: 4px solid #1f4e79;
    color: #1f4e79;
    margin-bottom: 15px;
    text-align: center;
}

    /*.Incident-wartsila-box .vi-box {
        font-size: 11px;
        position: absolute;
        right: 0;
        top: -21px;
    }*/

    .Incident-wartsila-box h2 {
        margin: 17px 7px 0;
        position: relative;
    }

.Incident-man-box h2 {
    margin: 17px 7px 0;
    position: relative;
}

/*.dropdown.vs-dash-v3 .dropdown-menu {
    background: #3071a9 none repeat scroll 0 0;
    border: medium none;
    left: 30px;
    top: 23px;
}

    .dropdown.vs-dash-v3 .dropdown-menu a {
        color: white !important;
    }

      .dropdown.vs-dash-v3 .dropdown-menu a:hover {
        color: black !important;
    }*/

select.select-tbl {
    max-width: 100px;
}

.btn.btn-info.chartntbl1 > p, .btn.btn-info.chartntbl2 > p {
    margin: 0;
}

.box-border {
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 0;
}

/*only for firefox*/

@-moz-document url-prefix() {
    .box-border{
    padding-bottom: 11px;
}

}
/*---------*/





.icomoon-icon-expand-2.Large-tbl.pull-right {
    display: none;
    font-size: 14px;
    cursor: pointer;
}

.switch-btn .inc-de {
    font-size: 14px;
}

/*.Incidence-table-v3 .table.table-bordered.table-striped.table-hover.dark-head.tbl12mth tr:nth-child(2n) {
    background: white none repeat scroll 0 0;
}*/

.back-clr {
    /*background: #4177a1 none repeat scroll 0 0;*/
}

.col-sm-12 {
    min-height: auto !important;
}
.ddShowTrimmedSelectedName {
    padding: auto !important;
}
/*.table.table-bordered.table-striped.table-hover.dark-head.tbl12mth {
    margin: 10px 0;
}*/
.padd-top {
    padding-top: 10px;
}

.box-border.back-clr {
    padding-top: 5px;
}

.Incident-man-box.no-vessel h2 {
    margin: 0;
}

    .Incident-man-box.no-vessel h2 span {
        font-size: 20px;
        margin: 4.5px 10px 5px 0;
    }

.switch-btn.switch-btn2.dash-v3 {
    /*color: white;*/
    float: left;
    position: relative !important;
    top: 0 !important;
}

.modal-content {
    color: black;
}

.color-white {
    color: black !important;
}

.color-yellow {
    color: #fecd7d;
}

.Incidence-table-v3 thead tr th {
    /* background: #97b7d8 none repeat scroll 0 0;*/
    color: #ffffff !important;
    font-weight: normal !important;
    opacity: 1 !important;
}



.table.table-bordered.table-hover.dark-head.tbl12mth tr:nth-child(odd) {
    background: white !important;
}

.table.table-bordered.table-hover.dark-head.tbl12mth tr:nth-child(even) {
    background: lightgray !important;
}

.table.table-bordered.table-hover.dark-head.tbl12mth {
    margin: 10px 0;
}

.nopadding-wrap {
    padding-top: 1px;
    padding-bottom: 1px;
}

.table-responsive.nochart td {
    white-space: nowrap;
}

.btn.btn-info.chartntbl1.pull-right.active {
    background: gray;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.btn.btn-info.chartntbl1.pull-right {
    background: #31b0d5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
/*.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}*/

.Incident-man-box.no-vessel h2 span.icon16 {
    background: #d4e0e7 none repeat scroll 0 0;
    padding: 0 5px;
}

/* INCIDENT DASHBOARD V3 END  */

.filter-bottom .col-sm-1.control-label {
    width: 40px;
}

.uvr {
    margin: 2px 0 0 0 !important;
    top: 0 !important;
}

.filter-bottom .multiselect-container.dropdown-menu a {
    padding: 0 !important;
}

    .filter-bottom .multiselect-container.dropdown-menu a label.checkbox {
        margin: 0 !important;
    }

.filter-bottom .multiselect-container {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    top: -201px;
}

.formula-n {
    position: relative;
}

h3.text-center.border-ddd {
    border: 1px solid #dddddd;
    margin-top: 20px;
}

.p-left {
    padding-left: 5px;
}

.p-right {
    padding-right: 5px;
}

.lowercase {
    text-transform: lowercase;
}

.col-sm-8.text-right.mast-savs-btn {
    margin: 10px 0 0 25px;
}

.icon18.icomoon-icon-book-2 {
    cursor: pointer;
}

.detail-1.filter-first.cvi-date label.error {
    width: auto;
}

.chart-notation {
    position: relative;
}

    .chart-notation > h3 {
        font-size: 14px;
        bottom: -3px;
        left: 0;
        position: absolute;
        right: 30%;
        text-align: center;
    }

@media (max-width:1199px) {

    .chart-notation > h3 {
        right: 40%;
    }
}

@media (max-width:991px) {

    .chart-notation > h3 {
        right: 50%;
    }
}

.tbl-small {
    height: 320px;
    overflow: auto;
}

.vims-logo {
    max-height: 46px;
}

.tce-icon {
    border: 1px solid gray;
    border-radius: 3px;
    cursor: pointer;
    font-size: 9px;
    padding: 1px 6px 0 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 2px;
}

.tce:hover {
    text-decoration: none;
}

.bob-act .col-sm-4.control-label {
    width: 110px;
}

.odd.gradeX td a:hover {
    color: #000;
}

/*.controls.center a:hover {
    color: black;
}*/


.test-ent .modal-dialog {
    max-width: 600px;
    width: auto !important;
    margin: 17% auto;
}
/*modal popup*/

@media (min-width: 768px) {
    .test-ent .modal-dialog {
        max-width: 600px;
        width: auto !important;
        /*margin: 30px auto;*/
    }
}

.test-ent button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: black;
    cursor: pointer;
    line-height: 0;
    margin-top: 0;
    opacity: 1;
    padding: 5px 0 5px 10px;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.test-ent .form-control {
    width: 160px !important;
}


/*CWT test report start*/

.cwt-search .control-label {
    width: 90px;
    padding-right: 0;
}

    .cwt-search .control-label.imo {
        padding-left: 0;
        width: 130px;
    }

/*cwt test report end*/

/*VesselSpecificCylinderReport start*/
.VSCR .control-label.imo {
    padding-right: 0;
    width: 130px;
}

.VSCR .control-label {
    padding-right: 0;
    width: 120px;
}

    .VSCR .control-label.eng-no {
        width: 75px;
    }

.VSCR-tbl tr td:first-child {
    font-size: 12px;
}

.VSCR-table-info .control-label.eng-no {
    font-size: 14px;
    padding-right: 0;
    width: 90px;
}

.VSCR-table-info .lbl-ans {
    font-size: 14px;
    font-weight: normal !important;
}

.VSCR-table-info .control-label.trh {
    font-size: 14px;
    padding-right: 0;
    width: 188px;
}

.VSCR-table-info {
    border: 1px solid #dddddd;
}
/*VesselSpecificCylinderReport End*/


.l9-l10-filter label {
    padding-left: 0;
    padding-right: 0;
    width: 120px;
}

.l9-l10-filter select {
    width: 100% !important;
}

.l9-l10-filter .multiselect {
    width: 100%;
}

.l9-l10-filter .multiselect-container.dropdown-menu li a {
    padding: 0;
}

    .l9-l10-filter .multiselect-container.dropdown-menu li a label {
        margin: 0;
    }

.l9-l10-filter .multiselect-container {
    height: auto;
    max-height: 200px;
}


.l9-l10-filter .dropdown-menu {
    min-width: auto;
}

#red {
    background: #ff9999 none repeat scroll 0 0;
    color: #fff;
}

#green {
    background: #73c48c none repeat scroll 0 0;
    color: #fff;
}

.select-radio {
    border: 1px solid #ddd;
    box-shadow: 0 2px 2px 1px gray;
    float: right;
    padding: 2px 10px;
}

.cwt-search .multiselect-container.dropdown-menu a {
    margin: 0;
    padding: 0;
}

    .cwt-search .multiselect-container.dropdown-menu a .checkbox {
        margin: 0;
    }

.VSCR-tbl td {
    white-space: nowrap;
}

.best-view {
    position: absolute;
    top: 7px;
}

.downarrow {
    position: absolute;
    color: white;
    top: -40px;
    left: 4%;
    font-size: 30px;
}

.best-arrow {
    position: relative;
}

.loginContainer a span {
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
}

.dscm-content p {
    margin: 0;
    font-size: 14px;
}

.dscm-content ol {
    font-size: 13px;
}

.dscm-content {
    font-weight: normal;
}

/*#gray {
    background: #A79CA2;
}*/


.test-ent {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.feedback-container-old.disclaimer {
    min-height: 450px;
    /*width: 80%;*/
}

.dscm-content {
    margin: 0 auto;
    /*width: 60%;*/
}

.l9-l10-tbl.table-responsive th {
    color: black !important;
    font-weight: normal;
}

.view-by {
    display: inline-block;
    margin-right: 12px;
    margin-top: 7px;
}

.part-price-tbl {
    margin: 0 auto;
    width: 60%;
}

    .part-price-tbl th {
        font-weight: normal;
    }

    .part-price-tbl td input {
        width: 60%;
    }

.pp-long-tbl {
    width: 275px;
}

.hover-color tr:hover td {
    color: white;
    background: #117480 !important;
}

    .hover-color tr:hover td .controls.center > a {
        color: white;
    }

    .hover-color tr:hover td .icon18.icomoon-icon-question {
        color: white;
    }

/*.col-md-8.pp-searh {
    margin-left: 22px;
}*/

.add-part-search {
    margin-right: 72px;
}

.add-prttbl {
    margin: 0 auto;
    width: 50%;
}

.aupp-tbl input {
    width: 40% !important;
}

.mng-prt-btn {
    margin-right: 73px;
}

.best-view {
    position: absolute;
    top: 7px;
}

.downarrow {
    position: absolute;
    color: white;
    top: -40px;
    left: 5%;
    font-size: 30px;
}

.best-arrow {
    position: relative;
}
/**************************/

.icon18.icomoon-icon-question {
    cursor: pointer;
}

#vessel-details .form-horizontal {
    margin: 0 !important;
}

#vessel-details .filters-btn {
    margin: 0 5px 0 0 !important;
}

#vessel-details {
    margin: 5px 0 0 !important;
}

select::-ms-expand {
    display: none;
}
/*incident show start*/
.frm-MSPS .multiselect-container.dropdown-menu {
    left: -72px;
    width: 200px !important;
}

.v-type-show .multiselect-container.dropdown-menu {
    left: -72px;
    width: 200px !important;
}

.con-grp-show label, .eng-show label {
    margin-left: 15px;
    width: 95px !important;
}

.v-type-show label, .frm-MSPS label {
    width: 80px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 0 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc !important;
    outline: 0 none;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc !important;
}

.con-grp-show .multiselect-container.dropdown-menu {
    width: 350px !important;
}
/*incident show end*/

/*multifactor start*/

.multi-owner .multiselect-container.dropdown-menu a {
    padding: 0;
}

.multi-owner .multiselect-container.dropdown-menu {
    width: 325px;
}

.ves-t-multi .multiselect-container.dropdown-menu a {
    padding: 0;
}

/*multifactor end*/

/**/

.l12-msps .multiselect-container.dropdown-menu {
    width: 190px !important;
}

.tech-op-l12 .multiselect-container.dropdown-menu {
    width: 330px !important;
}
/**/

.pp-lbl label {
    width: 130px;
}

.vpl-lbl label {
    width: 125px;
}


.l9-l10-filter .multiselect-container.dropdown-menu {
    width: 275px;
}

.l9-l10-filter .checkbox {
    width: auto !important;
}


.last-l9-l10 .multiselect-container.dropdown-menu {
    left: -178px;
    width: 275px;
}

.icon12.icomoon-icon-pencil {
    cursor: pointer;
}

.cw-RC .multiselect-container.dropdown-menu {
    width: 315px !important;
}


.form-group.VSCR-vessel-t label {
    width: 110px;
}


.VSCR-tbl.asbc {
    margin-left: 300px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 1px;
    width: auto;
}

/*.headcol {
    position: absolute;
    width: 5em;
    left: 0;
    top: auto;
    border-right: 0px none black;
    border-top-width: 3px; 
    margin-top: -3px; 
}*/

.VSCR-tbl .headcol {
    border-right: 0 none black;
    border-right: 1px solid #ddd;
    left: 16px;
    /*margin-top: -1px;*/
    position: absolute;
    top: auto;
    width: 301px !important;
}

/*.VSCR-tbl .headcol:before {
        content: 'Row ';
    }*/

.vscr.icomoon-icon-clock-2 {
    color: black;
    cursor: auto;
    font-size: 11px;
    margin: -2px 0 0 -14px;
    text-decoration: none !important;
}


.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal !important;
}


.VSCR-tbl td span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65px !important;
}

.VSCR-tbl .headcol span {
    display: table !important;
}

.icon12.icomoon-icon-remove {
    cursor: pointer;
}

.cwt-test-tbl.table-responsive td {
    white-space: nowrap;
    /*main master*/
}

.mm-dd select.form-control {
    background: rgba(0, 0, 0, 0) url("../images/arrowdown.png") no-repeat scroll 97% center / 6px 6px !important;
}


.mm-sc label {
    padding-left: 3px;
    width: 100px;
}
/*main master end*/

.from-to-date-serach.from-date {
}

.col-sm-3.control-label.cmm-sc {
    padding-left: 0;
    width: 98px;
}

.cmm-dd select.form-control {
    background: rgba(0, 0, 0, 0) url("../images/arrowdown.png") no-repeat scroll 97% center / 6px 6px !important;
}

/*vessel master*/
.m-content label {
    width: 150px;
}

/*vessel master end*/

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #60A6A6 !important;
    border-color: #37C2D8 !important;
    color: #fff;
}

.btn-primary {
    border-color: #37C2D8 !important;
}

.table.table-bordered.table-hover.dark-head.tbl12mth th {
    color: black !important;
    font-size: 13px;
    font-weight: normal;
}

table tr:hover .icon18.icomoon-icon-question {
    color: white !important;
}

.fc {
    width: 85px !important;
}

.cylinder-conf label {
    width: 147px;
}

.app-conf label {
    width: 125px;
}

.home-chart {
    border: 1px solid #ddd;
}

    .home-chart .panel-body {
        padding: 13px;
    }

.home-search-imo {
    padding-right: 0 !important;
    width: 139px;
}

.no-padd {
    padding: 0 !important;
}

.col-sm-4.control-label.home-search-onr {
    width: 70px;
}

.visit-srch th {
    background: #f8f8f8 none repeat scroll 0 0 !important;
}

.table.table-bordered.table-striped.table-hover.visit-srch a:hover {
    color: white !important;
}

.table.table-bordered.table-striped.table-hover.visit-srch tr:hover a {
    color: white !important;
}

/*VesselSpecificCylinderReport start*/
.VSCR .control-label.imo {
    padding-right: 0;
    width: 130px;
}

.VSCR .control-label {
    padding-right: 0;
    width: 120px;
}

    .VSCR .control-label.eng-no {
        width: 75px;
    }

.VSCR-tbl tr td:first-child {
    font-size: 12px;
}

.VSCR-table-info .control-label.eng-no {
    font-size: 14px;
    padding-right: 0;
    width: 90px;
}

.VSCR-table-info .lbl-ans {
    font-size: 14px;
    font-weight: normal !important;
}

.VSCR-table-info .control-label.trh {
    font-size: 14px;
    padding-right: 0;
    width: 188px;
}

.VSCR-table-info {
    border: 1px solid #dddddd;
}
/*VesselSpecificCylinderReport End*/

#gray > span {
    display: table;
    float: left;
    width: 41px !important;
    margin-left: 12px;
}




#frmTestEntry label.error {
    width: 100% !important;
}

.feedback-container-old {
    width: 70%;
}

.control-label.etg {
    width: 115px;
}


.cwt-test-tbl .table {
    table-layout: inherit;
}

    .cwt-test-tbl .table th {
        width: 100px;
    }

.last-svt .wr {
    padding-right: 0;
    width: 150px !important;
}

.first-headcol {
    margin: -1px 0 !important;
}

.VSCR label {
    padding-left: 0 !important;
}

.VSCR-vessel-t label {
    padding-left: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ohd input.error ~ .date-icon {
        margin-left: 110px !important;
    }
}

.detail-1.pisiton-ring-top label {
    padding-right: 0;
}

.VSCR-tbl tr td {
    height: 22px !important;
}

.cwt-test-tbl th {
    font-size: 12px !important;
    padding: 3px 8px !important;
    white-space: nowrap;
}

#VendorList td p {
    margin: 0;
}


.form-group.f.up {
    border: 1px solid #ddd;
    padding: 5px;
}

#divSummery {
    left: 30%;
    position: absolute;
    top: 0;
}

.inc-imp {
    min-height: 140px;
    position: relative;
}

.ice-fup {
    border: 1px solid #ddd;
    display: table;
    margin-bottom: 10px;
    padding: 6px;
}

.wrvssb-filter .multiselect {
    width: 100% !important;
}

.wrvssb-filter label {
    padding-left: 0;
    padding-right: 0;
    width: 124px;
}

.wrvssb-filter .multiselect-container li a label.checkbox {
    height: auto;
    padding: 0;
    margin: 0;
}

.wrvssb-filter .multiselect-container.dropdown-menu li > a {
    padding: 3px 0;
}


.ice-fup.imp-ent {
    width: 260px;
}

.wrvssb-filter .col-sm-3:last-child .multiselect-container.dropdown-menu {
    left: -91px;
}

.wrvssb-filter .multiselect-container.dropdown-menu label {
    width: 100%;
}

.full-width input {
    width: 100%;
}

.full-width .date-icon {
    right: 13%;
}

/*.highcharts-title {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 99% !important;
}*/

.chart-title {
    display: block;
    width: 100%;
}

.highcharts-title {
    text-indent: -10000px;
}

.chart-t h3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #3d3d3d none repeat scroll 0 0;
    border-color: #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 5px 5px 0;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 7px;
    position: relative;
    top: 1px;
    width: 90%;
}
.UWCDetails{
    margin:auto 3px;
}

.UWCDetails label {
    padding: 5px 0 !important;
    width: 85px;
}


.UWCDetails .APmId {
    width: 52px;
}

.UWCDetails input {
    width: 100%;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .ecl-left .date-icon {
        /*margin-left: 20px;*/
    }
}

.vr-design {
    width: 83px !important;
}

.vr-vtype {
    width: 75px !important;
}



.casper-nav {
    margin-top: 1em;
}

    .casper-nav > li {
        width: 10em !important;
    }

/* CASEPER */
.row.match-my-cols {
    overflow: hidden;
}

    .row.match-my-cols [class*="col-"] {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

tr.drop {
    background-color: #004e6b !important;
    color: #FFFFFF;
}

.header-grey {
    background-color: #e6e6e6;
    margin: 0 1px;
}

    .header-grey div {
        margin-top: 0.1em;
    }

input.ng-invalid, select.ng-invalid, textarea.ng-invalid {
    border: 1px solid red;
}

input.ng-untouched, select.ng-untouched, textarea.ng-untouched {
    border: 1px solid #ccc;
}

.btn-bottom {
    margin-top: 1em;
}

.hide {
    display: none !important;
}

.pad-right {
    padding-right: 4%;
    padding-left: 2%;
}

.chk-label {
    top: -0.3em;
    position: relative;
    padding-right: 5px;
}

.uws-left-img-parent:hover .uws-left-img {
    content: url("../images/MLUWS logo.png")
}

.drop .uws-left-img {
    content: url("../images/MLUWS logo.png")
}

.uws-left-img {
    content: url('../images/MLUWS logo_dark.png')
}


.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 60px;
    height: 20px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 8px;
    text-transform: uppercase;
    background: green;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: white;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 18px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 42px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
/*.liactive {
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.4);
}

.pad-right {
    padding-right: 4%;
    padding-left: 2%;
}*/

.dashboard-title {
    background: #00bcd1 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    padding: 9px 0;
    text-align: left;
    padding-left:5px;
}
/* About Us Page CSS */

/*#UEFContainer {
    margin-top: 25px;
    margin-left: 15px;
}*/

.UEFHeader {
    background-color: lightskyblue;
    /*color: white;*/
    font-size: 14px !important;
    font-weight: bold !important;
}

.UEFHeader .col-md-3:nth-child(odd) {
    border-right: 1px solid lightgrey;
    padding: 6px 0px 0px 18px;
    /*padding: 5px;*/
}

.UEFHeader .col-md-1 {
    padding: 5px;
}

.UEFHeaderName {
    padding: 5px;
}

.UEFHeaderRight {
    border-right: 1px solid;
    text-align: right;
    padding: 5px;
}

#UEFContainer .col-md-2 {
    /*text-align: right;*/
    padding: 5px;
}

.UEFTitle {
    border-top: 2px solid lightgrey;
}

.UEFTitle .col-md-3 {
    border-right: 1px solid lightgrey;
}

.UEFTblDivHeader {
    border-bottom: 2px solid lightgrey;
    padding: 2px;
    border-left: 1px solid lightgray;
}


#uwo-timeline {
    border: 1px solid lightgray;
    margin-top: 25px;
}

    #uwo-timeline .row .ddGray {
        background-color: grey;
            padding: 0px 20px;
    }

    #uwo-timeline .row .ddPPI {
        background-color: red;
        padding: 0px 20px;
    }

    #uwo-timeline .row .ddBlue {
        background-color: #BDD7EE;
        padding: 0px 20px;
    }

    #uwo-timeline .row .ddYellow {
        background-color: #FCE89A;
        padding: 0px 20px;
    }

    #uwo-timeline .row .ddPink {
        background-color: #FFC7CE;
        padding: 0px 20px;
    }

    #uwo-timeline .row .ddToday {
        background-color: cadetblue;
        padding: 0px 20px;
    }

    #uwo-timeline .row .ddOrange {
        background-color: orangered;
            padding: 0px 20px;
    }


.chart1labelTxt {
    margin-right:75px;
}

#uwo-timeline span i .icon icon-circle-arrow-right {
color:white !important;
}

#TTSChart23 {
    margin-top: 25px;
    margin-left: 15px;
}

#TTSChart23 .TTSCol {
    border: 1px solid;
}

#TTSChart23 .TTSCol2 {
    border: 1px solid;
    margin-left: 32px;
}

.TTSChart3Title {
    background-color: deepskyblue;
    text-align: center;
}

.TTSChart2Title {
    text-align: center;
}

.TTSchart2span {
    color: orange;
}

#Chart4 {
    border: 2px solid;
    margin-top: 25px;
    background-color: deepskyblue;
}

#Chart4 .row {
    /*background-color: deepskyblue;*/
    text-align: center;
}

#HCO1 {
    margin-top: 25px;
}

#HCO2 {
    margin-top: 25px;
}

.HOCHeader {
    background-color: skyblue;
    padding: 2px;
    border-bottom: 1px solid;
}

.HOCBorder {
    border-bottom: 1px groove;
}

.HOCSubHeading {
    background-color: mistyrose;
    border-right: 1px solid;
}

.HOCLabel {
    border-right: 1px solid;
}

.HOCSections {
    border: 1px groove;
    /*margin-right: 75px;*/
    margin-top: 10px;
}

    /*.HOCSections .row {
    background-color:skyblue;
    padding:2px;
    border-bottom:1px solid;
    }*/

@media screen and (max-width: 768px) {
    #TTSChart23 .TTSCol2 {
        border: 1px solid;
        margin-left: 0px;
        margin-top: 25px;
    }
}

.tblstriped tbody tr:nth-child(odd) th{
color:white !important;
}

.OPDetails th {
    width: 40%;
}

/*.OPDetails {
    border-left: 1px solid;
    border-bottom:1px solid;
}*/

.TechDetails th {
    width: 35%;
}

.PaintDetails th {
    width: 45%;
}

.TimeLineDetails th {
    width: 50%;
}

.tblbottom{
    margin-bottom: 30px;
}

.uwsdashboard .nav-tabs {
    background: none repeat scroll 0 0 !important;
    background-color: white !important;
}

.uwsdashboard .nav-tabs > li > a {
    color: #000000;
}

.uwsdashboard .dashboard-title {
    background: none repeat scroll 0 0 !important;
    color: black !important;
    text-align: left !important;
    padding-left: 5px !important;
}

.accordianStyle{
margin-left: 15px;
}

.uwsdashboard .filter-menu {
    top: 32px;
    min-width: 105px;
}

.uwsdashboard .filterMenu-icon {
    margin-top: 5px;
    font-size: initial;
    padding-right: 3px;
    padding-left: 1px;
    padding-top: 2px;
}

.uwsdashboard .filtermenu-settingsicon
{
    padding: 5px; 
    padding-right: 0px; 
}

.uwsdashboard .filtermenu-settingsicon:hover {
    background-color: #23a58d7a;
    padding-bottom: 7px !important;
}

.uwsdashboard .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.uwsdashboard .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
    border-bottom:0px;
}

.uwsdashboard .panel-title {
    font-size: 18px;
}

.uwsdashboard .panel-title > a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color:black;
}
uwoDashboardTxt


.uwsdashboard .panel-body {
    /*border: 1px solid lightgrey;*/
    /*background-color: #FAFAFA;*/
    background-color: #e1f1f9;
}

.uwsdashboard .panel-title {
    background-color: #c5e1ef;
}

.uwsdashboard .CWJP_Chart{
    padding-top:32px;
}

.uwsdashboard .Charts_Margin{
    margin-top:15px !important;
}

.uwsdashboard .form-horizontal .form-group {
    margin-left:0px !important;
}

.uwsdashboard .operational_icon {
    background-image: url(../images/glyphicons-halflings.png);
    background-position: -288px -144px;
}

.uwsdashboard .Leadtimefilters {
    border: 1px #ebba95 solid; 
    padding: 5px; 
    margin-left: 1px;
}


.uwsdashboard .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'icomoon'; /* essential for enabling glyphicon */
    content: "\e2d4"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
    margin-right: 15px;
}

.uwsdashboard .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e2d2"; /* adjust as needed, taken from bootstrap.css */
}

.uwsdashboard .highcharts-container {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 0px;
}

.HighchartSubtitle {
    background-color: rgb(255, 255, 255);
    margin-bottom: 0px;
    box-shadow: 0 4px 8px 1px rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 0px 0px 10px;
}

.uwsdashboard .highcharts-container:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.uwsdashboard .filterOptions {
    margin: 0px 0px 10px 0px;
    padding-bottom:5px;
}

.uwsdashboard .filteroverflow {
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.uwsdashboard .datefilteroverflow {
    white-space: nowrap;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.uwsdashboard .selectedfilter {
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.uwsdashboard .filteroverflow:hover {
    overflow: visible;
}*/

.uwsdashboard #after {
    cursor: pointer;
    /*border: 1px solid red;*/
    display: block;
    position: absolute;
    top: 0;
    /*right: 40%;*/
    width: 2.2em;
    height: 2.2em;
}


.uwsdashboard .tooltip {
    width: 200px;
    visibility: hidden;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 4em;
    white-space: normal;
    /*left: 0;*/
}


.uwsdashboard #after:hover + .tooltip {
    visibility: visible;
    transition: opacity 0.5s ease;
    opacity: 1;
}

#leadTimeHelp .modal-body{
    padding: 0px !important;
}

#leadTimeHelp .modal-header {
    padding: 0px !important;
}

#leadTimeHelp .modal-body img{
    height: 880px;
}

#leadTimeHelp .modal-content {
    width: 715px;
}

/*.foulingTable{
    cursor:pointer !important;
}

.UEFTable tbody th, tbody td {
    text-align: left !important;
    vertical-align: middle !important;
}

.UEFTable > thead > tr > th, .table > tbody > tr > th, .UEFTable > tfoot > tr > th, .UEFTable > thead > tr > td, .UEFTable > tbody > tr > td, .UEFTable > tfoot > tr > td {
    font-size: 11px !important;
    padding: 3px !important;
    background-color: #f5f5f5;
}

.UEFTable th {
    background: #f5f5f5 none repeat scroll 0 0 !important;
    color: #2e454d !important;
    opacity: unset !important;
    border-top: 0px !important;
}

.UEFTable tbody tr:nth-child(odd) th {
    color: black !important;
}

.UEFTable > tbody > tr:hover:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: #e7f9ff !important;
    color: black !important;
}

.UEFTable > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    color: black !important;
}

.UEFTable tbody {
    border-bottom: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
}

.UEFHeader .row {
    margin-left: -3px;
}

div #myTimeline .jqtl-footer {
    margin: 0px auto !important;
}
*/


/* Define the stop colors */
#gradient-0 stop {
    stop-color: #7cb5ac !important;
}

    #gradient-0 stop[offset="0"] {
        stop-opacity: 0.75 !important;
    }

    #gradient-0 stop[offset="1"] {
        stop-opacity: 0 !important;
    }

#gradient-1 stop {
    stop-color: #cccccc;
}

    #gradient-1 stop[offset="0"] {
        stop-opacity: 0;
    }

    #gradient-1 stop[offset="1"] {
        stop-opacity: 0.25;
    }

/* Apply the gradients */
.highcharts-plot-background {
    fill: url(#gradient-1);
}

.highcharts-color-0 .highcharts-area {
    fill-opacity: 1 !important;
    fill: url(#gradient-0) !important;
}

/*Fou;ling popup Dropdown image css */

.foulingPopupImg {
    height: 30px;
    margin-left: 4px;
}

/*Css to Hide Date of timelie.js*/
.jqtl-event-node::before{
    display:none;
}

.widthAuto {
    width: auto !important;
}

/*multiselect*/
.multiselect.dropdown-toggle::after {
    content: none !important;
    background-color:none !important;
}
.multiselect .btn-group {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    background: none !important;
}

/*.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}*/
/*.btn:hover, .btn:active, .btn:focus {
    color: black !important;
    border:none !important;
    background-color: transparent !important;
}*/

.multiselect:hover, .multiselect:active, .multiselect:focus {
    color: #333;
    color: black !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    /*background-color: #e6e6e6 !important;*/
    background-color: #fff !important;
    border-color: #adadad !important;
}
.multiselect {
    color: #333;
    background-color: #fff !important;
    border-color: #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.tooltip-inner{
    font-size: 11px;
}
.filtermenu-settingsicon::after {
    content: none !important;
}
.cursor-pointer {
    cursor: pointer;
}

.toast-container{
    position: fixed !important;
}
UEFContainer .table-striped > tbody > tr:hover:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: #606060 !important;
    color: white;
}
