﻿/*#region DEFAULTS */

::-webkit-scrollbar-thumb {
    background: rgba(0, 185, 242, 0.35);
    border-radius: 2px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}
a:link, a:visited
{
    color: #00b9f2;
    text-decoration: none;
}

a:hover
{
    color: #00b9f2;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}

.line-separator
{
    height: 0px;
    border-bottom: 1px solid #e6e7e8;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
/*#endregion */

/*#region HEADINGS */

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

textarea
{
    padding: 0px;
    /*border-width: 0px;*/
}

/*#endregion*/

/*#region PRIMARY LAYOUT ELEMENTS  */

.page
{
    background-color: #ffffff;
    margin: 0px;
}

.header
{
    padding: 0px;
}

.main
{
    margin: 0 auto -0px;
    min-width: 1260px;
    height: 756px;
}

.footer
{
    padding: 0px 20px 10px 20px;
}

.panel
{
    /*border-color: #e6e7e8;*/ /*border-color: #f1f2f2;*/ /*border-style: outset;     border-radius: 4px;     border-width: thin;*/
    box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
}

/*#endregion*/

/*#region TAB MENU*/
div.hideSkiplink
{
    background-image: url('../Images/Master/bar.png');
    background-size: 930px 34px;
    /*border-radius: 4px;*/
}

.menu
{
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

    .menu ul
    {
        list-style: none;
        width: 100px;
    }

        .menu ul a, .menu ul a:visited
        {
            background-image: url('../Images/Master/bar.png');
            display: block;
            line-height: 34px;
            color: #fff;
            white-space: nowrap;
            width: 100px;
            text-align: center;
        }

            .menu ul a:hover
            {
                background-image: url('../Images/Master/barHover.png');
                color: #fff;
            }

            .menu ul a:active
            {
                background-image: url('../Images/Master/barHover.png');
                color: #fff;
            }
/*#endregion */

/*#region subMenu    */
.submenu
{
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

    .submenu ul
    {
        list-style: none;
        background-color: #4a4a4a; /*background-image: url('../Images/Master/dropdownMenu.png');*/
        width: auto;
        min-width: 84px;
    }

        .submenu ul li a, .submenu ul li a:visited
        {
            background-image: none;
            display: block;
            line-height: 30px;
            color: #fff;
            white-space: nowrap;
            width: auto;
            min-width: 84px;
            text-align: center;
        }

            .submenu ul li a:hover
            {
                background-image: url('../Images/Master/dropdownMenu.png');
                color: #fff;
            }

            .submenu ul li a:active
            {
                background-image: none;
                color: #fff;
            }
/*#endregion */

/*#region FORM ELEMENTS    */

fieldset
{
    margin: 1em 0px;
    border: 1px solid #ccc;
}

    fieldset p
    {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label
    {
        display: block;
    }

    fieldset label.inline
    {
        display: inline;
    }

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 200px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    position: absolute;
    right: 10px;
    width: 200px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/*#endregion*/

/*#region MISC */

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link
    {
        color: white;
    }

    .loginDisplay a:visited
    {
        color: white;
    }

    .loginDisplay a:hover
    {
        color: white;
    }

.failureNotification ul
{
    font-size: 15px;
}

.failureNotification
{
    font-size: 18px;
    color: Red;
}

    .failureNotification p
    {
        font-size: 15px;
    }

    .failureNotification h2
    {
        font-size: 18px;
        color: Red;
    }

.failureNotification12
{
    font-size: 12px;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*#endregion*/

/*#region Theme*/
.buttonAWN
{
    font-size: 15px;
    background-size: 80px 28px;
    border-style: none;
    background-repeat: repeat-x;
    color: #ffffff;
    height: 30px;
    cursor: pointer;
}

.btnDisabled
{
    background: url('~/../../Images/General/gridHeader.png');
    background-size: cover;
    cursor: default;
}

.txtDisabled
{
    background-color: #fbfdff;
    border-color: #fbfdff;
    border-style: solid;
}

.themeAWN
{
    background: url('~/../../Images/General/btnAWN.png') scroll right center;
}

.themeKACARE
{
    background: url('~/../../Images/General/btnKacare.png') scroll right center;
}

.themeASWN
{
    background: url('~/../../Images/General/btnASWN.png') scroll right center;
}

.themeAVEAI
{
    background: url('~/../../Images/General/btnAveaInsurance.png') scroll right center;
}

.themeXTREME
{
    background: url('~/../../Images/General/btnXtreme.png') scroll right center;
}

.themeAVEA
{
    background: url('~/../../Images/General/btnAvea.png') scroll right center;
}

.contractNoBox
{
    line-height: 28px;
    padding-left: 12px;
    padding-right: 12px;
}

.themeFont
{
    font-weight: bold !important;
    background: none !important;
    border: none !important;
}
/*#endregion*/

/*#region Header*/
.searchButton
{
    border-style: none;
    background: url('~/../../Images/Master/button-go.png') no-repeat scroll right center;
    background-size: 40px 34px;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
}

.txtboxBackground
{
    height: 38px;
    width: 350px;
    font-family: myriad-pro, "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
    color: #4a4a4a;
    padding-right: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    background-image: url('../../../Images/Login/txtboxBackground.png');
}

.txtboxSearchBackground
{
    background-image: url('../Images/Master/bar.png');
    background-size: 300px 34px;
    background-position: center;
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    line-height: 34px;
    height: 34px;
}

.red
{
    color: red;
}

.cyanFonts
{
    color: #00b9f2;
    font-weight: bold;
    font-size: 15px;
}

/*#region SiteMap Path*/
.siteMapPathRoot
{
    height: 34px;
    font-weight: bold;
    font-size: 15px;
    line-height: 34px;
}

.siteMapPathCurrentNode
{
}

/*#endregion*/

/*#endregion*/

/*#region Checkbox*/
.checkBoxUnChecked
{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("~/../../Images/General/unticked.png") top no-repeat;
}

.checkBoxChecked
{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("~/../../Images/General/ticked.png") top no-repeat;
}

/*#endregion*/

/*#region GridView*/

.container
{
    overflow: auto;
    border-width: 1px;
    margin-top: 10px;
    position: relative;
}

.containerWithBorder
{
    border-style: solid;
    border-width: 1px;
}

.containerNoBorder
{
    border-style: none;
}

.containerPadding
{
    padding: 10px;
}

.containerGutter
{
    margin-right: 20px;
}

.containerItemSpacingRight
{
    margin-right: 20px;
}

.containerNoHeader
{
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

.containerWithHeader
{
    margin-top: 10px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

.containerHeader
{
    top: -9px;
    background-color: white;
    display: inline;
    position: absolute;
}

.containerSpacer
{
    height: 10px;
}

.container1stLevelHeight
{
    height: 656px;
}

.container2ndLevelHeight
{
    height: 608px;
}

.containerBottomLine
{
    position: absolute;
    right: 0px;
    bottom: 40px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #d1d3d4;
    width: 100%;
}

.containerFlex
{
    display: flex;
}

.containerEqualWidth
{
    flex-grow: 1;
}

.containerStrecth
{
    align-items: stretch;
}

.container50pct
{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.containerFillToFull
{
    width: 100%;
    height: 100%;
}

.ui-tabs .ui-tabs-panel
{
    border-width: 1px 0px 0px 0px !important;
    padding: 0px;
    background: none;
    /*border-width: 1px !important;
    border-top-right-radius: 4px; 
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;*/
}

.greyBorder
{
    border: 1px solid;
    border-color: #e6e7e8;
}

.gridView
{
    border-color: #e6e7e8;
    padding: 0px 5px 0px 5px;
}

.gridViewCell
{
    border-left-style: solid;
    border-left-color: #e6e7e8;
    border-right-style: solid;
    border-right-color: #e6e7e8;
    border-top-style: none;
    border-bottom-style: none;
    /*padding: 0px 5px 0px 5px;*/
}

.gridViewHeader
{
    background-image: url('../Images/General/gridHeader.png');
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    border-left-style: solid;
    border-left-color: #e6e7e8;
    border-right-style: solid;
    border-right-color: #e6e7e8;
    border-top-style: none;
    border-bottom-style: none;
}

.gridRowBold
{
    font-weight: bold;
    vertical-align: bottom;
    height: 22px;
}
/*#endregion*/

.padLeftRight
{
    padding: 0px 5px 0px 5px;
}

.searchControlLogo
{
    top: -20px;
    right: -6px;
    position: absolute;
}

/*#region Home*/
.tweetImage
{
    position: absolute;
    top: -35px;
    right: 150px;
}
/*#endregion*/

/*#region JQueryUI override*/

li.ui-tabs-active a
{
    font-weight: bold;
}

/*#endregion*/

/*#region GridView*/

tr.ui-state-highlight
{
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}

/*#end region*/

/*#region Tabs*/
.AWNtabs
{
    padding: 0px;
    background: transparent;
    border: none;
}

    .AWNtabs .ui-tabs .ui-widget-content
    {
        /*padding: 0.2em;*/
        /*border: none;*/
    }

    .AWNtabs .ui-widget-content
    {
        /*padding: 0.2em;*/
        border: 1px solid #d1d3d4;
    }

    .AWNtabs .ui-tabs-nav
    {
        padding-left: 0px !important;
        background: transparent;
        border-width: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

.AWN .ui-widget-header .ui-state-default
{
    border-bottom-width: 0px;
}

.ASWN .ui-widget-header .ui-state-default
{
    border-bottom-width: 0px;
}

.AVEA .ui-widget-header .ui-state-default
{
    border-bottom-width: 0px;
}

.AVEAI .ui-widget-header .ui-state-default
{
    border-bottom-width: 0px;
}

.XTREME .ui-widget-header .ui-state-default
{
    border-bottom-width: 0px;
}

.KACARE .ui-widget-header .ui-state-default
{
    border-bottom-width: 0px;
}

/*#end region*/

/*#region Control*/

.buttonBottomRight
{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/*#end region*/



/*#centering image*/

.wraptocenter
{
    /*display: table-cell;*/
    text-align: center;
    vertical-align: middle;
}

/*#end region*/



.multText
{
    background: #fff;
    font-size: 13px;
    font-family: Helvetica;
    font-weight: lighter;
    color: #696969;
}

.loadingPanel
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 50px;
    height: 50px;
}

.documentAgentProfileEnabled
{
    padding: 17px;
    height: 530px;
}

.documentAgentProfileDisabled
{
    height: 0px;
    overflow: hidden;
}

#accordion h3
{
    color: #00b9f2;
    font-weight: bold;
    font-size: 15px;
}

#accordion a:link, a:visited
{
    color: #00b9f2;
    font-size: 15px;
}

#accordion a:hover
{
    color: #00b9f2;
    font-size: 15px;
    text-decoration: none;
}

#accordion div
{
    padding-left: 0px;
}

.ajax-loading-img
{
    width: 100%;
    height: 850px;
    background-color: white;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.background-right-inner-section
{
    width: 1220px;
    height: 670px;
    background-color: white;
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    top: 238px;
    left: 720px;
}

.background-right-section
{
    width: 1200px;
    height: 700px;
    background-color: white;
    -moz-opacity: 0.6;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    top: 200px;
    left: 700px;
}

.background-blur
{
    width: 100%;
    background-color: white;
    moz-opacity: 0.6;
    khtml-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.progress
{
    z-index: 200;
    background-color: White;
    position: absolute;
    top: 45%;
    left: 45%;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.ui-dialog {
    z-index: 101;
    left: calc(50% - 200px);
    top: calc(50% - 120px);
}

/*#region Panel Usercontrol Forms*/

.txtBox1C
{
    width: 190px;
}

.txtBox2C
{
    width: 400px;
}

.txtBox3C
{
    width: 610px;
}

/*#endregion */

/*#region Rating*/
.ratingStar
{
    margin-left: -6px;
    vertical-align: top;
}

.Star
{
    background-image: url(../images/General/StarEmpty.gif);
    height: 17px;
    width: 17px;
}

.WaitingStar
{
    background-image: url(../images/General/StarWaiting.gif);
    height: 17px;
    width: 17px;
}

.FilledStar
{
    background-image: url(../images/General/StarFilled.gif);
    height: 17px;
    width: 17px;
}
/*#endregion */

/* Radio button list align text*/
table.mylist input
{
    width: 20px;
    display: block;
    float: left;
}

table.mylist label
{
    display: block;
    padding-left: 30px;
    padding-bottom: 10px;
}
/*#endregion */


.ui-front
{
    z-index: 1000000 !important; /* The default is 100. !important overrides the default. */
}

/*Hide control*/
.HideControl
{
    visibility: hidden;
}

.panelCyanBorder
{
    padding: 10px;
    border-color: #00b9f2;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.panelCyanBorderHeader
{
    top: -19px;
    position: relative;
    background-color: white;
    display: inline;
}

.RadGrid_MyCustomSkin .rgRow a, .RadGrid_MyCustomSkin .rgAltRow a, .RadGrid_MyCustomSkin .rgEditRow a, .RadGrid_MyCustomSkin tr.rgHoveredRow a, .RadGrid_MyCustomSkin tr.rgActiveRow a, .RadGrid_MyCustomSkin tr.rgEditRow a
{
    color: #00b9f2;
}

.cyan a
{
    color: #00b9f2;
}

.cyan
{
    color: #00b9f2;
}

.spacer10
{
    height: 10px;
}

.spacer18
{
    height: 18px;
}

.spacer20
{
    height: 20px;
    width: 20px;
}

/*input.checkBox {
    width: 10px;
    margin:0;
}*/

.chkRepairer input
{
    margin: 0;
}

.listItem
{
    height: 16px;
}

    .listItem input[type="checkbox"]
    {
        margin-right: 15px;
    }

    .listItem input[type="radio"]
    {
        margin-right: 15px;
    }

.whiteBackground
{
    background-color: white;
}

.ui-dialog .ui-dialog-buttonpane
{
    margin-top: 0px;
}

.nykAnswer
{
    height: 90px;
}

/* Brought over from Redesign2016 so that the memos on pages that have not been upgraded look right*/

.themeFonth4
{
    background: none !important;
    border: none !important;
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 15px;
}

.info-bottom {
	width: 1225px;
	height: auto;
	padding: 15px;
	border: 1px solid #e6e7e8;
	position: relative;
}

.margin-top-15 {
	margin-top: 15px;
}

.info-top {
	width: auto;
	height: auto;
    margin-top: 10px;
}

/* Info Containers */

/* This is to fit info into column-blocks. info1 = 1 block of information. 
For example Trading Terms = 1 block, Contact Details = 2 blocks. */

.info1, .info2, .info4, .info5, .info6 {
	height: auto;
	float: left;
	display: inline-block;
    position: relative;
}

.info1, .info2 {
	margin-right: 15px;
}

.info1 {
	width: 178px;
}

.info2 {
	width: 374px;
}

.info3 {
	width: 570px;
}

.info4 {
	width: 835px;
}

.info5 {
	width: 1032px;
}

.info6 {
	width: 1257px;
}

.info9 {
	width: 1878px;
}

/*.drop-down,.dropdown1, .dropdown2, .dropdown4 {
	height: 24px;
	border: 1px solid #e6e7e8;
    padding-left: 2px;
        -webkit-appearance: none;
}

.dropdown1 {
    width: 160px;
}

.dropdown2 {
    width: 355px;
}

.dropdown4 {
    width: 820px !important;
    border: 0;
}

.select {  
    background:url("../../../Images/General/ticked.png");
    background-position:right;
    background-repeat:no-repeat;
}*/

details {
    padding: 10px;
    font-size: 15px;
    font-family: myriad-pro, "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-weight: 300;
    color: #4a4a4a;
    overflow: auto;
    word-break: normal;
    border-collapse: collapse;
}

.details {
    width: 967px;
}

.details {
    height: 108px;
}
