/*
 * Document   : home.css
 * Project    : Optimum
 * Author     : Horváth Tamás <tamas.horvath@ilx.hu>
 *		Gyurman Attila <attila.gyurman@ilx.hu>
 * Created on : 2014.03.28
 * Description: Stylesheet
 */

/* HOME */

.home-logo {
    background-image: url('../../../images/home/logo_hd.png');
    background-repeat: no-repeat;
    background-size: 320px;
    width: 320px;
    height: 85px;
    position: absolute;
    left: 200px;
    top: 20px;
}

.home-content {
    border-top: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    overflow: hidden;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 42%, #c9c9c9 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(42%,#ffffff), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 42%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 42%,#c9c9c9 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 42%,#c9c9c9 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 42%,#c9c9c9 100%);    
}

.home-outer {
    margin-top: 0px;
    position: relative;
}

.home-box {
    width: 960px;
    height: 400px;
    position: absolute;
    left: 100px;
    top: 120px;
    background-color: white;
    /*border: 1px solid #e5e5e5;    */
    border: none;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05);
    border-radius: 17px;
}

/*.home-box:before {
    content: '';
    position: absolute;
    height: 7px;
    bottom: -7px;
    left: 0;
    background: url('../../../images/home/shadow-630.png') no-repeat top center;
    width: 100%;
    z-index: 1;    
}
*/
.home-box-img {
    margin: 20px;
    width: 920px;
    height: 360px;
    overflow: hidden;
    position: relative;    
    border-radius: 10px;    
}

.home-iconbox-grey {
    width: 420px;
    height: 80px;
    position: absolute;
    left: 300px;
    top: 500px;
}

.home-iconbox-color {
    width: 420px;
    height: 80px;
    position: absolute;
    left: 300px;
    top: 500px;
}

.home-icon-grey {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 0px;
    width: 75px;
    height: 75px;
    float: left;
    margin: 2px;    
}

.home-icon-color {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 0px;
    width: 75px;
    height: 75px;
    float: left;
    margin: 2px;    
    -webkit-backface-visibility: hidden;
    opacity: 0;
    animation: iconAnimation 30s linear infinite 0s; 
    -webkit-animation: iconAnimation 30s linear infinite 0s; 
    -moz-animation: iconAnimation 30s linear infinite 0s; 
    -o-animation: iconAnimation 30s linear infinite 0s; 
    -ms-animation: iconAnimation 30s linear infinite 0s; 
}

.home-icon-pension-grey {
    background-image: url('../../../images/home/pension_grey.png');
}

.home-icon-pension-color {
    background-image: url('../../../images/home/pension_color.png');
}

.home-icon-children-grey {
    background-image: url('../../../images/home/children_grey.png');
}

.home-icon-children-color {
    background-image: url('../../../images/home/children_color.png');
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
}

.home-icon-health-grey {
    background-image: url('../../../images/home/health_grey.png');
}

.home-icon-health-color {
    background-image: url('../../../images/home/health_color.png');
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
}

.home-icon-savings-grey {
    background-image: url('../../../images/home/savings_grey.png');
}

.home-icon-savings-color {
    background-image: url('../../../images/home/savings_color.png');
    animation-delay: 18s;
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
}

.home-icon-finsec-grey {
    background-image: url('../../../images/home/finsec_grey.png');
}

.home-icon-finsec-color {
    background-image: url('../../../images/home/finsec_color.png');
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
}

.home-switch-bg {
    background-image: url('../../../images/home/switch_bg.png');
    width: 300px;
    height: 600px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0.4;
}

/*.home-link1 {
    background-image: url('../../../images/home/link1.png');
    width: 192px;
    height: 52px;
    position: absolute;
    top: 82px;
    left: 100px;
    cursor: pointer;
}

.home-link2 {
    background-image: url('../../../images/home/link2.png');
    width: 192px;
    height: 52px;
    position: absolute;
    top: 82px;
    left: 500px;
    cursor: pointer;
}*/

.home-img {
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 0px;
    width: 920px;
    height: 360px;
    opacity: 0;
    animation: imageAnimation2 30s linear infinite 0s;
    -webkit-animation: imageAnimation2 30s linear infinite 0s;
    -moz-animation: imageAnimation2 30s linear infinite 0s;
    -o-animation: imageAnimation2 30s linear infinite 0s;
    -ms-animation: imageAnimation2 30s linear infinite 0s;
    -webkit-backface-visibility: hidden;
    z-index: 0;
    border-radius: 10px;
}

