﻿/* Images Check Ingvi */

@media print {
    .header {
        display: none;
    }

    .footer {
        display: none;
    }
}

form {
    height: 100%;
}

body {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    background-color: #FDFCF8;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    /* min-width:600px; */ /* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    height: 100%;
}

#container {
    margin: 0px auto;
    position: relative;
}

#header {
    clear: both;
    float: left;
    width: 100%;
    min-width: 1000px;
    background-color: #244C6D;
    background-image: url(../images/layout/header_wrap.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

#content {
    /*padding-bottom:60px;*/ /* Height of the footer */
    float: left;
    width: 100%;
    min-width: 1000px;
}

.shortcuts_container {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    background-image: url(../images/layout/shortcuts_wrap.gif);
    height: 32px;
    font-weight: bold;
}

#shortcuts {
    float: left;
    border-left: 1px solid #CCCCCC;
    height: 32px;
}

#interface {
    float: right;
    border-right: 1px solid #CCCCCC;
    height: 32px;
}

#interface2 {
    float: right;
    border-right: 1px solid #CCCCCC;
    height: 32px;
}

#footer {
    width: 100%;
    min-width: 1000px;
    clear: both;
    float: left;
}

/* For full screen width */
.colmask {
    position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
    background-color: #F4F4F4;
    border-bottom: 1px solid #CCCCCC;
}

.mm-sharp-layout .colmask {
    background-color: #fbfbfb;
}

/* 2 column left menu settings */
.leftmenu {
    /*background:#FFD8B7;*/
}

    .leftmenu .colright {
        float: left;
        width: 200%;
        position: relative;
        background: #fff;
    }

    .leftmenu .col1wrap {
        float: right;
        width: 50%;
        position: relative;
        right: 195px;
    }

    .leftmenu .col1 {
        position: relative;
        right: 100%;
        overflow: hidden;
        border-right: 1px solid #CCCCCC;
        /*min-height:735px;*/
    }

    .leftmenu .col2 {
        float: left;
        position: relative;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        /*min-height:735px;     */
    }

#content_wrap {
    overflow: hidden;
    border: 1px solid red;
}

/*    .main_border
    {      
        border:1px solid #CCCCCC;
        border-top:0px;
    }
*/


IMG {
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    BORDER-BOTTOM-WIDTH: 0px;
    /* BEHAVIOR: url("../Images/Png/pngbehavior.htc"); */
    BORDER-RIGHT-WIDTH: 0px;
}

a {
    text-decoration: none;
}

/* Scroll css */
.vertical_scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

.horizontal_scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

.both_scroll {
    overflow: auto;
}

/************ Header ************/
/*.master_header_outer
{
  float: left; 
  width: 100%;
  background-color: #244C6D;
  background-image: url(../images/layout/header_wrap.gif);
  background-repeat:repeat-x;
  background-position:bottom;
}*/

.master_header {
    padding-top: 5px;
    margin: 0px auto;
    text-align: left;
}

.master_popup_header {
    padding-top: 5px;
    width: 100%;
    background-color: #244C6D;
    background-image: url(../images/layout/header_wrap.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 30px;
}

.master_header_small_background {
    background-image: url(../images/master/header_background_small_1x49.jpg);
}

.master_header_white {
    border-top: 1px solid #0C273D;
    height: 85px;
    width: 100%;
    background-color: #FFFEF1;
}

.header_content {
    float: left;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #F1F1F1; /*#FDFCF8;*/
    margin: 0px auto;
    color: #172A4B;
    background-image: url(../images/layout/shortcuts_wrap.gif);
    background-repeat: repeat-x;
    background-position: top;
}

.header_content_left {
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.header_customerlogo {
    float: left;
    padding: 0px;
    color: #DCDDDF;
    padding: 5px;
    /*padding:5px 10px 22px 10px;*/
    margin-bottom: 22px;
}

.header_customername {
    float: left;
    vertical-align: middle;
    margin-bottom: 22px;
    /*padding-top:10px;*/
}

.header_content_right {
    float: right;
    padding-right: 10px;
}

.header_menu_right {
    float: left;
    padding: 6px 12px;
}

.header_menu_right_special {
    float: left;
}


.header_menu_text {
    float: left;
    padding: 2px 6px 0px 0px;
    color: #172A4B;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}


.header_menu_text_black {
    border: 0px solid green;
    float: left;
    padding: 0px 8px 0px 0px;
    color: Black;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.header_menu_seperator {
    float: left;
    width: 0px;
    height: 0px;
}
/************ Header ends ************/

/***** Content (new) *****/

.content_outer_container {
    margin: 0px auto;
    position: relative;
    top: -21px;
    text-align: left;
}

.content_inner_1 {
    border: 0px;
    /*border-left: 1px solid #CCCCCC;	
    border-right: 1px solid #CCCCCC;	
    border-bottom: 1px solid #CCCCCC;	*/
    background-color: #F4F4F4;
}

.content_inner_2 {
    border: 1px solid green;
}

#maincontentcontainer_afterbread {
    float: left;
    clear: left;
    /*border: 1px solid #E3E3E3; */
    overflow: hidden;
    width: 100%;
}

/*.content_bottom
{
    height:7px;
    width:100%;
    font-size:0px;  
    background-repeat:no-repeat;
}*/

/***** Content *****/

/***** Menu *****/
#menu_container {
    border-top: 1px solid #5683A3;
    border-left: 1px solid #5683A3;
    border-right: 1px solid #5683A3;
}

#menu_content {
    background-image: url(../images/layout/mainmenu_wrap.gif);
    background-repeat: repeat-x;
    height: 31px;
}

#menu_left {
    float: left;
    width: 0px;
    height: 0px;
}

