
/* override style3.css */
body { 
    background-color: #333F48;
    background-image: url(../images/cv/abstract-background-grey-1.png);
}
/* div.header div.login input.login {
    background: linear-gradient(to bottom, #ff9955 0%,#FF6600 25%,#FF6600 75%,#d45500 100%);
}
div.header div.login input.login:hover {
    background: linear-gradient(to bottom, #faad79 0%,#ff7214 25%,#ff7214 75%,#c34e00 100%);
} */
.banner_links {
	background: linear-gradient(to bottom, #617685 0%,#333F48 25%,#333F48 75%,#181e22 100%);
} 
.banner_links li.activeSlide {
    background: linear-gradient(to bottom, #ff9955 0%,#FF6600 25%,#FF6600 75%,#d45500 100%);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.banner_links a:hover {
	background: #333F48;	
    background: linear-gradient(to bottom, #738da0 0%,#3a4752 25%,#3a4752 75%,#0c1013 100%);
}
.banner_links li.activeSlide a:hover {
    background: linear-gradient(to bottom, #faad79 0%,#ff7214 25%,#ff7214 75%,#c34e00 100%);
}
.banner_links a {
	border-right:1px solid #42535f;
	border-left:1px solid #2b343b;
    border-right:1px solid rgba(255,255,255,0.2);
	border-left:1px solid rgba(0,0,0,0.5);
}
.banner_links li.activeSlide a:active {
    background: linear-gradient(to bottom, #ff8839 0%,#ec5e00 25%,#ec5e00 75%,#853500 100%);
    transform: scale(.99);
}
.banner_links a:active {
    background: linear-gradient(to bottom, #50606d 0%,#273138 25%,#273138 75%,#080a0c 100%);
    transform: scale(.99);
}
.small_slider_nav .next, .small_slider_nav .prev, .small_slider_nav .next:hover, .small_slider_nav .prev:hover {
	background-color:#242d33;	
}
.small_slider_nav .prev, .small_slider_nav .prev:hover {
	background-color:#333F48;
}
.small_slider_nav .next, .small_slider_nav .next:hover {
	background-color:#333F48;
}
.small_slider_nav .prev:hover, .small_slider_nav .next:hover {
	background-color:#4a5d6b;
}
.banner_join_btn, .join_btn {
	background: linear-gradient(to bottom, #ff9955 0%,#FF6600 25%,#FF6600 75%,#d45500 100%);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
    margin: 6px 6px 6px 6px;
    text-shadow:1px 1px 3px rgba(0,0,0,0.35);
}

.banner_demo_btn {
	background: linear-gradient(to bottom, #617685 0%,#333F48 25%,#333F48 75%,#181e22 100%);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
    margin: 6px 6px 6px 6px;
}
.join_btn {
	margin: 6px auto 6px auto;
}
.banner_demo_btn, .banner_join_btn, .join_btn {
    height: 45px;
    width: 181px;
    line-height: 47px;
    border-radius: 3px;
}
.banner_join_btn, .join_btn {
    margin-top: 12px;
}

.banner_join_btn:hover,.join_btn:hover {
	background: linear-gradient(to bottom, #faad79 0%,#ff7214 25%,#ff7214 75%,#c34e00 100%);
}
.banner_join_btn:active,.join_btn:active {
	background: linear-gradient(to bottom, #ff8839 0%,#ec5e00 25%,#ec5e00 75%,#853500 100%);
    transform: scale(.99);
}
.banner_demo_btn:hover {
	background: linear-gradient(to bottom, #738da0 0%,#3a4752 25%,#3a4752 75%,#0c1013 100%);
}
.banner_demo_btn:active {
	background: linear-gradient(to bottom, #50606d 0%,#273138 25%,#273138 75%,#080a0c 100%);
    transform: scale(.99);
}

.rc_text {
    background: #FF6600;
    background: #333F48;
    background: linear-gradient(to bottom, #faad79 0%,#FF6600 15%,#FF6600 85%,#db5800 100%);
    background: linear-gradient(to bottom, #617685 0%,#333F48 15%,#333F48 85%,#20272c 100%);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.rc_links .rc_links_title {
    background: linear-gradient(to bottom, #617685 0%,#333F48 25%,#333F48 75%,#181e22 100%);
}
.rc_links a:hover .rc_links_title {
    background: linear-gradient(to bottom, #738da0 0%,#3a4752 25%,#3a4752 75%,#0c1013 100%);
}
.rc_links a:active .rc_links_title {
    background: linear-gradient(to bottom, #50606d 0%,#273138 25%,#273138 75%,#080a0c 100%);
}
.rc_links a:active {
    transform: scale(.99);
}

div.header div.navigation ul {
    background-color:#333F48;
}

div.footer p {
    color: #FFFFFFCC;
}
div.footer a.footer_developers,
div.footer a {
    color: #fff;
    text-decoration: none;
}
div.footer ul li a:hover,
div.footer a:hover {
    color: #FF6600;
    text-decoration: none;
}
/* .cv-orange {
    color: #FF6600;
} */
.a-cv-marque {
    padding-left: 20px;
    margin-left: 3px;
    display: inline-block;
    background: url(../images/cv/CV_Master_Logo_Marque_Reverse_rgb.svg) no-repeat left center;
    background-size: auto 95%;
}
.a-cv-marque:hover {
    background: url(../images/cv/CV_Master_Logo_Marque_Orange2_rgb.svg) no-repeat left center;
    background-size: auto 95%;
}
/* .a-cv-marque:hover .cv-orange {
    color: #fff;
} */


/* override text.css */
/* a {
    color: #333F48;
    text-decoration: none;
} */
h2 {
    color: #FF6600;
}
h3 {
    color: #333F48;
}
/* override style.css */
.drop_box .orange_btn,
.drop_box .green_btn {
    display: block;
    width: 108px;
    float: right;
    color: #fff;
}
a.green_btn, button.green_btn, input.green_btn, input.green_btn[type="submit"], input.green_btn[type="button"], #fancybox-content #edit_member table td input.green_btn {
	background: linear-gradient(to bottom, #617685 0%,#333F48 25%,#333F48 75%,#181e22 100%);
    border:1px solid #181e22;
	/* text-shadow:0px 0px 3px #181e22;	 */
}
a.green_btn:hover, button.green_btn:hover, input.green_btn:hover, input.green_btn[type="submit"]:hover, input.green_btn[type="button"]:hover, #fancybox-content #edit_member table td input.green_btn:hover {
	background: linear-gradient(to bottom, #738da0 0%,#3a4752 25%,#3a4752 75%,#0c1013 100%);	
    color: #FFF;
}

a.green_btn.old-green_btn, button.green_btn.old-green_btn, input.green_btn.old-green_btn, input.green_btn[type="submit"].old-green_btn, input.green_btn[type="button"].old-green_btn, #fancybox-content #edit_member table td input.green_btn.old-green_btn {
	background:#028038 url('../images/green_btn.gif') top left repeat-x;
	border:1px solid #17b668;
	padding:3px 9px;
	color:#ffffff;
	text-shadow:0px 0px 3px #005a2d;
    background: #17b668;
}
a.green_btn.old-green_btn:hover, button.green_btn.old-green_btn:hover, input.green_btn.old-green_btn:hover, input.green_btn[type="submit"].old-green_btn:hover, input.green_btn[type="button"].old-green_btn:hover, #fancybox-content #edit_member table td input.green_btn.old-green_btn:hover {
	background:#03682d url('../images/green_btn_hover.gif') top left repeat-x;
	border:1px solid #17b668;	

    background: #129d5a;
}
a.green_btn.delete, button.green_btn.delete, input.green_btn.delete, input.green_btn[type="submit"].delete, input.green_btn[type="button"].delete, #fancybox-content #edit_member table td input.green_btn.delete {
	
    /*background-image: url('../images/buttons/btn-delete-01.svg');*/
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='195' height='195' viewBox='0 0 195 195.00001' version='1.1' id='svg832' inkscape:version='0.92.2 (5c3e80d, 2017-08-06)' sodipodi:docname='btn-delete-01.svg'%3E%3Cdefs id='defs826'%3E%3ClinearGradient inkscape:collect='always' xlink:href='%23linearGradient5334' id='linearGradient5336' x1='2.5' y1='1113.6147' x2='2.5' y2='931.67847' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1.0526316,0,0,1.0526316,-5.1315789,-53.948393)' /%3E%3ClinearGradient inkscape:collect='always' id='linearGradient5334'%3E%3Cstop style='stop-color:%23181e22;stop-opacity:1' offset='0' id='stop5330' /%3E%3Cstop id='stop5009' offset='0.5' style='stop-color:%23333f48;stop-opacity:1' /%3E%3Cstop style='stop-color:%23333f48;stop-opacity:1' offset='0.75' id='stop5011' /%3E%3Cstop style='stop-color:%23617685;stop-opacity:1' offset='1' id='stop5332' /%3E%3C/linearGradient%3E%3C/defs%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='1.157567' inkscape:cx='-342.73587' inkscape:cy='-62.708282' inkscape:document-units='px' inkscape:current-layer='layer1' showgrid='false' units='px' inkscape:window-width='2560' inkscape:window-height='1377' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' /%3E%3Cmetadata id='metadata829'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title /%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Capa 1' inkscape:groupmode='layer' id='layer1' transform='translate(0,-927.51966)'%3E%3Crect id='rect834' width='195' height='195' x='0' y='927.51965' style='fill:url(%23linearGradient5336);fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none' /%3E%3Cg id='little-bin' transform='matrix(3.3778077,0,0,3.3778077,13.054807,940.57446)' style='fill:%23ffffff'%3E%3Cpath d='m 14.743372,6.8127573 8.05781,0.974126 0.0614,-0.515435 c 0.16551,-1.376071 1.42809,-2.364383 2.80416,-2.198877 v 0 c 1.380802,0.165507 2.369111,1.428088 2.203603,2.808887 l -0.06148,0.510707 8.057819,0.978855 c 1.37607,0.165506 2.364382,1.4280877 2.198875,2.8041577 v 0 c -0.165464,1.376071 -1.428045,2.369112 -2.808845,2.203605 L 24.697382,13.097288 14.133312,11.815792 c -1.37606,-0.165507 -2.36438,-1.428087 -2.19887,-2.8041587 v 0 c 0.1655,-1.37607 1.42808,-2.369111 2.80889,-2.198876 z M 27.690728,21.363171 h 5.44754 l -2.175233,18.848862 h -3.272307 z m -10.251976,0 h 5.44755 v 18.848862 h -3.41417 z m -1.36188,-5.02195 h 18.205757 c 2.014454,0 3.891774,1.659797 3.660065,3.660065 l -2.506246,21.284177 c -0.23644,2.000266 -1.645612,3.660064 -3.660065,3.660064 H 18.441262 c -2.00973,0 -3.43309,-1.659798 -3.65534,-3.660064 l -2.36438,-21.284177 c -0.22225,-2.000268 1.64561,-3.660065 3.65533,-3.660065 z' id='path99' inkscape:connector-curvature='0' style='fill:%23ffffff' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 110% 110%;
}
a.green_btn.delete:hover, button.green_btn.delete:hover, input.green_btn.delete:hover, input.green_btn[type="submit"].delete:hover, input.green_btn[type="button"].delete:hover, #fancybox-content #edit_member table td input.green_btn.delete:hover {
	/*background-image: url('../images/buttons/btn-delete-02.svg');*/
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='195' height='195' viewBox='0 0 195 195.00001' version='1.1' id='svg832' inkscape:version='0.92.2 (5c3e80d, 2017-08-06)' sodipodi:docname='btn-delete-02.svg'%3E%3Cdefs id='defs826'%3E%3ClinearGradient inkscape:collect='always' id='linearGradient5334'%3E%3Cstop style='stop-color:%230c1013;stop-opacity:1' offset='0' id='stop5330' /%3E%3Cstop id='stop5009' offset='0.5' style='stop-color:%233a4752;stop-opacity:1' /%3E%3Cstop style='stop-color:%233a4752;stop-opacity:1' offset='0.75' id='stop5011' /%3E%3Cstop style='stop-color:%23738da0;stop-opacity:1' offset='1' id='stop5332' /%3E%3C/linearGradient%3E%3ClinearGradient inkscape:collect='always' xlink:href='%23linearGradient5334' id='linearGradient5336' x1='2.5' y1='1113.6147' x2='2.5' y2='931.67847' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1.0526316,0,0,1.0526316,-5.1315789,-53.948396)' /%3E%3C/defs%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='1.157567' inkscape:cx='-227.40778' inkscape:cy='-62.708282' inkscape:document-units='px' inkscape:current-layer='layer1' showgrid='false' units='px' inkscape:window-width='2560' inkscape:window-height='1377' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' /%3E%3Cmetadata id='metadata829'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Capa 1' inkscape:groupmode='layer' id='layer1' transform='translate(0,-927.51966)'%3E%3Crect id='rect834' width='195' height='195' x='0' y='927.51965' style='fill:url(%23linearGradient5336);fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none' /%3E%3Cg id='little-bin' transform='matrix(3.3778077,0,0,3.3778077,13.054807,940.57446)' style='fill:%23ff6600'%3E%3Cpath d='m 14.743372,6.8127573 8.05781,0.974126 0.0614,-0.515435 c 0.16551,-1.376071 1.42809,-2.364383 2.80416,-2.198877 v 0 c 1.380802,0.165507 2.369111,1.428088 2.203603,2.808887 l -0.06148,0.510707 8.057819,0.978855 c 1.37607,0.165506 2.364382,1.4280877 2.198875,2.8041577 v 0 c -0.165464,1.376071 -1.428045,2.369112 -2.808845,2.203605 L 24.697382,13.097288 14.133312,11.815792 c -1.37606,-0.165507 -2.36438,-1.428087 -2.19887,-2.8041587 v 0 c 0.1655,-1.37607 1.42808,-2.369111 2.80889,-2.198876 z M 27.690728,21.363171 h 5.44754 l -2.175233,18.848862 h -3.272307 z m -10.251976,0 h 5.44755 v 18.848862 h -3.41417 z m -1.36188,-5.02195 h 18.205757 c 2.014454,0 3.891774,1.659797 3.660065,3.660065 l -2.506246,21.284177 c -0.23644,2.000266 -1.645612,3.660064 -3.660065,3.660064 H 18.441262 c -2.00973,0 -3.43309,-1.659798 -3.65534,-3.660064 l -2.36438,-21.284177 c -0.22225,-2.000268 1.64561,-3.660065 3.65533,-3.660065 z' id='path99' inkscape:connector-curvature='0' style='fill:%23ff6600' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    border: 1px solid #f50;
}
a.green_btn.delete:active, button.green_btn.delete:active, input.green_btn.delete:active, input.green_btn[type="submit"].delete:active, input.green_btn[type="button"].delete:active, #fancybox-content #edit_member table td input.green_btn.delete:active {
	/*background-image: url('../images/buttons/btn-delete-03.svg');*/
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='195' height='195' viewBox='0 0 195 195.00001' version='1.1' id='svg832' inkscape:version='0.92.2 (5c3e80d, 2017-08-06)' sodipodi:docname='btn-delete-03.svg'%3E%3Cdefs id='defs826' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='1.157567' inkscape:cx='-342.73587' inkscape:cy='-62.708282' inkscape:document-units='px' inkscape:current-layer='layer1' showgrid='false' units='px' inkscape:window-width='2560' inkscape:window-height='1377' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' /%3E%3Cmetadata id='metadata829'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Capa 1' inkscape:groupmode='layer' id='layer1' transform='translate(0,-927.51966)'%3E%3Cg id='little-bin' transform='matrix(3.3778077,0,0,3.3778077,13.054807,940.57446)' style='fill:%23000000'%3E%3Cpath d='m 14.743372,6.8127573 8.05781,0.974126 0.0614,-0.515435 c 0.16551,-1.376071 1.42809,-2.364383 2.80416,-2.198877 v 0 c 1.380802,0.165507 2.369111,1.428088 2.203603,2.808887 l -0.06148,0.510707 8.057819,0.978855 c 1.37607,0.165506 2.364382,1.4280877 2.198875,2.8041577 v 0 c -0.165464,1.376071 -1.428045,2.369112 -2.808845,2.203605 L 24.697382,13.097288 14.133312,11.815792 c -1.37606,-0.165507 -2.36438,-1.428087 -2.19887,-2.8041587 v 0 c 0.1655,-1.37607 1.42808,-2.369111 2.80889,-2.198876 z M 27.690728,21.363171 h 5.44754 l -2.175233,18.848862 h -3.272307 z m -10.251976,0 h 5.44755 v 18.848862 h -3.41417 z m -1.36188,-5.02195 h 18.205757 c 2.014454,0 3.891774,1.659797 3.660065,3.660065 l -2.506246,21.284177 c -0.23644,2.000266 -1.645612,3.660064 -3.660065,3.660064 H 18.441262 c -2.00973,0 -3.43309,-1.659798 -3.65534,-3.660064 l -2.36438,-21.284177 c -0.22225,-2.000268 1.64561,-3.660065 3.65533,-3.660065 z' id='path99' inkscape:connector-curvature='0' style='fill:%23000000' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    border: 1px solid #f50;
    background-color: #FFF;
}
.sessions_list a.green_btn,
a.orange_btn, input.orange_btn, input.orange_btn[type="submit"], input.orange_btn[type="button"] ,
a.black_btn, button.black_btn, input.black_btn, input.black_btn[type="submit"], input.black_btn[type="button"] {
	background: linear-gradient(to bottom, #ff9955 0%,#FF6600 25%,#FF6600 75%,#d45500 100%);
    border:1px solid #d45500;
	text-shadow:1px 1px 2px rgba(0,0,0,0.35);
    text-shadow:none;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.25);
    color: #FFF;

    background: #17b668;
    border-color: #17b668;
    box-shadow: none;
}
button.black_btn:hover,
.sessions_list a.green_btn:hover,
a.orange_btn:hover, input.orange_btn:hover,
a.black_btn:hover, input.black_btn:hover {
	background: linear-gradient(to bottom, #faad79 0%,#ff7214 25%,#ff7214 75%,#c34e00 100%);
	border:1px solid #129d5a;
    background: #129d5a;
}
button.black_btn:active,
.sessions_list a.green_btn:active,
a.orange_btn:hover, input.orange_btn:active,
a.black_btn:active, input.black_btn:active {
	background: linear-gradient(to bottom, #617685 0%,#333F48 25%,#333F48 75%,#181e22 100%);
    border:1px solid #181e22;
}
.sessions_list a.green_btn:active {
	background: linear-gradient(to bottom, #ff8839 0%,#ec5e00 25%,#ec5e00 75%,#853500 100%);
    transform: scale(.99);

    background: linear-gradient(to bottom, #617685 0%,#333F48 25%,#333F48 75%,#181e22 100%);
    border:1px solid #181e22;
}
a.blue_btn, input.blue_btn, input.blue_btn[type="submit"], input.blue_btn[type="button"] {
	background: linear-gradient(to bottom, #ff9955 0%,#FF6600 25%,#FF6600 75%,#d45500 100%);
    border:1px solid #d45500;
	text-shadow:1px 1px 3px rgba(0,0,0,0.35);

    background: linear-gradient(to bottom, #617685 0%,#333F48 25%,#333F48 75%,#181e22 100%);
    border:1px solid #181e22;
}
a.blue_btn:hover, input.blue_btn:hover {
	background: linear-gradient(to bottom, #faad79 0%,#ff7214 25%,#ff7214 75%,#c34e00 100%);
	border:1px solid #000000;

    border:1px solid #129d5a;
    background: #129d5a;
}
.membership .join_now a {
    background: linear-gradient(to bottom, #ff9955 0%,#FF6600 25%,#FF6600 75%,#d45500 100%);
    border:1px solid #d45500;
	text-shadow:1px 1px 3px rgba(0,0,0,0.35);
    height: 43px;
    line-height: 43px;
}
.membership .join_now a:hover {
    background: linear-gradient(to bottom, #faad79 0%,#ff7214 25%,#ff7214 75%,#c34e00 100%);
	border:1px solid #000000;
}

.membership .join_now a.purple {
    background: linear-gradient(to bottom, #b51ec0 0%,#8D1796 25%,#8D1796 75%,#621068 100%);
	border:1px solid #621068;
	
}

.membership .join_now a.purple:hover {
    background: linear-gradient(to bottom, #cc24d8 0%,#9a18a3 25%,#9a18a3 75%,#74137a 100%);
	border:1px solid #3a0c3d;
}
div.membership div.membership_price .join_now {
    margin: 0 0 0 0;
}

.individual h3 {
    background: linear-gradient(to bottom, #617685 0%,#333F48 25%,#333F48 75%,#181e22 100%);
    border:1px solid #181e22;
	text-shadow:1px 1px 3px rgba(0,0,0,0.35);
}
.individual h2 {
    color: #333F48;
}
.membership .benefits_list {
    background: #ffffff;
}
/* override 960.css */

div.footer .container_12 .grid_5.footer_bl {
    width: auto;
}
div.footer .container_12 .grid_7.footer_br {
    width: auto;
}
/* override css/jquery-ui-1.11.4.custom.css */
.ui-widget-header {
    border: none;
    background: #333F48;
    background: linear-gradient(to bottom, #617685 0%,#333F48 25%,#333F48 75%,#181e22 100%);
}
.ui-widget-content {
    border: 1px solid #93afc377;
}
.ui-dialog .ui-dialog-titlebar {
    border-top: none;
}
.viewer .btn-black.btn-captureDrill {
    border-radius: 2px;
}
.viewer .btn-black.btn-captureDrill:hover {
    color: #F60;
    border: 1px solid #F60 !important; 
}

.viewer .btn-black.btn-captureDrill:active {
    color: #F60;
    border: 1px solid #F60;
    background-color: #FFF;
}


/* branded-builder-tool */

.branded-builder-tool {
	font-weight: bold;
}

.branded-builder-tool .tm-word-1 {
	color: #333F48;
}

.branded-builder-tool .tm-word-2 {
	color: #FF6600;
}
.branded-builder-tool sup {
	font-size: 80%;
	color: #999;
}

.branded-builder-tool .sup {
	font-size: 80%;
	color: #999;
    display: inline-block;
    transform: translateY(-5px);
}

.banner_links .branded-builder-tool .tm-word-1 {
    color: #FFFFFF;
}

.banner_links .activeSlide .branded-builder-tool .tm-word-1 {
    color: #333F48;
}
.banner_links .activeSlide .branded-builder-tool .tm-word-2 {
    color: #FFFFFF;
}
.banner_links .branded-builder-tool .sup {
	font-size: 80%;
	color: #FFF;
    display: inline-block;
    transform: translateY(-5px);
}
/* End branded-builder-tool */

form.cv-form input[type="button"] {
    margin: auto;
    background: linear-gradient(to bottom, #617685 0%, #333F48 25%, #333F48 75%, #181e22 100%);
    color: #FFF;
    clear: both; 
    display: block; 
    margin-top: 20px;
}

form.cv-form select {
    font-size: 15px;
}
.extended-xl {
    min-width: 450px;
}
.login_modal form.cv-form label {
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

form.cv-form .label-and-field {
    display: flex;
    align-items: center;
    justify-content: center;
}
form.cv-form input[type="button"].red_btn {
    background: linear-gradient(to bottom, #ff3932 0%, #ff3932 4%, #e80f00 4%, #b10f01 100%);
    color: #FFF;
    margin-top: 30px;
}

.groups_list h3:not(.cv-web-design-2024 *) {
    font-size: 14px;
    color: #000000;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.groups_list .squad {
    padding: 5px 10px;
    margin-bottom: 5px;
}

.groups_list .squad_actions {
    line-height: 18px;
}