#home-img1 {
    background-image: url('../../../images/home/img_pension.jpg');    
}

#home-img2 {
    background-image: url('../../../images/home/img_children.jpg');    
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
}

#home-img3 {
    background-image: url('../../../images/home/img_health.jpg');
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
}

#home-img4 {
    background-image: url('../../../images/home/img_savings.jpg');
    animation-delay: 18s;
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
}

#home-img5 {
    background-image: url('../../../images/home/img_finsec.jpg');
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
}

.home-subtitle {
    position: absolute;
    bottom: 10px;
    right: 30px;
    z-index: 1;
    font: 55px 'Anton',times;
    opacity: 0;
    text-transform: uppercase;
    color: white;
    animation: titleAnimation 30s linear infinite 0s; 
    -webkit-animation: titleAnimation 30s linear infinite 0s; 
    -moz-animation: titleAnimation 30s linear infinite 0s; 
    -o-animation: titleAnimation 30s linear infinite 0s; 
    -ms-animation: titleAnimation 30s linear infinite 0s; 
    -webkit-backface-visibility: hidden;
    text-shadow: 0px 0px 4px rgba(30,30,30,0.5);
}

#home-subtitle1 {}

#home-subtitle2 {    
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
}

#home-subtitle3 {    
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
}

#home-subtitle4 {    
    animation-delay: 18s;
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
}

#home-subtitle5 {    
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
}


.home-content ul li {
    border-bottom: 1px #e0e0e0 dashed;
    font: 22px 'Open Sans',Arial,Helvetica,sans-serif;
    color: #204f56;
    padding-top: 10px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;    
}

.home-content ul li:first-child {
    border-top: 1px #e0e0e0 dashed;
}

.home-content ul li:hover {
    background-color: #f9f9f9;
    color: red;
    padding-left: 10px;
}

.home-content ul li.back {
    border-top: 1px #e0e0e0 dashed;
    margin-top:20px;    
}

.home-content ul li span {
    padding-left: 10px;
}

@keyframes imageAnimation { 
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    19% {
        opacity: 1;
        transform: scale(1.1) rotate(3deg);
    }
    30% {
        opacity: 0;
        transform: scale(1.15) rotate(3deg);
    }
    100% { opacity: 0 }
}

@-webkit-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    19% {
        opacity: 1;
        -webkit-transform: scale(1.1) rotate(2deg);
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.15) rotate(4deg);
    }
    100% { opacity: 0 }
}

@-moz-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    19% {
        opacity: 1;
        -moz-transform: scale(1.1) rotate(2deg);
    }
    30% {
        opacity: 0;
        -moz-transform: scale(1.15) rotate(4deg);
    }
    100% { opacity: 0 }
}

@-o-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }
    19% {
        opacity: 1;
        -o-transform: scale(1.1) rotate(2deg);
    }
    30% {
        opacity: 0;
        -o-transform: scale(1.15) rotate(4deg);
    }
    100% { opacity: 0 }
}

@-ms-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    19% {
        opacity: 1;
        -ms-transform: scale(1.1) rotate(2deg);
    }
    30% {
        opacity: 0;
        -ms-transform: scale(1.15) rotate(4deg);
    }
    100% { opacity: 0 }
}

@keyframes imageAnimation2 { 
    0% {opacity: 0;}
    8% {opacity: 1;}
    19% {opacity: 1;}
    30% {opacity: 0;}
    100% { opacity: 0 }
}

@-webkit-keyframes imageAnimation2 { 
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    19% {
        opacity: 1;
        -webkit-transform: scale(1.1) rotate(2deg);
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.15) rotate(4deg);
    }
    100% { opacity: 0 }
}

@-moz-keyframes imageAnimation2 { 
    0% {opacity: 0;}
    8% {opacity: 1;}
    19% {opacity: 1;}
    30% {opacity: 0;}
    100% { opacity: 0 }
}

@-o-keyframes imageAnimation2 { 
    0% {opacity: 0;}
    8% {opacity: 1;}
    19% {opacity: 1;}
    30% {opacity: 0;}
    100% { opacity: 0 }
}

