/* Body and structure
-------------------------------------------------- */
body{
    margin:0;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #555;
    padding:0;
    min-width: 960px;
}

a {
    color:#10a3ed;
    text-decoration:none;
    font-weight:300;
}

strong {
    font-weight:bold;
}

.inline{
	display:inline-block;
}

.fa-blue{
    color:#1cb2ff;
}

.align-top{
    vertical-align:top;
}

.guider a:hover{
    color:white;
}

/* Top NavBar
-------------------------------------------------- */
.hidden{
	display:none;
}
.top-nav {
    min-width: 960px;
    background: rgb(229,229,229);
    border-bottom: 1px solid #a7a7a7;
    z-index:10;
    height:57px;
}

.top-nav a {
    color: #555;
    font-weight:400;
    font-size: 15px;
}

.top-nav a:hover {
    color:#000;
}
.top-nav > .yui3-u {
    width: 40%;
}
.top-nav > .pull-right {
    float: none;
    text-align: right;
    width: 60%;
}

.top-nav .nav-item {
    margin-left: -3px; /* fixing the whitespace */
    background-color: #e5e5e5;
}

.top-nav .yui3-u:first-child .nav-item:first-child {
    margin-left: 0;
}

.top-nav .nav-item > a,
.top-nav .nav-item h1 a,
.top-nav .nav-item .dropdown > a {
    height: 57px;
    line-height: 57px;
    display: block;
    padding: 0 14px;
    border-left: 1px solid #cecece;
}

.dropdown-menu>li>a{
    font-weight:200;
    border-bottom:1px solid #eee;
    padding:6px 14px;
    font-size:11pt;
    color:#1cb2ff;
}

.dropdown-menu{
    margin:0;
}

.dropdown-menu .divider{
    margin:2px;
}

.top-nav .nav-item-2-line {
    position: relative;
}

.top-nav .nav-item-2-line > a {
    height: 52px;
    padding-top: 5px;
}

.top-nav .nav-item-2-line.nav-item-2-links > a {
    height: 50px;
    padding-top: 7px;
}

.top-nav .nav-item-2-links {
    text-align: center;
    border-right: 1px solid #cecece;
}

.top-nav .nav-item-2-links > a {
    display: inline-block;
}
.top-nav .nav-item-2-links a:last-child {
    height: auto;
    line-height: normal;
    padding-top: 0;
}

#light-link:hover {

    background:rgba(255,255,255,0.88);
}

.top-nav > .yui3-g:first-child .nav-item:first-child a {
    border-left: 0;
}

.top-nav .nav-item a:first-child:hover {
    background-color:white;
    background:white;
    background-image:white;
}

.top-nav .nav-item-2-line em {
    white-space: nowrap;
    font-size: 11px;
    font-weight: 200;
    position: absolute;
    top: 11px;
    left: 15px;
    line-height: normal;
    height: auto;
}
.top-nav .nav-item-2-links em {
    left: auto;
    right: auto;
    width: 100%;
}

.top-nav .caret {
    color:#555;
    border-top: 4px solid #555;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: inherit;
}

#logo {
    padding: 0 16px;
}
#logo a {
    width:134px;
    display:block;
    background-position:0px 8px;
    background-image:url("../img/wapuheaders@2x.png");
    background-repeat:no-repeat;
    text-indent: -1000em;
    padding: 0;
    font-style:normal;
    text-transform:none;
    background-size:136px auto;
}

html.ie #logo a {
    background-image:url("../2.0/img/wapuheader_ie.png");
    width: 154px;
}

#username-tag{
    font-size:9pt;
    letter-spacing:.2pt;
    font-weight:600;
}

#logo:hover {
    background-color:white;
}

.top-nav .dropdown-menu {
    border-radius:0;
    z-index: 9000;
    padding:0;
}

.top-nav .dropdown-menu li a:hover {
    background-color:rgba(250,250,250,1);
    color:#555;
    background-image:none;
}


#mailbox-nav-item {
    position:relative;
    text-align:center;
}

#mailbox-nav-item .badge {
    position: absolute;
    top: 13px;
    right: 3px;
}

#mailbox-nav-item .badge-important {
    background-color: rgba(240,60,36,0.85);
    border: 1px solid #d83722;
    border-bottom: 1px solid #c0311e;
    border-top: 1px solid #e23923;
    box-shadow:0px 1px 2px rgba(136,136,136,0.81);
    padding: 0 4px;
    font-size: 75%;
}