#menu_right {
    float: right;
    width: 0px;
    height: 0px;
}
/***** Menu *****/

/************ Footer *****************/
.footer {
    float: left;
    width: 100%;
    margin-top: -14px;
    margin-bottom: 4px;
    color: #373735;
}

.footer_container {
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_left {
    float: left;
}

.footer_right {
    float: right;
}
/************ Footer Ends *****************/



/*********** Main Content **************/
.main_content_container {
    float: left;
    border: 0px solid red;
    margin: 0px 0px;
}

/*
.main_container
{  
  border: 0px solid pink;
  position: relative;
  top:-24px;
  margin:4px auto;
  width:989px;
}*/

/*********** Main Content Ends **************/


/************ Navigation Menu ************/

.menu_toplevel {
    border: 0px solid green;
    float: left;
    color: White;
    margin-top: 0px;
    padding-left: 5px;
    height: 36px;
}

.menu_toplevel_menuitem {
    border: 0px solid red;
    float: left;
    color: White;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    height: 36px;
}

.menu_tab_maincollection {
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
}

/***** Tabcontainer Menu Properties *******/
.tab_container_menu {
    float: left;
    height: 70px;
}

    .tab_container_menu .ajax__tab_header {
        border: 0px solid red;
        font-weight: bold;
        font-size: 12px;
        font-family: Arial, Sans-Serif;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 1px;
    }

.top1px {
    position: relative;
    top: 1px;
}

.top2px {
    position: relative;
    top: 2px;
}

.margin_top1px {
    margin-top: 1px;
}

.tab_container_menu .ajax__tab_outer {
    height: 36px;
}

.tab_container_menu .ajax__tab_inner {
    padding-left: 3px;
    border: 0px solid red;
}

.tab_container_menu .ajax__tab_tab {
    border: 0px solid red;
    background-color: Transparent;
    height: 23px;
    padding: 13px 10px 0px 10px;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    color: White;
}

.tab_container_menu .ajax__tab_hover .ajax__tab_outer {
}

.tab_container_menu .ajax__tab_hover .ajax__tab_inner {
}

.tab_container_menu .ajax__tab_hover .ajax__tab_tab {
}

/* Not Used ??? Ingvi */

.tab_container_menu .ajax__tab_active .ajax__tab_outer {
    background: url(../images/master/menutab_selected_right.gif) no-repeat right;
}

.tab_container_menu .ajax__tab_active .ajax__tab_inner {
    background: url(../images/master/menutab_selected_left.gif) no-repeat;
}

.tab_container_menu .ajax__tab_active .ajax__tab_tab {
    background: url(../images/master/menutab_selected_wrap.gif) repeat-x;
    color: Black;
}

.tab_container_menu .ajax__tab_body {
}
/***** Tabcontainer Menu Properties *******/

.menu_toplevel_regular_text {
    border: 0px solid yellow;
    float: left;
    margin: 11px 15px;
    cursor: pointer;
}

.menu_toplevel_selected_text {
    border: 0px solid yellow;
    float: left;
    margin: 11px 11px;
    cursor: pointer;
}

.menu_toplevel_selected_sides {
    float: left;
    border: 0px;
    background-repeat: no-repeat;
    height: 36px;
    width: 4px;
}

.menu_container_secondlevel {
    border: 0px solid red;
    float: left;
    width: 100%;
    background-image: url(../images/MainCollectionmenu/menu_secondlevel_back.png);
    background-repeat: no-repeat;
    border-bottom: 1px solid #A4A4A4;
}

.menu_secondlevel {
    height: 32px;
}

.menu_secondlevel_seperator {
    border-left: 1px solid #AFAFAF;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.menu_secondlevel_firstitem {
    border-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.menu_secondlevel_StaticMenuStyle {
}

.menu_secondlevel_StaticMenuItemStyle {
    border: 0px solid red;
    color: Black;
    font-weight: bold;
}

.menu_secondlevel_StaticSelectedStyle {
    font-weight: bold;
    color: #70B85D;
}

.menu_secondlevel_StaticHoverStyle {
    color: #70B85D;
}

.menu_secondlevel_DynamicMenuStyle {
    /*  border:3px solid #54D0ED;
  border-top-width:5px;
  order-bottom-width:5px;*/
}

.menu_secondlevel_DynamicMenuItemStyle {
    background-color: #777777; /*#54D0ED;*/
    color: White;
    padding: 3px 15px 3px 5px;
    font-weight: bold;
    border: 1px solid #777777; /*#54D0ED;*/
    font-family: Arial, Sans-Serif;
    font-size: 11px;
}

.menu_secondlevel_DynamicSelectedStyle {
    color: black; /*#54D0ED;*/
    background-color: White;
}

.menu_secondlevel_DynamicHoverStyle {
    color: black; /*#54D0ED;*/
    background-color: White;
}

/*new menu*/
.menu_v2_MainMenu {
    padding: 0px;
}

.menu_v2_StaticMenuStyle {
    padding-left: 0px;
}

.menu_v2_StaticMenuItemStyle {
    cursor: pointer !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    height: 29px;
}

.menu_v2_StaticHoverStyle {
    background-image: url(../images/layout/mainmenu_wrap_light.gif);
    background-repeat: repeat-x;
    border-left: 0px solid #91D8EE;
    border-right: 0px solid #91D8EE;
    border-bottom: 0px solid white;
    margin-left: 0px;
    margin-right: 0px;
}

.menu_v2_StaticSelectedStyle {
}

.menu_v2_DynamicMenuStyle {
    margin-left: 0px;
    padding-top: 0px;
    border-top: 1px solid #467CA2;
}

.menu_v2_DynamicMenuItemStyle {
    display: block;
    cursor: pointer !important;
    border-left: 1px solid #467CA2;
    border-right: 1px solid #467CA2;
    border-bottom: 1px solid #467CA2;
}

.menu_v2_DynamicHoverStyle {
    border-left: 1px solid #467CA2;
    border-right: 1px solid #69A0C7;
}

.menu_v2_DynamicSelectedStyle {
}

/*turn off background image twice*/
#ctl00_MainMenu1_mnuMainCollection a, #ctl00_MainMenu1_mnuMainCollection a:visited, #ctl00_MainMenu1_mnuMainCollection a:hover, #ctl00_MainMenu1_mnuMainCollection a:active, #ctl00_MainMenu1_mnuMainCollection a:focus {
    background: transparent !important;
}



.validation_errormessage {
    font-size: 9px;
    font-weight: normal;
    float: right;
    margin-top: 12px;
    margin-right: 3px;
    font-style: italic;
    color: Red;
}

.validation_errormessage_big {
    font-size: 11px;
    font-weight: normal;
    float: right;
    margin-top: 12px;
    margin-right: 3px;
    font-style: italic;
    color: Red;
}

/*** shadow ***/
.shadow_container {
    position: relative;
    left: 1px;
    top: 1px;
    color: white;
}

.shadow_text {
    position: absolute;
    left: -1px;
    top: -1px;
    color: #70B85D;
}

/************ Navigation Menu css ends ************/

.SettingsMenu_StaticHoverStyle {
}

.SettingsMenu_StaticMenuItemStyle {
    border: 0px solid red;
    float: left;
}

.SettingsMenu_StaticMenuStyle {
}

.SettingsMenu_StaticSelectedStyle {
}

.SettingsMenu_DynamicHoverStyle {
}

.SettingsMenu_DynamicMenuItemStyle {
    padding: 5px;
}

.SettingsMenu_DynamicMenuStyle {
    width: 150px;
    border: 1px solid black;
}

.SettingsMenu_DynamicSelectedStyle {
}

.z-index {
    z-index: 500;
}

/*Colors*/
.c_green {
    color: #27BD00;
}

.ddl {
    font-size: 10px;
}

.txt_locked {
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    color: Black;
}

.pnlsetwebwidth {
    float: left;
    position: relative;
    z-index: 200;
    color: #172A4B;
    font-weight: bold;
    margin: 6px 6px;
}

.grouping_header {
    float: left;
    background-image: url(../images/layout/wrap_x_group.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 18px;
    font-size: 10px;
    font-weight: bold;
    /*color:#244C6D !important;*/
    /*color:#555 !important;
  background-color: #eaeaea;*/
    color: #fff !important;
    background-color: #4883ac;
    /*text-transform: uppercase;*/
}

.mm-sharp-layout .grouping_header {
    background-color: #273351;
}

.grouping_header > span {
    font-size: 13px;
}

.simple_list_header {
    background-image: none;
    background-color: #4883AC;
}

.mm-sharp-layout .simple_list_header {
    background-color: #ecebeb;
}

/*table heading converted to blue color*/
.simple_list_header th {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial !important;
}

.grouping_header_filter {
    float: left;
    background-image: url(../images/layout/wrap_x_group.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 16px;
    font-size: 10px;
    font-weight: bold;
}

    .grouping_header_filter > span {
        font-size: 12px;
    }

/*to remove border around radio buttons*/


.acc_header {
    border-top: 1px solid #BABBBC;
    border-right: 1px solid #BABBBC;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    color: white;
    background-image: url(../images/layout/mainmenu_wrap.gif);
    background-repeat: repeat-x;
    background-color: #E8E8E9;
}

.acc_header_selected {
    border-top: 1px solid #BABBBC;
    border-right: 1px solid #BABBBC;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    color: white;
    background-image: url(../images/layout/mainmenu_wrap_dark.gif);
    background-repeat: repeat-x;
    background-color: #E8E8E9;
}

.acc_header_v11 {
    border-top: 1px solid #BABBBC;
    border-right: 1px solid #BABBBC;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    color: white;
    background: #273351;
}

.acc_header_v11_selected {
    border-top: 1px solid #BABBBC;
    border-right: 1px solid #BABBBC;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    color: white;
    background: #273351;
}

.mm-label {
    /* color:#1a1a1a; */
    color: #006bb2 !important;
    /*font-size: 12px !important;
  font-weight:normal !important;*/
}


.mm-checkbox-label {
	/* color:#1a1a1a; */
	color: #000000 !important;
	/*font-size: 12px !important;
  font-weight:normal !important;*/
}

.label_filter {
    color: #1a1a1a;
}

.pnl_cp_title {
    float: left;
    padding-left: 8px;
    padding-top: 4px;
    padding-right: 12px;
}

.lbl_cp_title {
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: #15476c;
}

.info_selected_text {
    font-weight: bold;
    color: #15476c;
}

#notificationsNav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

    #notificationsNav li {
        float: left;
        margin-right: 20px;
        font-size: 14px;
        font-weight: bold;
    }

        #notificationsNav li a {
            color: #333333;
            text-decoration: none;
        }

            #notificationsNav li a:hover {
                color: #006699;
                text-decoration: none;
            }