@-ms-keyframes imageAnimation2 { 
    0% {opacity: 0;}
    8% {opacity: 1;}
    19% {opacity: 1;}
    30% {opacity: 0;}
    100% { opacity: 0 }
}

@keyframes titleAnimation {
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 0.8;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 0.8;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 0.8;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 0.8;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 0.8;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 0.8;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 0.8;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 0.8;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 0.8;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 0.8;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@keyframes iconAnimation { 
    0% {opacity: 0; animation-timing-function: ease-in;}
    6% {opacity: 1; animation-timing-function: ease-out;}
    19% {opacity: 1;}
    25% {opacity: 0;}
    100% {opacity: 0;}
}

@-webkit-keyframes iconAnimation { 
    0% {opacity: 0; -webkit-animation-timing-function: ease-in;}
    6% {opacity: 1; -webkit-animation-timing-function: ease-out;}
    19% {opacity: 1;}
    25% {opacity: 0;}
    100% {opacity: 0;}
}

@-moz-keyframes iconAnimation { 
    0% {opacity: 0; -moz-animation-timing-function: ease-in;}
    6% {opacity: 1; -moz-animation-timing-function: ease-out;}
    19% {opacity: 1;}
    25% {opacity: 0;}
    100% {opacity: 0;}
}

@-o-keyframes iconAnimation { 
    0% {opacity: 0; -o-animation-timing-function: ease-in;}
    6% {opacity: 1; -o-animation-timing-function: ease-out;}
    19% {opacity: 1;}
    25% {opacity: 0;}
    100% {opacity: 0;}
}

@-ms-keyframes iconAnimation { 
    0% {opacity: 0; -ms-animation-timing-function: ease-in;}
    8% {opacity: 1; -ms-animation-timing-function: ease-out;}
    19% {opacity: 1;}
    25% {opacity: 0;}
    100% {opacity: 0;}
}


.home-newplan-popup-content .content {
    padding: 10px;
}

.home-newplan-popup-content .popup_sel_item {
    margin: 0px 0px 8px 0px;
    width: 543px;
    background-color: #eaeded;
    height: 22px;
    font: 18px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 18px;
    cursor: pointer;
    color: #2c3c3f;
}

.home-newplan-popup-content .popup_sel_item:hover {
    background-color: #d1e3e6;    
}

.home-newcalc-popup-content .content {
    padding: 10px;
}

.home-newcalc-popup-content .popup_sel_item {
    margin: 0px 0px 8px 0px;
    width: 543px;
    background-color: #eaeded;
    height: 22px;
    font: 18px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 18px;
    cursor: pointer;
    color: #2c3c3f;
}

.home-newcalc-popup-content .popup_sel_item:hover {
    background-color: #d1e3e6;    
}

.home-switch-lines {
    background-image: url('../../../images/home/switch_lines_small_blue.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;    
    z-index: 2;
    width: 308px;
    height: 400px;
}

/* PLANLIST */

.planlist-content {
    border-top: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;    
    background-color: #f9f9f9;
    background: -moz-radial-gradient(center, ellipse cover, #efefef 0%, #efefef 20%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efefef), color-stop(20%,#efefef), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #efefef 0%,#efefef 20%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #efefef 0%,#efefef 20%,#e0e0e0 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #efefef 0%,#efefef 20%,#e0e0e0 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #efefef 0%,#efefef 20%,#e0e0e0 100%);    
}

.planlist-container {
    width: 960px;
    margin: 0px auto 0px auto;    
}

.planlist-maintitle {
    text-align: center;
    font: 30px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 10px 0px 10px 0px;
    text-shadow: 1px 1px 0 #fff;
    color: #4c4c4c;
}

.planlist-listbox {
    margin: 0px auto 15px auto;
    position: relative;    
    border-radius: 6px;
/*    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
*/}

.planlist-listbox-title {
    background-color: #f3f3f3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.planlist-listbox-title p {
    font: 13px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 3px 8px 3px 8px;
    text-shadow: 1px 1px 0 #fff;
    color: #4c4c4c;        
}

.planlist-listbox-listitem {
    height: 52px;
    background-color: #fefefe;
    border-bottom: 1px #f0f0f0 solid;
    font: 16px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 6px;
    cursor: pointer;
}

.planlist-listbox-listitem:last-child {
    border-bottom: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;    
}

.planlist-listbox-listitem:hover {
    background-color: #fafafa;
}

.planlist-listbox-listitem:hover .planlist-circledate {
    background-color: #ffa500;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;        
}

.planlist-listbox-listitem:hover table.planlist-listbox-listitem-outer td.right div.dimicons img.dimicon {
    opacity: 0.9;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;        
}

.planlist-circledate {
    width: 52px;
    height: 49px;
    border-radius: 50%;
    background-color: #3d3d3d;
    margin-right: 10px;
    text-align: center;
    font: 13px 'Open Sans',Arial,Helvetica,sans-serif;
    color: white;    
    padding-top: 3px;
    overflow: hidden;
}

.planlist-circledate p.month {
    font-size: 11px;
    line-height: 16px;
}

.planlist-circledate p.day {
    font-size: 22px;
    font-weight: bold;
    line-height: 15px;
}

.planlist-circledate p.year {
    font-size: 11px;
    line-height: 15px;
}

.planlist-planname {
    font: 20px 'Open Sans',Arial,Helvetica,sans-serif;
    color: #4c4c4c;        
    line-height: 20px;
}

.planlist-plancode {
    font: 12px 'Open Sans',Arial,Helvetica,sans-serif;
    color: #7e7e7e;   
    line-height: 21px;
}

.planlist-planstatus {
    font: 12px 'Open Sans',Arial,Helvetica,sans-serif;
    color: #7e7e7e;   
    line-height: 11px;
}

table.planlist-listbox-listitem-outer {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background: none;    
}

table.planlist-listbox-listitem-outer td {
    vertical-align: top;
}

table.planlist-listbox-listitem-outer td.circledate {
    width: 52px;
}

table.planlist-listbox-listitem-outer td.right {    
    text-align: right;
}

table.planlist-listbox-listitem-outer td.right div.dimicons {
    float: right;
}

table.planlist-listbox-listitem-outer td.right div.dimicons img.dimicon {
    width: 45px;
    height: 45px;
    float: left;
    padding: 4px 3px 0px 3px;
    opacity: 0.5;
}

#planlist-content table.planlist-content-header {
    border-collapse: collapse;
    border: none;
    width: 960px;
    margin: 0px auto;
}

#planlist-content table.planlist-content-header td {
    height: 40px;    
}

#planlist-content table.planlist-content-header td.search {
    width: 300px;    
}

