/* Group clearfix */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* BODY */

body{
    background: #FFFFFF;
}

/* FORMS */

form{
    padding-top: 10px;
}


label{
    padding-bottom: 10px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
    padding: 5px;
    height: 2rem;
}

input.button{
    margin-bottom: 0;
    padding:8px;
}

select {
    border: 1px solid #cccccc;
    padding: 10px;
    height: 3rem;
    font-size: 0.875rem;
    background: #FFFFFF;
}

select[multiple]{
    min-height: 120px;
    background: #FFFFFF;
}

.inputAction{
    display: inline-block;
    float: right;
    padding: 8px;
    font-size: 18px;
    color: #CCCCCC;
}

.inputAction:hover{
    color: #666666;
}

.chosen-container-multi .chosen-choices{
    -webkit-appearance: none;
    background: #FFFFFF;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    height: auto;
}

/* LISTS */

.entityList{
    margin: 10px 15px;
    color: #333333;
}

.entityList fieldset{
    margin:0;
    margin-bottom:20px;
    background: #FAFAFA;
    padding:10px 0 0 20px;
}

.entityList fieldset .columns > label{

}

.entityList > .row{
    border-bottom: 1px solid #CCCCDD;
    font-size: 14px;
}

.entityList > .listHeader{
    border-bottom: 2px solid #EEEEEE;
    font-weight: 600;
    font-size: 16px;
}

.entityList > .row:nth-child(2n+3){
    background: #F0F7FF;
}
.entityList > .row:nth-child(2n+2){
    background: #F0FFF7;
}
.entityList > .row:last-child{
    border-bottom: none;
}

.entityList > .row > .columns{
    height: 75px;
    line-height: 20px;
    vertical-align: middle;
}

.entityList > .row.listHeader > .columns > a{
    color: #333333;
    position:relative;
}

.headerSortDown:after,
.headerSortUp:after{
    content: ' ';
    position: relative;
    right: -15px;
    border: 5px solid transparent;
}
.headerSortDown:after{
    top: 15px;
    border-top-color: #333333;
    position:absolute;
    width:10px;
    right:-15px !important;
    top:9px;
}
.headerSortUp:after{
    position:absolute;
    width:10px;
    top: 3px;
    right:-15px !important;
    border-bottom-color: #333333;
}

.entityList .listAction{
    margin-top: 10px;
    font-size: 20px;
    margin-left: 15px;
    color: #CCCCCC;
}

.entityList .listAction:hover{
    color: #666666;
}

.entityList .pagination-centered{
    padding-top:20px;
}

.has-tip{
    border: none;
}

/* HEADER */

#header{
}

#header > .headerLogo{
    padding-top: 10px;
    padding-bottom: 10px;
}

#header > .headerLogo > a{
    display: block;
    width: 305px;
    height: 90px;
    text-indent: -8000px;
    background: url(../img/ispy_logo.png) no-repeat top left;
}

#header > .welcome{
    text-align: right;
    padding-top: 45px;
    padding-bottom: 45px;
}

/* MENU */

#menu{
}

#menu > nav > ul{
    margin: 0;
    list-style-type: none;
    background: #313675;
    /* height: 55px; */
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#menu > nav > ul > li{
    float: left;
    position: relative;
}

#menu > nav > ul > li > ul{
    background-color: #253545;
    display: none;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 53px;
    left: 3px;
    width: 220px;
    line-height: 0.9;
    padding-bottom: 3px;
    z-index: 3000;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

#menu > nav > ul > li > ul > li > a{
    display: block;
    color: #EEEEEE;
    padding: 13px 18px;
    font-size: 0.8em;
}

#menu > nav > ul > li > a{
    display: block;
    padding: 15px 20px;
    margin: 0 3px;
    color: #EEEEEE;
    font-size: 0.9em;
}

#menu > nav > ul > li > a:hover, #menu > nav > ul > li > ul > li > a:hover{
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

/* 3rd level menu items */
#menu > nav > ul > li > ul > li > ul > li {
   list-style-type: none;
   background-color: #344454;
   line-height: 0.9;
}
#menu > nav > ul > li > ul > li > ul > li > a{
    display: block;
    color: #C0EEEE;
    padding: 8px 18px;
    font-size: 0.9em;
}
#menu > nav > ul > li > ul > li > ul > li > a:hover{
    display: block;
    color: #E0FFFF;
    padding: 8px 18px;
    font-size: 0.9em;
    background-color: #445464;
}


