﻿/*General*/

body {
    font-family: Verdana;
    background-color: #dfdfdf
}

a {
    color: #ffffff
}

h1 {
    font-size: 28px;
    color: #838383;
    margin-top: 20px;
    line-height: 75%;
    padding-bottom: 0;
}

h2 {
    font-size: 18px;
}

    h2 a {
        color: #8c8c8c
    }

    h2 a:hover {
        color: #2e5352;
        text-decoration: none;
    }

h3 {
    color: #2e5352;
    margin-bottom: 20px;
}


/*Welcome header*/


.welcome {
    margin-bottom: 60px;
    color: #8c8c8c;
    margin-top: 10px;
    margin-left: 10px;
}



    

.welcomeheader {
    font-size: 24px;
    color: #2e5352;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 10px;
}

.welcomeheader span {
        font-size: 14px;
        color: #8c8c8c
    }    

    .welcomeheader em {
        color: #2e5352;
        font-style: normal
    }



.logoutlink {
    display: block;
    float: right;
    clear: right;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    background-image: url('../images/logout_icon.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 25px;
    margin-right: 20px;
}

    .logoutlink:hover {
        text-decoration: none;
        color: #c0c0c0
    }

/* strapline */

.logocontainer {
    color: red;
    font-family: PTSansRegular
}


/*Tracker tabs*/

.summarytable {
    font-size: 12px;
    color: #838383;
    margin-top: 5px;
    width: 100%
}

    .summarytable th, .summarytable td {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: right;
        font-weight: normal;
    }

    .summarytable th {
        background-color: #c0c0c0;
        color: #ffffff;
    }

    .summarytable td {
        border-bottom: 1px solid #d4d4d4;
    }

        .summarytable td.current {
            border-right: 4px solid #838383;
            border-left: 4px solid #838383;
        }

        .summarytable th.rowheader {
            text-align: left;
            border-bottom: none;
            background-color: transparent;
            border-bottom: 1px solid #d4d4d4;
            color: #838383;
        }

    .summarytable th.current {
        border-right: 4px solid #838383;
        border-left: 4px solid #838383;
        border-top: 4px solid #838383;
    }

    .summarytable tr:last-child td.current {
        border-bottom: 4px solid #838383;
    }

    /*.summarytable tr:nth-child(even) {
        background-color: #f0f2f3;
    }*/

.green {
    background-color: #8cbd82;
    color: #ffffff;
}


.corrlog {
    width: 100%;
    margin-left: -10px;
    color: #3a3a3a
}

    .corrlog th, .corrlog td {
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .corrlog td {
        border-bottom: 1px solid #d4d4d4
    }

        .corrlog td a {
            color: #3a3a3a;
        }

            .corrlog td a:hover {
                color: #3a3a3a
            }

.piechart {
    background-image: url('../images/pie.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 175px;
    height: 175px;
    width: 175px;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .piechart ul {
        text-align: center;
        padding-left: 0;
        list-style: none;
        padding-top: 44px;
        font-size: 12px;
    }

    .piechart em {
        font-size: 20px;
        font-style: normal;
        color: #3a3a3a
    }

.jun {
    color: #4a7da3
}

.sep {
    color: #95b3c9
}

.dec {
    color: #c5d5e1
}

.incdec {
    list-style: none;
    border: 1px solid #f1f4f4;
    background-color: #f1f4f4;
    color: #8c8c8c;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 30px;
}

    .incdec li {
        padding-right: 20px;
        margin-bottom: 3px;
        display: inline-block
    }

        .incdec li em {
            color: #688281;
            font-style: normal
        }

.incdec li.increase em {
}

.statuscirclered {
    border-radius: 50%;
    background: #dd2a2a;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.statuscirclegreen {
    border-radius: 50%;
    background: #508066;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-bottom: 1px;
}


.uparrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #688281;
    display: inline-block;
    margin-left: 5px;
}

.incdec li.decrease em {
}

.downarrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #688281;
    display: inline-block;
    margin-left: 5px;
}

.incdec li.nochange {
}

/* ice/tax pack tab */

.ice, .taxpack {
    color: #8c8c8c
}

.sbuttonstyle {
    background-color: #688281;
    color: #ffffff;
    border-color: transparent;
    margin-top: -2px;
}

.sbuttonstyle:hover {
    background-color: #2e5352;
    color: #ffffff;
    border-color: transparent;
}

.sendice {
    margin-top: 20px;
}

.reset {
    background-color: #f6e7e7;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dd2a2a
}

.datepicker {
    background: #FFF;
	overflow: hidden;
	display: inline-block;
	color: #8c8c8c;
	border: solid 1px #d6d6d6;
	font-family: verdanan,Arial,Arial, Helvetica, sans-serif;
	position: relative;
	cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}

.taxpackinput {
    border: solid 1px #d6d6d6;
}






/*Vault area*/

.vaulttoplev {
    margin-top: 0;
}

.vaultheader {
    margin-top: 30px;
}

.searcharea {
    text-align: right
}

.drilled {
    margin-bottom: 10px;
    float: right;
    
}


    .searcharea input[type="text"] {
        background-color: transparent;
        border-bottom: 1px solid #c7c7c7;
        border-top: none;
        border-left: none;
        border-right: none;
        margin-top: 10px;
        color: #c0c0c0;
        transition: border 0.3s;
        transition: background-color 0.3s;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 200px;
    }

    .searcharea input[type="text"]:focus,
    .searcharea input[type="text"].focus
     {
        border: 1px solid #c7c7c7;
        background-color: white;
        outline: none;
    }

    .searcharea button {
        height: 30px;
        width: 35px;
        background-color: transparent;
        background-image: url('../images/searchicon.png');
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center;
        border: none;
        margin-bottom: 0;
        vertical-align: bottom
    }

.vaultarea {
    background-color: #9a9a9a;
}

/*Vault list container*/
.vaultcontainer {
    border: 1px solid #c7c7c7;
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    height: 230px;
    overflow-x: scroll;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*Vault list*/
ul.vaultlist, ul.vaultlist ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    float: left;
}

ul.vaultlist {
    float: left;
    width: 4000px;
    
}


a.vaultlistlink {
    width: 131px;
    height: 180px;
    float: left;
    color: #ffffff;
}

a.vaultlistlink:hover {
    border: 2px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


    ul.vaultlist li {
        float: left;
        width: 131px;
        height: 180px;
        margin-right: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #688281;
        position: relative;
        
    }

        /* indicates empty vaults */

        ul.vaultlist li.emptyvault {
            opacity: 0.5
        }

            ul.vaultlist li.emptyvault a {
                opacity: 0.5;
                cursor: default
            }

            ul.vaultlist li.emptyvault a:hover {
                border: none;
            }

            /*-------- end of empty vault */

        ul.vaultlist li.tilebanking {
            background-color: #5b81b5;
        }

        ul.vaultlist li.tilebusinesses {
            background-color: #b34141;
        }

        ul.vaultlist li.tilefinancial {
            background-color: #a07ac7
        }

        ul.vaultlist li.tileotherassets {
            background-color: #688281
        }

        ul.vaultlist li.tilepersonal {
            background-color: #df9d52
        }

        ul.vaultlist li.tileproperty {
            background-color: #76b592
        }

        ul.vaultlist li.tilevehicle {
            background-color: #df6952;
        }

        ul.vaultlist li.tileliabilities {
            background-color: #e198cf;
        }

        ul.vaultlist li.selectedvault {
            /*border: 2px solid #b34141;
            background-color: #526665;*/
            border-bottom: 10px solid #b34141;
            margin-top: 10px;
        }

        ul.vaultlist li ul {
            margin-top: 30px;
            margin-left: 10px;
            height: 100px
        }

        ul.vaultlist li ul li {
            width: auto;
            height: auto;
            background: none;
            float: none;
            border: none;
        }

            ul.vaultlist li ul li em {
                
                font-style: normal
            }

.newitemsalert {
    position: absolute;
    right: 0;
    /*background-color: #2e5352;*/
    background-color: #dd2a2a;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    color: #ffffff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin-top: -7px;
    margin-right: -7px;
    border: 2px solid #ffffff;
}

   ul.vaultlist li p.newitemsalert a {
        background-image: none;
        background-color: transparent
    }

.tilename {
    font-size: 18px;
    max-height:80px;
    overflow: hidden;
}

ul.vaultlist li ul.lastupdated {
    margin-top: 0;
    height: auto;
}

    ul.vaultlist li ul.lastupdated li.lastupdatedlabel {
        opacity: 0.7;
    }



ul.vaultlist li.tileice a {
    background-image: url('../images/tile_bg_ice.png');
    background-position: 10px 0;
    background-repeat: no-repeat;
    background-size: 50px;
}

ul.vaultlist li.tileholidays a {
    background-image: url('../images/tile_bg_holidays.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 138px;
}

ul.vaultlist li.tilebanking a {
    background-image: url('../images/tile_bg_banking_blue.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 105px;
}

ul.vaultlist li.tileproperty a {
    background-image: url('../images/tile_bg_property_green.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 150px;
}

ul.vaultlist li.tilecar a {
    background-image: url('../images/tile_bg_car.png');
    background-position: 0 30px;
    background-repeat: no-repeat;
    background-size: 130px;
}

ul.vaultlist li.tilechildren a {
    background-image: url('../images/tile_bg_children.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 105px;
}

ul.vaultlist li.tilemedical a {
    background-image: url('../images/tile_bg_medical.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 120px;
}

ul.vaultlist li.tilebusinesses a {
    background-image: url('../images/tile_bg_businesses_red.png');
    background-position: 50px 50px;
    background-repeat: no-repeat;
    background-size: 150px;
}

ul.vaultlist li.tilefinancial a {
    background-image: url('../images/tile_bg_financial_purple.png');
    background-position: 40px 30px;
    background-repeat: no-repeat;
    background-size: 140px;
}

ul.vaultlist li.tileotherassets a {
    background-image: url('../images/tile_bg_otherassets.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 140px;
}

ul.vaultlist li.tilepersonal a {
    background-image: url('../images/tile_bg_personal_yellow.png');
    background-position: -20px 30px;
    background-repeat: no-repeat;
    background-size: 140px;
}

ul.vaultlist li.tilevehicle a {
    background-image: url('../images/tile_bg_car_orange.png');
    background-position: 0 30px;
    background-repeat: no-repeat;
    background-size: 130px;
}

ul.vaultlist li.tileliabilities a {
    background-image: url('../images/tile_bg_liabilities.png');
    background-position: 0 30px;
    background-repeat: no-repeat;
    background-size: 130px;
}




/* folder level 1 */

ul.folderlistl1, ul.folderlistl1 ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    float: left;
    font-size: 12px;
}

ul.folderlistl1 {
    float: left;
    width: 4000px;
    
}

    ul.folderlistl1 ul {
        position: absolute;
        top: 25px;
    }

ul.folderlistl1 li {
        float: left;
        width: 144px;
        height: 174px;
        margin-right: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #b34141;
    }

        ul.folderlistl1 li.selectedvault {
            border: 2px solid #2e5352
        }

        ul.folderlistl1 li ul {
            margin-top: 0;
            margin-left: 10px;
            clear: right;
        }

        ul.folderlistl1 li ul li {
            width: auto;
            height: auto;
            background: none;
            float: none;
            border: none;
        }

            ul.folderlistl1 li ul li em {
                
                font-style: normal
            }

        ul.folderlistl1 li ul.lastupdated {
            margin-top: 0;
            height: auto;
            position: absolute;
            top: 125px;
        }

            ul.folderlistl1 li ul.lastupdated li.lastupdatedlabel {
                opacity: 0.7;
            }



    ul.folderlistl1 .tilename {
        font-size: 14px;
    }

    ul.folderlistl1 a.vaultlistlink {
        width: 140px;
        height: 170px;
        float: left;
        color: #ffffff;
        position: relative;
    }

    a.vaultlistlink:hover {
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

ul.folderlistl1 .newitemsalert {
    margin-top: -7px;
    margin-right: -7px;
    margin-bottom: 0;
    border: 2px solid white;

}

.numitems {
    opacity: 0.5;
}

.levels {
    margin-top: -25px;
    height: 220px;
}

ul.folderlistl1 li.tilesubbanking a {
    background-image: url('../images/tilesub_bg_banking.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 105px;
}



/* Folder list level 2 */

ul.folderlistl1 li.folderl2 {
    background-color: #c57a7a;
}

ul.folderlistl1 li.selectedfolder {
    /*border: 2px solid #b34141;
    background-color: #526665;*/
    border-bottom: 10px solid #c57a7a;
    margin-top: 10px;
}



/* Folder list level 3 */

ul.folderlistl1 li.selectedfolderl2 {
    /*border: 2px solid #b34141;
    background-color: #526665;*/
    border-bottom: 10px solid #85a6d3;
    margin-top: 10px;
}


/* document list level */

ul.folderlistl1 li.doclevel {
    background-color: #85a6d3;
    background-image: url('../images/document_corner.png'), url('../images/document_background.png');
    background-position: top right, top;
    background-repeat: no-repeat;
    background-size: 25px, 150px;
    border: none;
}

/*document list table*/

.doctable  {
    width: 100%;
    float: left;
    border-top: 1px solid #f1f4f4;

}

.doctable td {
    padding-right: 20px;
    padding-bottom: 10px;
    color: #838383
}

    .doctable tr:first-child td {
        padding-top: 10px;
    }

.doctable a {
    color: #2e5352;
    padding-left: 10px;
    /*background-image: url('../images/summaryalertontrackbg.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px;*/
}

    .doctable a.attentionrequired {
        background-image: url('../images/summaryalertattentionbg.png');
    }

    .doctable a:hover {
        text-decoration: underline;
    }

.filter {
    border: none;
    background-color: #f1f4f4;
    float: right;
    color: #838383;
    padding-left: 10px;
    padding-right: 40px;
    margin-bottom: 10px;
    background-image: url('../images/arrow_dropdown.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.vaultbreadcrumb {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #2e5352;
    width: 100%;
    font-size: 14px;
}

    .vaultbreadcrumb li {
        display: inline;
        padding-left: 10px;
        padding-right: 20px;
        background-image: url('../images/arrow_breadcrumb.png');
        background-position: right center;
        background-size: 5px;
        background-repeat: no-repeat
    }

    .vaultbreadcrumb li:first-child {
        padding-left: 0;
    }

        .vaultbreadcrumb li:last-child {
            background-image: none;
        }

        .vaultbreadcrumb li a {
            color: #688281
        }

.vaultbreadcrumbname  {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 20px;
}



/* footer */


.footerarea {
    background: -moz-linear-gradient(top, #4b4b4b 0%, #202020 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4b4b), color-stop(100%,#202020)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4b4b4b 0%,#202020 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4b4b4b 0%,#202020 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4b4b4b 0%,#202020 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4b4b4b 0%,#202020 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
}

footer {
    color: #ffffff;
    margin-top: 30px;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

    footer a {
        color: #ffffff
    }


.emailcontact {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/email_icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    font-size: 14px;
}

    .emailcontact:hover {
        color: white;
        opacity: 0.5;
    }

.phonecontact {
    display: inline;
    margin-left: 30px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/phone_icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    font-size: 14px;
}

.kmdaddress {
    margin-top: 10px;
    margin-bottom: 20px;
}

.terms {
    opacity: 0.7;
}

    .terms a:hover {
        color: white;
    }




/* admin */

/* user list */

div div.userlist {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .userlist ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

        .userlist ul li {
            
        }  

    .userlist a {
            color: #2e5352;
            display: block;
            text-decoration: none;
            padding-top: 8px;
            padding-bottom: 8px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .userlist a:hover {
            background-color: #688281;
            color: white
        }

.userlist button {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* tabs */

.admintab {
    padding-left: 0;
}

.admintab a {
    color: #688281;
    background-color: #d4d4d4;
    -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        border-top: 1px solid #c0c0c0;
        border-left: 1px solid #c0c0c0;
        border-right: 1px solid #c0c0c0;
        font-size: 16px;
        margin-bottom: -1px
}

    .admintab li a:hover {
        background-color: white;
        color: #2e5352
    }


    .admintab a.selected {
        background-color: white;
    }



/* Vault types */


div div.vaulttypescontainer {
    padding: 15px;
    margin-bottom: 30px;
}

.adminvaulthier * {
    list-style: none
}

.adminvaulthier {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 30px;
}

    .adminvaulthier li {
        padding-left: 22px;
        background-image: url('../images/foldersublev.png');
        background-position: left 7px;
        background-repeat: no-repeat;
        background-size: 18px;
    }

ul.adminvaulthier li.toplevvault ul {
    margin-left: 0;
}

.adminvaulthier li.toplevvault {
    background-image: url('../images/foldertoplev.png');
}

    ul.adminvaulthier li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        color: #688281
    }

ul.adminvaulthier li.toplevvault ul li a {
    color: #688281
}

ul.adminvaulthier li.toplevvault a {
    color: #2e5352
}

        .adminvaulthier li.toplevvault a:hover, .adminvaulthier li.toplevvault ul li a:hover {
            text-decoration: none;
            background-color: #688281;
            color: white
        }






table.vaulttypetable tr td {
   border-top: none;
   border-left: none;
   border-bottom: 5px solid white;
   background-color: #f1f4f4;
   padding-top: 5px;
   padding-bottom: 5px;
   color: #2e5352
}

    table.vaulttypetable tr td img {
        width: 22px;
    }

.adminvaulttypewarning {
    margin-top: 10px;
    color: #688281
}





table.vaulttypetable tr td.vaulttypedefault   {
    background-image: url('../images/foldersublev.png');
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 20px;
    padding-left: 30px;
}



ul.missingdata li {
    color:red;
}


ul.missingdata li em {
    color:black;
}


a.vaultlink {
    color:#444444 !important;
}