﻿
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    text-align: left;
    font: 11px Helvetica, Arial, sans-serif;
    font-size: 11px !important;
    height: 100%;    
    line-height: 14px !important;
}

html,
body,
form {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

legend {
    color: #090;
}

img {
    border: none;
}

#footer {
    clear: both;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    font-size: 10px;
    color: #898989;
    width: 768px;
    text-align: right;
    left: 30%;
    right: 25%;
    position: absolute;
    margin: auto;
}

a {
    text-decoration: none;
}

#defaultfooter {
    clear: both;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    font-size: 10px;
    color: #898989;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    margin: auto;
}

.LoginControl {
    background-color: #FFFFFF;
    border-color: #CCCC99;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 10pt;
}

.pagebackground {
    background-color: #BDDEFF;
    background-repeat: repeat-x;
    background-image: url('images/page_bg.png');
}

.loginpagebackground {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-image: url('images/page_bg.png');
}

/* Login Page : Top Pane */


.application_title {
    font-size: 24px;
    color: #ffffff;
}

.loginpage_companyname {
    font-family: Tahoma;
    font-size: 16px;
    color: #ffffff;
}

/* Login Page :Middle Pane */


.Loginbox_background {
    padding: 10px 10px 10px 10px;
    background: url(images/loginbox_bg.png) repeat-x;
    background-color: #cbe4fe; /*#F7F6F3; */
    border-color: #e5eaee; /*#a6cbe8;#E6E2D8;  */
    border-width: 1px;
    border-style: Solid;
    border-collapse: collapse;
    color: #333333;
    font-family: Verdana;
    font-size: 1em;
    width: 325px;
}

.login_text {
    color: #005898; /*White;*/
    /*background-color:#5D7B9D;*/
    background: url('images/logintxt_bg.png') repeat-x;
    /*font-size:0.9em;*/
    border: solid 1px #9fd1f5;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
}

.userinstruction_text {
    color: #3166a6; /*Black;*/
    font-style: italic;
    height: 30px;
}

.login_button {
    color: #ffffff; /*2f6ba1 284775; */
    /*background-color:#FFFBFF;*/
    background: url('images/loginbtn_bg.png') repeat-x;
    border-color: #ffffff; /*b5d6fe#CCCCCC;*/
    border-width: 1px;
    border-style: Solid;
    font-family: Verdana;
    width: 120px;
}

.browser_text {
    color: navy;
}

.upperCase {
    text-transform: uppercase;
}

.dashboard_section {
    background: url('images/nav_link.png') repeat-x;
    border-color: #ffffff;
    border-width: 1px;
    border-style: Solid;
    font-family: Tahoma;
    color: #10428C;
    font-weight: bold;
}
/*Forgot Password Page*/

.forgotpw_companyname {
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
}

.forgotpw_container {
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    width: 440px;
    border: 1px;
    border-style: solid;
    border-color: lightgray;
}


/* Top Pane - Application Title and Links*/
.title {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px;
    color: #ffffff;
}

.systemadmin_text {
    font-weight: bold;
    color: #ffffff;
}

.activevessel_text {
    color: #add8e6;
}

.applinks {
    font-size: 10px;
    font-weight: bold;
    padding: 0px 5px;
}

.header {
    padding: 15px 5px;
}

    .header div {
        float: right;
        padding: 5px 0px;
    }

        .header div a {
            color: #0000ff;
        }

.toolbarContent {
    padding: 5px;
    float: left;
    height: 25px;
}

    .toolbarContent img {
        vertical-align: top;
        border: 0px;
        margin-right: 5px;
    }

    .toolbarContent a, .toolbarContent a:visited {
        padding: 5px;
        text-decoration: none;
    }

        .toolbarContent a:hover {
            text-decoration: underline;
        }

/* TOOLBAR - Application Title - Not Used */

.toolbar {
    height: 25px;
    margin: 0px 5px;
    background-image: url('images/toolbar_bg.png');
    background-repeat: repeat-x;
    float: left;
}