#planlist-content table.planlist-content-header td.sort {
    width: 300px;
}

#planlist-content table.planlist-content-header td.sort div {
    width: 60px;
    height: 37px;
    margin: 0px 5px;
    float: left;
/*    background: linear-gradient(#fbfbfb,#e9e9e9);
    box-shadow: inset 0 1px 0 #fff;
    border: 1px solid #c7c7c7;*/
    border-radius: 5px;
    background-color: white;
    color: #232323;
    cursor: pointer;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05);
}

#planlist-content table.planlist-content-header td.sort div:hover {
    background-color: #fcfcfc;
}

#planlist-content table.planlist-content-header td.sort div:active {
    background-color: #fafafa;
}

#planlist-content table.planlist-content-header td.sort div:hover img {
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;        
}

#planlist-content table.planlist-content-header td.sort div.sort-by-date {
    margin-left: 150px;
}

#planlist-content table.planlist-content-header td.sort img {
    height: 22px;
    margin: 7px 12px;
    opacity: 0.6;
}

#planlist-content table.planlist-content-header td.search input.search {
    -moz-transition:width 0.2s ease,background-color 0.2s ease;
    -webkit-transition:width 0.2s ease,background-color 0.2s ease;
    transition:width 0.2s ease,background-color 0.2s ease;
    border-radius:13px;
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAEJWlDQ1BJQ0MgUHJvZmlsZQAAOBGFVd9v21QUPolvUqQWPyBYR4eKxa9VU1u5GxqtxgZJk6XpShal6dgqJJQ6N4mpmxjb6baqT3uBNwb8AUDZAw9IPCGNX2J72fYA2qSpoIpqEtIeOvFDiEl7QVX4rp3YDoqYo15/Pec753zn3GubqO+zkmkaUYVope5YhUxSOX1mUenboig9Sf00RP0lzTYT+fwc4RJccQ9dEaIHPxFWottjPfwhak/YX+a2RhR5BN5G2dZWgM8RxQzNtByi+F3YJ886JnDfU8CPWxAIrApc9XBK4CUPn3Y5xcI0OEKrrNVKZeB14NGlkL0awp4GMJAnw+vc0jVFzCJvNSq6wV2HtzzEHWL+H1wxmujZvYaxDtjL8ydwHxG916yZQht/rJXS88DPwX7DdJLC/gLw783lhQTwAaLoYxXr+ILHj768Viu+DrwH9rLuZItt+1p9KXcSGLHRjeXGCZFHcG5o9jRmSc8A36nxrNhj6JGozFNp4FHg4Vpzpp1fmrVX54XdzbNWm84BI49kvVWazQMPAb9rNQqiFjRLG9zIiFrIL10znXxbg7RTN3KiFvplMrfdHpFT2nFqxRkvlh12rGI7li1W9OPZNn/dNNyzCG3sktUsCG3Iz26VrHQGGHnY37y+IOYGHNtbLqXEbMeBj9GpSIk4NWgJq0Z12iWFCpShJO4mWfBUSCcDFg4vh0WPPErLsPXm5V2OFxMwqm70johGld4cr8K9NqfBBpnKDuHvCJtjR9kkmyKFvcJeZcdYCtYpdsRXkA/pVKhK96DUy/M2NVFZ6DhFyYtDzRE/RrlgvalrN9/7C2qCLhuBH3n8jqG5EZ4A2ZhAp7ux8Jyur3+71/com+zyG7cHrq/TyYfNN3Y3thPbxLoV2w7iY7/EtvHbogR2wHAVrUCV7u6E7fPGunq4CqZDJay/gteA1o7Srh2t1C8OBR4xCf5O7kGOLowGVvVn9Q91U/1EvaT+1lUjyNg1JelD6UvpO+kr6WvpB1KkK9JV6XvpmvSF9I2fs/fee1n8vXf7FTbRrdiFTr3wrDkZclLeJz8rp+Sn5eflOZ+lyIPyhDwj74dnn79vRuDv6kWnM5hVZ6q9a4knQKcFKNHpLLgWpiomXKfzyBp+TtpK2TCbYNn/nNpJcZY7KuLpeCqeICV+ID4Vn4jPCtx58uL74ZvCmvbVe0+Oz+jqgIdYmIqfZ8w9deKsiuhV6Dagmzv8HL4dRNMN87ylV2uOclBVX1IS+JRxJVvXxkeVkmEorstWLG5za5WXx0l8B0Uc0f2C+32L7LkZ2JzXiI7+iXfWrcC22CT63CYafDGwjeCd+MRHRJcPa01r1ctHkciPRHbl0EH3/8hAEu+mO63Wfbyv+j4g2n2/1fpno9Xa/RT5t4muGP8CYGVxecXFpEEAAAEiSURBVCgVhZG9SsRAFIVnkhBwSZ7AYGUXlDSCrYVYaCFKirBZCfgOamvrGySdkGwKEQRXO7XQxiKFINjrvsB2QoT4jThhENELh7nnnHvm5kd2XSeKohh4nncghBiBAEzRT9u2Pcmy7B3elx2G4ZzjODcoQynlA5jQu5z7tm2vNU0zjqLoQyccbjmErDKwkyTJhTbKsty1LOvMdV3lH2vdohkxfGkOKzNN03P0a9o9xXWpQMDzvmjBPNGf4AumpgJTEJmi0S/TvxlcWKwtEdbrut42DfUO8E2g/L5knucD3/dvWb9CeML5jLsEtgCSfOQrbsRxPFMpyYD+D0fwIZgHr2D8zRfN0FcA49eqqipg+A6zD/0ZULf8CN3/GzBCV2ybfQLGkGWtzcDkHAAAAABJRU5ErkJggg==') white no-repeat 9px 8px !important;
    font-size:13px;
    height:19px;
    line-height:normal;
    padding:4px 4px 4px 26px;
    text-indent:0;
    position:relative;
    width:200px;
    margin: 0px 0px 0px 10px;
    border-color: #CFCFCF;
    box-shadow: 0 4px 5px -5px rgba(0,0,0,0.3) inset;    
}