/* Content */

.reveal-modal{
    margin-left: -25.5%;
    width: 51%;
}

.modalContent{
    width: 916px;
}

#content{
    padding: 0 15px;
}

#content > .colums > .row{
    margin-bottom: 25px;
}

/* PAGE TITLES */

#pageTitle, .pageTitle{
    margin: 20px 0 15px 0 !important;
    border-bottom: 1px solid #EEEEEE;
}

#pageTitle > div, .pageTitle > div{

    padding: 0 !important;
}

#pageTitle > div .pageDescription, .pageTitle > div .pageDescription{
    float: left;
}

#pageTitle > div .pageDescription h2, .pageTitle > div .pageDescription h2{
    color: #999999;
}

/* PROFILES */

.inlineLabel {
    display: inline-block;
    margin-right: 10px;
}

#profileForm #locationMap{
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 2px;
}

.chosenGroup{
    margin-bottom: 15px;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 10px;
    height: 50px;
    border-radius: 0;
    background: #F3F3F3;
    border: 1px solid #cccccc;
    background-clip: inherit;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 45px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 20px;
    bottom: 0;
    margin: auto 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #999999;
    background-image: none;
    box-shadow: none;
}

.chosen-container .chosen-drop {
    border: 1px solid #999999;
    background: #FFFFFF;
    border-radius: 0;
}

.chosen-container-single .chosen-search input[type=text] {
    padding: 10px 20px 10px 5px;
    width: 100%;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    border-radius: 0;
}

.chosen-container-single .chosen-search input[type=text]:focus {
    box-shadow: none;
    background: #FFFFFF;
}

.twitter-typeahead{
    width: 100%;
}

.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 5px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

#profileForm .profileImages{
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    margin-bottom: 10px;
}

#profileForm .profileImages li{
    width: 45%;
    height: 200px;
    background: #444444;
    margin: 2.5%;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

#profileForm .applicationImages li{
    width: 95%;
}

#profileForm .profileImages li .deleteImage{
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.8) url("../img/icons/profileDeleteImage.svg") no-repeat center;
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    z-index: 1000;
}

#profileForm .profileImages li img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
}

#profileForm .profileImages li input{
    visibility: hidden;
    position: absolute;
}


#profileForm .uploadBtn{
    background: #BBBBBB;
}

#profileForm .profileImageBase{
    visibility: hidden;
    position: absolute;
}

.pricingSetting{
    margin-bottom: 20px;
}

.pricingSetting label{
    float: left;
    text-align: left;
    width: 50%;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
}

.priceInput{
    width: 100%;
    position: relative;
}

.pricingSetting .priceInput{
    float: left;
    width: 50%;
}

.priceInput:before{
    content: "$";
    position: absolute;
    top: 15px;
    left: 10px;
    bottom: 0;
    font-size: 16px;
    height: 16px;
    font-weight: normal;
    color: #CCCCCC;
}

.priceInput input{
    padding-left: 25px;
}

.availability{
    width: 100%;
    position: relative;
}

.pricingSetting .availability{
    float: left;
    width: 50%;
}

/* DASHBOARD */

#stats .pricing-table{
    border: none;
}

#stats .pricing-table > .title{
    background: #403F41;
    color: #FFFFFF;
}
/* FOOTER */
#footer{
    padding:auto 15px auto 15px !important;
}
#footer > nav > div > p{
    margin:0 !important;
    line-height:1rem;
}
#footer > nav{
    margin-top:40px;
}
#footer a, #footer p{
    font-size: 0.875rem;
}
span.highlight {
   color: #0060d0;
}
#footer > nav > div{
    border-top: 1px solid #EEEEEE;
    padding-top:10px;
}
.bold{
    font-weight: bold;
}
.imageTypeName {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    padding: 0 0 0 7%;
    position: absolute;
    width: 100%;
}

div.row.odd {
   background-color: #f7f7ff;  
}
div.row.even {
   background-color: #f7fff7;  
}

.monthlyDatabase{
	background-color:#FAFAFA;
	margin:2% 0;
	padding:2%;
}

.groupLabel, .fieldLabel {
   color: #00a651;
}


/* Chosen v1.3.0 | (c) 2011-2014 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../img/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../img/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(../img/chosen-sprite.png) no-repeat 100% -20px;background:url(../img/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../img/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(../img/chosen-sprite.png) no-repeat -30px -20px;background:url(../img/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(../img/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}