/* Dashboard NavBar
-------------------------------------------------- */

.container{
    margin: 0 auto 50px;
    padding: 0 0;
    overflow: hidden;
    width: 940px;
}

.nav-container {
    margin: 0 auto 0;
    width: 100%;
    position:relative;
    border-bottom:1px solid #cdcdcd;
    background:#fff;
    background-color:#fff;
    background-image:#fff;
}

#main-navigation {
    height:33px;
    font-size: 150%;
    padding-top:10px;
    color: #4a4a4a;
    margin-bottom: 14px;
    width:940px;
    margin: 0 auto;
    border-right:1px solid #cdcdcd;
    border-left:1px solid #cdcdcd;
    background-color:white;
}

#main-navigation li#projects-nav-item{

	border-left:none;
}

#main-navigation li#messages-nav-link{

	border-left:none;
	}

#main-navigation li .active {
     color: #555;
     background:white;
    padding:8px 15px 8px;
    font-weight:200;
    font-size:12pt;
        
}

#main-navigation li{
	 border-left:1px solid #cdcdcd;
	 overflow:visible;
}

#main-navigation li a {
    color: #1cb2ff;
      
        background:white;
    padding:10px 15px 0px;
    font-weight:200;
    font-size:12pt;
}

#main-navigation li:last-child{
	
}

#main-navigation #account .active{
    border-right:none;
    padding-right:16px;
    color:#000000;
}

#main-navigation #account a:hover {
    background-color:white;
}

#main-navigation li a:hover {
    color:#000000;
 

}

#main-navigation li a:active {
    color:#555;
    border-top:1px solid white;
}

#main-navigation i{

}

#main-navigation #messages-nav-link {
    position:relative;
}

#main-navigation #messages-nav-link .badge {
    position: absolute;
    top: -4px;
    right: -4px;
}

#main-navigation #messages-nav-link .badge-important {
    background-color: rgba(240,60,36,0.85);
    border: 1px solid #d83722;
    border-bottom: 1px solid #c0311e;
    border-top: 1px solid #e23923;
    box-shadow:0px 1px 2px rgba(136,136,136,0.81);
    padding: 2px 6px;
}

.nav-container #sub-navigation {
    font-size: 130%;
    color: #616161;
    padding: 6px 30px 0 10px;
}

#sub-navigation li {
    margin-right: 16px;
}

#sub-navigation li a {
    color: #a1a1a1;
}

#sub-navigation li a:hover {
    color:#000000;}

/* Breadcrumbs
-------------------------------------------------- */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;

}

.breadcrumb a {
    color: inherit;
    text-decoration: none;
    padding:inherit 15px;
}

.breadcrumb a:hover {
    color:black;
}

/* Footer
-------------------------------------------------- */
.footer{
    text-align:center;
    background-color:white;
    height:200px;
    position:relative;
    padding-top: 20px;
margin-top: 50px;

color: #aaa;

    width:100%;
    bottom:0;
    clear: both;
}

.footer-inner {
    width:940px;
    margin:0px auto;
    padding-top:15px;
    text-align: left;
    position:relative;
}

.footer-unit {
    width: 15%;
    margin: 0 3% 0 5%;
}

.footer h5 {
    font-weight:400;
    color:#555;
    margin:10px 0 5px 0;
    padding-left:0;
    font-size: 11pt;
    line-height:18px;

}

.footer-right ul, .footer-left ul{
    list-style:none;
    margin:0;
    padding:0px;
}


.footer a {
    color: rgba(103, 103, 103, 0.62);
    text-decoration: none;
    font-weight: 300;
    font-size: 100%;
}

.footer a:hover {
    color:#0289cc;
    text-decoration:none;
    text-shadow:0 0 1px #fff;
}

.footer h6 {
    padding: 17px 0 20px;
    margin: 0 5% 20px;
    color: #d4d4d4;
    font-size:90%;
    font-weight:300;
}


/* Messages
-------------------------------------------------- */

#messages {
    width: 100%;
    margin: 0 auto 0;
    font-size: 14px;
    line-height: 20px;
}

#messages .alert {
    padding:12px 40px;
    border-radius:0;
    margin-bottom:0;
    text-align:center;
}