#planlist-content table.planlist-content-header td.search input.search:focus {
    border-color: #4A9DA9;
    box-shadow: 0 0 3px rgba(74, 157, 169, 0.79),0 4px 5px -5px rgba(0,0,0,0.2) inset;
}

/* CLIENTLIST */

.clientlist-content {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;    
    background-color: #f9f9f9;
    background: -moz-radial-gradient(center, ellipse cover, #efefef 0%, #efefef 20%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efefef), color-stop(20%,#efefef), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #efefef 0%,#efefef 20%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #efefef 0%,#efefef 20%,#e0e0e0 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #efefef 0%,#efefef 20%,#e0e0e0 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #efefef 0%,#efefef 20%,#e0e0e0 100%);    
}

.clientlist-container {
    width: 960px;
    margin: 0px auto 0px auto;    
}

.clientlist-maintitle {
    text-align: center;
    font: 30px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 10px 0px 10px 0px;
    text-shadow: 1px 1px 0 #fff;
    color: #4c4c4c;
}

.clientlist-listbox {
    margin: 0px auto 15px auto;
    position: relative;    
    border-radius: 6px;
/*    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
*/}

.clientlist-listbox-title {
    background-color: #f3f3f3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.clientlist-listbox-title p {
    font: 13px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 3px 8px 3px 8px;
    text-shadow: 1px 1px 0 #fff;
    color: #4c4c4c;        
}

.clientlist-listbox-listitem {
    height: 52px;
    background-color: #fefefe;
    border-bottom: 1px #f0f0f0 solid;
    font: 16px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 6px;
    cursor: pointer;
}

.clientlist-listbox-listitem:last-child {
    border-bottom: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;    
}

.clientlist-listbox-listitem:hover {
    background-color: #fafafa;
}

.clientlist-listbox-listitem:hover .clientlist-circledate {
    background-color: #ffa500;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;        
}

.clientlist-listbox-listitem:hover table.clientlist-listbox-listitem-outer td.right div.dimicons img.dimicon {
    opacity: 0.9;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;        
}

.clientlist-circledate {
    width: 52px;
    height: 49px;
    border-radius: 50%;
    background-color: #3d3d3d;
    margin-right: 10px;
    text-align: center;
    font: 13px 'Open Sans',Arial,Helvetica,sans-serif;
    color: white;    
    padding-top: 3px;
    overflow: hidden;
}

.clientlist-circledate p.month {
    font-size: 11px;
    line-height: 16px;
}

.clientlist-circledate p.day {
    font-size: 22px;
    font-weight: bold;
    line-height: 15px;
}

.clientlist-circledate p.year {
    font-size: 11px;
    line-height: 15px;
}

.clientlist-planname {
    font: 20px 'Open Sans',Arial,Helvetica,sans-serif;
    color: #4c4c4c;        
    line-height: 20px;
}

.clientlist-plancode {
    font: 12px 'Open Sans',Arial,Helvetica,sans-serif;
    color: #4c4c4c;   
    line-height: 21px;
}

.clientlist-planstatus {
    font: 12px 'Open Sans',Arial,Helvetica,sans-serif;
    color: #4c4c4c;   
    line-height: 11px;
}

table.clientlist-listbox-listitem-outer {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background: none;    
}

table.clientlist-listbox-listitem-outer td {
    vertical-align: top;
}

table.clientlist-listbox-listitem-outer td.circledate {
    width: 52px;
}

table.clientlist-listbox-listitem-outer td.right {    
    text-align: right;
}

table.clientlist-listbox-listitem-outer td.right div.dimicons {
    float: right;
}

table.clientlist-listbox-listitem-outer td.right div.dimicons img.dimicon {
    width: 45px;
    height: 45px;
    float: left;
    padding: 4px 3px 0px 3px;
    opacity: 0.5;
}

#clientlist-content table.clientlist-content-header {
    border-collapse: collapse;
    border: none;
    width: 960px;
    margin: 0px auto;
}

