﻿/* TAGS */
body, div, p, h2, h3, h4, ul, li, table
{
    margin: 0;
    padding: 0;
    border: none;
    font-size: 12px;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    position: relative;
    font-weight: bold;
    font-size: 14px;
    color: #080808 !important;
    margin-left: 8px;    
}

h2
{
    position: relative;
    font-weight: bold;
    font-size: 12px;
    color: #790000 !important;
}

label
{
    font-weight: normal;
    color: #000000;
}

th
{
    text-align: left;
}

hr
{
    border-left: medium none;
    border-right: medium none;
    border-bottom: medium none;
    border-top: 1px solid #300;
}

/* Links */
a, a:visited
{
    color: #661133;
    text-decoration: none;
}

a:active
{
    color: #BB1111;
}

a:hover
{
    color: #BB1111;
}

.external_link
{
    font-weight: normal !important;
    text-decoration: underline !important;
}

/* CLASSES */
.hidden
{
    position: absolute;
    margin-left: -8000px;
}

.u
{
    text-decoration: underline;
}

.logo
{
    margin: 15px 0px 10px 0px;
}

.hyperlink
{
    font-family: Verdana;
    font-size: xx-small;
}

.button
{
    background-color: #e7dfd0;
    background-image: url(../../Images/Backgrounds/button_back.gif);
    border: 1px solid #661133;
}

.box1
{
    background-repeat: repeat-x;
    border: 1px #45668F;
    background-color: #efefef;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    margin: 1px;
}

.box2
{
    background-image: url(../../images/Backgrounds/box_tile_gradient.gif);
    background-repeat: repeat-x;
    background-color: #fff;
    border: 1px solid #200;
    font-weight: normal;
    padding: 5px;
}

.box3
{
    background-image: url(../../Images/Backgrounds/box_3_gradient.gif);
    background-repeat: repeat-x;
    border: 1px dotted #220000;
    background-color: #fff;
    font-weight: normal;
    padding: 5px;
}

.footnote
{
    font-style: italic;
    color: #a9a9a9;
}

/* Header Elements */
#header
{
    background-color: #8d8d8d;
    height: 33px; /*background-image: url(../../images/Backgrounds/top_bar_tile.gif);     background-repeat: repeat-x;*/
    text-align: right;
    padding: 0 20px 0 0;
}


.footer
{
    font-family: Verdana;
    font-size: 10px;
    margin: 5px;
    text-align: right;
    clear: both;
    color: #253d93;
}

.center_footer
{
    text-align: center;
    font-size: 10px;
    padding-top:20px;
}

#div_footer
{
    display: none;
    margin-top: 26px;
    font-family: Verdana;
}

#shortcuts
{
    display: inline;
    margin: 0 5px;
}

#shortcuts a
{
    display: block;
    height: 30px;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #ffffff;
    float: left;
    color: #fff0cf;
    font-weight: bold;
}

#shortcuts a:link, #shortcuts a:visited
{
    /**/ /*background-image: url(../../images/Backgrounds/top_menu_on.gif);*/
}

#shortcuts a:hover
{
    background-color: #1B1B1B; /*background-image: url(../../images/Backgrounds/top_menu_on.gif);*/
}

#shortcuts img
{
    vertical-align: middle;
}

#shortcuts ul, #shortcuts li
{
    list-style-type: none;
    display: inline;
}

/*LOGIN*/
#login_control, #login_control div
{
    display: inline;
    color: #FFF0CF;
}

#login_control a
{
    vertical-align: middle;
    font-weight: bold;
}

#login_control img
{
    vertical-align: middle;
}

#logout a
{
    color: #FFF0CF;
    padding-top: 15px;
}

#login_control_user
{
    vertical-align: middle;
    font-weight: bold;
    padding-top: 15px;
}

#top_links
{
    background: #000;
    color: #fff;
    text-align: right;
    font-size: 0.8em;
}

#top_links a
{
    color: #fff;
    font-weight: bold;
}