.alert.alert-warning{
    
    background: #dbf3ff;
    border-color: #b5e0f5;
    color:#555;
}

.alert strong {
    font-weight: bold;
}

.alert a {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}

/* Buttons
-------------------------------------------------- */

.nav-btn:hover {
    color:#555;
    background-color:#fff;
}

.btn-primary{
    background-color: #40acf8;
    background-image:#40acf8;
    background: #40acf8;
}

.btn-primary:hover {
    background-color: #1f8ad6;
    background-image:  #1f8ad6;
    background:  #1f8ad6;
}

.btn-blue-outline {
    padding:4px 20px;
    background-color:#fff;
    border:1px solid #08c;
    vertical-align:middle;
    background-image:#fff;
    background:#fff;
    text-transform:uppercase;
    font-weight:bold;
}

.btn-danger{
    background:#ec008c;
    background-color:#ec008c;
    background-image:#ec008c;
}

.btn-danger:hover{
    background:#a20061;
    background-color:#a20061;
    background-image:#a20061;
}

.btn-blue-outline {
    color:#08c;
}

.btn-blue-outline:hover {
    color:#004f99;
    background-color:#eee;
    background-image:#eee;
    background:#f7f7f7;
}

#photo-area li:hover .hide-button{
    display:block;
}

.icon-float-right{
    float:right;
    margin-right:20px;
    opacity:.8;
}