#LILongRunningAction {
    position: relative;
}

#notificationContainer {
	background-color: #fff;
	border: 1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	overflow: visible;
	position: absolute;
	top: 30px;
	margin-left: -190px;
	width: 400px;
	z-index: 1000000;
	display: none;
	box-sizing: content-box;
}

#notificationContainer:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid black;
	border-color: transparent transparent white;
	margin-top: -20px;
	margin-left: 188px;
}

#notificationContainer *{
	box-sizing: content-box;
	line-height: 1;
}

#notificationTitle {
	font-weight: bold;
	padding: 8px;
	font-size: 13px;
	max-height: 32px;
	background-color: #ffffff;
	/*position: fixed;*/
	z-index: 100000000;
	width: 384px;
	border-bottom: 1px solid #dddddd;
}

#notificationClearAll {
  float: right;  
  margin-right: 5px;
  margin-top: 4px;
}

#notificationClearAll a:link {
  font-size: 10px;
  color: Black !important;
  font-weight:normal;
}

#notificationClearAll a:hover {  
  color: #006699 !important;
}

#notificationsBody {
    /*padding: 33px 0px 0px 0px !important;*/
    /*margin-left: 10px;*/
    /*margin-top: 10px;*/
    font-size: 11px;
    /*min-height: 300px;*/
}

#notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

#notification_count {
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: 5px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    margin-top: -11px;
    font-size: 11px;
}

.global-actions {
    float: left;
}

.notificationList{
    /*margin: 20px;*/
    max-height:160px;
    overflow-y:auto;
    overflow-x:hidden;
}

.notificationList ul {
    list-style-type: none;
    width: 390px;
}

.notificationList h3 {
    font: bold 20px/Arial;
}

.notificationList li img {
    float: left;
    margin: 0 15px 0 0;
}

.notificationList li a {
    font-size:12px;
    font-family:Arial;
}

.notificationList li {
    padding: 5px;
    overflow: auto;
    height: 38px;
    width: 390px;
    border-bottom: 1px solid #dddddd;
}

.notificationListItemNotRead {
    padding: 5px;
    overflow: auto;
    background: #f1f9fc;
    float: none;
    width: 390px;
    border-bottom: 1px solid #dddddd;    
}

.notificationList li:hover {
    background: #f1ecd7;
    cursor: pointer;
}

.notificationListHeader{
  /*padding: 5px 5px 5px 5px;*/    
  padding: 6px;
  font-size:12px;
  font-weight: bold;
  font-family:Arial;
  /*background:#244C6D;*/
  background:#e8e8e8;  
  color: #000;
  height:18px;
  width: 388px;
  /*border-bottom: 1px solid #BABBBC;*/
}