#clientlist-content table.clientlist-content-header td {
    height: 40px;    
}

#clientlist-content table.clientlist-content-header td.search {
    width: 300px;    
}

#clientlist-content table.clientlist-content-header td.sort {
    width: 300px;
}

#clientlist-content table.clientlist-content-header td.sort div {
    width: 60px;
    height: 37px;
    margin: 0px 5px;
    float: left;
/*    background: linear-gradient(#fbfbfb,#e9e9e9);
    box-shadow: inset 0 1px 0 #fff;
    border: 1px solid #c7c7c7;*/
    border-radius: 5px;
    background-color: white;
    color: #232323;
    cursor: pointer;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05);
}

#clientlist-content table.clientlist-content-header td.sort div:hover {
    background-color: #fcfcfc;
}

#clientlist-content table.clientlist-content-header td.sort div:active {
    background-color: #fafafa;
}

#clientlist-content table.clientlist-content-header td.sort div:hover img {
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;        
}

#clientlist-content table.clientlist-content-header td.sort div.sort-by-date {
    margin-left: 150px;
}

#clientlist-content table.clientlist-content-header td.sort img {
    height: 22px;
    margin: 7px 12px;
    opacity: 0.6;
}

#clientlist-content table.clientlist-content-header td.search input.search {
    -moz-transition:width 0.2s ease,background-color 0.2s ease;
    -webkit-transition:width 0.2s ease,background-color 0.2s ease;
    transition:width 0.2s ease,background-color 0.2s ease;
    border-radius:13px;
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAEJWlDQ1BJQ0MgUHJvZmlsZQAAOBGFVd9v21QUPolvUqQWPyBYR4eKxa9VU1u5GxqtxgZJk6XpShal6dgqJJQ6N4mpmxjb6baqT3uBNwb8AUDZAw9IPCGNX2J72fYA2qSpoIpqEtIeOvFDiEl7QVX4rp3YDoqYo15/Pec753zn3GubqO+zkmkaUYVope5YhUxSOX1mUenboig9Sf00RP0lzTYT+fwc4RJccQ9dEaIHPxFWottjPfwhak/YX+a2RhR5BN5G2dZWgM8RxQzNtByi+F3YJ886JnDfU8CPWxAIrApc9XBK4CUPn3Y5xcI0OEKrrNVKZeB14NGlkL0awp4GMJAnw+vc0jVFzCJvNSq6wV2HtzzEHWL+H1wxmujZvYaxDtjL8ydwHxG916yZQht/rJXS88DPwX7DdJLC/gLw783lhQTwAaLoYxXr+ILHj768Viu+DrwH9rLuZItt+1p9KXcSGLHRjeXGCZFHcG5o9jRmSc8A36nxrNhj6JGozFNp4FHg4Vpzpp1fmrVX54XdzbNWm84BI49kvVWazQMPAb9rNQqiFjRLG9zIiFrIL10znXxbg7RTN3KiFvplMrfdHpFT2nFqxRkvlh12rGI7li1W9OPZNn/dNNyzCG3sktUsCG3Iz26VrHQGGHnY37y+IOYGHNtbLqXEbMeBj9GpSIk4NWgJq0Z12iWFCpShJO4mWfBUSCcDFg4vh0WPPErLsPXm5V2OFxMwqm70johGld4cr8K9NqfBBpnKDuHvCJtjR9kkmyKFvcJeZcdYCtYpdsRXkA/pVKhK96DUy/M2NVFZ6DhFyYtDzRE/RrlgvalrN9/7C2qCLhuBH3n8jqG5EZ4A2ZhAp7ux8Jyur3+71/com+zyG7cHrq/TyYfNN3Y3thPbxLoV2w7iY7/EtvHbogR2wHAVrUCV7u6E7fPGunq4CqZDJay/gteA1o7Srh2t1C8OBR4xCf5O7kGOLowGVvVn9Q91U/1EvaT+1lUjyNg1JelD6UvpO+kr6WvpB1KkK9JV6XvpmvSF9I2fs/fee1n8vXf7FTbRrdiFTr3wrDkZclLeJz8rp+Sn5eflOZ+lyIPyhDwj74dnn79vRuDv6kWnM5hVZ6q9a4knQKcFKNHpLLgWpiomXKfzyBp+TtpK2TCbYNn/nNpJcZY7KuLpeCqeICV+ID4Vn4jPCtx58uL74ZvCmvbVe0+Oz+jqgIdYmIqfZ8w9deKsiuhV6Dagmzv8HL4dRNMN87ylV2uOclBVX1IS+JRxJVvXxkeVkmEorstWLG5za5WXx0l8B0Uc0f2C+32L7LkZ2JzXiI7+iXfWrcC22CT63CYafDGwjeCd+MRHRJcPa01r1ctHkciPRHbl0EH3/8hAEu+mO63Wfbyv+j4g2n2/1fpno9Xa/RT5t4muGP8CYGVxecXFpEEAAAEiSURBVCgVhZG9SsRAFIVnkhBwSZ7AYGUXlDSCrYVYaCFKirBZCfgOamvrGySdkGwKEQRXO7XQxiKFINjrvsB2QoT4jThhENELh7nnnHvm5kd2XSeKohh4nncghBiBAEzRT9u2Pcmy7B3elx2G4ZzjODcoQynlA5jQu5z7tm2vNU0zjqLoQyccbjmErDKwkyTJhTbKsty1LOvMdV3lH2vdohkxfGkOKzNN03P0a9o9xXWpQMDzvmjBPNGf4AumpgJTEJmi0S/TvxlcWKwtEdbrut42DfUO8E2g/L5knucD3/dvWb9CeML5jLsEtgCSfOQrbsRxPFMpyYD+D0fwIZgHr2D8zRfN0FcA49eqqipg+A6zD/0ZULf8CN3/GzBCV2ybfQLGkGWtzcDkHAAAAABJRU5ErkJggg==') white no-repeat 9px 8px !important;
    font-size:13px;
    height:19px;
    line-height:normal;
    padding:4px 4px 4px 26px;
    text-indent:0;
    position:relative;
    width:200px;
    margin: 0px 0px 0px 10px;
    border-color: #CFCFCF;
    box-shadow: 0 4px 5px -5px rgba(0,0,0,0.3) inset;    
}