.hide-button {
    display:none;
}

 .btn-primary-special{
    -webkit-appearance: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    border: 1px solid #1c74b3;
    border-top-color: #2c8ed1;
    border-bottom-color: #0d5b97;
    background: #2181cf;
    background-color:#2181cf;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37a3eb", endColorstr="#2181cf");
    background: -webkit-gradient(linear, left top, left bottom, from(#37a3eb), to(#2181cf));
    background: -moz-linear-gradient(top, #37a3eb, #2181cf);
    -moz-box-shadow: 0 1px 0 #ddd,inset 0 1px 0 rgba(255,255,255,0.2);
    -webkit-box-shadow: 0 1px 0 #ddd,inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: 0 1px 0 #ddd,inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: rgba(0,0,0,0.2) 0 1px 0;
    -webkit-text-shadow: rgba(0,0,0,0.2) 0 1px 0;
    -moz-text-shadow: rgba(0,0,0,0.2) 0 1px 0;
}

 .btn-primary-special:hover {
    border: 1px solid #1c74b3;
    border-top-color: #2c8ed1;
    border-bottom-color: #0d5b97;
    background: #2389dc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3baaf4", endColorstr="#2389dc");
    background: -webkit-gradient(linear, left top, left bottom, from(#3baaf4), to(#2389dc));
    background: -moz-linear-gradient(top, #3baaf4, #2389dc);
   color:#fff;
}


.btn-primary-special-b{
    color:#1cb2ff;
    border:1px solid #1cb2ff;
    background:white;
    background-color:white;
    background-image:white;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.btn-primary-special-b:hover {
   color:#77d2ff;
    border:1px solid #77d2ff;
    background:white;
    background-color:white;
    background-image:white;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.btn-primary-special-b-invert{
    color:white;
    border:1px solid #1cb2ff;
    background:#1cb2ff;
    background-color:#1cb2ff;
    background-image:#1cb2ff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-shadow:none;
}

.btn-primary-special-b-invert:hover {
   color:white;
    border:1px solid #77d2ff;
    background:#77d2ff;
    background-color:#77d2ff;
    background-image:#77d2ff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.btn-primary-special-g{
       color:#39b54a;
    border:1px solid #39b54a;
    background:white;
    background-color:white;
    background-image:white;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.btn-primary-special-g:hover {
       color:#53da65;
    border:1px solid #53da65;
    background:white;
    background-color:white;
    background-image:white;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.btn-primary-special-o{
    color:#f26522;
    border:1px solid #f26522;
    background:white;
    background-color:white;
    background-image:white;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.btn-primary-special-o:hover{
    color:#ffac86;
    border:1px solid #ffac86;
    background:white;
    background-color:white;
    background-image:white;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.btn-primary-special-o-invert{
    color:white;
    border:1px solid #f26522;
    background:#f26522;
    background-color:#f26522;
    background-image:#f26522;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-shadow:none;
}

.btn-primary-special-o-invert:hover{
    color:white;
    border:1px solid #ffac86;
    background:#ffac86;
    background-color:#ffac86;
    background-image:#ffac86;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.btn-primary-special-p-invert{
    color:white;
    border:1px solid #ec008c;
    background:#ec008c;
    background-color:#ec008c;
    background-image:#ec008c;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-shadow:none;
}

.btn-primary-special-p-invert:hover{
    color:white;
    border:1px solid #ff6bc4;
    background:#ff6bc4;
    background-color:#ff6bc4;
    background-image:#ff6bc4;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}



.btn-primary-special:focus{
    color:white;
        background: #2389dc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3baaf4", endColorstr="#2389dc");
    background: -webkit-gradient(linear, left top, left bottom, from(#3baaf4), to(#2389dc));
    background: -moz-linear-gradient(top, #3baaf4, #2389dc);
}

.btn-primary-w-outline{
    border:6px solid white;
    color:white;
    background:transparent;
    background-image:transparent;
}

.btn-primary-w-outline:hover{
    background-image:rgba(255,255,255,0.41);
    background:rgba(255,255,255,0.41);
}

.btn-default{
    background:#eee;
    background-color:#eee;
    background-image:#eee;
    text-shadow:none;
}

.btn, .btn-large{
    border-radius:3px;
}

.btn:focus, 
.btn:hover{
    outline:none;
    transition:none;
    background-position:0 0;
    -webkit-transition:none;
}


.btn-default:hover {
    border:1px solid #eee;
    background-color:#f6f6f6;
    background:#f6f6f6;
    background-image:#f6f6f6;
}

.btn-action{

    text-shadow:none;
    background-color:white;
}

.btn-action:hover{
    
    color:black;
}

.btn-info{
    background:#49AFCD;
    background-image:#49AFCD;
    background-color:#49AFCD;
}

.btn-add-object{
    background:#fff;
    background-color:#fff;
    background-image:white;
    border:1px solid #fff;
    color:#39b54a;
    text-shadow:none;
    font-weight:400;
    font-size:11pt;
    padding:5px 10px;
    top:0;
    margin-top:3px;
    margin-left:-10px;
    display:inline-block;
    vertical-align:top;
    box-shadow:none;
  
}

.btn-add-object:hover {
    background-image:#fff;
    background:#fff;
    background-color:#fff;
    color:#09881a;
}

.btn-action {
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    font-weight:300;
    color:#555;
}

.btn-action:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    cursor:hand;
}

/* Social Auth Buttons
-------------------------------------------------- */
.social-auth-button {
    padding-left: 8px;
    font-size: 110%;
}


.social-auth-button i {
    height: 16px;
    margin-right: 2px;

}



.facebook-social-auth-button {
    background-color: rgb(106,133,181); /* Old browsers */
    background-image: -moz-linear-gradient(top, rgba(106,133,181,1) 0%, rgba(69,96,142,1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,133,181,1)), color-stop(100%,rgba(69,96,142,1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(106,133,181,1) 0%,rgba(69,96,142,1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(106,133,181,1) 0%,rgba(69,96,142,1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(106,133,181,1) 0%,rgba(69,96,142,1) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(106,133,181,1) 0%,rgba(69,96,142,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a85b5', endColorstr='#45608e',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x;
}
.facebook-social-auth-button:hover {
    background-color: rgba(69,96,142,1);
}

.facebook-social-auth-button .icon-facebook {
    background-position: 5px -36px;
    width: 16px;
    margin-right: 1px;
}

.wapu-social-auth-button {
    font-size: 105%;
}

.wapu-social-auth-button .icon-wapu {
    background-position: 0 -72px;
    width: 19px;
    margin-top: 0;
}

#share-space-button {
 float:right;
}

/* Tooltips
 **********/

.tooltip-trigger {
    cursor: pointer;
    font-weight:500;
    color: #9a9a9a;
}
.tooltip-trigger:after {
    content: url(../img/icon-tooltip.png);
}

.yui3-overlay-hidden {
    text-indent: -1000em;
    overflow: hidden;
    font-size:110%;
}

.tooltip {
    letter-spacing:1px;
}

/* Special Buttons
 **********/
.btn-unselected{
    background: rgba(204,204,204,0.78);
-webkit-box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.1);
    border-color:#cdcdcd;
    color:#8c8c8c;
}

.btn-unselected:hover {
    background: #eeeeee;
-webkit-box-shadow: none;
box-shadow: none;
    border-color:#cdcdcd;
    color:#555;
}

.btn-selected{
    background: #fafafa;
-webkit-box-shadow: none;
box-shadow: none;
    border-color:#cdcdcd;
    color:#555;
}

.btn-selected:hover {
    background:#fafafa;
-webkit-box-shadow: none;
box-shadow: none;
    border-color:#cdcdcd;
    color:#555;
}

/* pagination
 **********/

.pagination ul>li>span{
    font-weight:300;
    color:#555;
}
.pagination ul>li {
    font-weight:500;
    line-height:25px;
    color:#9f9f9f;
}

i.disabled{
    opacity:.5;
    filter: alpha(opacity=50);
}


#header .heading{
    width:940px;
    margin:15px auto;
    padding:0px;
    background-color: white;
    margin-bottom:20px;
    text-align:left;
    border:1px solid #cdcdcd;
    border-radius:3px ;
    font-weight:400;
    color:#949494;
    background-color:#f6f6f6;
    box-shadow:inset 0 0 7px rgba(231,231,231,0.93);
    height:32px;
}



#header .heading a{
    font-weight:200;
    font-size:100%;
    padding:8px 8px 8px;
    background-color:white;
    }


#header .heading a:hover {
    background-color:rgba(245,245,245,0.93);
    text-decoration:none;
}

#header .heading a.edit{
    float:right;
        border-radius:0px 3px 3px 0;
        border-left:1px solid #cdcdcd;
}

#header .heading a.back{
    float:left;
    border-right:1px solid #cdcdcd;
        border-radius:3px 0 0 3px;
}


/* Special mods
 **********/
 input[type="date"] {
    width: 140px;
    padding-right: 0;
 }

 .btn-add-space{
    background:#9f60ba;
    background-color:#9f60ba;
    background-image:#9f60ba;
    border:1px solid #7f54a0;
    box-shadow:none;
    color:#fff;
    font-weight:300;
    text-shadow:none;
    letter-spacing:.3;

}

.btn-add-space:hover {
    color:#fff;
    background:#c068e6;
    background-color:#c068e6;
    background-image:#c068e6;
    border:1px solid #9267b4;
}

.btn-add-project{
    background:#ef7121;
    background-color:#ef7121;
    background-image:#ef7121;
    border:1px solid #d55404;
    box-shadow:none;
    color:#fff;
    font-weight:300;
    text-shadow:none;
    letter-spacing:.3;

}

.btn-add-project:hover {
    color:#fff;
    background:#f49649;
    background-color:#f49649;
    background-image:#f49649;
    border:1px solid #b58f67;
}

.wide-foot{
    margin:70px 0 0 0;
    padding:10px 0;
    border-top:1px solid #eee;
}

.wide-foot.right{
    text-align:right;
}

.footer-brand{
    font-weight:200;
    text-shadow:none;
    font-size:13pt;
    line-height:1;
    vertical-align:top;
}

.wide-foot img{
    width:24px;
    height:19px;
    margin-right:5px;
    opacity:.8;
}

.wide-foot a{
    margin-right:3px;
    margin-left:3px;
}

.copyright{
    color:#cdcdcd;
    font-weight:200;
}


/* Petition
-------------------------------------------------- */


.help-ask{
	font-size:15pt;
	font-weight:400;
	margin-bottom:5px;
	display:block;
	
}

.help-details{ 
	font-size:11pt;
	display:inline-block;
	width:62%;
	padding-right:45px;
}

.help-btn{
	width:30%;
	display:inline-block;
	vertical-align:top;
	
	
}

.help_text {
font-size: 9pt;
font-weight:200;
}


.image-thumbnailing {
    text-align: center;
    background: #eaeaea url(../img/image-loader.gif) center center no-repeat;
}

/* Tooltips
-------------------------------------------------- */

.tooltip-inner{
    background-color:rgb(255, 255, 255);
    color:#555;
    font-weigth:200;
    text-align:left;
    padding:15px;
    font-size:9pt;
    letter-spacing:.1pt;
    border:1px solid #1cb2ff;
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
    opacity:1;
    
}

.ZenboxTabBottom {
    top: auto !important;
    right: 7%;
    bottom: 0;
}