.toolbarLeft {
    background-image: url('images/toolbar_left.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 7px;
    float: left;
}

.toolbarRight {
    background-image: url('images/toolbar_right.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 12px;
    float: left;
}


/* NAVIGATION - Title bar on page*/

.navigation {
    width: 14%;
    height: 100%;
    /* border: solid 1px #6394CE;*/
    background-color: #ffffff;
    float: left;
    vertical-align: bottom;
    position: absolute;
}

.subHeader {
    background-image: url('images/subheader_bg.png');
    background-repeat: repeat-x;
    height: 27px;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    color: #10428C;
    /*padding:0px 0px 0px 4px;*/
}

    .subHeader div {
        font-size: 11px;
        font-weight: bold;
        color: #10428C;
    }

.divFloat {
    float: right;
    margin-right: 0px;
}

.divFloatLeft {
    float: left;
    margin-left: 0px;
}
/* NAVIGATION - Left Pane Menu links */

.navPanel {
    padding: 3px;
    height: 60%;
}

    .navPanel a, .navPanel a:visited {
        display: block;
        color: #000000;
        border: solid 1px #ffffff;
        text-decoration: none;
    }

        .navPanel a:hover {
            background-color: #FFE88C;
            border: solid 1px #D69C00;
        }

.navPanellabel {
    background-color: #FFE88C;
    border: solid 1px #D69C00;
    width: 100%;
    height: 24px;
    color: Black;
    font-weight: bold;
    vertical-align: middle;
}

.navPanelMenu {
    background-color: #FFE88C;
    border: solid 1px #D69C00;
    width: 100%;
    height: 18px;
    color: Black;
}

/* NAVIGATION - Context Menu */

.cntxMenuSelect a {
    height: 16px;
    display: block;
    padding: 4px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #5588bb;
    border-color: Red;
}

    .cntxMenuSelect a:hover {
        background-color: lightblue;
        color: Navy;
    }

/* NAVIGATION - Toolbar buttons/links */

.navSelect a {
    height: 16px;
    display: block;
    background-image: url('images/nav_link.png');
    background-repeat: repeat-x;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

    .navSelect a:hover {
        background-image: url('images/nav_link_hover.png');
        background-repeat: repeat-x;
    }

/* NAVIGATION - Left Pane Links for Applications */

.navAppSeparator {
    height: 5px;
    background-image: url('images/nav_separator.png');
    background-repeat: repeat-x;
    background-position: center;
}

.navAppSelect {
    position: absolute;
    bottom: 0px;
    width: 100%;
    vertical-align: bottom;
}

    .navAppSelect a {
        height: 20px;
        display: block;
        padding: 2px;
        background-image: url('images/nav_link.png');
        background-repeat: repeat-x;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        color: #000000;
    }

        .navAppSelect a:hover {
            font-size: 11px;
            background-image: url('images/nav_link_hover.png');
            background-repeat: repeat-x;
        }

/* NAVIGATION - Grid Toolbar selected/not selected */

.selected {
    background-image: url('images/nav_link_hover.png');
    background-repeat: repeat-x;
}

.notselected {
    background-image: url('images/nav_link.png');
    background-repeat: repeat-x;
}

/* Grid Footer Entry - Mandatory and Non Mandatory fields*/
.gridinput {
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    border: 1px solid #9f9fff;
    width: 100%;
    height: inherit;
}

.gridinput_mandatory {
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    border: 1px solid #ff9191 !important; /*ff0000*/
    width: 100%;
}

.gridposition {
    position: relative;
}

.gridnavlink {
    color: #ffffff;
}
/* Screen Entry - Mandatory and Non Mandatory fields*/


.input_lable {
    color: #000080;
}

.input {
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    /*border: 1px solid #9f9fff;*/
    height: inherit;
}

.input_mandatory {
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    border: 1px solid #ff9191 !important; /*ff0000*/
    height: inherit;
}

/*style for Readonly Text Box*/
.readonlytextbox {
    background-color: #EEEEEE;
    border: 1px solid #D6D5B6;
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    height: inherit;
}

/*style for mandatory dropdownlist*/
.dropdown_mandatory {
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    border: 1px solid #ff9191; /*ff0000*/
}

.DataGrid-HeaderStyle {
    background-color: #5588bb;
    color: #ffffff;
    font-weight: bold;
    /*position: relative;*/
    cursor: default;
    z-index: 10;
    white-space: nowrap;
    position: static;
}

    .DataGrid-HeaderStyle a {
        color: #ffffff;
    }

.datagrid_alternatingstyle {
    background-color: #f9f9fa;
}

.datagrid_footerstyle {
    color: #000066;
    background-color: #dfdfdf;
}

.datagrid_selectedstyle {
    background-color: #bbddff;
    font-weight: bold;
}

.datagrid_pagestyle {
    background-color: #88bbee;
}

/*Grid Messages */
.grid_statusmessage {
    visibility: visible;
    height: 65px;
    width: 300px;
    left: 350px;
    top: 0px;
    background-color: #bddeff;
    border: solid 1px #043b76;
    color: #043b76;
    text-align: center;
    position: fixed;
}

/* UserControl - Number field */
.txtNumber {
    text-align: right;
}

.hidden {
    display: none !important;
}

/* Accordion */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: Navy;
    background-color: #f9f9fa;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeader a {
        color: Navy;
        background: none;
        text-decoration: none;
    }

        .accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: Navy;
    background-color: #5588bb;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }

/*Under construction Page*/

.title_text {
    font: 14pt/16pt verdana;
    color: #0000ff;
}

.content_text {
    font: 9pt/12pt verdana;
    color: black;
}

.hr_line {
    color: blue;
}

/*Style for Crew Module Grid Section*/
.rowred {
    background-color: #ff5050;
}

.rowyellow {
    background-color: #fef983;
}

.rowblue {
    background-color: blue;
}

.rowoverlap {
    background-color: aqua;
}

.redfont {
    color: red;
}

.bluefont {
    color: blue;
}

.offsigner {
    background-color: #c0fafe;
    white-space: nowrap;
}

.onsigner {
    background-color: #ffffe1;
    white-space: nowrap;
}


/*Style for Account Module - image alignment*/

.imgalign {
    vertical-align: bottom;
}

/*Style for Tooltip Text*/

.tooltiptext {
    visibility: hidden;
    height: auto; /*65px; */
    width: 300px;
    text-align: left;
    position: fixed;
    z-index: 99;
    background-color: #bddeff;
    padding: 5px 10px 5px 10px;
    border: solid 1px #043b76;
    color: #001f35;
    font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/*style for popup header title*/
#div1 {
    padding-top: 2px;
    padding-left: 5px;
}

#divHeading {
    padding-top: 2px;
    padding-left: 5px;
}

/*Style for Guideline */

.guideline_text {
    font-weight: bold;
    color: #00F;
}

/*End style*/

.greenfont {
    color: green;
    font-weight: bold;
}

.rowgreen {
    background-color: green;
}

.maroonfont {
    color: Maroon;
    font-weight: bold;
}

.rowmaroon {
    background-color: Maroon;
}

.purplefont {
    color: Purple;
}

.rowpurple {
    background-color: Purple;
}


.maxhighlight {
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    border: 1px solid #9f9fff;
    height: inherit;
    color: red !important;
    font-weight: bold !important;
}

.navMorelinks {
    background-color: #f0f0f0;
    background: linear-gradient(to bottom, #e4f7fd, #d7ebf2);
    border: 0px solid #809a9b;
    color: #245462 !important;
    position: relative;
    cursor: default;
    text-align: left;
    width: 100%;
    font-weight: bold;
    vertical-align: middle;
}

.navMorelinksSelect a {
    height: 20px;
    display: block;
    padding: 2px;
    background-repeat: repeat-x;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #f0f0f0;
    border-color: Red;
}

    .navMorelinksSelect a:hover {
        font-size: 11px;
        background-image: url('images/nav_link_hover.png');
        background-repeat: repeat-x;
    }

.cntxMorelinksSelect a {
    height: 16px;
    display: block;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #e4f7fd;
    border: aquamarine;
    border-color: Red;
}

    .cntxMorelinksSelect a:hover {
        background-color: lightblue;
        color: #245462;
    }

div.RadGrid {
    border: 0 none;
}

.RadGrid {
    box-sizing: border-box;
}

div.RadToolBar .rightButton {
    float: right;
}

.rdTreeFilter {
    background-color: #e3e3e3;
}

.rdTreeFilter {
    padding: 3px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: inherit;
}

.rdTreeScroll {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}

.virtualRadComboBox .rcbHeader ul,
.virtualRadComboBox .rcbFooter ul,
.virtualRadComboBox .rcbItem ul,
.virtualRadComboBox .rcbHovered ul,
.virtualRadComboBox .rcbDisabled ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.virtualRadComboBox.RadComboBoxDropDown .rcbHeader {
    padding: 5px 27px 4px 7px;
}

.virtualRadComboBox .rcbScroll {
    overflow: scroll !important;
    overflow-x: hidden !important;
}
.virtualRadComboBox .col1,
.virtualRadComboBox .col2,
.virtualRadComboBox .col3,
.virtualRadComboBox .col4,
.virtualRadComboBox .col5 {
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
    float: left;
    word-wrap: break-word;
    white-space: normal;
}
.virtualRadComboBox .col1{
    width: 10%;
}
.virtualRadComboBox .col2 {
    width: 20%;
}
.virtualRadComboBox .col3 {
    width: 30%;
}
.virtualRadComboBox .col4 {
    width: 40%;
}
.virtualRadComboBox .col5 {
    width: 50%;
}
/*Fontawesome icons*/

.pfas > i {
    font-size: 1.4em;
}

/*End Fontawesome icons*/
.icon {
    padding-right: 2px;
    font-size: 16px;
}

/*To fix the pager text box issue*/
.RadGrid_Default .rgPagerTextBox {
    padding: 4px 4px !important;
}

[class^="Rad"], [class^="Rad"] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; / If you want dots under the hoverable text /
}
.CustomDisabledItem .rtbText {
    font-weight: bold;
}
.rgHeader {
    background: #1c84c6 !important;
    border-color: #0672b7 !important;
    color: #ffffff !important;
}
.rgHeader a {
    color: #ffffff !important;
}
.rgHeader .RadLabel_Windows7 {
    color: #ffffff !important
}
.RadLabel_Windows7 {
    color: black !important
}
.RadGrid_Windows7 .rgRow a {    
    color: #0000ff !important;
}
.RadGrid_Windows7 .rgAltRow a {    
    color: #0000ff !important;
}
.RadGrid_Windows7 .rgFooter a {
    color: #0000ff !important;
}
.RadGrid_Windows7 .rgRow {
    color: black !important;
    background-color: aliceblue !important;
}
.RadGrid_Windows7 .rgAltRow {
    color: black !important;
}
.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.RadToolBar {
    padding: 1px !important;
}
.RadGrid .rgCommandCell {
    padding: 1px !important;
}
.RadScheduler_Windows7 .rsHorizontalHeaderTable {
    background: #1c84c6 !important;
    border-color: #0672b7 !important;
    color: #ffffff !important;
}
.RadGrid .rgHeader, .RadGrid th.rgResizeCol, .RadGrid .rgRow td, .RadGrid .rgAltRow td {
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.rotate {
    transform: rotate(-58deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-58deg);
    /* Firefox */
    -moz-transform: rotate(-58deg);
    /* IE */
    -ms-transform: rotate(-58deg);
    /* Opera */
    -o-transform: rotate(-58deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /*width:200px;*/
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 7px;
}

.RadInput {
    line-height: 14px !important;
}

.RadInput .riTextBox, .RadInputMgr {
    padding: 2px 5px !important;    
}

.RadComboBox {
    line-height: 14px !important;
}

.RadComboBox .rcbActionButton {
    padding: 2px !important;
    height: auto !important;
}

.tuftbush {
    background-color: rgb(248,203,173) !important;
    color: black !important;
}

.creambrulee {
    background-color: rgb(198,224,180) !important;
    color: black !important;
}

.gossip {
    background-color: rgb(255,242,204) !important;
    color: black !important;
}

.bittersweet {
    background-color: rgb(189,215,238) !important;
    color: black !important;
}

.RadToolBar .rtbDisabled, .RadToolBar.rtbDisabled {
    opacity: 1 !important;
}