.notificationListSubHeader{
  padding: 3px;
  font-size:10px;
  font-weight: bold;
  font-family:Arial;
  padding-left: 12px;
  /*background:#244C6D;*/
  background:#efefef;  
  color: #000;
  height:18px;
  width: 388px;
  border-bottom: 1px solid #fff;
  overflow: auto;
}

.notificationSubListItemNotRead {
    padding: 5px;
    overflow: auto;
    background: #f1f9fc;
    padding-left: 12px;
    float: none;
    width: 390px;
    border-bottom: 1px solid #dddddd;     
}

.notification_count_per_type {
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 8px;
    border-radius: 6px;    
    /*position: absolute;*/
    font-size: 11px;    
    float: right;
}

.notificationListItem_info {
  float: left;
  font-size:9px;
  color:#273351;
  width: 300px;
}

.notificationListItem_name {
  float: left;
  margin-top:8px;
  margin-left:15px;
  font-size:12px;
  width: 280px;
  font-weight: normal;
  overflow: hidden;
  color:#656565;
}

.notificationListItem_date {
  float: right;
  font-size:9px;
  color:#656565;
  font-weight:normal;
}

.markNotificationsRead {
  float: right;  
  margin-right: 5px;
  margin-top: 4px;
}

.markNotificationsRead a:link {
  font-size: 10px;
  color: #000 !important;
  font-weight:normal;
}

.markNotificationsRead a:hover {  
  color: #006699 !important;
}

.layer-dropdown{
	top: 20px;
  right: 20px;
  position: absolute;
  border: 1px solid #57585A;
  background-color: #FFF;
  color: #4C4C4C;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}

.layer-dropdown.left-of-toggle{
	z-index:1;
	right:110px;
}

.layer-dropdown-header{
	text-align: center;
  padding: 5px;
}

.layer-dropdown-list{
	list-style: none;
  padding: 0;
  margin: 0;
}

.layer-dropdown-listitem{
	padding: 3px;
}

.layer-dropdown-listitem input{
	vertical-align: middle;
	cursor: pointer;
}

.layer-dropdown-listitem label{
	cursor: pointer;
}

.layers-hidden{
	display: none;
}

.mm-checkbox input[type='checkbox']{
	margin: 3px 3px 3px 4px;
}

.checkbox-custom input[type='checkbox'] {
	height: 25px;
	width: 25px;
}

.checkbox-label-custom {
	line-height: 25px;
	color: #273351;
}

.checkbox-custom-large input[type='checkbox'] {
    height: 50px;
    width: 50px;
}

.checkbox-label-custom-large {
    line-height: 50px;
    color: #273351;
    font-size: 18px !important;
}

.info-text {
	padding: 5px;
	font-size: 12px;
}

.info-text span{
	font-weight:normal;
}

.html-info-table th{
	padding:5px;
	text-align: left;
}
.html-info-table td {
	padding: 5px;
	text-align: center;
	font-weight:normal;
}

.mm-checkboxlist input[type="checkbox" i] {
	margin: 3px 3px 3px 4px;
}

.mm-checkboxlist label {
	margin: 0;
}