#clientlist-content table.clientlist-content-header td.search input.search:focus {
    border-color: #4A9DA9;
    box-shadow: 0 0 3px rgba(74, 157, 169, 0.79),0 4px 5px -5px rgba(0,0,0,0.2) inset;
}

#clientlist-footer {
    height: 40px;
    background-color: white;
    position: absolute;
    left: 0px;
    top: 0px;
}

#clientlist-footer-content {
    height: 40px;
    margin: 0 auto;
}

#clientlist-footer-content {
    padding: 10px;
    text-align: center;
}

#clientlist-footer-content span.prevpage {
    margin: 8px;
    cursor: pointer;
    color: #222222;
}

#clientlist-footer-content span.pageinfo {
    margin: 8px;
    color: #222222;
}

#clientlist-footer-content span.nextpage {
    margin: 8px;
    cursor: pointer;
    color: #222222;
}

#clientlist-footer-content span.prevpage:hover, #clientlist-footer-content span.nextpage:hover{
    color: #ed1c24;
    text-shadow: 0px 0px 5px rgba(237,28,36,0.25);
}

#clientlist-footer-content span.disable {
    cursor: default;
    color: #999999;
}

#clientlist-footer-content span.disable:hover {
    color: #999999;
    text-shadow: none;
}

.clientlist-newaction-popup-content .content {
    padding: 10px;
}