#img_logo
{
    margin-top: -4px;
}

.logo_top
{
    text-align: right;
    margin-bottom: -30px;
    margin-top: -12px;
    margin-right: 7px;
    display: none;
    padding: 8px;
}

.message
{
    color: #f00;
    text-align: center;
}

/* Navigation Elements */
#navigation_column
{
    width: 221px;
    float: left;
    margin-left: 5px;
}

#breadcrumb
{
    background-image: url(../../images/Glyphs/breadcrumb_tile.gif);
    background-repeat: repeat-x;
    border: 1px dotted #45668F;
    color: #6e1c43;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 13px;
    padding: 2px;
}

#breadcrumb
{
    font-weight: bold;
}

#content
{
    margin: 5px 0px 5px 5px;
}

.MessageDescription
{
    background-image: url(../../Images/Backgrounds/message_right.png);
    font-weight: normal;
    font-size: 11px;
    width: 450px;
    padding: 3px 0px 4px 10px;
    vertical-align: middle;
    border: 1px solid #FF6600;
    color: #FFF;
    margin-left: 5px;
}

.MessageHeading
{
    background-image: url(../../Images/Backgrounds/message_left.png);
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 11px;
    border-top: 1px solid #FF6600;
    border-left: 1px solid #FF6600;
    width: 50px;
    float: left;
    padding: 3px 5px 4px 5px;
    vertical-align: middle;
    color: #FFBB22;
    margin-left: 5px;
}

.MultiPage
{
    border: 1px solid #1e1e1e;
    margin-top: -1px;
    width: auto;
    padding: 2px;
    background: white !important;
    margin-right: 2px;
}

#left_column
{
    width: 221px;
}

.radNotification
{
    width: 409px;
    height: 174px;
    margin: auto;
    background: url(../../Images/Backgrounds/clockSession.jpg) no-repeat;
}

#body
{
    margin: 50px 0 0px;
    padding: 0;
    background: #ffffff;
    font: Arial, Helvetica, sans-serif;
}

#container
{
    width: 392px;
    margin: auto;
}

#login .middle
{
    background-image: url('../../Images/Login/sign_in_tile.gif');
    background-repeat: repeat-y;
    background-color: #fff;
}

#login .bottom
{
    background-image: url('../../Images/Login/intouch_base2.jpg');
    background-repeat: no-repeat;
    height: 38px;
    text-align: right;
    font-size: 10px;
    padding: 10px 20px;
    font-weight: bold;
}

.logobox
{
    width: 380px;
    height: 130px;
    margin: 0 auto;
    border-radius: 20px; 
    background-image: url('../../Images/Login/RNLI_Logo.png#');
}

.logobox img
{
    position: relative;
    top: 20px;
    left: 20px;
}

#login .servizio_logobox
{
    text-align: center;
}

