.selectable-child{position:relative;display:block;float:left;min-height:42px;margin-bottom:10px;cursor:pointer}.selectable-child .avatar{border-radius:50%;border:3px solid #4a375a;background-color:#4a375a;position:absolute;left:0;height:42px;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2)}.selectable-child .name{background-color:#efefef;display:inline-block;padding-left:25px;line-height:23px;width:182px;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);margin-left:18px;margin-right:20px;margin-top:6px;padding-right:8px;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.selectable-child.disabled,.selectable-child.disabled:hover{cursor:default;opacity:.7}.selectable-child.disabled .avatar,.selectable-child.disabled:hover .avatar{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.selectable-child.disabled .name,.selectable-child.disabled:hover .name{background-color:inherit;color:#545454}.selectable-child.selected .name,.selectable-child.selected:hover .name{background-color:#eda00b}.selectable-child:hover .name{background-color:#e2e2e2}.selectable-child-large{background-color:#efefef;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);display:block;float:left;min-height:84px;margin-bottom:20px;cursor:pointer;padding:10px;width:296px;margin-right:20px;overflow:auto;border-left:3px solid #4a375a}.selectable-child-large hr{margin-top:10px!important;margin-bottom:10px!important}.selectable-child-large .avatar{border-radius:50%;border:3px solid #4a375a;background-color:#4a375a;height:84px;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);float:left}.selectable-child-large input[type=checkbox]{margin-left:0}.selectable-child-large .text{width:calc(100% - 95px);float:right}.selectable-child-large .text i,.selectable-child-large .text span{line-height:1.1}.selectable-child-large.disabled,.selectable-child-large.disabled:hover{cursor:default;opacity:.7;border-left:3px solid #494949;background-color:inherit;color:#545454}.selectable-child-large.disabled .avatar,.selectable-child-large.disabled:hover .avatar{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.selectable-child-large.selected,.selectable-child-large.selected:hover{background-color:#eda00b}.selectable-child-large:hover{background-color:#e2e2e2}.button{border-radius:3px;padding:5px 10px 9px;margin-right:5px;display:inline-block;color:#fff;position:relative;vertical-align:top;border:none;text-decoration:none;cursor:pointer;line-height:1.5;box-shadow:inset 0 -4px 0 rgba(0,0,0,.15),0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);-moz-transition:background-color .1s ease-out;-o-transition:background-color .1s ease-out;-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}.button.active,.button:active{box-shadow:inset 0 -2px 0 rgba(0,0,0,.15),0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);-moz-transform:translate(0,2px);-ms-transform:translate(0,2px);-o-transform:translate(0,2px);-webkit-transform:translate(0,2px);transform:translate(0,2px);padding-bottom:7px;margin-bottom:2px;text-decoration:none}.button.primaryButton{background-color:#4a375a;color:#fff}.button.primaryButton:disabled,.button.primaryButton:disabled:hover{background-color:#49464c}.button.primaryButton.active,.button.primaryButton:active{background-color:#30243a}.button.secondaryButton{background-color:#eda00b;color:#fff}.button.secondaryButton:disabled,.button.secondaryButton:disabled:hover{background-color:#d49824}.button.secondaryButton.active,.button.secondaryButton:active{background-color:#bc7f09}.button.tertiaryButton{background-color:#a5a5a5;color:#fff}.button.tertiaryButton.active,.button.tertiaryButton:disabled,.button.tertiaryButton:disabled:hover{background-color:#a5a5a5}.button.tertiaryButton:active{background-color:#727272}.child-row{position:relative;height:83px;margin-bottom:20px;margin-top:10px}.child-row .avatar{position:absolute;left:0;top:-10px;border-radius:50%;border:4px solid #4a375a;overflow:hidden}.child-row .avatar img{border-radius:0}.child-row .wrapper{overflow:auto;margin-left:40px;padding:10px 10px 10px 60px;background-color:#efefef}.child-row .wrapper div{float:left;width:50%}.quebble-tooltip-content{display:inline-block;position:absolute;max-width:600px;z-index:3000;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:.2s transform ease;-moz-transition:.2s transform ease;-ms-transition:.2s transform ease;-o-transition:.2s transform ease;transition:.2s transform ease}.quebble-tooltip-content.active{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.quebble-tooltip-content .content-inner{position:relative;-webkit-filter:drop-shadow(0 1px 1.5px rgba(0, 0, 0, .35));-moz-filter:drop-shadow(0 1px 1.5px rgba(0, 0, 0, .35));-ms-filter:drop-shadow(0 1px 1.5px rgba(0, 0, 0, .35));-o-filter:drop-shadow(0 1px 1.5px rgba(0, 0, 0, .35));filter:drop-shadow(0 1px 1.5px rgba(0, 0, 0, .35))}.quebble-tooltip-content .content-inner .text{background-color:#fff;position:relative;color:#000;padding:10px;font-size:13px;overflow:hidden;word-break:word-break}.quebble-tooltip-content .tooltip-arrow{width:0;position:absolute;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:8px solid #4a375a}.quebble-tooltip-content.bottom{-webkit-transform-origin:top center;-moz-transform-origin:top center;-ms-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center}.quebble-tooltip-content.bottom .content-inner{padding-top:9px}.quebble-tooltip-content.bottom .content-inner .text{border-top:3px solid #4a375a}.quebble-tooltip-content.bottom .content-inner .tooltip-arrow{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);left:calc(50% - 3px);top:0}.quebble-tooltip-content.top{-webkit-transform-origin:bottom center;-moz-transform-origin:bottom center;-ms-transform-origin:bottom center;-o-transform-origin:bottom center;transform-origin:bottom center}.quebble-tooltip-content.top .content-inner{padding-bottom:9px}.quebble-tooltip-content.top .content-inner .text{border-bottom:3px solid #4a375a}.quebble-tooltip-content.top .content-inner .tooltip-arrow{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);left:calc(50% - 3px);bottom:0}.quebble-tooltip-content.right{-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}.quebble-tooltip-content.right .content-inner{padding-left:9px}.quebble-tooltip-content.right .content-inner .text{border-left:3px solid #4a375a}.quebble-tooltip-content.right .content-inner .tooltip-arrow{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);left:3px;bottom:calc(50% - 5px)}.quebble-tooltip-content.left{-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}.quebble-tooltip-content.left .content-inner{padding-right:9px}.quebble-tooltip-content.left .content-inner .text{border-right:3px solid #4a375a}.quebble-tooltip-content.left .content-inner .tooltip-arrow{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);right:3px;bottom:calc(50% - 5px)}.row{margin-left:-10px;margin-right:-10px}.col-2{padding-left:10px;padding-right:10px;float:left;width:16.665%}.col-3{padding-left:10px;padding-right:10px;float:left;width:25%}.col-4{padding-left:10px;padding-right:10px;float:left;width:33.3333%}.col-6{padding-left:10px;padding-right:10px;float:left;width:50%}.col-12{padding-left:10px;padding-right:10px;float:left;width:100%}.margin-bottom10{margin-bottom:10px}.block{display:block}.padding10{padding:10px}.mergeChildrenOptionBlock{display:block}.mergeChildBlock{cursor:default;display:inline-block;margin-right:10px;width:304px;margin-bottom:40px;position:relative}.mergeChildBlock .avatar{border-radius:50%;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);border:4px solid #4a375a;position:absolute;top:0;left:0;overflow:hidden;background-color:#7a7a32}.mergeChildBlock .information{background-color:#eee;margin-left:50px;padding-left:53px;margin-top:8px;overflow:auto;min-height:60px}.mergeChildBlock .information .name{color:#000;font-size:17px;font-family:"Source Sans Pro SemiBold";line-height:1.5}.mergeChildBlock .information input{margin-left:0}.mergeChildBlock .information.selected{background-color:#eda00b}@font-face{font-family:PreludeFLF-Bold;src:url(fonts/Prelude/PreludeFLF-Bold.ttf) format('truetype')}@font-face{font-family:PreludeFLF;src:url(fonts/Prelude/PreludeFLF.ttf) format('truetype')}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:"Source Sans Pro Regular";src:url(fonts/SourceSansPro/SourceSansPro-Regular.ttf)}@font-face{font-family:"Source Sans Pro Light";src:url(fonts/SourceSansPro/SourceSansPro-Light.ttf)}@font-face{font-family:"Source Sans Pro Italic";src:url(fonts/SourceSansPro/SourceSansPro-LightItalic.ttf)}@font-face{font-family:"Source Sans Pro Bold";src:url(fonts/SourceSansPro/SourceSansPro-Bold.ttf)}@font-face{font-family:"Source Sans Pro SemiBold";src:url(fonts/SourceSansPro/SourceSansPro-Semibold.ttf)}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html{margin:0;padding:0;height:100%}body{margin:0;padding:0;height:100%;font-family:Arial,sans-serif;background:url(../Images/Background/pattern.png) repeat;background-position:50% 0;color:#000;font-size:14px;line-height:1;font-weight:400}h2{color:#4a375a}h3{color:#545454}.bold{font-weight:700}.yellowlabel{color:#eda00b}.yellowlabel a{color:#eda00b}.greenlabel{color:#4a375a}.greenlabel a{color:#4a375a}.darkgreenlabel{color:#3d2d4a}.darkgreenlabel a{color:#3d2d4a}.redlabel{color:#e80c4d}.borderdiv{border:1px solid #c8c8c8}.lightgreyborderdiv{border:1px solid #e6e6e6}.avatar-big{height:122px;width:122px}.avatar-medium{height:83px;width:83px}.avatar-small{height:42px;width:42px}.avatar-tiny{height:35px;width:35px}.avatar-border{border:4px solid #4a375a}.alert{color:#000;background-color:#fff;margin-top:15px;margin-bottom:0;padding:10px 15px 10px 15px;border:solid 1px #ddddda;border-radius:0;font-family:"Source Sans Pro Regular"}.alert .validation-summary-errors{color:#000;font-family:"Source Sans Pro SemiBold"}.alert>p+p{margin-top:0}.alert-success{box-shadow:5px 0 0 0 #8cb92d inset;color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success:not(.hidden)+.alert-success{margin-top:0;border-top:0}.alert-info{box-shadow:5px 0 0 0 #1b3bb3 inset;color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info:not(.hidden)+.alert-info{margin-top:0;border-top:0}.alert-warning{box-shadow:5px 0 0 0 #edaa0b inset;color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning:not(.hidden)+.alert-warning{margin-top:0;border-top:0}.alert-danger{box-shadow:5px 0 0 0 #a91c11 inset;color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger:not(.hidden)+.alert-danger{margin-top:0}#conversationSettingDialog a{color:#eda00b!important}#topmenudiv{background-color:#3a2f43;height:70px}#bottommenudiv{background-color:rgba(43,24,53,.76)}#menuitems li a:hover{color:#eda00b}.topimageoverlay{background-color:#4a375a}.singleproperty .propertyimage img{border:1px solid #c8c8c8}.bordertop{border-top:solid 1px #c8c8c8}.registrationnav .roledisplay .currentrole{color:#4a375a}.dialogButtons .primaryButton:hover{background-color:#3d2d4a!important}.dialogButtons .secondaryButton{background-color:#eda00b!important}.dialogButtons .secondaryButton:hover{background-color:#d5900a!important}.avatar .customfileupload:hover{color:#000;border:solid 1px silver}.informationtable tr{border-top:solid 1px #c8c8c8;border-bottom:solid 1px #c8c8c8;vertical-align:top}#accordion .childinfo:hover{border-color:silver}#accordionwork .childinfo:hover{border-color:silver}#parentaccordion .parentinfo:hover{border-color:silver}.rejected-photo-statement{position:absolute}.rejected-photo-statement .fa-ban{color:#a91c11}.portretNotebutton{border:solid 1px #c8c8c8}.familyportrait .parent .name{color:#4a375a}.familyportrait .child .name{color:#4a375a}.familyportrait .child .name a{color:#4a375a}.familyportrait .child .notebook{color:#545454}.conversationsettings .radioset .ui-state-active{background:#3a2f43;color:#fff!important}.conversationsettings .radioset .ui-state-active:hover{color:#fff!important}.professionalconnections .info .name a{color:#4a375a;font-size:16px;font-family:"Source Sans Pro SemiBold";text-decoration:none;line-height:1em}.professionalconnections .info .name a:hover{color:#3d2d4a}.professionalconnections .connectionnotebutton{border:none;box-shadow:0 1px 2px rgba(0,0,0,.25);float:left;padding:5px;border-radius:2px;margin-top:6px;display:inline-block;margin-right:10px}.error{color:#e80c4d}input.input-validation-error{border:1px solid #e80c4d}textarea.input-validation-error{border:1px solid #e80c4d}select.input-validation-error{border:1px solid #e80c4d}.ShowhelptopicOverlay{border:solid 1px #c8c8c8!important}.hrMarginBottom{margin-bottom:20px}#container{font-family:"Source Sans Pro Regular";min-height:100%;position:relative}a{outline:0;text-decoration:none;color:#4a375a}footer,header,hgroup,nav,section{display:block}.padding10{padding:10px}.padding5{padding:10px}.float-left{float:left}.float-right{float:right}.button .fa-icon20px{font:normal normal normal 20px/1 FontAwesome;vertical-align:middle}.clear-fix{clear:both}.clear-fix:after{content:".";clear:both;display:block;height:0;visibility:hidden}hr{border-bottom:1px solid rgba(113,113,113,.1);border-top:1px solid rgba(0,0,0,.3);border-style:solid none;clear:both}.wingdings{font-family:'Wingdings 3'}h1,h2,h3,h4,h5,h6{margin-bottom:0;padding-bottom:0;font-weight:400;color:#545454}h1{font-size:2em}h2{font-size:1.75em;line-height:1.1em;font-family:"Source Sans Pro Regular";color:#4a375a;margin-bottom:10px}h3{font-size:1.4em;color:#4a375a;margin-bottom:14px}h4{font-size:1.1em}h5,h6{font-size:1em}h5 a:active,h5 a:link,h5 a:visited{padding:0;text-decoration:none}.font-semibold{font-family:"Source Sans Pro SemiBold"}.font-bold{font-family:"Source Sans Pro Bold"}input[type=radio]{border:none;vertical-align:middle;margin:0;margin-right:4px;margin-left:4px}input[type=checkbox]{border:none!important;background:0 0;width:auto;margin-right:0 4px 0 0;vertical-align:middle}label{-webkit-text-size-adjust:none;font-size:1em;vertical-align:baseline}.labelsemibold{font-family:"Source Sans Pro SemiBold"}.labelitalic{font-family:"Source Sans Pro Italic"}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yellowcircle{margin-top:5px;background-color:#eda00b;display:inline-block;border-radius:100%;width:24px;height:24px}.yellowcircle label{text-align:center;line-height:24px;font-family:"Source Sans Pro Bold";color:#fff}a.yellowcircle{cursor:pointer;text-align:center;line-height:24px;color:#fff;text-decoration:none}.actionlink{color:#eda00b;text-decoration:none}.actionlink a,.ui-widget-content a{color:#eda00b;font-family:"Source Sans Pro SemiBold";text-decoration:none}.ui-widget-content a{font-family:"Source Sans Pro Regular"}.actionlink:hover,.ui-widget-content a:hover{text-decoration:underline}.actionlinkfooter{color:#545454;text-decoration:none}.actionlinkfooter:hover{text-decoration:underline}p{line-height:1.4em}label.checkbox{display:inline}input[type=password],input[type=text],textarea{border:1px solid #c8c8c8;background:#fff;color:#333;font-size:1em;padding:3px 5px;width:276px;max-width:100%;vertical-align:middle}.group .textbox-large{width:50%}select{height:24px;line-height:24px;width:226px}textarea{font-family:inherit;width:530px}#contact_surname_prefix{width:92px}.birthdatepicker{width:230px}.birthdatepickerchild{width:210px!important}#contact_country{width:159px}.abutton,.button,input[type=button],input[type=submit]{-webkit-appearance:none;-moz-appearance:none;border:none;font-family:"Source Sans Pro Regular";cursor:pointer;-webkit-border-radius:2px;border-radius:2px;text-decoration:none;text-shadow:0 -.6px .7px rgba(0,0,0,.4),0 1px 1px rgba(255,255,255,.3)}.disabledButton{padding:5px 10px 9px;margin-right:5px;display:inline-block;color:#fff;position:relative;vertical-align:top;line-height:1.5;-webkit-appearance:none;-moz-appearance:none;border:none;font-family:"Source Sans Pro Regular";cursor:pointer;-webkit-border-radius:2px;border-radius:2px;background-color:#eda00b;filter:grayscale(100%);text-decoration:none;text-shadow:0 -.6px .7px rgba(0,0,0,.4),0 1px 1px rgba(255,255,255,.3);box-shadow:inset 0 -4px 0 rgba(0,0,0,.15),0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2)}.greybuttonavatar{background-color:#efefef;color:#545454;border:1px solid #c8c8c8!important;padding:8px 19px!important;display:none;float:left;margin-left:5px;margin-top:10px}.greybuttonavatar:hover{border-color:silver!important;color:#303030}.avatar83{width:83px;height:83px}.avatarHolder{display:block;height:85%}.removeAvatarButton{color:#4a375a!important;position:absolute;left:110px;top:0;z-index:1}.inputFileWrapper{position:relative;width:122px;height:45px;overflow:hidden;cursor:pointer;font-size:10pt}.inputFileWrapper button{position:absolute;border:solid 1px #e6e6e6!important;width:100%;height:100%;margin-bottom:20px}.inputFileWrapper input{opacity:0;z-index:1;height:60px;cursor:pointer}.startConversationValidation{display:block}.savecropavatar{display:none}.savecropavatarregistration{margin-top:15px}.jcrop-partial{display:none}.jcrop-holder{display:inline-block}.avatarJcrop .continue{border-top:1px solid #c8c8c8;width:305px;float:right;display:none;margin-top:10px;margin-right:25px;margin-bottom:10px}.parents-and-professionals h3{border:1px solid #c8c8c8;padding:5px;text-align:center}.parents-and-professionals h3:hover{cursor:pointer;background-color:#eee}.ui-dialog{display:block;padding:0!important;left:500px}.ui-dialog .ui-dialog-titlebar{display:none}#dialog_birthdate{display:none}.conversationSettingsDialog{top:auto!important;left:auto!important;-webkit-border-radius:0!important;border-radius:0!important;font-family:"Source Sans Pro Regular"!important;font-size:14px;margin-left:134.5px;min-height:0;box-shadow:0 2px 2px rgba(0,0,0,.36)}.conversationSettingsDialog .buttondiv{height:35px;margin:10px 0;width:auto}.conversationSettingsDialog .buttondiv .button{font-family:"Source Sans Pro SemiBold";float:right}#conversationSettingDialog{padding:20px}.avatar{border-radius:50%;background-color:#4a375a;overflow:hidden}.newConversationParticipantsAvatar{overflow:hidden}.newConversationParticipantsAvatar label img{border-radius:50%}.newConversationParticipants{position:relative;display:block}.newConversationParticipants span{position:absolute;top:42%;left:90px}.borderRadiusImg{border-radius:50%}#accountMenuDialog{position:absolute;margin-top:0;z-index:1003;border:none;right:79px}.accountMenuDialog{background-color:#fff;padding:20px;line-height:24px;top:0!important;left:-255px!important}.accountMenuDialog .yellowlabel{color:#eda00b!important;font-family:"Source Sans Pro SemiBold"}.accountMenuDialog .roles{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #c8c8c8}.accountMenuDialog .myFunctionalities{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #c8c8c8}.accountMenuDialog .children .child a{color:grey!important}.accountMenuDialog .settings{border-top:1px solid #c8c8c8;padding-top:10px;margin-top:10px}.shadow{box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2)}.secondaryBottomBorder{border-bottom:3px solid #4a375a}.accountmenu .roles input[type=radio]{display:inline-block}.accountmenu .roles label{display:inline-block}.accountmenu .header{font-family:"Source Sans Pro Bold"}.accountmenu .menufamilyportrait .childrenWrapper{display:table;width:auto}.accountmenu .menufamilyportrait .childrenWrapper div a{color:#000!important}.accountmenu .menu .familyportrait .children .child{background-color:#fff;display:inline-block;min-width:223px;max-width:310px;margin-right:20px;max-height:81px}.content-wrapper{margin:0 auto;width:1000px}header{min-width:1000px;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2)}#body{width:100%;min-width:1000px;clear:both;padding-bottom:325px;padding-top:25px}.whiteblock{background-color:#fff;padding:25px;margin:0 auto;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);overflow:auto}.whiteblocksmall{background-color:#fff;width:100%;padding:25px}.pull-right{float:right}.pull-right:after{content:"";width:100%;display:block}footer{position:absolute;width:100%;min-width:1000px;bottom:0;clear:both;background-color:#fff;font-size:1em;height:299px}footer a{display:block;line-height:1.5}footer .footercontent{font-family:"Source Sans Pro Regular";margin:0 auto;padding-top:20px;width:1000px;height:250px}footer .left{float:left;height:250px}footer .topleft{width:200px;margin-bottom:25px}footer .bottomleft{width:200px}footer .middleleft{float:left;width:300px}footer .middlelefttop{width:100%;float:left;margin-bottom:25px}footer .middlelefttop a{width:auto}footer .middleleftbottom{float:left}footer .middleright{float:left}footer .middlerighttop{float:left;width:100%;margin-bottom:25px}footer .middlerightbottom{width:170px;float:left}footer .right{width:180px;float:left}footer .topright{float:right;margin-bottom:25px}footer .bottomright{float:left}footer .bottomrightserver{float:right;margin-top:160px;margin-right:60px}footer .bottomright .quote{float:left;width:180px;font-family:"Source Sans Pro Italic";font-size:1.429em;margin-bottom:10px}.middlerightbottom .socialmediaitem{margin-top:5px;width:auto;height:auto}.middlerightbottom .socialmedia-icon-small{height:22px;width:22px}.socialmedialink{margin-left:5px;width:85px}.middlerightbottom .facebook{background-image:url(../Images/social_media_sprite.png);background-position:1px 141px;float:left;margin-right:5px}.middlerightbottom .facebook:hover{background-image:url(../Images/social_media_sprite.png);background-position:33px 141px}.middlerightbottom .twitter{background-image:url(../Images/social_media_sprite.png);background-position:1px 111px;float:left;margin-right:5px}.middlerightbottom .twitter:hover{background-image:url(../Images/social_media_sprite.png);background-position:33px 111px}.middlerightbottom .pinterest{background-image:url(../Images/social_media_sprite.png);background-position:1px 81px;float:left;margin-right:5px}.middlerightbottom .pinterest:hover{background-image:url(../Images/social_media_sprite.png);background-position:33px 81px}.middlerightbottom .google{background-image:url(../Images/social_media_sprite.png);background-position:1px 51px;float:left;margin-right:5px}.middlerightbottom .google:hover{background-image:url(../Images/social_media_sprite.png);background-position:33px 51px}.middlerightbottom .linkedin{background:url(../Images/social_media_sprite.png) no-repeat scroll 1px -227px;float:left;margin-right:5px}.middlerightbottom .linkedin:hover{background:url(../Images/social_media_sprite.png) no-repeat scroll -29px -227px}footer .title{font-family:"Source Sans Pro Bold"}#topmenuitems{position:relative;height:100%;width:1000px;margin:0 auto;padding:0 0}.topmenunavigation{display:inline-block;text-align:center;height:100%;padding:0 7px}.topmenunavigation:hover{background-color:rgba(0,0,0,.1)}#topmenuitems a{color:#fff;text-decoration:none}#topmenuitems .topmenunavigation:nth-child(n+2){margin-left:10px}#topmenuitems .topmenuicon{width:32px;height:27px;margin-top:9px;display:inline-block;background:url(../Images/sprite.png) no-repeat}#myFamilyLink .topmenuicon{background-position:0 -806px}#quebbleBookingLink>.topmenuicon{background-position:-38px -806px}#myAgendaLink .topmenuicon{background-position:-76px -806px}#bottommenudiv{background-color:rgba(43,24,53,.8);height:36px;width:100%}#menuitems{height:100%;width:1000px;font-size:16px;margin:0 auto}#menuitems ul{height:100%}#menuitems li{display:block;float:left;padding-left:2px;padding-right:10px;line-height:37px}#menuitems li a{background:0 0;color:#fff;text-decoration:none}#menuitems li a:hover{color:#eda00b;text-decoration:none}#headerlogo{display:inline-block;float:left;height:100%}#headerlogo img{margin-top:20px}#language{float:right;line-height:71px}#loggedin{display:block;float:right;margin-top:14px;margin-right:10px}#loggedin .namewrapper{display:table-cell;width:auto;float:left}#loggedin .namewrapper a{color:#fff;font-family:"Source Sans Pro Regular";text-decoration:none;line-height:1.5}#loggedin .namewrapper a:hover{text-decoration:underline}#loggedin .name{margin-right:auto;margin-left:auto}#loggedin #loginavatar{display:inline-block;float:left;height:42px;width:42px;border-radius:50%;margin-right:10px;overflow:hidden;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2)}#loggedin .loggedinarrow{display:inline-block;background:transparent url(../Images/sprite.png) no-repeat scroll -1px -550px;height:6px;width:6px;margin-left:6px;vertical-align:middle}.helpicontopmenu,.helpicontopmenuloggedout{display:inline-block;cursor:pointer;background-color:#201a25;width:28px;height:28px;border-radius:50%;overflow:hidden;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);margin-top:8px;margin-left:42px;text-align:center;color:#fff;line-height:28px;font-size:18px;font-family:"Source Sans Pro SemiBold"}.helpicontopmenu:hover,.helpicontopmenuloggedout:hover{background-color:#130f16}.helpicontopmenuloggedout{float:right;margin-left:12px;margin-top:15px}.hidden{display:none}#notloggedin{height:57px;width:500px;margin-right:25px;float:right;margin-top:6px}#notloggedin a{margin-top:13px;float:right;margin-right:10px;padding:5px 12px;background-color:#eda00b;border:none!important;box-shadow:none!important;line-height:1.5}#notloggedin a:active{-moz-transform:none;-ms-transform:none;-o-transform:none;-webkit-transform:none;transform:none}.floatingcontentimage{float:left;display:inline-block;padding-right:15px}.contentimage{margin-bottom:5px;margin-top:10px}.whiteblock .propertytext{line-height:1.5em;width:650px}#videoDialog{width:920px!important;height:600px!important;top:50%;left:50%;margin-left:-450px;padding:0!important}#QuebbleVideo{height:600px;max-width:900px;width:100%}.joinus iframe{width:80%;height:175px;margin-left:0;margin-top:40px}.topimage{height:298px;width:100%;margin-bottom:15px;position:relative}.topimage img{width:100%}.topimageSlider{float:left;height:100%;width:100%;background-color:#ffefd5}.topimageoverlay{background-color:#4a375a;position:absolute;top:0;opacity:.9;width:476px;right:0;margin-top:40px}.topimageoverlay a{font-family:"Source Sans Pro Regular"}.topimageoverlay .textarea{padding:25px 30px 30px 30px}.topimageoverlay .textarea .header{color:#fff;font-family:"Source Sans Pro Regular";font-size:3.1em}.topimageoverlay .textarea .maintext{color:#fff;font-family:"Source Sans Pro Regular";font-size:1.286em;margin-top:10px}.property{width:33.33%;display:inline-block}.property img{width:110px;height:110px;display:inline-block;margin-right:10px}.property .textWrapper{width:calc(100% - 120px);display:inline-block;vertical-align:top;padding-right:10px}.functionalities{display:inline-block;width:100%;margin-bottom:10px;margin-top:10px;padding:25px;background-color:#fff}.functionalities iframe{width:100%;height:175px}.functionalities .functionality{display:inline-block;float:left;width:310px;margin-top:5px}.functionality .functionalitytitle{display:inline-block}.functionalities .functionalityimage{position:relative;display:inline-block;height:75px;width:75px;float:left;margin-right:10px}.functionality .functionalityimage img{position:absolute;top:0;bottom:0;margin:auto;vertical-align:middle}.functionality .functionalitytext{padding-right:25px}#slider{height:298px;width:998px;overflow:hidden;margin-bottom:10px}#slider #sliderText{position:absolute;background-color:rgba(74,55,90,.1);color:#fff;width:520px;height:210px;margin-top:47px;margin-left:478px;padding:30px;z-index:1}#slider #sliderText .sliderHeadText{font-size:2.8em}#slider #sliderText .sliderSubText{font-size:1.3em;line-height:1.2}#slider #sliderText a{font-family:"Source Sans Pro Regular"}#slider>ul{width:3000px;left:0;position:relative;-moz-transition:1s left cubic-bezier(.48,-.01,0,1.01);-o-transition:1s left cubic-bezier(.48,-.01,0,1.01);-webkit-transition:1s left cubic-bezier(.48,-.01,0,1.01);transition:1s left cubic-bezier(.48,-.01,0,1.01);font-size:0}#slider>ul li{display:inline-block;width:998px}.homepageparticipants{display:inline-block;padding:25px;width:calc(50% - 10px);height:445px;background-color:#fff;margin-bottom:10px}.homepageparticipants .participantsheader{margin-bottom:5px}.homepageparticipants .participant{display:inline-block;margin-top:20px}.homepageparticipants .participant .avatar{display:inline-block;float:left;margin-right:10px}.homepageparticipants .participant .text{display:inline-block;float:left;font-family:"Source Sans Pro Italic";width:80%;margin-bottom:10px}.homeimage{margin-right:15px;margin-bottom:10px}.homepageparticipants .participant .author{display:inline-block;float:left;font-family:"Source Sans Pro Light"}.homepageparticipants .participant .organisation{display:inline-block;float:right;font-family:"Source Sans Pro Italic"}.joinus{display:inline-block;float:right;width:calc(50% - 10px);padding:25px;background-color:#fff}.joinus .fa{color:green;font-size:1.5em}.joinus p{margin-left:5px}.joinus .header{margin-bottom:25px}.joinus .registersteps{width:50%;margin-bottom:25px}.registersteps .stepdiv{display:inline-block;position:relative;width:240px;margin-bottom:10px}.registersteps .stepdiv .step{font-family:"Source Sans Pro Bold";line-height:30px;text-align:center;color:#fff;font-size:1.3em}.registersteps .circle{display:inline-block;float:left;height:30px;width:30px;-webkit-border-radius:100%;border-radius:100%;background-color:#eda00b;text-align:center}.registersteps .stepdiv .text{display:inline-block;margin-left:10px}.registersteps .stepdiv .text label{line-height:30px;font-family:"Source Sans Pro Bold"}.promotingwrapper{width:100%}.promotingwrapper .app{display:inline-block;float:left;width:298px;height:300px;padding:25px 20px;background-color:#fff}.promotingwrapper .apptext{display:inline-block;float:right;width:150px;line-height:1.5em}.apptext .textheader{margin-bottom:10px}.apptext .textheader h2{line-height:1.1em}.apptext .appstore{margin-top:10px}.promotingwrapper .example{display:inline-block;float:right;height:300px;width:598px;background-color:#fff;padding:25px}.example .exampleheader{width:100%;margin-bottom:20px}.example .exampleimage{margin-bottom:10px}.example .bottomtext{float:right}.text-quebble{margin-top:10px}.references{background-color:#fff;padding:10px;margin-top:10px}.references .reference{width:50%;display:inline-block;vertical-align:top}.references .referenceimage{width:auto;height:auto;display:inline-block;vertical-align:top;margin-right:10px;margin-left:10px;margin-top:10px}.references .referencetext{width:310px;display:inline-block;margin-left:10px;margin-top:5px}.wrappernotebook{padding:0;width:420px;height:200px;overflow:hidden;display:inline-block;vertical-align:top}.blockFull{text-align:left;letter-spacing:normal;margin-bottom:20px;vertical-align:top}.blockHalf{width:calc(50% - 11.5px);display:inline-block;text-align:left;letter-spacing:normal;margin-bottom:20px;vertical-align:top}.blockThird{width:calc(33.3333% - 17.33px);display:inline-block;text-align:left;letter-spacing:normal;margin-bottom:20px;vertical-align:top}.blockFourth{width:calc(25% - 17.5px);display:inline-block;text-align:left;letter-spacing:normal;margin-bottom:15px;vertical-align:top}.functionalityWrapper{width:calc(100% - 85px);display:inline-block;margin-left:10px}.functionalityimage{vertical-align:top;display:inline-block;margin-top:13px}.functionalityTitle{margin-bottom:10px}.fullWidthImage{width:100%}.participant .avatar{display:inline-block;vertical-align:top;margin-right:10px}.participant .participantWrapper{width:calc(100% - 98px);display:inline-block}.parentPortalImage{height:150px}.Booking{background-color:#fff;margin-top:10px;padding:10px;overflow:auto}.Vinkjes{display:inline-block;width:350px}.Quebblelogo{position:relative;width:25%;height:35px;padding:10px;display:inline-block;vertical-align:top}.bannerbooking{background-color:#fff;height:298px;width:100%;margin-top:10px}.HowItWorks{display:inline-block;background-color:#fff;height:250px;width:490px;border:1px solid #c8c8c8;padding-top:10px;padding-left:10px;padding-bottom:10px;float:left;margin-top:10px}.Aanbiedingen{background-color:#fff;height:532px;width:502px;border:1px solid #c8c8c8;padding:10px;display:inline-block;float:right;vertical-align:top;padding-top:10px;margin-top:10px}.Deelnemers{background-color:#fff;height:272px;width:490px;border:1px solid #c8c8c8;padding:10px;display:inline-block;float:left;margin-top:10px}.kinderopvanglogo{position:relative;width:460px;height:100px;background-color:rgba(0,0,0,.25);padding-left:10px;margin-left:15px}.Images{position:relative;width:auto;height:auto;padding:10px;display:inline-block;vertical-align:top}.bookingtext{display:inline-block;margin-left:10px;vertical-align:baseline;padding-left:10px;width:310px;padding-top:15px}.participantsImages{position:relative;width:auto;height:auto;display:inline-block;vertical-align:top;padding-left:10px;margin-top:20px}#booking .productName{font-size:18px}#booking #wrapper{max-height:500px;overflow:hidden;width:100%}#booking #left{width:30%;background-color:#e4e4e4;display:inline-block;vertical-align:top;overflow-y:scroll;overflow-x:hidden;height:500px;padding-bottom:20px}#booking #right{width:70%;display:inline-block;vertical-align:top;overflow-y:scroll;overflow-x:hidden;height:500px}#booking h4{color:#000;font-size:17px;font-family:"Source Sans Pro SemiBold";margin-bottom:5px}.searchbar{background-color:#eee}.searchbar input{width:300px}.searchbar #submitSearch{width:unset}#searchByOrganization{max-height:150px;overflow-y:auto;background-color:#fff;padding:5px}.childDocumentRecord{margin-bottom:5px}.childDocumentRecord img{margin-right:5px}#smallCalendar{width:100%}#smallCalendar #title{background-color:#4a375a;text-align:center;color:#fff;line-height:2;font-size:18px}#smallCalendar #title .arrowLeft{display:inline-block;background:transparent url(../Images/sprite.png) no-repeat scroll -1px -550px;height:8px;width:6px;margin-right:3px;vertical-align:middle;-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}#smallCalendar #title .arrowRight{display:inline-block;background:transparent url(../Images/sprite.png) no-repeat scroll -1px -550px;height:8px;width:6px;margin-left:3px;vertical-align:middle;-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#smallCalendar table{width:100%}#smallCalendar tr{width:100%}#smallCalendar th{background-color:#333;color:#fff;font-weight:400;line-height:1.5;text-align:left;padding-left:5px;width:14.28%}#smallCalendar tbody{background-color:#efefef;text-align:left;line-height:1.5}#smallCalendar tbody td{padding-left:5px}#smallCalendar tbody tr{height:40px}#smallCalendar tbody tr:nth-child(odd) td:nth-child(odd){background-color:#fff}#smallCalendar tbody tr:nth-child(even) td:nth-child(even){background-color:#fff}#smallCalendar #agendaLink{background-color:#fff;padding:5px}#smallCalendar #agendaLink a{text-decoration:none}#calendar{width:100%}#calendar #title{position:relative;background-color:#4a375a;text-align:center;color:#fff;line-height:3;font-size:18px}#calendar #title .arrowLeft{display:inline-block;background:transparent url(../Images/sprite.png) no-repeat scroll -1px -550px;height:8px;width:6px;margin-right:15px;vertical-align:middle;-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}#calendar #title .arrowRight{display:inline-block;background:transparent url(../Images/sprite.png) no-repeat scroll -1px -550px;height:8px;width:6px;margin-left:15px;vertical-align:middle;-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#calendar table{width:100%}#calendar tr{width:100%}#calendar th{background-color:#333;color:#fff;font-weight:400;line-height:2;text-align:left;padding-left:5px;width:14.28%}#calendar tbody{background-color:#fff;text-align:left;line-height:1.5}#calendar tbody td{padding-left:5px}#calendar tbody tr{height:95px}#calendar tbody tr:nth-child(odd) td:nth-child(odd){background-color:#efefef}#calendar tbody tr:nth-child(even) td:nth-child(even){background-color:#efefef}#calendar #agendaLink{background-color:#f6f6f6;padding-left:5px}#calendar #agendaLink a{text-decoration:none;color:#4a375a}#calendar select{margin-right:10px;position:absolute;right:0;height:24px;line-height:24px;width:122px;margin-top:15px}#legend{margin-top:10px;margin-bottom:10px}#legend .legendBlock{display:inline-block;width:15px;height:15px;margin-right:2px}#legend span{vertical-align:top;margin-right:8px}.quebbleTable{width:100%}.quebbleTable .title{position:relative;background-color:#4a375a;text-align:center;color:#fff;padding:9px 10px;font-size:18px}.quebbleTable table{width:100%}.quebbleTable tr{width:100%}.quebbleTable th{background-color:#333;color:#fff;font-weight:400;text-align:left;padding-left:5px;padding-top:10px;padding-bottom:10px}.quebbleTable tbody{text-align:left;line-height:1}.quebbleTable tbody td{padding-left:5px;padding-top:10px;padding-bottom:10px;vertical-align:middle}.quebbleTable tbody td input{vertical-align:middle}.quebbleTable tbody tr:nth-child(odd){background-color:#fff}.quebbleTable tbody tr:nth-child(even){background-color:#efefef}.quebbleTable tbody img{vertical-align:middle}.quebbleTable tbody .fa-info-circle{margin-right:10px}.quebbleTable tbody tr.has-review-comment,.quebbleTable tbody tr.organisation-review-comment{background-color:#bde3ff}#registerSuccessful{background-color:#86b943}#registerInProgress{background-color:#d4950f}#registerNot{background-color:#d45e0f}#closed{background-color:#eeb78f}.simpleChildBlock{cursor:default;float:left;margin-right:10px;width:304px;margin-bottom:40px;position:relative}.simpleChildBlock .avatar{border-radius:50%;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);border:4px solid #4a375a;position:absolute;top:0;left:0;overflow:hidden;background-color:#7a7a32}.simpleChildBlock .information{background-color:#eee;margin-left:50px;padding-left:53px;margin-top:8px;overflow:auto;min-height:60px}.simpleChildBlock .information .name{color:#000;font-size:17px;font-family:"Source Sans Pro SemiBold";line-height:1.5}.simpleChildBlock .information input{margin-left:0}.simpleChildBlock .information.selected{background-color:#eda00b}.simpleChildBlock:nth-last-child(1):after{clear:both;width:100%;display:block}div.timeRow{background-color:#333;color:#fff;line-height:2;font-weight:400;text-align:left;padding-left:5px}#placementTimeTable{text-align:left;width:800px;margin-bottom:15px}#placementTimeTable td,#placementTimeTable th{padding-right:20px}#placementTimeTable th{font-size:1.1em}#placementTimeTable .noBalance{color:#e34318}#placementHeader{background-color:#4a375a;color:#fff;text-align:center}#placementHeader #weekInfo{display:inline-block}#placementHeader #weekNumber{font-size:19px}#placementHeader .arrowLeft{display:inline-block;background:transparent url(../Images/sprite.png) no-repeat scroll -1px -550px;height:6px;width:6px;margin-right:15px;vertical-align:middle;-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}#placementHeader .arrowRight{display:inline-block;background:transparent url(../Images/sprite.png) no-repeat scroll -1px -550px;height:6px;width:6px;margin-left:15px;vertical-align:middle;-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.placementTable{background-color:#eee;clear:both;margin-top:10px;margin-bottom:10px;overflow:auto}.placementTable .placementHeader{padding:7px;background-color:#4a375a;color:#fff}.placementTable #placementTable{width:100%}.placementTable #placementTable tr th:first-of-type{width:70px;text-align:left}.placementTable #placementTable tr.timeRow td{background-color:#333;color:#fff;line-height:2;font-weight:400;text-align:left;padding-left:5px}.placementTable #placementTable tr.timeRow td:first-of-type{width:110px;padding-left:7px;text-align:left}.placementTable #placementTable tr.timeRow td:nth-of-type(even){background-color:#2b2b2b}.placementTable #vacationDaySelect .inactivePlacement{padding-top:5px}.placementTable .dayRow{font-size:0;text-align:right}.placementTable .dayRow .dayName{vertical-align:top;font-size:14px;text-align:left;float:left;width:110px;color:#000;display:inline-block;line-height:34px;padding:0 7px}.placementTable .dayRow .dayName .dayOfWeek{font-family:"Source Sans Pro SemiBold"}.placementTable .dayRow .placementsOnDayWrapper{width:calc(100% - 110px);display:inline-block;text-align:left;padding-top:5px}.placementTable .dayRow .placementsOnDayWrapper td.dayCell{padding-left:5px;padding-top:5px;padding-bottom:10px}.placementTable .dayRow .placementsOnDayWrapper .dayOfWeek{font-family:"Source Sans Pro SemiBold";font-size:15px}.placementTable .dayRow .placementsOnDayWrapper .activePlacement{font-size:14px;background-color:#dff;height:34px;display:inline-block;margin-bottom:5px;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);position:relative}.placementTable .dayRow .placementsOnDayWrapper .activePlacement img{width:35px;height:35px;vertical-align:middle}.placementTable .dayRow .placementsOnDayWrapper .activePlacement{font-size:14px;background-color:#dff;height:34px;display:inline-block;margin-bottom:5px;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);position:relative}.placementTable .dayRow .placementsOnDayWrapper .activePlacement img{width:35px;height:35px;vertical-align:middle}.placementTable .dayRow .placementsOnDayWrapper .exceptionalHour{background-color:#a5a5a5}.placementTable .dayRow .placementsOnDayWrapper .seperatePlacement{background-color:#eda00b}.placementTable .dayRow .placementsOnDayWrapper .tradedPlacement{background-color:#dfd}.placementTable .dayRow .placementsOnDayWrapper .usesFundBalance{background-color:#4a375a;color:#fff}.placementTable .dayRow .placementsOnDayWrapper .inactivePlacement{font-size:14px;height:34px;display:inline-block}.placementTable .dayRow:nth-of-type(odd){background-color:#fff}.placementTable .dayRow:nth-of-type(odd) .placementsOnDayWrapper:nth-of-type(odd){background-color:#f2f2f2}.placementTable .dayRow:nth-of-type(odd) .placementsOnDayWrapper:nth-of-type(even){background-color:#ededed}.placementTable .dayRow:nth-of-type(even){background-color:#efefef}.placementTable .dayRow:nth-of-type(even) .placementsOnDayWrapper:nth-of-type(odd){background-color:#e2e2e2}.placementTable .dayRow:nth-of-type(even) .placementsOnDayWrapper:nth-of-type(even){background-color:#ddd}.placementTable .activePlacement{background-color:#c4fffd;overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.placementTable .activePlacement .avatar{border-radius:0}.placementTable .activePlacement .placementText{line-height:35px;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;font-family:"Source Sans Pro SemiBold";font-size:11px;padding:0 5px}.allocationLegend{padding:13px 5px}.seperatePlacementLegendBlock{display:inline-block;background-color:#eda00b;border:1px solid #c8c8c8;height:5px;width:20px}.tradedPlacementLegendBlock{display:inline-block;background-color:#dfd;border:1px solid #c8c8c8;height:5px;width:20px}.usesFundLegendBlock{display:inline-block;background-color:#4a375a;border:1px solid #c8c8c8;height:5px;width:20px}.absenceLines{margin-top:8px}.contractBlock{width:100%;display:inline-block;margin-bottom:20px;text-align:left;-moz-text-align-last:left;-ms-text-align-last:left;text-align-last:left;letter-spacing:normal;vertical-align:top}.contractBlock .noActiveContract{padding:10px 5px}.contractBlock .childName{background-color:#4a375a;line-height:2;color:#fff;padding:0 5px;font-size:18px}.contractBlock .contractInnerContent{display:inline-block;width:100%;padding:10px}.contractBlock .contractInnerContent .contractColumn{width:50%;padding:5px;display:inline-block;background-color:#fff}.contractBlock .contractInnerContent .contractColumn .quebbleTable{margin-bottom:10px}.contractBlock .contractInnerContent .contractColumn .quebbleTable .title{font-size:16px;padding:5px 4px}.contractBlock .contractInnerContent .contractColumn table{width:100%}.contractBlock .contractInnerContent .contractColumn table thead{background-color:#333;font-weight:400;color:#fff}.contractBlock .contractInnerContent .contractColumn table thead th{font-weight:400;padding:3px}.contractBlock .contractInnerContent .contractColumn table tbody tr:nth-child(odd){background-color:#e0e0e0}.contractBlock .contractInnerContent .contractColumn table tbody tr:nth-child(even){background-color:#eee}.contractBlock .contractInnerContent .contractColumn table tbody td{padding:3px}.contractBlock .contractInnerContent .contractColumn:after{clear:both}.contractBlock .contractInnerContent .contractFullColumn{padding:5px}.contractBlock .contractInnerContent .contractFullColumn .placementTable{overflow:hidden}.contractBlock .contractFooter{padding:5px;background-color:#eee;display:inline-block;width:100%}.contractBlock .contractFooter .childcareallowanceOuter{width:100%;background-color:silver;height:20px;margin-top:5px;margin-bottom:5px}.contractBlock .contractFooter .childcareallowanceInner{background-color:#4a375a;height:20px}.contractBlock .contractFooter .smallInfo{font-size:.9em;color:#686868}#documentsHeader{background-color:#4a375a;padding:10px;color:#fff;text-align:center}#documentsHeader #weekInfo{display:inline-block}#documentsHeader #weekNumber{font-size:19px}#documentsHeader .arrowLeft{display:inline-block;background:transparent url(../Images/sprite.png) no-repeat scroll -1px -550px;height:6px;width:6px;margin-right:15px;vertical-align:middle;-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}#documentsHeader .arrowRight{display:inline-block;background:transparent url(../Images/sprite.png) no-repeat scroll -1px -550px;height:6px;width:6px;margin-left:15px;vertical-align:middle;-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.requestBlock{width:100%;background-color:#fff;margin-bottom:20px;line-height:0;-moz-transition:height .5s ease-out;-o-transition:height .5s ease-out;-webkit-transition:height .5s ease-out;transition:height .5s ease-out;border-left:3px solid}.requestBlock.accepted{border-left-color:green}.requestBlock.pending{border-left-color:#d9aa36}.requestBlock.denied{border-left-color:red}.requestBlock h3{font-size:17px;margin-bottom:5px}.requestBlock .requestImage{width:85px;height:85px;background-color:#d3d3d3;display:inline-block}.requestBlock .wrapper{width:calc(100% - 103px);display:inline-block;vertical-align:top;line-height:1}.requestBlock .wrapper .left{width:33%;display:inline-block;padding:10px}.requestBlock .wrapper .right{width:67%;display:inline-block;padding:10px;float:right;text-align:right}.requestBlock .full{width:100%;min-height:20px;background-color:#eee}.requestBlock .requestDetails{line-height:1;background-color:#f5f5f5;padding:10px}.requestBlock .requestDetails .requestOption{display:inline-block;letter-spacing:initial;margin-bottom:20px}.requestBlock .requestDetails .requestOption h3{display:inline-block}.requestBlock .requestDetails textarea{height:100px;width:100%;resize:vertical}.whiteblock .edit-field-semi-short{max-width:100px}.whiteblock .edit-field-short{max-width:60px}.alertblock{text-align:center;font-family:"Source Sans Pro SemiBold"}.invoicePage{margin-bottom:20px}.invoicePage .quebbleTable{width:100%}.invoicePage .quebbleTable .no-invoices{padding:10px 0;text-align:center}.invoicePage .quebbleTable .save-tr{text-align:center}.invoicePage .quebbleTable tbody td{padding:5px 5px}.invoicePage .quebbleTable .invoiceDetails th{background-color:#3a2f43;padding:5px 5px}.invoicePage .quebbleTable tr.invoice.even{background-color:#eee}.invoicePage .quebbleTable tr.invoice.odd{background-color:#e0e0e0}.invoicePage .quebbleTable tr.invoice:hover{cursor:pointer;background-color:#add8e6}#invoiceChildData{margin-bottom:20px}#invoiceUserData{display:inline-block;width:100%;vertical-align:top;margin-bottom:20px}#invoiceUserData .edit-financial-data:hover{color:#eda00b;cursor:pointer}#invoiceUserData .edit-financial-data{font-size:20px}#invoiceUserData h3{padding-left:10px}#invoiceUserData table{width:100%}#invoiceUserData table td{width:25%}.loginwrapper{background-color:#fff;width:548px;height:270px;padding:25px;margin:0 auto}.loginwrapperreg{background-color:#fff;width:290px;height:270px;margin:0 auto}.loginpage .whiteblocksmall{width:565px;float:left;margin-right:20px;min-height:255px;margin-bottom:20px}.loginpage .whiteblock{clear:both}.loginpage .logo{vertical-align:top;margin-top:11px;margin-right:20px}.loginpage .functionality{display:inline-block;text-align:center;max-width:110px;margin-right:20px;vertical-align:top}.loginpage .functionality .fa{font-size:30px;margin-bottom:10px}.loginpage .accessibility{width:415px;margin-right:0}.loginpage .accessibility .enumerationRule{margin-bottom:10px}.loginpage .accessibility .enumerationRule .enumeration{background-color:#4a375a;color:#fff;display:inline-block;width:30px;height:30px;border-radius:50%;line-height:30px;text-align:center;margin-right:5px}.loginpage .accessibility .enumerationRule .enumerationText{display:inline-block;width:330px;vertical-align:middle;line-height:1.5}.loginpage #rightColumn{padding:20px;width:380px;height:229px;display:inline-block;margin-left:10px;background-color:#fff;vertical-align:top}.loginpage #bottomRow{margin-top:15px;background-color:#fff;padding:25px;letter-spacing:30px}.loginpage #bottomRow #parentPortalLogo{display:inline-block;text-align:right;letter-spacing:normal}.loginpage #bottomRow .parentPortalFeature{display:inline-block;text-align:center;letter-spacing:normal}.loginpage #bottomRow>span{letter-spacing:normal;font-size:1.4em;font-weight:600;line-height:2.5;vertical-align:top}.loginpage .numberCircle{display:inline-block;background-color:#eda00b;color:#fff;border-radius:100%;width:25px;height:25px;text-align:center;font-weight:600;line-height:1.8;margin-right:3px}.loginpage .header{margin-bottom:20px}.loginpage .left{border-right:solid 1px #c8c8c8;display:inline-block;width:287px;padding-right:25px}.loginpage .verifymailmessage{margin-top:10px;margin-bottom:10px}.loginpage .verifymailmessage .actionlink{cursor:pointer}.loginpage .success{color:#4a375a;border:1px solid #4a375a;font-family:"Source Sans Pro Bold";padding:7px;margin-bottom:5px}.loginpage .left .form{margin-bottom:20px}.loginpage .left .form input[type=text]{margin-bottom:10px}.loginpage .left .form label{font-family:"Source Sans Pro SemiBold";margin-bottom:3px;margin-bottom:5px;display:block}.loginpage .left .bottom a{float:left;margin-top:5px}.loginpage .left .bottom .button{float:right}.loginpage .right{float:right;margin-right:50px}.loginpage .right .title{margin-bottom:13px}.forgotpasswordpage .header{margin-bottom:20px}.forgotpasswordpage .text{margin-bottom:20px}.forgotpasswordpage .text h3{margin-bottom:10px}.forgotpasswordinfo .label{display:inline-block}.forgotpasswordinfo .button{margin-left:10px}.forgotpasswordinfo #message{color:#4a375a;border:1px solid #4a375a;padding:5px;font-family:"Source Sans Pro Bold";margin-bottom:10px}.forgotpasswordpage .info{display:inline-block;font-family:"Source Sans Pro SemiBold";margin-top:20px;margin-bottom:10px}.changepasswordpage .header{margin-bottom:20px}.changepasswordpage .text{margin-bottom:20px}.changepasswordpage .text h3{margin-bottom:10px}.changepasswordpage .forgotpasswordinfo{display:inline-block;float:left}.changepasswordpage .label{display:inline-block}.changepasswordpage .buttons{width:288px;height:28px;margin-top:10px}.changepasswordpage .button{float:right}.changepasswordpage #message{color:#e80c4d;margin-bottom:10px;font-family:"Source Sans Pro Bold"}.changepasswordpage .info{display:inline-block;font-family:"Source Sans Pro SemiBold";margin-top:20px;margin-bottom:10px}.changepasswordinfo input{display:block;margin:5px 0 5px 0}.changepasswordinfo .password-o-meter .meterText{margin-left:0}.verifyemail{background-color:#fff;padding:25px}.registrationstepzero{width:1000px;margin:0 auto;position:relative}.registrationstepzero .header-account-verified{margin-bottom:0;text-align:center}.registrationstepzeropromo{background-color:#fff;display:inline-block;float:left;padding:25px;width:361px;clear:both;position:absolute;left:0;height:100%}.registrationstepzeropromo label{line-height:1}.registrationstepzeropromo .image{float:left;height:81px;width:80px}.registrationstepzeropromo .text{float:left;width:231px}.registrationstepzeropromo .makeconnections{display:inline-block;clear:both}.registrationstepzeropromo .quebble{overflow:auto}.registrationstepzeropromo .followchild{margin-bottom:35px;margin-top:35px;clear:both;overflow:auto}.registrationstepzeropromo .makeconnections .image{margin-top:10px;height:48px;background:url(../Images/homepage/WorkingIcon1.png) no-repeat}.registrationstepzeropromo .followchild .image{margin-top:10px;width:80px;height:47px;float:left;background:url(../Images/homepage/WorkingIcon2.png) no-repeat;background-size:auto 76%}.registrationstepzeropromo .quebble .image{margin-top:10px;background:url(../Images/homepage/WorkingIcon3.png) no-repeat}.registrationinfostepzero{background-color:#fff;display:inline-block;padding:25px;width:calc(100% - 381px);margin-left:381px}.registrationinfostepzero .infodiv{height:59px;width:325px}.registrationinfostepzero .labelinfodiv label{font-family:"Source Sans Pro Bold";margin-bottom:3px}.registrationinfostepzero>.bottom{width:100%;margin-top:13px}.registrationinfostepzero .terms{margin-bottom:5px}.registrationinfostepzero>.bottom input[type=checkbox]{margin-right:5px;margin-top:4px;margin-left:0}.registrationinfostepzero>.bottom label{display:inline-block}.registrationinfostepzero>.bottom .continue{float:right}.infodiv{height:35px;padding-top:4px;padding-bottom:4px}.verifyemailaddress-value{width:279px;text-align:center;margin-bottom:10px}.Rolesinfodiv{height:135px;padding-top:4px;padding-bottom:4px}.Rolesinfodiv .Roleinfo{height:25px;width:400px;float:left;padding-top:4px;padding-bottom:4px}.Rolesinfodiv .role1{height:35px;padding-top:4px;padding-bottom:4px}.Rolesinfodiv .role1 .RoleCheck{float:right}.Rolesinfodiv .role1 label{color:#545454;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#fff;height:24px;width:50px;padding:0;display:inline-block}.Rolesinfodiv .role1 label span{font-size:12px;margin-top:-2px}.Rolesinfodiv .role1 .ui-state-active{background:#4a375a;text-decoration:none;color:#fff!important}.Rolesinfodiv .role1 .ui-state-active:hover{color:#fff!important}.Rolesinfodiv .role2{height:35px;padding-top:4px;padding-bottom:4px}.Rolesinfodiv .role2 .RoleCheck{float:right}.Rolesinfodiv .role2 label{color:#545454;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#fff;height:24px;width:50px;padding:0;display:inline-block}.Rolesinfodiv .role2 label span{font-size:12px;margin-top:-2px}.Rolesinfodiv .role2 .ui-state-active{background:#4a375a;text-decoration:none;color:#fff!important}.Rolesinfodiv .role2 .ui-state-active:hover{color:#fff!important}.Rolesinfodiv .role3{height:35px;padding-top:4px;padding-bottom:4px}.Rolesinfodiv .role3 .RoleCheck{float:right}.Rolesinfodiv .role3 label{color:#545454;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#fff;height:24px;width:50px;padding:0;display:inline-block}.Rolesinfodiv .role3 label span{font-size:12px;margin-top:-2px}.Rolesinfodiv .role3 .ui-state-active{background:#4a375a;text-decoration:none;color:#fff!important}.Rolesinfodiv .role3 .ui-state-active:hover{color:#fff!important}.labelinfodiv{float:left;width:225px}.labelinfodivreg{width:225px;margin-left:15px}.labelshort{float:left;width:122px;font-size:.875em}.labelshort label{line-height:35px}.userentrydiv{height:35px;float:left;width:333px}.userentrydivmanage{height:35px;float:left;width:240px}.userentrydivreg{float:left;height:35px;width:217px;margin-left:15px}.buttonsregstep3{float:left;margin-left:15px;margin-top:5px;margin-bottom:5px}.labelshort2{float:left;width:60px}.labelshort2 label{line-height:35px}.userentrydiv2{height:35px;margin-left:40px;float:left}.userentrydiv3{height:35px;margin-top:10px;float:left}#invitetextarea{float:left;resize:none;width:276px;height:105px}#Contact_surname_prefix,#baseContact_contact_surname_prefix{width:78px}#Contact_birth_date{width:180px}.info-icon{background:url(../Images/sprite.png) no-repeat scroll 0 -318px;float:left;height:22px;width:22px;margin-top:1px;margin-left:10px;cursor:pointer}.info-icon:hover{background:url(../Images/sprite.png) no-repeat scroll -31px -318px}.infodiv .roles{font-family:"Source Sans Pro Regular";margin-top:-10px}.infodiv .genders{font-family:"Source Sans Pro Regular";height:30px}.infodiv .genders label{margin-right:15px}.infodiv .genders input[type=radio]{display:inline-block;margin-left:1px}.infodiv .roles label{line-height:36px;margin-right:14px;float:left}.infodiv .roles input[type=checkbox]{float:left;display:inline-block;margin-right:4px;margin-top:12px}.addChildStepThree .informationsummary .infodiv{height:auto}.addChildStepThree .informationsummary .infodiv .labelshort2{float:none;height:auto}.addChildStepThree .informationsummary .infodiv .labelshort2 label{line-height:100%}.addChildStepThree .informationsummary .infodiv .userentrydiv2{float:none;height:auto;display:block;margin:0}.addChildStepThree .informationsummary .infodiv .userentrydiv2 input[type=radio],.addChildStepThree .informationsummary .infodiv .userentrydiv2 label{float:none}.addChildStepThree .informationsummary .infodiv .userentrydiv2 .birthdatetextbox{width:276px}.addChildStepThree,.addJobStepThree{overflow:hidden!important}.addJobStepThree .informationsummaryprof .infodiv{height:auto}.addJobStepThree .informationsummaryprof .infodiv .labelshort{float:none}.addJobStepThree .informationsummaryprof .infodiv .userentrydiv{float:none;display:block;margin:0;height:auto}.borderbottom{border-bottom:solid 1px #c8c8c8;padding-bottom:20px}.registrationpage h2{margin-bottom:14px}.registrationpage .registrationheader{padding:10px 25px;margin-bottom:20px;background-color:#fff;font-size:1.125em;width:100%;border-left:5px solid #4a375a}.registrationpage .borderbottom{padding-bottom:10px}.registrationpage .registrationnav{padding:20px 0 20px 20px;margin-bottom:20px}.registrationpage #countryList{width:276px}.registrationnav .circle{background-color:#eda00b;display:inline-block;float:left;height:50px;width:50px;text-align:center;-webkit-border-radius:100%;border-radius:100%}.registrationnav .stepdiv{display:inline-block;position:relative;height:80px;width:240px}.registrationnav .stripe{background-color:#000;position:absolute;height:4px;width:195px;opacity:.15;margin-top:25px;margin-left:50px;float:left}.registrationnav .stepdiv .title{position:absolute;font-size:1.25em;top:57px}.stepdiv .step{font-family:"Source Sans Pro Bold";line-height:50px;text-align:center;color:#fff;font-size:2.1em}.registrationnav .roledisplay{color:#afafaf;font-family:"Source Sans Pro Bold";font-size:.8em}.registrationnav .roledisplay label{display:inline-block}.registrationpage .informationsummary{border-right:solid 1px #c8c8c8;display:inline-block;float:left;padding-right:20px;margin-bottom:10px;width:650px}.registrationpage .informationsummarystep2{display:inline-block;float:left;padding-right:20px;margin-bottom:10px;width:500px}.registrationpage .informationsummarystep3{display:inline-block;float:left;padding-right:20px;margin-bottom:10px}.registrationpage .registrationinfo{background-color:#fff;padding:20px;width:100%;display:inline-block;overflow:visible;position:relative}.registrationpage .otherparentsform{width:590px}.registrationinfo .intro{display:inline-block;width:590px}.registrationinfo .intro .text{width:590px;margin-bottom:10px}.registrationinfo .nextstepdiv{position:absolute;bottom:15px;right:10px}.registrationpage .bottomregistrationdiv{border-top:solid 1px #c8c8c8;display:inline-block;padding-top:20px;width:950px}.bottomregistrationdiv .text{width:520px;float:left;font-size:1em}.bottomregistrationdiv .continue{float:right}.bottomregistrationdiv input[type=submit]{float:right}.dialogButtons .button{-webkit-appearance:none!important;-moz-appearance:none!important;border:none!important;font-family:"Source Sans Pro Regular"!important;font-size:1em!important;line-height:1!important;cursor:pointer!important;-webkit-border-radius:2px!important;border-radius:2px!important;padding:9px 19px!important;text-decoration:none!important}.dialogButtons .primaryButton{background:none #4a375a!important;color:#fff!important}.dialogButtons .yellowbutton{background:0 0!important;color:#fff!important}.dialogButtons .ui-button-text{padding:0!important;line-height:1!important}.registrationinfo .registrationavatar{position:relative;display:block;width:124px;float:left;margin-left:18px;margin-right:18px}.registrationavatar label{display:inline-block;width:120px}#fileupload{display:none;width:122px}.avatar .avatartext{font-family:"Source Sans Pro Light";position:absolute;width:100px;text-align:center;bottom:75px;left:10px}.registrationavatar .avatar{background-color:#f2f2f2;width:122px;height:122px}.avatar .customfileupload{background:#efefef;height:46px;margin-top:5px;cursor:pointer}.avatar .customfileupload .uploadtext{font-family:"Source Sans Pro Bold";padding-top:8px;line-height:1;text-align:center;cursor:pointer;font-size:1em}.registrationpage .registeredinfo{border-left:solid 1px #c8c8c8;display:inline-block;float:right;padding:0 0 0 20px;width:330px;overflow-x:hidden;overflow-y:auto}.registrationpage .registeredinfo label{display:block;overflow-wrap:break-word}.registrationpage .registeredinfo2{border-left:solid 1px #c8c8c8;display:inline-block;float:right;padding:0 0 0 20px;width:200px;overflow-y:auto;overflow-x:hidden}.registrationpage .registeredinfo2 label{display:block;overflow-wrap:break-word}.registeredinfo .childrentop{height:427px}.registeredinfo2 .childrentop{height:400px}.registrationpage .birthdatetextbox{width:240px}.registeredinfo .childrenbottom{display:inline-block;float:right;bottom:0}.registeredinfo2 .childrenbottom{display:inline-block;float:right;bottom:0}.registrationpage .addgroupinfo{margin-left:230px;margin-top:10px;width:123px;height:23px}.registrationpage .addgroupinfo .addgroupimg{display:inline-block;width:18px;height:18px;background:url(../Images/sprite.png) no-repeat scroll 1px -348px}.registrationpage .addgroupinfo .addgroupimg:hover{background:url(../Images/sprite.png) no-repeat scroll -25px -348px}.addgroupinfo label{display:inline-block;float:right;font-size:1em;margin-top:1px}.childrenavatar{position:relative;display:inline-block;width:200px;float:right}#surname_prefix{width:50px;margin-right:30px}.registrationpage .bottom{border-top:solid 1px #c8c8c8;display:inline-block;width:570px;padding-top:25px;padding-right:25px}.registrationpage .bottom .bottomtop{height:50px}.registrationpage .bottom .middle{line-height:20px;margin-bottom:20px}.bottom .bottomtop #savechild{display:inline-block;float:right}.bottom .bottomtop #savejob{display:inline-block;float:right}.otherparentsregistrationinfo{padding:25px;background-color:#fff}.otherparentsregistrationinfo .header{width:100%}.otherparentsregistrationinfo .informationsummary{border:none;float:none}.otherparentsregistrationinfo .informationsummary .addparentinfo{float:right}.otherparentsregistrationinfo .bottomregistrationdiv .text{width:650px}.showfamilyportrait #radio label{color:#545454;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#fff;height:24px}.showfamilyportrait #radio label span{font-size:12px;margin-top:-1px}.showfamilyportrait #radio .ui-state-active{background:#3a2f43;color:#fff}.addparentinfo .button{float:right}.addparentinfo label{display:inline-block;float:right;font-size:1em;margin-top:1px}.continue .actionlink{margin-right:10px}.registeredparents{margin-bottom:10px}.registeredparents h3{margin-bottom:10px}.registeredparents .parent{display:inline-block;height:25px;width:100%}.registeredparents .parentlabel{display:inline-block}.registeredparents .parentemail{display:inline-block}.registrationpage .informationsummaryprof{display:inline-block;width:594px;margin-bottom:25px}.registeredinfo .jobstop{height:370px}.registeredinfo .jobsbottom{float:right}.registeredinfo .jobstopFriend{height:400px}.Friendskip{float:right}.otherparentsregistrationinfo .child{display:inline-block;width:950px;margin-top:20px;margin-bottom:10px;padding-top:20px}.otherparentsregistrationinfo .child .avatar{float:left;margin-right:20px}.otherparentsregistrationinfo .child .childinfo{float:left;width:200px;margin-top:5px}.otherparentsregistrationinfo .child .childinfo label{display:block}.otherparentsregistrationinfo .couplechild{height:auto;margin-top:5px;display:inline-block;width:600px}.otherparentsregistrationinfo .couplechild .buttonWrapper{display:inline-block;width:600px;margin:5px 0 0 5px}.otherparentsregistrationinfo .couplechild .buttonWrapper button{display:inline-block}.otherparentsregistrationinfo .couplechild .dropdown{display:inline-block;float:left;padding:5px}.otherparentsregistrationinfo .couplechild .dropdown select{margin-right:15px}.registrationfinaloverview{background-color:#fff;padding:25px;width:100%}.registrationfinaloverview .registereduser{margin-top:20px}.registrationfinaloverview .registereduser td{max-width:180px;-ms-word-wrap:break-word;word-wrap:break-word;padding-bottom:5px;vertical-align:top}.registrationfinaloverview .registereduser td:first-child{min-width:120px}.registrationfinaloverview .registereduser td:first-child label{font-family:"Source Sans Pro SemiBold"}.registrationfinaloverview h3{float:left}.registrationfinaloverview h4{float:left;margin-right:328px}.registrationfinaloverview .header{margin-bottom:20px}.registrationfinaloverview .personalinformation{display:inline-block;float:left;width:300px;margin-right:20px}.registrationfinaloverview .personalinformation .info-overview{display:inline-block;float:left;margin-right:20px;margin-top:20px;margin-bottom:20px}.registrationfinaloverview .personalinformation .info-overview label{font-family:"Source Sans Pro SemiBold";line-height:25px}.registrationfinaloverview .personalinformation .info-overviewdata label{line-height:25px}.registrationfinaloverview .personalinformation .info-overviewdata{display:inline-block;float:left;margin-top:20px;padding-bottom:20px;max-width:180px}.registrationfinaloverview .personalinformation .info-overviewdata .avatar{border:solid 1px #c8c8c8;margin-top:6px;width:69px;height:69px}.registrationfinaloverview .childinformation{display:inline-block;float:left;margin-right:20px;min-height:380px;width:300px;margin-bottom:20px}.registrationfinaloverview .childinformation .child{border-top:solid 1px #c8c8c8;margin-bottom:20px;margin-top:-1px}.registrationfinaloverview .childinformation .info-overview{display:inline-block;margin-right:20px;margin-top:20px}.registrationfinaloverview .childinformation .info-overview label{font-family:"Source Sans Pro SemiBold"}.registrationfinaloverview .childinformation .info-overviewdata{display:inline-block;width:180px;margin-top:20px}.registrationfinaloverview .childinformation .avatar{height:76px}.registrationfinaloverview .childinformation .avatar .avatarlabel{font-family:"Source Sans Pro SemiBold";display:inline-block}.registrationfinaloverview .childinformation .avatar .avatarimg{border:solid 1px #c8c8c8;display:inline-block;width:69px;height:69px;float:right;margin-right:110px;margin-top:6px}.workinformation{float:left;display:inline-block;width:300px}.workinformation .work{margin-top:-1px;padding-top:20px}.workinformation .info-overview{display:inline-block;margin-right:20px;margin-bottom:20px}.workinformation .info-overview label{font-family:"Source Sans Pro SemiBold"}.workinformation .info-overviewdata{display:inline-block;width:190px;margin-bottom:20px}.registrationfinaloverview .bottom{width:950px;padding-right:0}.registrationfinaloverview .bottom .button{float:right}.step3header{white-space:nowrap;margin-bottom:25px}.step3edit{float:left;display:inline-block;width:15px;height:15px;margin-left:15px;background:url(/Images/sprite.png) no-repeat 1px -463px}.step3edit:hover{background:url(/Images/sprite.png) no-repeat -23px -463px}.editor{width:240px!important}.childRegistrationViewModel,.jobViewModel{border:none!important}.manage-account{background-color:#fff;padding:25px}.manage-account h3{padding-top:5px;margin-bottom:15px;margin-top:40px}.manage-account h3.nomargin{margin:0}.manage-account .informationdiv{display:inline-block;width:960px;min-height:100px}.manage-account .informationdiv .accountinfoheader{line-height:42px}.manage-account .triangleicon{display:inline-block;width:6px;height:13px;margin-left:5px;vertical-align:middle}#accordion .requestinfo.ui-accordion-header,.manage-account .childinfo,.manage-account .parentinfo{border-radius:0;font-family:"Source Sans Pro Regular"}#accordion .requestinfo.ui-accordion-header-active{color:#fff!important;font-family:"Source Sans Pro SemiBold"}#accordion .requestinfo:hover,.manage-account .childinfo:hover,.manage-account .parentinfo:hover{z-index:9999}.manage-account .invite-block{margin-top:10px}.deleteButton{background-color:#e80c4d;display:inline-block;margin-left:0;width:105px;margin-right:0}.deleteButton.disabledButton{opacity:.3;filter:grayscale(10%);cursor:initial}.childRemoveValidation{text-align:left}#accordion .childedit,#accordion .requestedit,#parentaccordion .parentedit{border-left:none;border-right:none;background-color:#fff;font-family:"Source Sans Pro Regular"}#accordion .requestedit{padding:1em 2.2em 2.2em}#accordion .childedit .loginwrapper,#accordion .parentedit .loginwrapper{margin:0;padding:0}#accountinformation .loginwrapper{margin:0}#accordionwork .childedit,#parentaccordion .parentedit{border-left:none;border-right:none;margin-top:2px;font-family:"Source Sans Pro Regular"}#accordionwork .childedit .loginwrapper,#accordionwork .parentedit .loginwrapper{margin:0;padding:0}.manage-account #otherparentsinformation{margin-top:20px}.parent .buttondiv{margin-top:0;width:100%;margin-left:0}.buttondiv{display:inline-block;margin-left:235px;width:322px}.informationtable{width:100%;margin-bottom:10px;margin-top:20px}.informationtable td{padding:15px 0}.informationtable td img{border-radius:50%}.informationtable .first{font-family:"Source Sans Pro Bold"}.informationtable .personaltdfirst{min-width:108px}.informationtable .personaltdlast{width:70px}.informationtable .childrentdfirst{width:194px}.informationtable .childrentdlast{width:130px}.informationtable .accounttdfirst{width:194px}.informationtable .accounttdlast{width:70px}.informationtable .privacytdlast{width:60px}.informationdiv .addchild{display:inline-block;width:100%}#addchildimg{display:inline-block;float:left;margin-right:5px;width:18px;height:auto;background:url(../Images/sprite.png) no-repeat scroll 1px -348px}#addchildimg:hover{background:url(../Images/sprite.png) no-repeat scroll -25px -348px}.manage-account .childedit{width:100%}.childEditLeft{width:600px;height:auto}.childEditLeft .inputField{height:35px;width:240px;margin-left:240px}.childEditButtonDiv{display:inline-block;width:750px;border-top:1px solid #c8c8c8;padding-top:8px;margin-top:10px}.childEditButtonDiv .button{margin-right:0}.childEditButtonDiv .rightButtons{display:inline-block;width:auto;text-align:right;width:640px}.contactEditButtonDiv{display:inline-block;width:700px;text-align:right;border-top:1px solid #c8c8c8;padding-top:8px;margin-top:10px}.contactEditButtonDiv .button{margin-right:0;font-size:1em}.childEditInfoIcon{background:url(../Images/sprite.png) no-repeat scroll 0 -318px;float:right;height:22px;width:22px;margin-right:-30px;cursor:pointer}.childEditRight{position:absolute;top:0;right:30px}#accordion .loginwrapper{height:auto;padding:0;margin:0}#accordion .buttondiv{display:inline-block;margin-top:165px;margin-left:225px;width:322px}#accordion .birthdatepicker{width:240px;height:26px}#accordion .childinfo,#accordion .requestinfo{background-color:#4a375a;color:#fff;border-bottom:1px solid #c8c8c8;background-image:none;margin-top:0;border-radius:0}#accordion .requestinfo .yellowcircle{text-align:center;line-height:24px;font-family:"Source Sans Pro Bold";color:#fff;margin-top:0;position:absolute;left:60%;top:4px}#accordion .childinfo.ui-accordion-header.ui-state-active div,#accordion .requestinfo.ui-accordion-header.ui-state-active{color:#fff}#accordion .childinfo .ui-state-active{background-color:#dfdfdf!important}#accordion .childinfo .name{margin-left:5px;width:33.33%;float:left}#accordion .childinfo .registration-name{width:100%;text-align:left}#accordion .childinfo .gender{width:33.33%;float:left}#accordion .childinfo .birthday{width:33.33%;float:left}#accordion .childinfo .avatar{border-radius:50%;height:32px;float:left}#accordion .childinfo .edit{line-height:32px}#accordion .childinfo .birthday,#accordion .childinfo .gender,#accordion .childinfo .name{line-height:32px;text-align:left}#accordion .addchild{background:#efefef;display:inline-block;border:none;border-radius:2px}#accordion #addchild{background:#eda00b no-repeat;color:#fff}#accordion .childadd{border-left:none;border-right:none}#accordionwork .loginwrapper{height:auto;padding:0;margin:0}#accordionwork .buttondiv{display:inline-block;margin-top:180px;margin-left:225px}#accordionwork #editchildsave{margin-top:10px}#accordionwork .birthdatepicker{width:160px;height:18px}#accordionwork .childinfo{background-color:#efefef;border:1px solid #c8c8c8;background-image:none;margin-top:-1px;border-radius:0}#accordionwork .childinfo .name{min-width:300px;margin-left:10px;text-align:left}#accordionwork .childinfo .gender{min-width:100px}#accordionwork .childinfo .birthday{min-width:200px}#accordionwork .childinfo .birthday,#accordionwork .childinfo .gender{float:left;height:32px;line-height:32px}#accordionwork .addchild{background:0 0;border:none;border-radius:2px;margin-top:20px}#accordionwork #addchild{background:#eda00b no-repeat;margin-top:-2px;border-radius:2px;padding:7px 17px;color:#fff}#accordionwork .childadd{border-left:none;border-right:none;margin-top:10px;padding:10px 0 10px 0}#parentaccordion{font-size:1em}#parentaccordion .parentinfo{background:no-repeat #4a375a;color:#fff;border-bottom:1px solid #c8c8c8;overflow:auto;margin-top:0;padding-left:20px}#parentaccordion .parentinfo.ui-accordion-header.ui-state-active div{color:#fff}.parentaccordioninfo .parentinformation{float:left;margin-left:20px}#parentaccordion .parentinfo .edit,#parentaccordion .parentinfo .name,#parentaccordion .parentinfo .status{display:inline-block;height:32px;line-height:32px;float:left}#parentaccordion .addparent{background:#efefef;display:inline-block;border:none;border-radius:2px;padding:0;width:100%}#parentaccordion #cancelparentadd{margin-right:20px}#parentaccordion #addparent{background:#eda00b no-repeat;color:#fff}#parentaccordion .child{height:80px}#parentaccordion .child .childavatar{display:inline-block;float:left;height:83px;width:83px;margin:0 auto;overflow:hidden;border-radius:50%}#parentaccordion .child .childinfo{display:inline-block;width:320px;padding-left:15px;margin-bottom:5px;float:left}#parentaccordion .child .dropdown{display:inline-block;margin:0 auto;width:226px}#parentaccordion .buttondiv{padding-top:20px}#parentaccordion .buttondiv .button{float:right}#childinformation .addchild{padding:0}#accordion{font-size:1em;font-family:"Source Sans Pro Regular";border-radius:0!important}#accordion .childinfo .edit{float:right;margin-right:20px}#accordion .childinfo .edit a{color:#eda00b;display:inline;margin-right:2px;padding:0!important}#accordion .childinfo .edit a:hover{text-decoration:underline}#accordion .wingdings,#parentaccordion .wingdings{color:#eda00b;display:inline;font-size:.5em}#accordionwork{font-size:1em;font-family:"Source Sans Pro Regular";border-radius:0!important}#accordionwork .childinfo .edit{float:right;margin-top:8px;margin-right:20px}#accordionwork .childinfo .edit a{color:#eda00b;display:inline;margin-right:2px;padding:0!important}#accordionwork .childinfo .edit a:hover{text-decoration:underline}#accordionwork .wingdings,#parentaccordion .wingdings{color:#eda00b;display:inline;font-size:.5em}#parentaccordion .parentinfo .edit{float:right;margin-right:10px}#parentaccordion .parentinfo .edit a{color:#eda00b;display:inline;padding:0;margin-right:2px}#parentaccordion .parentinfo .edit a:hover{text-decoration:underline}#parentaccordion .parentavatar{display:inline-block;float:left;height:122px;width:122px;overflow:hidden;border-radius:50%}#parentaccordion .parentaccordioninfo{height:130px}#parentaccordion .parentaccordioninfo .parentinfo{background-color:#fff;display:inline-block;float:left;padding-left:20px}#parentaccordion .showfamilyportraitlabel{display:inline-block;margin-right:30px;margin-top:6px}#parentaccordion .radioset{display:inline-block}#parentaccordion .radioset label{color:#545454;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#fff;height:24px}#parentaccordion .radioset label span{font-size:12px;margin-top:-4px;padding:5px 5px}#parentaccordion .radioset .ui-state-active{background:#3a2f43;color:#fff}.parentaccordionchildren{margin-top:30px}.parentaccordionchildren .child{margin-top:20px}.manage-account #accountinformation{margin-top:20px}.manage-account #accountinformation .forgotpasswordinfo{float:none;line-height:initial}.manage-account #accountinformation .buttondiv{height:28px;width:276px;margin:10px 0 0 0;display:block}.manage-account #accountinformation span.first{display:inline-block;min-width:150px}.manage-account #accountinformation span.last{margin-right:50px;float:right}.manage-account #changePasswordDiv .whiteblocksmall,.manage-account #changePrimaryEmailDiv .whiteblocksmall{margin:0;padding:0 0 20px 0}.manage-account #changePasswordDiv label,.manage-account #changePrimaryEmailDiv label{font-family:"Source Sans Pro Bold"}.incomingrequestdetails .loginwrapper{height:auto;overflow:hidden}.incomingrequestdetails .acceptrequest{border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;padding-top:10px;padding-bottom:10px;width:100%;margin-top:20px}.incomingrequestdetails .denyrequest{width:100%;padding-top:10px}.acceptrequest .child{display:block}.acceptrequest .child label{display:inline-block}.incomingrequestdetails .acceptdenybuttons{margin-top:20px;width:100%;height:31px}.incomingrequestdetails .acceptdenybuttons .button{float:right;margin-left:10px}.incomingrequestdetails .request #message{width:99%;margin-top:10px}.incomingrequestdetails #deny{width:98%;resize:none}.incomingrequestdetails .finishbuttons{margin-top:20px;width:100%;height:31px}.incomingrequestdetails .finishbuttons .button{float:right;margin-left:10px}.incomingrequestdetails .sendbutton{margin-left:5px;width:105px;height:65px;float:left}.incomingrequestdetails .cancelbutton{color:#545454;width:105px;float:left}.incomingrequestdetails .avatar{margin-right:10px;float:left}.incomingrequestdetails .name{font:bold;height:20px}.incomingrequestBold{font:bold}.editportrait{height:36px;margin-right:10px}.editportrait .button{margin-right:0}.editportrait .text{display:inline-block}.editportrait .pencil{margin-right:3px}.editportrait .caretdown{margin-left:5px}.editportrait .EditSettings{display:none;padding:15px;background-color:#fff;position:relative;z-index:500}.EditSettings .backgroundspreview{margin-bottom:10px}.EditSettings .background{height:30px;width:100%}.EditSettings .background:hover{cursor:pointer}.familyportrait .buttonContainer{padding:20px 0}.familyportrait .slidePortraitDown:hover{cursor:pointer;color:#4a375a}.familyportrait .children a{display:inline-block}.familyportrait .children .portretNotebutton{background-color:#fbfbfb;color:#545454}.familyportrait hr{clear:both;border-top:rgba(0,0,0,.2) solid 1px;border-bottom:none;margin-bottom:20px;margin-top:0}.parents .parent{float:left;margin-right:10px;width:304px;margin-bottom:40px;position:relative}.parents .parent .avatar{border-radius:50%;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);border:4px solid #4a375a;position:absolute;top:0;left:0;overflow:hidden;background-color:#7a7a32}.parents .parent .information{background-color:#eee;margin-left:50px;padding-left:53px;margin-top:8px;overflow:auto}.parents .parent .information .left{float:left;width:calc(100% - 30px);padding-bottom:11px;padding-top:11px}.parents .parent .information .left .name{color:#000;font-size:17px;font-family:"Source Sans Pro SemiBold";text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.parents .parent .information .left .parentType{font-style:italic;color:grey}.parents .parent .information .right{float:left}.children .child{float:left;margin-right:10px;width:304px;margin-bottom:40px;position:relative}.children .child .avatar{border-radius:50%;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);border:4px solid #4a375a;position:absolute;top:0;left:0;background-color:#7a7a32}.children .child .information{background-color:#eee;margin-left:50px;padding-left:53px;margin-top:8px;overflow:auto}.children .child .information .left{float:left;width:calc(100% - 30px);padding-bottom:11px;padding-top:11px}.children .child .information .left .name{color:#000;font-size:17px;font-family:"Source Sans Pro SemiBold";text-overflow:ellipsis;white-space:nowrap;max-width:167px;overflow:hidden}.children .child .information .left .portretNotebutton{border:none!important;box-shadow:0 1px 2px rgba(0,0,0,.25);padding:5px;border-radius:2px;margin-top:6px}.noFloat{float:none!important}.familyportraitLeft{width:100%;display:inline-block;background-color:#fff;padding:25px;border-bottom:3px solid #4a375a}.familyportraitRight{width:285px;display:inline-block;vertical-align:top;margin-left:17px}.fullWidthColumn{display:block}.familyportrait-icon-small{height:22px;width:22px}.familyportraitGearButton{float:right;margin-top:10px;margin-right:10px;background-image:url(../Images/sprite.png);background-repeat:no-repeat;background-position:2px -417px}.familyportraitGearButton a{height:22px;width:22px;text-indent:-9999px}#childInformationWrapper{padding-top:20px}#childInformationWrapper .quebbleSwitch{float:right}#childInformationWrapper textarea{width:100%;resize:vertical;min-height:100px}.blockWrapper{letter-spacing:20px;text-align:left}.blockWrapper .todayOnGroup{width:calc(50% - 12px);letter-spacing:normal;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;text-align:left;-moz-text-align-last:left;-ms-text-align-last:left;text-align-last:left;vertical-align:top;background-color:#ededed;padding:20px}.blockWrapper .todayOnGroup .title{color:#4a375a;font-size:21px;font-family:"Source Sans Pro SemiBold";-ms-word-break:break-all;word-break:break-all;width:100%;display:inline-block}.blockWrapper .todayOnGroup .teacherName{font-weight:700;font-size:1.2em}.blockWrapper .todayOnGroup .teacherAge,.blockWrapper .todayOnGroup .teacherFunction{font-size:1.2em}.halfDiv{width:50%;background-color:#ffefd5;min-height:150px;display:inline-block}.familyPortraitConnectionsOverlay{padding:0!important;top:auto!important;left:auto!important;-webkit-border-radius:0!important;border-radius:0!important;font-family:"Source Sans Pro Regular"!important;font-size:14px}#familyPortraitConnectionsOverlay a{display:inline-block;color:#eda00b!important}#familyPortraitConnectionsOverlay{padding:20px 20px 55px 20px;z-index:500;position:relative}.familyportraitconnections .topheader{text-align:center}.familyportraitconnections .header{margin-top:10px;width:inherit;background-color:#fff;font-family:"Source Sans Pro SemiBold";font-size:14px;float:none}.familyportraitconnections .header label{color:#eda00b;margin-bottom:10px;font-family:"Source Sans Pro SemiBold";font-size:14px;float:none}.familyportraitconnections .messages{max-height:140px}.familyportrait .noMessage{text-align:center}.familyportrait .manageButton{margin-right:15px}.familyportraitconnections .message{color:#545454;font-family:"Source Sans Pro Regular"!important;width:100%;display:inline-block!important}.familyportraitconnections .message-whitespace-bottom{height:10px}.familyportraitconnections .message a{color:#eda00b!important;display:inline-block!important}.familyportrait .details,.professionalconnections .details{color:#eda00b;display:inline-block;float:right}.familyportraitconnections .incomingrequests{border-bottom:solid 1px #c8c8c8;padding-bottom:20px}.familyportraitconnections .incomingrequests .header label{color:#eda00b;margin-bottom:10px;font-family:"Source Sans Pro SemiBold";font-size:14px;float:none}.familyportraitconnections .incomingrequest{color:#545454;margin-bottom:10px}.familyportraitconnections .incomingrequest a{color:#eda00b;margin-bottom:3px}.familyportraitconnections .messages a{margin-bottom:4px}.familyportraitconnections .actionitems,.professionalconnections .actionitems{margin-top:-3px;cursor:pointer}.familyportraitconnections .actionitems .RequestConnection-icon-small,.professionalconnections .actionitems .RequestConnection-icon-small{display:inline-block;margin-left:20px}.confirmRemoveConnection .RequestConnection-icon-small{display:inline-block;cursor:pointer}.familyportraitconnections .outgoingrequests{margin-bottom:10px}.childUnreadMessagesOverlay{border:1px solid #c8c8c8!important;top:auto!important;left:120px!important;-webkit-border-radius:0!important;border-radius:0!important}#childUnreadMessagesOverlay{padding:10px}.ChangePortraitOverlay{border:1px solid #c8c8c8!important;top:171px!important;left:1262px!important;width:170px!important;padding:0!important;-webkit-border-radius:0!important;border-radius:0!important;font-family:"Source Sans Pro Regular"!important;font-size:14px}#ChangePortraitOverlay{padding:20px}#ChangePortraitOverlay a{color:#eda00b!important;display:inline-block}.quebbleSwitch{display:inline-block;margin-bottom:10px;overflow:hidden;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2)}.quebbleSwitch .quebbleSwitchItem{padding:10px 10px 14px 10px;display:inline-block;cursor:pointer;background-color:#efefef;box-shadow:inset 0 -3px rgba(0,0,0,.35);text-align:center}.quebbleSwitch .twoButtonLayout{float:left;width:50%}.quebbleSwitch .quebbleSwitchItem:nth-child(even){background-color:#e2e2e2}.quebbleSwitch .active,.quebbleSwitch input[type=radio]:checked+.quebbleSwitchItem{background-color:#eda00b!important;padding-bottom:14px;-moz-transform:translatey(2px);-ms-transform:translatey(2px);-o-transform:translatey(2px);-webkit-transform:translatey(2px);transform:translatey(2px)}.quebbleSwitch .quebbleSwitchItem:not(:first-child){border-left:none}.requestChildAllocation .request-allocation-validation{margin-bottom:10px}.cancel-request:hover{cursor:pointer;color:#eda00b}.requestChildAllocationHistory .request-allocation-history-validation{margin-bottom:10px}.childAllocationFundOverview{border:1px solid #bbb;width:250px;float:right;padding:10px}.requestTradeDays input{margin-right:3px}.requestTradeDays .child-row{height:auto}.ActionHeaderTitle{height:30px}.childnotebook{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQIW2NMTEz8z8gABAAPKwIlXWq1kgAAAABJRU5ErkJggg==);background-repeat:repeat-y;background-position:50% 0}.childnotebook .addconnections{background-color:#fff;margin-top:20px;margin-bottom:5px;padding:25px;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2)}.addconnections .invitetext a,.addconnections .invitetext label{float:left}.addconnections .invitetext a{margin-left:5px;margin-right:5px}.childnotebook .addconnections .validation-summary-errors{margin-top:10px;margin-bottom:10px}.childnotebook .addconnections .header{margin-bottom:10px}.childnotebook .addconnections .search .button{margin-left:10px}.childnotebook .addconnections .searchresult{margin-top:10px}.childnotebook .addconnections .contactresult{height:85px;margin:10px 0 10px 0}.childnotebook .addconnections .searchresult .avatar{float:left}.childnotebook .addconnections .searchresult .name{display:inline-block}.childnotebook .addconnection .roles{display:inline-block;margin-top:5px}.childnotebook .addconnection .roles input[type=checkbox]{float:left;margin-top:4px}.childnotebook .addconnection .roles label{float:left}.childnotebook .addconnections .search{margin-bottom:30px}.childnotebook .addconnections .searchresult .status{float:right;text-align:center;margin:25px 20px 10px 10px}.childnotebook .addconnections .searchresult .status a{margin-top:23px}.childnotebook .addconnections .searchresult .status label{height:24px;line-height:28px;width:226px}.childnotebook .addconversation{cursor:pointer;float:left;clear:both;margin-top:10px}.childnotebook .addconversation .buttonimage{background:url(../Images/sprite.png) no-repeat scroll 0 -114px;float:left;width:20px;height:20px}.childnotebook .addconversation .text{display:inline-block;margin-left:10px;margin-top:2px}.childnotebook .childnotebookheader{height:247px}.childnotebook .childnotebookheader h2{color:#545454;font-family:"Source Sans Pro Light";font-size:2.857em;margin-bottom:20px}.childconnectionwrapper{float:right}.childconnectionwrapper .header{padding-bottom:10px}.childconnectionwrapper .header label{display:inline-block;font-family:"Source Sans Pro SemiBold"}.childconnectionwrapper .header #addlink:hover{cursor:pointer}.childconnectionwrapper .header .headericon{display:inline-block;float:right}.childconnectionwrapper .header .headericon .addicon{height:19px;width:24px;display:inline-block;vertical-align:middle}.headericon .addicon{background:url(/Images/sprite.png) no-repeat scroll 1px -86px}.childconnectionwrapper .header .headericon:hover{cursor:pointer}.childconnections{width:244px}.childconnections .connectionblock{width:185px;height:106px}.childconnections .connectionblock .quebble-tooltip-content{width:150px}.childconnections .connections{display:inline-block}.childconnections .connections .avatar{float:left;height:32px;width:32px;margin-right:5px;margin-bottom:5px}.childconnections .addconnectionbutton{display:inline-block;height:32px;width:32px;padding:0}.childconnections .addconnectionbutton a{background:url(../Images/sprite.png) no-repeat scroll -25px -77px;margin-top:5px;height:19px;width:24px;float:right;text-indent:-9999px;margin-left:-6px}.connections .childnotebookrequest{margin-top:20px}.connections .childnotebookrequest .connection{margin-top:10px;height:50px}.childnotebookrequest .invitetext{height:35px;margin-bottom:5px}.connections .childnotebookrequest .avatar{float:left;margin-right:10px}.connections .childnotebookrequest .name{height:42px}.connections .childnotebookrequest .name label{line-height:42px}.connections .childnotebookrequest #message{min-height:70px;max-height:170px;min-width:505px;max-width:505px}.connections .childnotebookrequest .buttons{margin-top:10px;width:517px;height:28px}.connections .childnotebookrequest .buttons .button{float:right;margin-left:10px}.childconnections .addconnectionbutton a:hover{background:url(../Images/sprite.png) no-repeat scroll 7px -77px}.childconnections .PagedList-skipToPrevious a{border:solid 1px #c8c8c8;background-color:#efefef;background:url(../Images/ChildNotebook/pagedListPrev.png) no-repeat;background-position:center;float:left;width:20px;height:106px;margin-right:10px;text-indent:-9999px}.childconnections .PagedList-skipToNext a{border:solid 1px #c8c8c8;background-color:#efefef;background:url(../Images/ChildNotebook/pagedListNext.png) no-repeat;background-position:center;float:right;width:20px;height:106px;text-indent:-9999px}.childconnections .PagedList-skipToNext a:hover{border:solid 1px silver;cursor:pointer}.childconnections .PagedList-skipToPrevious a:hover{border:solid 1px silver;cursor:pointer}.childnotebook .childnotebookheader .childinfo{display:inline-block;padding-left:20px}.childnotebook .childnotebookheader .childinfo h3{color:#4a375a;font-size:1.429em}.childnotebook .childnotebookheader .childinfo .infodata{display:inline-block;float:left}.childnotebook .childnotebookheader .childinfo .infodata label{font-size:1.143em;line-height:1.857em}.childnotebook .childnotebookheader .childinfo .childdata{display:inline-block;float:left;padding-left:10px}.childnotebook .childnotebookheader .childinfo .childdata label{font-size:1.143em;line-height:1.857em;font-family:"Source Sans Pro SemiBold"}.childnotebook .childnotebookheader .childdata .labeldivider{padding-left:5px;padding-right:5px}.childnotebook .childnotebookheader .parentsofchild label{float:left}.childnotebook .childnotebookheader .childavatar{display:inline-block;float:left;height:134px;width:134px;margin:0 auto;padding:3px}.childnotebook .childnotebookheader .childavatar img{border-radius:50%;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2)}.childnotebook .newconversationtitle{margin-bottom:20px}.childnotebook .newconversation{background-color:#fff;padding:25px;margin-top:20px}.childnotebook .newconversation #conversationstatuses{width:270px}.childnotebook .newconversation .message{display:inline-block;float:left;width:570px}.childnotebook .newconversation .message textarea{min-height:70px;max-height:170px;min-width:548px;max-width:548px}.childnotebook .newconversation .inviteparticipants{display:inline-block;bottom:15px;margin-top:25px;float:left;margin-right:20px;height:132px;width:160px}.childnotebook .newconversation .buttons{display:inline-block;bottom:15px;float:left;padding-top:35px;width:378px;height:140px;position:relative}.childnotebook .newconversation .buttons p{margin-bottom:10px}.childnotebook .newconversation .inputFileWrapper{bottom:2px;width:28px;height:28px}.leaveConversation{cursor:pointer}.confirmLeaveConversation{margin-top:0;text-align:center}.confirmLeaveConversation .confirmIcons .cancelLeave,.confirmLeaveConversation .confirmIcons .confirmLeave{display:inline-block}.newConversationForm{width:100%;float:left;margin-bottom:20px}.newConversationImageButton{background:url(../Images/sprite.png) no-repeat -26px -519px;position:absolute;width:100%;height:100%;margin-bottom:20px;opacity:.5;cursor:pointer;padding:5px 5px 5px 8px;border:1px solid #c8c8c8}.newConversationImageButton:hover{opacity:1}.childnotebook .newconversation .buttons .previewImage{height:48px;width:48px;display:none;border:1px solid #c8c8c8;margin-bottom:10px;margin-right:10px}.childnotebook .newconversation .buttons .redlabel{display:block}.childnotebook .newconversation .buttons .imagePreviewBox{display:none;padding-left:25px}.childnotebook .newconversation .buttondiv{margin-top:0;height:35px;margin-left:0;width:100%}.childnotebook .newconversation .buttondiv .button{float:right}.childnotebook .conversations .conversation{color:#000;position:relative;background-color:#fff;width:484.25px;margin-top:20px;margin-bottom:5px;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2)}.conversation .participants{display:inline-block;float:left;width:67px;margin-left:15px}.conversation .participants .participantsheader{margin-top:15px;margin-bottom:20px}.conversation .participants .participant{margin-bottom:5px;width:44px}.conversation .participants .participant .avatar{width:44px}a.openInviteParticipantsDialog{background:url(../Images/sprite.png) no-repeat scroll 1px -86px;height:19px;width:24px;display:block;text-indent:-9999px}a.openInviteParticipantsDialog:hover{cursor:pointer;background:url(../Images/sprite.png) no-repeat scroll -31px -86px}.invitableparticipants a{color:#fff!important}.inviteParticipantsDialog{width:450px!important;position:fixed!important;margin-bottom:100px!important;top:20%!important;left:50%!important;max-height:60%;overflow-y:scroll;margin-left:-225px}.invitableparticipants .invitableparticipant{position:relative;width:410px}.invitableparticipants .invitableparticipant label{line-height:85px;margin-left:10px}.invitableparticipants .closebutton{margin-top:30px;float:right}.invitableparticipants .invitableparticipant .invitebutton{float:right;margin-top:25px}.invitableparticipants .alert{display:block}.childnotebook .conversations .conversationheader{background-color:#4a375a;height:44px;color:#fff;vertical-align:middle}.childnotebook .conversations .conversationheader .yellowcircle{margin-left:10px;text-align:center}.childnotebook .conversations .conversationheader .yellowcircle label{margin-right:1px}.childnotebook .conversations .conversationheaderbuttons{float:right}.childnotebook .conversation .conversationtitle{display:inline-block;margin-left:20px;line-height:44px}.childnotebook .conversation .conversationtitle .yellowlabel{display:inline-block;margin-left:5px}.childnotebook .conversation .conversationsettingsdiv{float:right;line-height:40px;margin-right:25px}.childnotebook .conversation .conversationpermission{display:inline-block;line-height:40px;margin-top:-5px}.childnotebook .conversation .conversationopen{display:inline-block;height:24px;width:18px;vertical-align:middle;background:url(../Images/sprite.png) no-repeat scroll 0 -168px}.childnotebook .conversation .conversationclosed{display:inline-block;height:24px;width:11px;vertical-align:middle;background:url(../Images/sprite.png) no-repeat scroll 0 -142px}.childnotebook .conversation .conversationdeleted{display:inline-block;vertical-align:middle;height:18px;width:18px;background:url(../Images/sprite.png) no-repeat scroll 0 -216px}.childnotebook .conversation .deletedconversation{text-align:center;margin-top:0}.childnotebook .conversation .conversationstatus{display:inline-block;margin-right:20px;margin-top:15px}.childnotebook .conversation .settings{display:inline-block;vertical-align:middle;height:18px;width:18px;background:url(../Images/sprite.png) no-repeat scroll 0 -242px;text-indent:-9999px}.childnotebook .conversation .settings:hover{cursor:pointer;background:url(../Images/sprite.png) no-repeat scroll -28px -242px}.childnotebook .conversation .settingsmenu{background-color:#000;height:100px;width:50px;position:absolute}.deleteConnection,.deleteParticipant{position:relative;background-color:#fff;cursor:pointer}.deleteConnection .childNotebookConnectionImg{position:absolute;left:0;top:0}.deleteConnection .childNotebookConnectiongI{display:none;position:absolute;right:4px;top:2px}.deleteParticipant .childNotebookConnectiongI{display:none;position:absolute;right:10px;top:8px}.deleteConnection:hover img,.deleteParticipant:hover img{opacity:.5}.deleteConnection:hover .childNotebookConnectiongI,.deleteParticipant:hover .childNotebookConnectiongI{display:inline-block;z-index:99}.conversation .messages{border-right:solid 1px #c8c8c8;float:left;display:inline-block;padding:15px 25px 25px 25px;min-height:250px}.conversation .message{width:320px;padding-top:10px}.conversation .messageheader{height:22px}.conversation .message .avatar{display:inline-block;float:left;width:43px;height:43px;margin-right:10px}.conversation .messageheader .name{display:inline-block;float:left}.conversation .messageheader .date{color:#afafaf;float:right}.conversation .message .messagecontent{border-bottom:1px solid #c8c8c8;min-height:25px;width:250px;padding-left:55px;padding-bottom:10px;-ms-word-wrap:break-word;word-wrap:break-word}.conversation .postedImage{max-height:240px;max-width:240px;margin-top:10px}.conversation .previewImage{height:48px;width:48px;margin-right:23px;display:none}.conversation .previewImage:last-of-type{margin-right:0}.childnotebook .newconversation .buttons .previewImages,.conversation .previewImages{display:inline-block}.conversation .imagePreviewBox{display:none;margin-bottom:10px}.conversation .addMessage{padding-left:25px;width:370px}.conversation .addMessage .button:disabled{background-color:#efefef}.conversation .buttons{position:absolute;bottom:15px;height:62px;margin-left:300px}.conversation .buttons .quebble-tooltip-content{width:320px}.conversation .addMessage textarea{max-width:290px;margin-bottom:15px;height:62px}.conversation .inputFileWrapper{position:relative;width:35px;height:30px;overflow:hidden}.conversation .inputFileWrapper button{background:url(../Images/sprite.png) no-repeat scroll 0 -191px;position:absolute;width:100%;height:100%;margin-bottom:20px}.conversation .inputFileWrapper input{display:block;font:20px monospace;opacity:0;position:absolute;z-index:1;top:0;right:0;padding:0;margin:0;cursor:pointer}.addMessage .validation-summary-errors li{width:288px}.conversation .addMessage button{padding:5px;margin-left:5px}.newMessage{max-width:290px}.conversation .addMessage button em{background:url(../Images/sprite.png) no-repeat scroll 0 -191px;vertical-align:middle;display:inline-block;width:16px;height:15px}.conversation .addMessage .imagebutton{width:26px;height:26px;background:url(../Images/sprite.png) no-repeat 2px -520px;border:solid 1px #c8c8c8!important}.conversation .addMessage input[type=text]{width:270px;height:50px;float:left;margin-bottom:15px}.conversationsettings .title{margin-bottom:10px}.conversationsettings .radioset{margin-top:5px}.conversationsettings .radioset label{color:#545454;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#fff;height:24px;display:inline-block}.conversationsettings .radioset label span{font-size:12px;margin-top:-4px}.conversationsettings .settingsoption{margin-top:10px}.conversationsettings .settingsinfo{margin-top:10px}.professionalconnections .header{display:inline-block;padding-bottom:20px}.professionalconnections .header label{margin-top:5px;margin-bottom:5px}.professionalconnections .newconversationbuttondiv{display:inline-block;float:right;margin-right:0}.professionalconnections .newconversationbuttondiv .buttonimage{display:inline-block;float:left;width:20px;height:20px;margin-top:5px;background:url(../Images/sprite.png) no-repeat scroll 0 -114px}.newconversationbuttondiv .text{display:inline-block;margin-left:10px}.newconversationbuttondiv .uppertext{text-align:center}.newconversationbuttondiv .lowertext{text-align:center;font-family:"Source Sans Pro Light";line-height:20px}.professionalconnections .avatar83{display:inline-block;float:left}.professionalconnections .connections{margin-top:20px}.professionalconnections .connection{width:300px;height:83px;display:inline-block;margin-right:10px;margin-bottom:15px}.professionalconnections .connection .yellowcircle{text-align:center;margin-top:6px;position:absolute;left:55px;top:-10px;z-index:2}.professionalconnections .info{display:inline-block;width:auto;float:left;margin-left:10px}.professionalconnections .info .name{display:table-cell;vertical-align:middle;width:190px;height:40px}.ProfConnectionsHeader{float:left;margin-bottom:5px;margin-top:5px}.ProfConnectionsLink{float:left;margin-top:12px;margin-left:10px}.connectionrequests{width:100%;height:auto}.incommingconnectionrequests{width:100%;height:auto}.ChildConnectionData{display:inline-block;width:100%}.ChildConnectionData .childconnection{padding-left:5px;width:100%;float:left}.ChildConnectionData .childconnection .childCheckbox{float:left}.ChildConnectionData .childconnection .childLabel{float:left;padding-left:10px}.ChildConnectionData .childconnection .childLabel2{float:right;padding-right:10px}.IncommingRequestLine{width:100%;display:inline-block}.professionalCheckboxContainer input[type=checkbox]{margin:5px auto 5px 0}.ProfConnectionsRequestLastElement{float:right}.RequestConnection-icon-small{height:22px;width:22px}.RequestConnection-icon-small:hover{border-color:silver}.accept-icon-small{border:solid 1px #c8c8c8;background:url(../Images/sprite.png) no-repeat 4px -371px}.decline-icon-small{border:solid 1px #c8c8c8;background:url(../Images/sprite.png) no-repeat 5px -392px}.ProfConnectionsRequestLastElementButtons{width:64px;height:22px;margin-left:15px;margin-right:15px;margin-top:10px;vertical-align:middle;float:right}.ProfConnectionsRequestLastElementAcceptButton{border:solid 1px #c8c8c8;float:left;background-image:url(../Images/sprite.png);background-repeat:no-repeat;background-position:4px -371px}.ProfConnectionsRequestLastElementCancelButton{border:solid 1px #c8c8c8;float:right;background-image:url(../Images/sprite.png);background-repeat:no-repeat;background-position:5px -392px}.child-autocomplete a{text-decoration:none;float:left;width:100%}.child-autocomplete .ui-state-focus{border:none!important}.child-autocomplete span{position:relative;bottom:16px;margin-left:5px}.child-autocomplete img{width:42px;height:42px}.newconversation{height:auto}.newconversation .Conversationchild{width:400px}.newconversation h2{margin-top:20px;margin-bottom:10px}.newconversation .selectedchildren h3{margin-top:10px;margin-bottom:10px}.newconversation .selectedchildren{margin-bottom:20px}.newconversation .selectedchildren .child{display:inline-block;margin-top:10px;width:310px}.newconversation .selectedchildren .selectedchild input[type=checkbox]{float:left;margin-right:10px;margin-top:18px}.newconversation .selectedchildren .selectedchild span{position:relative;margin-left:10px;bottom:18px}.selectedchildren .selectedchild .child{margin:20px}.selectedchildren .selectedchild span{position:relative;margin-left:10px;bottom:1px}.selectedchildren .selectedchild .childcheckbox{position:relative;float:left;margin-right:10px;margin-top:10px}.newconversation .buttondiv{height:35px;margin-top:10px;width:544px}.newconversation .buttondiv .button{float:right;margin-left:10px}.newconversation .newconversationmessage{display:inline-block}.newconversation .newconversationmessage .quebble-tooltip-content{max-width:320px}.newconversation .newconversationmessage .message{float:left;height:200px}.startconversation .newconversationmessage{width:auto}.startconversation .newconversationmessage .buttons{display:inline-block}.startconversation .newconversationmessage .buttons p{margin-bottom:10px}.startconversation .newconversationmessage .message{float:left;height:200px}.startconversation .newconversationmessage .inputFileWrapper{width:28px;height:28px}.startconversation .newconversationmessage .inputFileWrapper .input{font:20px monospace;opacity:0;position:absolute;z-index:1;top:0;right:0;padding:0;margin:0}.startconversation .newconversationmessage .previewImage{height:48px;width:48px;margin-bottom:10px;margin-left:5px}.startconversation .newconversationmessage .imagePreviewBox{display:none;padding-left:25px}.startconversation .buttondiv{height:35px;margin-left:0;width:100%}.startconversation label{line-height:1.5}.startconversation .buttondiv .button{float:right;font-size:1em}.startConversationImgWrapper{display:inline-block;margin:75px 0 0 20px}.startConversationImgWrapper .quebble-tooltip-content{max-width:320px}.otherSelectableChildren .selectableChildrenWrapper{width:205px;margin-right:35px;display:inline-block}.otherSelectableChildren .selectableChildrenWrapper:nth-child(4n+0){margin-right:0}.otherSelectableGroups .selectableGroupsWrapper:nth-child(4n+0){margin-right:0}.editChatGroup h3{margin:15px 0 15px 0}.editChatGroup .noMarginBottom{margin:15px 0 0 0}.editChatGroup .editChatGroupAvatar{width:240px}.editChatGroup .selectableChildContainer{margin-top:15px}.addChatGroup h3{margin:15px 0 15px 0}.addChatGroup .noMarginBottom{margin:15px 0 0 0}.addChatGroup .selectableChildContainer{margin-top:15px}.sendConnectionRequest{padding:5px 0 10px 5px}.connectionRequestImage{position:relative}.connectionRequestImage .name{position:absolute;top:0;left:85px}.connectionRequestTextarea{width:655px;margin-top:5px}.connectionRequestButtons{margin-left:483px;margin-top:5px}.profOverview .buttondiv{height:35px;margin:0}.profOverview .button{float:left}.profOverview .header h2{margin-top:10px;margin-bottom:0}.childnotebook .contactresult,.searchresults{background-color:#efefef;border:solid 1px #c8c8c8;margin-top:20px}.searchresults .invite{margin-top:23px}.searchresults .alert{margin-top:0}.searchresultheader{margin:10px}.searchpage{height:auto}.searchpage .invitetext{height:30px;margin-top:7px}.searchpage .invitetext label{float:left}.searchpage .invitetext a{float:left;margin-left:5px;margin-right:5px;line-height:1em}.searchpage .loginwrapper{height:auto;width:650px}.searchpage .topside .filters{margin-bottom:20px}.searchpage .errormessage{margin-bottom:10px}.searchpage .searchplusbutton{width:650px}.searchpage .searchplusbutton label{margin-bottom:10px;display:inline-block;line-height:1.25em}.searchpage .searchbutton{display:inline-block;vertical-align:top}.searchpage .searchdiv .searchheader{width:400px}.searchpage .filters .filter label{display:inline-block}.childnotebook .contactresult,.searchpage .entry{margin:10px;height:83px;width:auto}.searchpage .organisationentry{margin-left:20px;margin-bottom:20px}.search .organisationentry .name label{float:left}.childnotebook .contactresult .resultinfo,.contactresult .resultinfo,.searchpage .entry .info{display:inline-block;width:60%}.childnotebook .contactresult .resultinfo .name,.searchpage .entry .info .name{margin:10px auto auto 10px;float:left;width:75%}.childnotebook .contactresult .resultinfo .avatar83,.searchpage .entry .info .avatar83{display:inline-block;float:left}.searchpage .invite{display:inline-block;float:right;width:25%}.searchpage .invite label{width:100%;text-align:center;display:inline-block}.connectionOverviewSettings a{float:right;padding-top:4px;cursor:pointer;color:#a5a5a5}.removeConnection{cursor:pointer;color:#a5a5a5}.connectionOverviewSettings{float:left;float:right;padding-top:4px;padding-right:4px;color:#a1a1a1;width:20px}.searchpage .no-results{width:100%}.searchpage .entry .name label{display:inline-block}.searchpage .entry .age label{display:inline-block}.searchpage .entry .organisationtype label{display:inline-block}.invitepage .headerbutton{height:35px;padding-top:10px;float:right}.invitepage .completemessage{margin:15px 0 15px 0}.invitepage .completemessage label{color:#4a375a;border:1px solid #4a375a;padding:5px}.invitepage .buttons{height:35px;margin-top:10px}.invitepage .buttons .button{float:right;margin-left:10px}.contactpage{overflow:auto}.contactpage .selectable-organizations .OrganizationBlock{width:48%;cursor:pointer}.contactpage .selectable-organizations .OrganizationBlock .information.select{background-color:#eda00b}.contactpage .no-organizational-unit-communication{margin:0 0 10px 0}.contactpage .headerdetailtext{line-height:1.5em}.contactpage .buttons{margin-top:10px}.contactpage textarea{min-height:100px;max-height:170px;max-width:calc(100% - 10px)}.contactpage .success-msg{margin-bottom:20px}.contactpage .success-msg label{display:block}.contactpage .contentitem{width:48%;display:inline-block}.contactpage .contentitem.captcha-answer{vertical-align:top;margin-top:15px}.contactpage .contactpageitem{margin-bottom:20px;display:inline-block;width:48%}.contactpage .contactpageitem label{font-family:"Source Sans Pro Bold";vertical-align:top;margin-bottom:5px;display:inline-block;width:150px}.contactpage .contactpageitem input[type=text],.contactpage .contactpageitem textarea{width:calc(100% - 10px);font-size:13px}.contactpage .contactpageitem select{width:calc(100% - 10px)}.contactpage .captcha{padding:10px;display:inline-block;background-color:#e6e6e6;width:calc(100% - 10px)}.contactpage .captcha .captchaimage{display:inline-block;height:30px;margin-right:10px}.contactpage .captcha .yellowbutton{vertical-align:top;margin-left:10px}.mandantoryFields{color:#ff4800;margin:10px 0;display:inline-block}.message-info{border:1px solid;clear:both;padding:10px 20px}.message-error{color:#e80c4d;clear:both;font-size:1.1em;font-family:"Source Sans Pro Bold";margin:20px 0 10px 0}.message-success{color:#7ac0da;font-size:1.3em;font-weight:700;margin:20px 0 10px 0}.field-validation-error{color:#e80c4d;font-family:"Source Sans Pro Bold"}.field-validation-valid{display:none}input[type=checkbox].input-validation-error{border:0 none}.validation-summary-errors{color:#e80c4d;font-family:"Source Sans Pro Bold";font-size:1.1em}.validation-summary-errors{margin-bottom:10px}.validation-summary-errors ul li{background-color:#f2dede;border:solid 1px #ddddda;border-color:#ebccd1;border-radius:0;box-shadow:5px 0 0 0 #a91c11 inset;color:#a94442;font-family:"Source Sans Pro Regular";margin-bottom:0;margin-top:15px;padding:10px 15px 10px 15px}.registrationinfo .validation-summary-errors li{margin-top:2px}.validation-summary-valid{display:none}.PersonalInformationwrapper{background-color:#fff;width:750px;padding:0 20px 0 15px;position:relative;margin-top:30px}.PersonalInformationwrapper .registrationavatar{float:left;display:inline-block;margin-bottom:20px;margin-left:224px;position:relative}.PersonalInformationwrapper .avatarcropwrapper{height:auto}.avatarcropwrapper .avatarcropimg{display:none}.PersonalInformationwrapper .cancelcropavatar{float:right}.PersonalInformationwrapper select{width:240px}#childinformation .avatarcropwrapper{display:none}.avatarcropwrapper{display:none}.PersonalInformationLink{float:right}.conversations{margin:0 auto;height:auto;position:relative;padding:0;list-style-type:none}.conversations .event{position:relative;float:left;clear:left;margin-top:20px;display:block}.conversations .event:first-of-type{margin-top:-.5em}.conversations .event:nth-of-type(even){float:right;clear:right}.conversations .event:nth-of-type(odd):after{right:-4.8%;left:auto}.uploadFromComputerBtn{cursor:pointer;word-break:break-all}@media all{.conversations .event:after{display:block;content:' ';height:9px;width:9px;background:#9d9d9d;border-radius:50%;position:absolute;left:-4.4%;top:1.5em;border:2px solid #fff}}.helpsummary{height:auto}.helpsummarybackground{height:auto;padding:25px;background-color:#fff;margin-bottom:10px}.helpsummarybackground h2{margin-top:20px}.fancybox-inner{overflow:hidden!important;padding:20px!important}.helpsummary .titalsubtext{width:500px;height:60px}.helpsummary .subjectsheader{font-family:"Source Sans Pro Bold";font-size:16px;width:900px;height:30px;margin-top:10px;margin-bottom:10px}.helpsummary .firstrow{height:160px;margin-bottom:10px}.helpsummary .secondrow{height:140px;margin-bottom:10px}.helpsummary .thirdrow{height:90px;margin-bottom:10px}.helpsummary .subject{margin:0 20px 10px auto;width:100%;float:left;background-color:#efefef}.helpsummary .subject .header{color:#4a375a;font-size:16px;display:inline-block;width:400px;height:30px;padding:10px 10px 0 10px;margin-left:10px;float:left}.helpsummary .subject .links{margin-top:10px;margin-bottom:20px;float:left}.helptopictitle{font-family:"Source Sans Pro Bold";font-size:20px;margin-bottom:5px}.helptopictext{font-family:"Source Sans Pro Regular";font-size:1em;line-height:1.5em}.helptopicbutton{width:100px;margin-bottom:10px}.connectionviewcategory{width:500px;margin-top:10px}.connectionviewcategory .connections{width:500px}.connectionviewconnection{width:500px;margin-top:10px}.connectionviewconnection .connectionname{float:left;margin-left:5px;width:370px;line-height:40px}.connectionviewconnection a{line-height:40px}.connectionviewconnection .age{margin-left:5px;width:400px}.connectionviewconnection .connectionchild{line-height:0}.connectionviewconnection .connectionchild a{line-height:35px}.connectionviewconnection .avatar{float:left;margin-left:5px}.adminInfo{padding:25px}.adminInfo .topside{height:150px}.adminInfo .search{padding:5px;width:300px;float:right}.adminInfo .stats{padding:5px;width:200px;float:left}.adminInfo .title{padding-top:10px;padding-left:10px}.adminInfo .item{background-color:#efefef;padding:15px 30px 15px 30px}.adminInfo .line{width:800px;height:20px;margin-top:-1px;background-color:#fff}.adminInfo .text{float:left;width:150px;display:inline-block}.adminInfo .data{float:left;width:auto;margin-left:50px;display:inline-block}.errorPage{background-image:url(../Images/Error/Page_Not_Found.jpg);background-size:auto 100%;background-repeat:no-repeat;max-width:750px;position:relative;background-position:left;min-height:410px;padding:0}.errorPage .textWrapper{position:absolute;top:calc(50% - 95px);padding:20px;color:#fff;height:190px;right:0;width:377px;background-color:rgba(74,55,90,.9)}.errorPage .textWrapper .mainText{font-size:25px;margin-bottom:10px;display:inline-block}.errorPage .textWrapper .subText{font-size:17px}.modalWindow{position:relative;display:block;font-family:"Source Sans Pro Regular";top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.7);z-index:99999}.modalHeader span{font-size:28.5px;color:#000;border-bottom:1px groove #000}.modalWindow:target{opacity:1}.modalWindow>div{position:relative;border-radius:10px 10px;background:#fff}.modalWindow .modalHeader{padding:20px 5px 0 35px}.modalWindow h4{width:874px}.modalWindow .modalContent{padding:0 20px 5px 35px}.modalWindow .modalFooter{padding:8px 20px 8px 35px}.modalFooter{background:#fff}.modalFooter p{color:#fff;text-align:right;margin:0;padding:5px}.modalContent h4{font-weight:700}.closeModal{position:absolute;background:brown;color:#fff;line-height:25px;text-align:center;text-decoration:none;border-radius:20px;right:-7px;top:0;width:25px;height:25px;font-size:20px}.closeModal:hover{background:brown;color:#fff;cursor:pointer}.background{position:relative;width:874px;height:435px}.toptransFirefox{position:absolute;top:0;left:0;width:175px;height:40px;background-color:#667a2b;opacity:.8}.toptransChrome{position:absolute;top:0;left:175px;width:175px;height:40px;background-color:#667a2b;opacity:.8}.toptransSafari{position:absolute;top:0;left:350px;width:175px;height:40px;background-color:#667a2b;opacity:.8}.toptransOpera{position:absolute;top:0;left:524px;width:175px;height:40px;background-color:#667a2b;opacity:.8}.toptransIE{position:absolute;top:0;left:699px;width:175px;height:40px;background-color:#667a2b;opacity:.8}.toptransFirefox span{color:#fff;line-height:40px;font-size:20px;font-family:"Source Sans Pro Regular"}.toptransChrome span{color:#fff;line-height:40px;font-size:20px;font-family:"Source Sans Pro Regular"}.toptransSafari span{color:#fff;line-height:40px;font-size:20px;font-family:"Source Sans Pro Regular"}.toptransOpera span{color:#fff;line-height:40px;font-size:20px;font-family:"Source Sans Pro Regular"}.toptransIE span{color:#fff;line-height:40px;font-size:20px;font-family:"Source Sans Pro Regular"}.bottomtransFirefox{top:310px;left:0;background-color:#fefdf9;position:absolute;width:175px;height:130px;opacity:.85}.bottomtransChrome{top:310px;left:175px;background-color:#f4fff2;position:absolute;width:175px;height:130px;opacity:.85}.bottomtransSafari{top:310px;left:350px;background-color:#ecfdff;position:absolute;width:175px;height:130px;opacity:.85}.bottomtransOpera{top:310px;left:525px;background-color:#f8f8f8;position:absolute;width:175px;height:130px;opacity:.85}.bottomtransIE{top:310px;left:700px;background-color:#f1fff9;position:absolute;width:175px;height:130px;opacity:.85}.bottomtransFirefox img{height:64px;width:64px;margin-top:5px;opacity:1}.bottomtransChrome img{height:64px;width:64px;margin-top:5px;opacity:1}.bottomtransSafari img{height:64px;width:64px;margin-top:5px;opacity:1}.bottomtransOpera img{height:64px;width:64px;margin-top:5px;opacity:1}.bottomtransIE img{height:64px;width:64px;margin-top:5px;opacity:1}.bottomtransFirefox button{margin-top:10px;left:0;height:35px;width:125px;top:70px;border:none;color:#fff;font-family:"Source Sans Pro Regular";background-color:#667a2b;opacity:1}.bottomtransChrome button{margin-top:10px;left:175px;height:35px;width:125px;top:70px;border:none;color:#fff;font-family:"Source Sans Pro Regular";background-color:#667a2b;opacity:1}.bottomtransSafari button{margin-top:10px;left:350px;height:35px;width:125px;top:70px;border:none;color:#fff;font-family:"Source Sans Pro Regular";background-color:#667a2b;opacity:1}.bottomtransOpera button{margin-top:10px;left:525px;height:35px;width:125px;top:70px;border:none;color:#fff;font-family:"Source Sans Pro Regular";background-color:#667a2b;opacity:1}.bottomtransIE button{margin-top:10px;left:700px;height:35px;width:125px;top:70px;border:none;color:#fff;font-family:"Source Sans Pro Regular";background-color:#667a2b;opacity:1}.bottomtransFirefox button:hover{cursor:pointer}.bottomtransChrome button:hover{cursor:pointer}.bottomtransSafari button:hover{cursor:pointer}.bottomtransOpera button:hover{cursor:pointer}.bottomtransIE button:hover{cursor:pointer}.summarycomp{width:874px;font-size:17px;font-family:"Source Sans Pro Regular"}.reminding button{height:40px;width:auto;display:inline-block;background-color:#667a2b;color:#fff;font-family:"Source Sans Pro Regular";border:5px solid #fff;white-space:nowrap}.reminding button:hover{cursor:pointer}.meter{float:left;margin-top:-150px;margin-left:365px}.meter2{float:left;margin-top:-150px;margin-left:395px}.arrow{float:left;margin-top:-150px;margin-left:450px;-moz-transform-origin:bottom;-webkit-transform-origin:bottom;-o-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.arrow2{float:left;margin-top:-150px;margin-left:480px;-moz-transform-origin:bottom;-webkit-transform-origin:bottom;-o-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.meterText{float:left;margin-left:174px;margin-top:-35px;width:100%;text-align:center}.editFamilyIcon{width:17px;height:17px;background:url(../Images/sprite.png);display:inline-block;background-position:-95px -838px;margin-right:3px;vertical-align:middle;margin-top:-4px}.checkmarkIcon{width:16px;height:16px;background:transparent url(../Images/sprite.png) repeat scroll 0 -375px;display:inline-block;vertical-align:middle}.searchIcon{width:16px;height:16px;background:transparent url(../Images/sprite.png) repeat scroll 0 -375px;display:inline-block;vertical-align:middle}.extraDayIcon{width:17px;height:17px;background:url(../Images/sprite.png);display:inline-block;background-position:-57px -838px;margin-right:3px;vertical-align:middle;margin-top:-4px}.tradeDaysIcon{width:17px;height:17px;background:url(../Images/sprite.png);display:inline-block;background-position:-38px -838px;margin-right:3px;vertical-align:middle;margin-top:-4px}.submitVacationIcon{width:17px;height:17px;background:url(../Images/sprite.png);display:inline-block;background-position:-19px -838px;margin-right:3px;vertical-align:middle;margin-top:-4px}.childSicknessIcon{width:17px;height:17px;background:url(../Images/sprite.png);display:inline-block;background-position:-76px -838px;margin-right:3px;vertical-align:middle;margin-top:-4px}.submitRequestIcon{width:17px;height:17px;background:url(../Images/sprite.png);display:inline-block;background-position:-1px -838px;margin-right:3px;vertical-align:middle;margin-top:-4px}.iDEALicon{width:22px;height:20px;background:url(../Images/sprite.png);display:inline-block;background-position:0 -859px;margin-right:3px;vertical-align:middle;margin-top:-4px}.fixed_headers{width:900px;table-layout:fixed;border-collapse:collapse}.fixed_headers td.ellipsis{-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}.fixed_headers td.tiny,.fixed_headers th.tiny{width:50px}.fixed_headers td.smallish,.fixed_headers th.smallish{width:100px}.fixed_headers td.small,.fixed_headers th.small{width:150px}.fixed_headers td.mediumish,.fixed_headers th.mediumish{width:200px}.fixed_headers td.medium,.fixed_headers th.medium{width:275px}.fixed_headers td.longish,.fixed_headers th.longish{width:300px}.fixed_headers td.long,.fixed_headers th.long{width:350px}.fixed_headers td.longer,.fixed_headers th.longer{width:500px}.fixed_headers td.full950,.fixed_headers th.full950{width:950px;text-align:center}.fixed_headers td.full1000,.fixed_headers th.full1000{width:1000px;text-align:center}.fixed_headers thead tr{display:block;position:relative}.fixed_headers tbody{display:block;overflow:auto;width:100%;max-height:400px}.documentTable tbody{max-height:600px}.request-header:hover,.request-sortable-header-date:hover{text-decoration:underline;color:#eda00b}.request-header,.request-sortable-header-date{color:#eda00b;cursor:pointer}.request-status-filters{background-color:#fff;position:absolute;margin:10px 0 0 -5px;padding:10px;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);color:#000;max-height:295px;overflow:auto}.request-status-filters .request-status-filter-label{display:inline-block;vertical-align:middle;text-align:center;margin-top:-5px;width:100%;height:30px;line-height:30px;color:#888;font-size:13px;text-decoration:line-through;background-color:#4a375a}.request-status-filters .request-status-filter-label:hover{cursor:pointer;background-color:#3d2d4a}.request-status-filters input[type=checkbox]{visibility:hidden;margin-top:-25px;background-color:#4a375a}.request-status-filters input[type=checkbox]:checked+.request-status-filter-label{color:#fff;text-decoration:none;background-color:#4a375a}.request-status-filters input[type=checkbox]:checked+.request-status-filter-label:hover{border:1px solid #666}.request-status-filters .request-sort-label{display:inline-block;vertical-align:middle;text-align:center;margin-top:-5px;width:48%;height:30px;line-height:30px;color:#888;font-size:13px;text-decoration:line-through;background-color:#4a375a;border:1px solid #444}.request-status-filters .request-sort-label:hover{cursor:pointer;border:1px solid #555}.request-status-filters input[type=radio]{visibility:hidden;margin-top:-25px;background-color:#555}.request-status-filters input[type=radio]:checked+.request-status-filter-label{color:#eda00b;text-decoration:none;background-color:#333}.request-status-filters input[type=radio]:checked+.request-status-filter-label:hover{border:1px solid #666}.historyTableBlock{min-height:350px}.themeContainer{text-align:center}.themeContainer .themePreview{height:70px;position:relative;display:block;cursor:pointer}.themeContainer .themePreview .headerColorPreview{display:block;width:75%;border-right:70px solid transparent;position:absolute;z-index:2}.themeContainer .themePreview .primaryColorPreview{display:block;width:75%;border-right:72px solid transparent;position:absolute;left:25%;z-index:1}.themeContainer .themePreview .secondaryColorPreview{display:block;width:100%;position:absolute;right:0}.themeContainer .themePreview .BrownTheme-Header{border-top:70px solid #964228}.themeContainer .themePreview .BrownTheme-Primary{border-top:70px solid #7a7a32}.themeContainer .themePreview .BrownTheme-Secondary{border-bottom:70px solid #d9aa36}.themeContainer .themePreview .BlueTheme-Header{border-top:70px solid #234d96}.themeContainer .themePreview .BlueTheme-Primary{border-top:70px solid #1b70b5}.themeContainer .themePreview .BlueTheme-Secondary{border-bottom:70px solid #e69d0a}.themeContainer .themePreview .PurpleTheme-Header{border-top:70px solid #7b2243}.themeContainer .themePreview .PurpleTheme-Primary{border-top:70px solid #a72d5a}.themeContainer .themePreview .PurpleTheme-Secondary{border-bottom:70px solid #caab16}.themeContainer .themePreview .PelosaTheme-Header{border-top:70px solid #3a2f43}.themeContainer .themePreview .PelosaTheme-Primary{border-top:70px solid #493c53}.themeContainer .themePreview .PelosaTheme-Secondary{border-bottom:70px solid #eda00b}.themeContainer .themePreview .HakunaTheme-Header{border-top:70px solid green}.themeContainer .themePreview .HakunaTheme-Primary{border-top:70px solid #418335}.themeContainer .themePreview .HakunaTheme-Secondary{border-bottom:70px solid #a7ad10}.themeContainer .themePreview .OrangeTheme-Header{border-top:70px solid #f28e4d}.themeContainer .themePreview .OrangeTheme-Primary{border-top:70px solid #f28e4d}.themeContainer .themePreview .OrangeTheme-Secondary{border-bottom:70px solid #a8a69d}.themeContainer h4{padding:5px;color:#000;font-size:1em}.themePicker{display:none}.addParentName{display:inline-block;margin-left:10px}.addparentButton{display:block}.addParentAvatar{display:inline-block;float:left}.addParentResultInfo{margin:10px 10px 0 10px;width:100%!important}.addParentResultInfo:last-of-type{margin:10px 10px 10px 10px;width:100%!important}.niceRadioButton{display:inline-block;width:auto!important;float:none!important}.niceRadioButton input[type=radio]{display:none}.niceRadioButton label{font-family:"Source Sans Pro Regular"}.niceRadioButton label .checkFa{display:none}.niceRadioButton label .circleFa{display:inline-block}.niceRadioButton input[type=radio]:checked+label{background-color:#4a375a}.niceRadioButton input[type=radio]:checked+label .circleFa{display:none}.niceRadioButton input[type=radio]:checked+label .checkFa{display:inline-block}.addParentRadioButton{float:right!important;margin-right:20px}.addParentContactResult{background-color:#efefef;border:solid 1px #c8c8c8}.child-row .wrapper .dropdown{width:80%;float:right}.ContractCostContainer{display:block}.ContractCostContainer .ContractCostsTabel{margin-bottom:15px}.ContractCostContainer .title .subtitle{font-size:10pt}.properties{width:948px;padding:25px;background-color:#fff;margin-bottom:10px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.properties h3{font-family:"Source Sans Pro SemiBold";font-size:1.25em}.properties label{-webkit-text-size-adjust:none;font-size:1em;line-height:1.5em;display:block}.participantsandjoinuswrapper{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.properties .propertywrapper{display:block;clear:both;overflow:hidden}.properties .singleproperty{float:left;width:215px;margin-right:29px}.properties .propertiesheader{margin-bottom:10px}.properties .propertiesheader h2{font-size:1.75em;line-height:1.1em;font-family:"Source Sans Pro Regular";margin-bottom:10px}.singleproperty .propertytitle{width:100%;margin-bottom:10px}.singleproperty .propertyimage{margin-bottom:10px}.singleproperty .propertytext{display:block;margin-left:auto;margin-right:auto;vertical-align:middle}.no-margin{width:180px;margin:0;float:left}.homepageparticipants{display:inline-block;padding:25px;width:598px;height:261px;background-color:#fff;margin-bottom:10px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.joinus{display:inline-block;float:right;width:288px;height:260px;padding:25px;background-color:#fff;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.greenbutton{background-color:#7a7a32;color:#fff}.functionalities{display:inline-block;width:948px;margin-bottom:10px;padding:25px;background-color:#fff;box-sizing:content-box}.promotingwrapper .borderdiv{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.privacypolicy table td,.privacypolicy table th{text-align:start;padding:4px;border:1px solid #000}.SpinnerOverlay{background-color:rgba(0,0,0,.5);position:absolute;margin:0;padding:0;top:0;left:0;bottom:0;right:0;z-index:9999}.SpinnerOverlay.fade.in{opacity:1}#container>.SpinnerOverlay{position:fixed}.SpinnerImage{margin:-30px 0 0 -30px;border-radius:50%;background-color:#fff;background-image:url(images/spinner.gif);background-repeat:no-repeat!important;background-size:60px 60px;-moz-transition:opacity 1s ease;-o-transition:opacity 1s ease;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;width:66px;height:66px;position:absolute;left:50%;top:50%;box-shadow:0 3px 3px rgba(0,0,0,.25);border:3px solid #fff}.SpinnerImage.fade.in{opacity:1}.SpinnerImage.SpinnerCenterScreen{position:fixed}.spinnerContainer{position:relative;min-height:300px}.HeaderTitle{border-bottom:1px solid #4a375a}.HeaderTitle h1{color:#4a375a}.EnrollContainer{vertical-align:top}.CurrentStepContainer{border:1px solid #4a375a;margin:10px 0}.CurrentStepContainer .StepBlock{width:16.4%;min-width:100px;height:50px;padding-left:5px;display:inline-block;position:relative}.CurrentStepContainer .StepTitle{display:inline-block;padding:5px 5px 0 5px;font-size:1em;font-weight:900}.CurrentStepContainer .StepDescription{display:inline-block;padding:5px;font-size:1.1em;font-size:1em}.CurrentStepContainer .StepDone{display:inline-block;visibility:hidden;font-size:20px;color:green}.CurrentStepContainer .Prefilled{visibility:visible}.CurrentStepContainer .StepNext{position:absolute;top:5px;right:10px}.CurrentStepContainer .Current{background-color:#4a375a;color:#fff}hr{color:#4a375a}.OrganizationBlock{cursor:default;display:inline-block;margin-right:10px;width:304px;margin-bottom:40px;position:relative}.OrganizationBlock .information{background-color:#eee;margin-left:50px;padding-left:53px;margin-top:8px;overflow:auto;min-height:60px}.OrganizationBlock .information .name{color:#000;font-size:17px;font-family:"Source Sans Pro SemiBold";line-height:1.5}.OrganizationBlock .information input{margin-left:0}.OrganizationBlock .information.selected{background-color:#eda00b}.OrganizationAvatar{border-radius:50%;box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);border:2px solid #4a375a;position:absolute;overflow:hidden;top:-3px;padding:4px 0 0 7px;height:83px;width:83px;background-color:#eee}.NextStep,.SkipStep{float:right}.NextStep:disabled{background-color:#ccc!important}.RightContainer{width:49%;display:inline-block;margin-left:16px;vertical-align:top}.LeftContainer{width:49%;display:inline-block;vertical-align:top}.EnrollOrganizationContainer{width:72%;height:500px;margin-top:10px;overflow:auto;padding:10px;border:1px solid #4a375a}.InputSection{box-shadow:0 1px .5px rgba(0,0,0,.35),0 2px 9px rgba(0,0,0,.2);margin-bottom:15px}.InputSection .InputRow{width:100%;display:block;padding:5px 0 5px 5px;vertical-align:middle;line-height:175%}.InputSection .InputRow input[type=text]{margin-right:0}.InputSection .InputRow .DefaultValue{color:#ccc}.InputSection .InputRow .CorrectInput{border:1px solid green}.InputSection .InputRow .IncorrectInput{border:1px solid red}.InputSection .InputRow .MaybeInput{border:1px solid orange}.InputSection .InputRow .InputLabel{float:left;width:34%}.InputSection .PossibleProductsRow{min-height:45px}.InputSection .hidden{display:none}.InputSection .InputRow:nth-child(odd){background-color:#e6e6e6}.InputSection .fa-check-circle,.InputSection .fa-exclamation-circle{color:orange;float:right;margin-right:5px;line-height:150%}.InputSection .fa-check-circle{color:green}.OrganizationBlockName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#medicationTitle{padding-right:5px}#medicationTitle h2{display:inline-block}#medicationTitle #MedicationRadioButtons{float:left;margin:-7px -10px 10px 0}.EnrollTextarea:read-only,input:read-only{background-color:#ccc}.Time{width:40%!important}.PaymentContainer,.UseFund,.UseTicket{display:none}.group.connections .child{display:inline-block}.virtual-groups-broadcast .header{margin-top:15px;display:flex;flex-flow:row}.virtual-groups-broadcast .header .title{color:#545454;align-self:center;padding-left:25px}.virtual-groups-broadcast .header .title .organization-name{font-size:22pt}.virtual-groups-broadcast .header .title .day-name{text-transform:capitalize}.virtual-groups-broadcast .child{cursor:pointer;opacity:.6}.virtual-groups-broadcast .child.selected{opacity:initial}.virtual-groups-broadcast .broadcast-form .select-attended,.virtual-groups-broadcast .broadcast-form .select-planned{background-color:#a5a5a5}.virtual-groups-broadcast .broadcast-form .group{margin-top:25px}.virtual-groups-broadcast .broadcast-form .group .block{display:block}.virtual-groups-broadcast .broadcast-form .group .group-label{font-size:13pt;font-weight:600;color:#545454;margin-bottom:10px}.virtual-groups-broadcast .broadcast-form .group .group-textarea{width:100%}.quebble-imagepicker{display:flex;flex-direction:row}.quebble-imagepicker .images,.quebble-imagepicker .options{display:inline-block;margin-right:5px}.quebble-imagepicker .file-control{position:absolute;z-index:-999;opacity:0}.quebble-imagepicker .error{display:block}.quebble-imagepicker .add-image{font-size:21pt;display:flex;align-items:center;justify-content:center;border:1px solid silver;width:75px;height:75px;color:silver;cursor:pointer;position:relative}.quebble-imagepicker .add-image .fa-plus{position:absolute;bottom:14px;right:14px;z-index:5;color:#a9a9a9}.datepickerWrapper{padding:10px}.datepickerWrapper .datepickerdiv{display:table;margin:0 auto}.go_left,.go_right{font-size:22px;width:20px;height:20px;margin-top:2px;cursor:pointer}.go_left{float:left}.go_left:hover{color:#eda00b}.go_right{float:right}.go_right:hover{color:#eda00b}.weekselector{width:230px}.week{width:180px;float:left;cursor:pointer}.ui-datepicker{box-shadow:0 2px 2px rgba(0,0,0,.35);padding:0;background-color:#fff}.DayAndMonth,.DaysMonth{font-size:13px;margin:0 auto;display:table}.ui-datepicker-calendar th{color:#fff;border:none!important;padding:3px!important;background-color:#333!important;font-size:14px;font-family:"Source Sans Pro Regular";font-weight:400}.ui-datepicker-calendar td{padding:0!important}.ui-datepicker-calendar td a{background:0 0!important;background-color:#fff!important;color:#a0a0a0!important;border:none!important;width:36px!important;text-align:center!important}.ui-datepicker-calendar td a:hover{background-color:#e6e6e6!important;color:#bc7f09!important}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(../Content/themes/base/images/ui-icons_fffffff_256x240.png)!important}.ui-state-default.ui-state-highlight{background:0 0!important;color:#000!important;background-color:#e6e6e6!important}.ui-state-default.ui-state-highlight:hover{background-color:#d9d9d9!important}.ui-state-default.ui-state-active{color:#000!important;font-family:"Source Sans Pro SemiBold"}.ui-state-default.ui-state-active:hover{color:#000!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{text-align:center!important;border:none;padding:.2em}.ui-widget-header{border:none!important}.ui-widget-content{border:none}.ui-corner-all{border-radius:0!important}.ui-state-default.ui-state-active:hover{color:#000!important}.ui-datepicker-month,.ui-datepicker-year{font-family:"Source Sans Pro Regular";font-weight:400;color:#000}.ui-datepicker .ui-datepicker-title{background-color:#4a375a;font-family:"Source Sans Pro Bold";color:#fff}.ui-datepicker .ui-datepicker-title .ui-datepicker-month,.ui-datepicker .ui-datepicker-title .ui-datepicker-year{color:#fff}.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,.ui-datepicker .ui-datepicker-title select.ui-datepicker-year{color:#000}.ui-datepicker-header{background:#4a375a!important}.ui-datepicker-next,.ui-datepicker-prev{background:0 0!important;cursor:pointer!important}.ui-datepicker-week-col{background-color:#fff;color:#000!important;font-size:11px;text-align:center;font-family:"Source Sans Pro Bold";border-bottom:1px solid #bdbdb7!important;border-right:1px solid #bdbdb7!important;width:22px;padding:8px!important}.Total{width:230px;height:30px}.LabelsDayTotal label{width:90px;float:left;text-align:center;text-decoration:underline}.DayOfMonthDayView{font-family:"Source Sans Pro Bold"}.DatepickerWeek{font-size:14px;font-family:"Source Sans Pro Bold";margin:0 auto;display:table}.weekBox{position:absolute;background-color:#fff;margin-top:30px;box-shadow:0 2px 2px rgba(0,0,0,.35);margin-left:-25px;width:204px}.yearNumber{color:#fff;font-size:18px;width:calc(100% - 50px);float:left;vertical-align:central}.weekPickerNumber{display:block;float:left;width:22px;height:22px;padding-top:2px;text-align:center;font-size:16px;cursor:pointer;color:grey!important}.weekPickerNumber:hover{background-color:#e6e6e6;color:#d5900a}.weekNumbers{float:left;margin:2px}.weekpickerYear{width:100%;height:30px;padding-top:6px;text-align:center;background-color:#4a375a;color:#fff}.yearLeft,.yearRight{font-size:22px;width:20px;height:20px;cursor:pointer}.yearLeft{float:left;margin-left:5px}.yearLeft:hover{color:#eda00b}.yearRight{float:left;margin-right:5px}.yearRight:hover{color:#eda00b}.selectedWeek{background:0 0!important;color:#303030!important;background-color:#eda00b!important;font-family:"Source Sans Pro SemiBold"}.selectedWeek:hover{color:#000!important;background-color:#d5900a!important}.currentWeek{color:#303030;background-color:#e6e6e6}.currentWeek:hover{color:#000!important;background-color:#d9d9d9}.week:hover .calendarIcon{background-position:-34px -433px}.calendarIcon{width:20px;height:20px;margin-left:5px;cursor:pointer;float:right;position:relative;top:6px}