.clientlist-newaction-popup-content .popup_sel_item {
    margin: 0px 0px 8px 0px;
    width: 543px;
    background-color: #eaeded;
    height: 22px;
    font: 18px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 18px;
    cursor: pointer;
    color: #2c3c3f;
}

.clientlist-newaction-popup-content .popup_sel_item:hover {
    background-color: #d1e3e6;    
}

.newplan-popup-content .content {
    padding: 10px;
}

.newplan-popup-content .popup_sel_item {
    margin: 0px 0px 8px 0px;
    width: 543px;
    background-color: #eaeded;
    height: 22px;
    font: 18px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 18px;
    cursor: pointer;
    color: #2c3c3f;
}

.newplan-popup-content .popup_sel_item:hover {
    background-color: #d1e3e6;    
}

.newcalc-popup-content .content {
    padding: 10px;
}

.newcalc-popup-content .popup_sel_item {
    margin: 0px 0px 8px 0px;
    width: 543px;
    background-color: #eaeded;
    height: 22px;
    font: 18px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 18px;
    cursor: pointer;
    color: #2c3c3f;
}

.newcalc-popup-content .popup_sel_item:hover {
    background-color: #d1e3e6;    
}

.newclientaction-popup-content .content {
    padding: 10px;
}

.newclientaction-popup-content .popup_sel_item {
    margin: 0px 0px 8px 0px;
    width: 543px;
    background-color: #eaeded;
    height: 22px;
    font: 18px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 18px;
    cursor: pointer;
    color: #2c3c3f;
}

.newclientaction-popup-content .popup_sel_item:hover {
    background-color: #d1e3e6;    
}