#login h1
{
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

#login_controls
{
    margin: 0 auto;
    padding: 0 0 10px 0;
    font-size: 0.9em;
}

#login_controls .textbox
{
    border: 1px solid #200;
    height: 20px;
    background-color: #FBEFE6;
}

#login_controls .right
{
    text-align: right;
}

.signIn
{
    border: 1px solid #200;
    height: 24px;
    background-color: #F0F1FD;
    background-image: url(../../Images/Login/button_back.gif);
    margin-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.small_table
{
    background-repeat: repeat-x;
    border: 1px dotted #45668F;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 50px;
    margin: 5px;
}

.div_progress
{
    height: 180px;
    margin: 0 25px;
}

.validation
{
    /*width: 400px;*/
    margin-left: 8px;
    color: Red;
}

.validation label
{
    color: Red !important;
}

.info
{
    -border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-collapse: separate !important;
    padding: 4px;
    text-align: center;
    width: 441px;
    height: 30px;
    background-image: url('/Images/notification_back.png');
    margin-left: 4px;
}

.arrow_box
{
    background-repeat: repeat-x; /*border: 1px dotted #45668F;*/
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 50px;
    margin: 5px;
}

/*PROJECT SUMMARY LAYOUT */
.project_summary_table
{
    background-repeat: repeat-x;
    border: 1px solid #4F4F4F;
    background-color: #fff;
    color: #000;
    padding: 5px 5px 5px 5px;
    margin: 5px;
}

/*MEDIUM LAYOUT */
.medium_table
{
    background-repeat: repeat-x;
    border: 1px solid #4F4F4F;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 750px;
    margin: 5px;
}

.medium_control_box
{
    /*background-repeat: repeat-x;     border:1px dotted #45668F;     background-color: #4F4F4F;     margin:5px;*/
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 760px;
}

.primary_org_details_control_box
{
    /*background-repeat: repeat-x;     border:1px dotted #45668F;     background-color: #4F4F4F;     margin:5px;*/
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 972px;
}

/*NARROW LAYOUT */
.narrow_control_box
{
    background-repeat: repeat-x;
    border: 1px dotted #45668F;
    background-color: #4F4F4F;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 500px;
    margin: 5px;
}

.narrow_table
{
    background-repeat: repeat-x;
    border: 1px dotted #45668F;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 490px;
    margin: 5px;
}

/*WIDE LAYOUT */
.wide_control_box
{
    /*background-repeat: repeat-x;     border:1px dotted #45668F;     background-color: #4F4F4F;     padding: 5px 5px 5px 5px;     margin:5px;*/
    color: #000;
    font-weight: normal;
    width: 1000px;
}

.wide_control_box_adjusted_for_panel
{
    /*background-repeat: repeat-x;     border:1px dotted #45668F;     background-color: #4F4F4F;     padding: 5px 5px 5px 5px;     margin:5px;*/
    color: #000;
    font-weight: normal;
    width: 1000px;
    padding-left: 10px;
}

.wide_control_box_imageupload
{
    color: #000;
    font-weight: normal; /*text-align:center; would need telerik skin to be reworked for this to properly show*/
    width: 340px;
    text-align: left;
}

.wide_table
{
    background-repeat: repeat-x;
    border: 1px solid #4F4F4F;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 1000px;
    margin: 2px;
}

.wide_table_adjusted_for_panel
{
    background-repeat: repeat-x;
    border: 1px solid #4F4F4F;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 99%;
    margin: 5px;
}

.thin_table_adjusted_for_panel
{
    background-repeat: repeat-x;
    border: 1px solid #4F4F4F;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 97%;
    margin: 5px;
}

.chk_notchecked_backcolour
{
    background-color: #EAEFF4 !important;
}

.wide_table_warning_box
{
    background-repeat: repeat-x;
    border: 1px solid #4F4F4F;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    width: 880px;
    margin: 5px;
}

.wide_control_box_center
{
    text-align: center;
    background-repeat: repeat-x;
    border: 1px dotted #45668F;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
}

/* ROW STYLES */
.tableAlt1
{
    /*background-color: #dbd8db;*/
    background-color: #F1F1F1;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 25px;
}

.tableAlt2
{
    /*background-color: #eae8e9;*/
    background-color: #F8F8F8;
    min-height: 25px;
}

.tableAction
{
    background-color: #E3E3E3;
}

.radGridRowHighlight
{
    background-color: #FFCCCC;
    line-height: 25px;
}

.radGridRowHighlight td
{
    padding-left: 7px;
    padding-right: 7px;
}

.mapping_grid_box
{
    border: 1px solid #4F4F4F;
    padding: 2px 2px 2px 2px;
    margin: 5px;
}

/*TABLES*/
.header
{
    color: #FFEFC6;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    padding: 4px;
    font-size: 12px;
    background-image: url(/Images/Grid/crimson_tile.png);
    background-repeat: repeat-x;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-collapse: collapse;
}

.gridTable
{
    border: 1px solid #5A7DA6;
}

.row1 td
{
    background-color: #D7CCD5;
    color: #000000;
    text-decoration: none;
    width: 150px;
}

.row2 td
{
    background-color: #E7E0E5;
    color: #000000;
    text-decoration: none;
    width: 150px;
}

.stageBackground
{
    text-align: left;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: 110px !important;
    max-height: 110px !important;
    padding-top: 2px;
    padding-left: 3px;
    background-image: url(/Images/Backgrounds/purple_on_tile.png);
    background-repeat: repeat-x;
    border-radius: 5px;
}

.stageTextStyle
{
    font-size: 12px !important;
    font-weight: bold;
}

.stageSmallTextStyle
{
    font-size: 10px !important;
    font-weight: bold;
}

.stageSeparator
{
    height: 30px;
    background-image: url(/Images/stage_separator.png);
    background-repeat: no-repeat;
}

.taskBackgroundGreen
{
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    text-align: left !important;
    padding-top: 2px;
    padding-left: 5px !important;
    height: 100px !important;
    border-radius: 5px;
    background-color: #009900;
    -webkit-border-radius: 5px;
}

.taskBackgroundAmber
{
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    text-align: left !important;
    padding-top: 2px;
    padding-left: 5px !important;
    height: 100px !important;
    border-radius: 5px;
    background-color: #FFCC00;
    -webkit-border-radius: 5px;
}

.taskBackgroundOrange
{
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    text-align: left !important;
    padding-top: 2px;
    padding-left: 5px !important;
    height: 100px !important;
    border-radius: 5px;
    background-color: #CC9900;
    -webkit-border-radius: 5px;
}

.taskBackgroundRed
{
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    text-align: left !important;
    padding-top: 2px;
    padding-left: 5px !important;
    height: 100px !important;
    border-radius: 5px;
    background-color: #FF3300;
    -webkit-border-radius: 5px;
}

.taskTextStyle
{
    font-size: 12px;
    font-weight: bold;
}

.taskTitleTextStyle
{
    font-size: 12px;
    font-weight: bold;
}

.taskSmallTextStyle
{
    font-size: 10px !important;
    font-weight: bold;
}

.taskSeparator
{
    width: 32px;
    background-image: url(/Images/task_separator.png);
    background-repeat: no-repeat;
}

.stageTaskSeparator
{
    background-image: url(/Images/stage_task__separator.png);
    background-repeat: repeat-y;
}

.membersCard
{
    background-image: url(../../images/Backgrounds/box_1_gradient.gif);
    background-repeat: repeat-x;
    border: 1px dotted #200;
    background-color: #fff;
    color: #200;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
}

.membersCardTitle
{
    font-weight: bold;
    font-size: 14px;
}

.noborder
{
    color: White;
}

.noborder
{
    color: White !important;
}

.websiteLink
{
    vertical-align: middle;
}

.action_container
{
    background-color: White;
    width: 375px;
    vertical-align: top;
}

.action_box
{
    width: 300px;
    height: 40px;
    background-color: #D7CCD5;
    margin: 5px;
    border-bottom-color: Black;
    border-bottom-style: solid;
    padding: 5px;
    color: Black;
}

.action_box_export
{
    width: 300px;
    height: 40px;
    background-color: #E7E0E5;
    margin: 5px;
    border-bottom-color: Black;
    border-bottom-style: solid;
}

.action_box td
{
    padding: 5px;
}

.yesNoHovered .rbText
{
    color: White !important;
}

.imgBtnTable td
{
    border-bottom: 1px solid #eee;
    padding: 5px;
}

.imgBtnTable td.center
{
    padding-left: 50px;
    border-right: 1px solid #eee;
    width: 200px;
}

/* Hints & Tips
----------------------------------------------------------*/
.cms_heading
{
    font-weight: bold;
    color: #71250A;
    font-size: large;
}

.cms_description
{
    color: black;
    padding-top: 45px;
    padding-bottom: 45px;
}

.cms_description h1, .cms_description h2, .cms_description h3, .cms_description h4, .cms_description h5
{
    color: #71250A !important;
}

.cms_description ul
{
    margin-left: 40px !important;
}

.box1cms
{
    background-image: url(../../images/Backgrounds/box_1_gradient_cms.gif);
    background-repeat: repeat-x;
    border: 1px dotted #200;
    background-color: #fff;
    color: #200;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
}

/**Added for Maintain Person template change. #B10055 **/
.tdStyle
{
    padding-left: 5px !important;
}

.tdStyle1
{
    padding-left: 16px !important;
    height: 25px !important;
}


.ImageStyle
{
    padding-left: 45px !important;
}


/* AB - alternating row colours in repeater inside radpenlbar*/
.radPanelRepeaterOddRow
{
    background-color: #FFF8E2;
}

.radPanelRepeaterEvenRow
{
    background-color: #FFF1C4;
}


.RadMenu_Metro, .RadMenu_Metro a.rmLink, .RadMenu_Metro rmLink rmRootLink
{
    color: #FFF0CF;
    font: 12px/24px "Segoe UI" ,Arial,sans-serif;
    text-transform: none;
}

.RadPanelBar_Metro .rpText
{
    color: #FFF0CF !important;
}

/* VK - 10/08/13 - B10191: Mordac Dashboard */
.divRadHtmlChart
{
    border-style: solid; border-width: 1px; position: relative; width: 550px; height: 400px;
  
}
.chartContainer
{
   float: left;
    width: 550px;
   /*width: 540px;*/
    height: 400px;
    cursor: pointer;
    background-color: #FBF8EF;
}

.chartContainerwithoutClickevent
{
    float: left;
    width: 550px;
    /*width: 550px;*/
    height: 400px;
    background-color: #FBF8EF;
     align-self: auto;
}

.RadButton.PrintButton
{
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 1;
    display:block;
}

.RadButton.RestoreButton
{
    position: absolute;
    top: 350px;
    left: 25px;
    z-index: 1;
}

.ToolTipSpan
{
    position: absolute !important;
    top: 300px !important;
    left: 420px !important;
    width: 155px !important;
}

.RadHtmlChartTotal
{
    position: absolute;
    top: 340px !important;
    margin-left: 420px !important;
    font: 12px Arial,Helvetica,sans-serif;
}

.ddl_task_classification
{
    left: 90px !important;
    position: relative;
    width: 20%;
    top: 41px;
    z-index: 1;
}

.ToolTipSpan1
{
    position: absolute;
    top: 400px;
    left: -1px;
    width: 130px;
}

.returnButton
{
    position: relative;
    top: 37px;
    left: 418px;
    width: 80px;
    font: 12px "Segoe UI" ,Arial,sans-serif;
    z-index: 100;
}

.returnButton1
{
    position: relative;
    top: 39px;
    left: 459px;
    width: 80px;
    font: 12px "Segoe UI" ,Arial,sans-serif;
    z-index: 100;
}

.returnReportsButton
{
    position: relative;
    top: 37px;
    left: 189px;
    width: 130px;
    font: 12px "Segoe UI" ,Arial,sans-serif;
    z-index: 100;
}
/*end*/

.audit_content_holder
{
    border-style: dotted;
    border-color: Black;
    border-width: 1px;
}

.audit_box
{
    background-image: url(../../images/Backgrounds/audit_box_1_gradient.gif);
    background-repeat: repeat-x;
    border: 1px dotted #200;
    background-color: #fff;
    color: #200;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
}

.RadNotification_Default
{
    margin-top: 150px !important;
}

.rsbPopup.SearchBoxDropDown
{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    font-style: normal !important;
    font: 12px "Segoe UI" , Arial, Helvetica, sans-serif;
}

.SearchBox
{
    left: 376px !important;
    position: relative;
    width: 20%;
    top: 45px;
}

.RadSearchBox .rsbEmptyMessage
{
    font-style: normal !important;
}

.RadMenu a.rmLink
{
    cursor: pointer !important;
}

.colSearch1
{
    margin: 0;
    padding: 0 5px 0 0;
    width: 80px;
    line-height: 14px;
    float: left;
}

.colSearch2
{
    margin: 0;
    padding: 0 5px 0 0;
    width: 180px;
    line-height: 14px;
    float: left;
}

.rsbHeader ul, .rsbListItem ul
{
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.rsbHeader ul
{
    padding-left: 5px;
}

/* Conditional Dashboard CSS */
.mainWrapper
{
    width: 750px;
}

.customLegendWrapper
{
    text-align: center;
    padding-top: 15px;
}

.customLegend
{
    top: 1px;
    left: 19px;
    position: relative;
    display: inline-block;
    display: inline;
    zoom: 1;
    padding: 5px;
}

.customLegend div
{
    display: inline-block;
    display: inline;
    zoom: 1;
    margin: 0px 5px;
    height: 20px;
}

.customLegend div div
{
    width: 10px;
    height: 10px;
    vertical-align: -1px;
    vertical-align: middle;
}

.customLegend .Actual div
{
    background-color: #30abf2;
}

.customLegend .Normal div
{
    background-color: #66CC00;
}

.customLegend .MediumHigh div
{
    background-color: #ff8828;
}

.customLegend .High div
{
    background-color: #FF0000;
}

.rtsLink
{
    /* border: 1px solid #FFFFFF; */
    border-right: 2px solid #FFFFFF;
}

.shortcutImageBackgroud
{
    background-color: Black;
    height: 28px;
    padding: 0 2px 0 0;
    vertical-align: top;
    align-self: center;
}
/*end*/
.featuresRow
{
    background-color: #727272;
    height: 28px;
    width: 30px;
}

.tabRow
{
    background-color: #c6c6c6;
    height: 27px;
    width: 99%;
}

.tabTable
{
     width:100%;
     border-spacing:0;
    border-collapse:collapse;
}

.dataDiv
{
    background-color: #ffffff !important;
}
.smallerwindow
{
    background-color: #f5f6f8;
    /*width: 1290px;*/
}
.button_intouch
{
    background-color: #344775;
    color: white;
    font-family: "Segoe UI" ,Arial,Helvetica,sans-serif;
    font-size: 12px;    
}
.navigationControl
{
    width: 30px;
    vertical-align: central;
}

.RadSearchBox .rsbInner
{
    border: 1px solid !important;
    display: block !important;
    height: 18px !important;
    margin: 3px !important;
    padding: 1px !important;
    position: relative !important;
}

.RadScheduler .rsHeader h2 
{
    color: #000000 !important;
    font-size: 12px !important;
}

.RadScheduler_Default .rsAptIn, .RadScheduler_Default .rsAptMid, .RadScheduler_Default .rsAptContent {
    border: none !important;
}

.RadScheduler .rsAptContent {
    margin-left: -4px !important;
}

.rsAptContent {
    margin-left: -2px !important;
    margin-right: -2px !important;
}

.rsContentWrapper {
height: 510px !important;
}

.twoRowAppointment
{
    height: 34px !important;
}

.pagePanel
{
    padding: 2px;
}

.excelButton
{
    padding-right: 6px;
    padding-top: 6px;
}

.noBorder
{
    border: 0px !important;
    background-color: #ffffff !important;
}

.boxCard
{
    background-color: #adb4b9;
    padding: 2px;
    margin: 2px;
    height: 190px;
}
.imageIcon
{
    vertical-align: middle;
    padding-left: 37px;
}

.absenceFind
{
    background-color: #ADB4B9;
    color: #FFFFFF;
    padding: 2px;
    height: 114px;
    width: 236px;
    margin-top: -5px;
    margin-left: -2px;
    margin-bottom: -2px;
}

.absenceFind h2
{
    color: #FFFFFF !important;
}

.absenceFind input
{
    padding: 17px 2px 2px;
    vertical-align: middle;
}

.absenceFindNoInputChange
{
    /*exact copy of .absenceFind but without the input class*/
    background-color: #ADB4B9;
    color: #FFFFFF;
    padding: 2px;
    height: 114px;
    width: 236px;
    margin-top: -5px;
    margin-left: -2px;
    margin-bottom: -2px;
}

.absenceFindNoInputChange h2
{
    /*exact copy of .absenceFind but without the input class*/
    color: #FFFFFF !important;
}

.historyIcon
{
    vertical-align: top;
    padding-top: 5px;
    /*width: 27%;*/
    float:right;
    margin-right:-4px;
}

.absenceTimesheetIcon
{
    background-color: #EFEFEF !important;
    color: #EFEFEF !important;
    height: 30px;
    width: 30px;
    vertical-align: top;
    align-self: center;
}

.RadPanelBar_Default div.rpHeaderTemplate, .RadPanelBar_Default a.rpLink
{
    background-image: none !important;
    background-color: #62717c !important;
    color: #FFFFFF !important;
}

.RadPanelBar_Default .rpExpandable span.rpExpandHandle, .RadPanelBar_Default a.rpExpandable:hover .rpNavigation .rpExpandHandle
{
    background-position: 100% -5px !important;
}
.SearchBox
{
    width: 200px;
    float: left;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #FFF;
    color: #999;
    background-color: #000;
    height: 28px;
    position: absolute;
    top: 45px;
    right: 10px;
}

.wide_grid_div {
    width: 98% !important;
    height: 96% !important;
    border: 1px solid #4F4F4F;
    color: #000000;
    font-weight: normal;
    margin: 2px;
    padding: 5px;
}

.narrow_grid_div {
    width: 1000px !important; 
    height: 848px !important;
    border: 1px solid #4F4F4F;
    color: #000000;
    font-weight: normal;
    margin: 2px;
    padding: 5px;
}

txt_history
{
 font: 12px "Segoe UI" , Arial, Helvetica, sans-serif !important;
}

.splitter {
    padding-top: 2px;
}

.vertical_menu {
    z-index: 1000 !important;
}

.vertical_menu .rmItem {
    border: 1px solid #FFFFFF;
}

.horizontal_menu {
    z-index: 3000 !important;
}

.horizontal_menu .rmItem {
    border: 1px solid #FFFFFF;
}

.largeText {
    font-size:1.5em;
    line-height:10px; 
    /*font-weight:normal; */
}

.RadPanelBar .rpHeaderTemplate, .RadPanelBar .rpOut {
    border-bottom-style:none !important;
    padding-bottom: 0px !important;
}

.batchEditHeaderColour 
{
    background-color:#7B445C !important;
}
.radNumericTextBoxDisabled
    {
        color: #000000 !important;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif;
        font-size: 12px;
        padding-left: 5px;
    }
/*.attachementiImage
{
    position:absolute !important;
    padding:4px 195px;
    float: right;
    vertical-align:middle;

}*/

/*VK 29/04/14 #B10698: Indicator for documents */
.attachementiImage img {
    float: left !important;
    padding-left: 495px !important;
   vertical-align: middle;
}

.attachementiImage .rpText
{
    float: left;
    margin-left: -519px;
    
}
/*end*/
.ajaxLoadingPanelSmall {
    /*background-image: url(/Images/ToolTip/Loading.gif);*/
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}

.absence_cal{
    float: right;
    margin-top: -32px;
    margin-right: 945px;
}

.absence_cal_h1
{
    position: relative;
    font-weight: bold;
    font-size: 14px;
    color: #080808 !important;
    margin-left: 8px; 
    width: 187px;   
}
.second_abs_pnl{
    float: right;
    margin-top: -52px;
    margin-right: 446px;
}
.second_abs_pnl_rep{
    float: right;
    margin-top: -52px;
    margin-right: 512px;
}
.first_abs_pnl{
    background-color: #ffffff !important;
}