html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 6px;
    left: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
    width: 20px;
    height: 20px;
}

a.asc:after {
    content: /*"\e113"*/ " ";
    background-image: url(../images/asc.png);
}

a.desc:after {
    content: /*"\e114"*/ " ";
    background-image: url(../images/desc.png);
}

.glyphicon-eye-open:before {
    content: /* "\e105" */ " ";
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    width: 21px;
    height: 21px;
    background: no-repeat;
    background-image: url(../images/eye.png);
    background-size: contain;
    background-position: center;
}

.glyphicon {
    color: rgb(39, 141, 203);
}

.glyphicon-trash:before {
    content: /* "\e020" */ " ";
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    width: 21px;
    height: 21px;
    background: no-repeat;
    background-image: url(../images/trash.png);
    background-size: contain;
    background-position: center;
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

@font-face {
    font-family: "Droid Sans";
    src: url('../fonts/128021241-DroidSans.eot');
    src: url('../fonts/128021241-DroidSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/128021241-DroidSans.svg#Droid Sans') format('svg'),
    url('../fonts/128021241-DroidSans.woff') format('woff'),
    url('../fonts/128021241-DroidSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.success-row {
    padding:32px 0 31px 0;
}

.success-row h1 {
    float:left;
    width:220px;
    font-size: 11.25px;
    margin-top:4px;
    font-family: "Droid Sans";
    color:#474747;
}

.amazon-box {
    float:left;
}

.amazon-box li {
    float:left;
    font-size:13px;
    border-radius:2px;
    font-family: "Droid Sans";
    background:#B8D8EC;
    margin: 6px 6px;
    padding: 6px 9px;
}

.amazon-box li a {
    padding:5px 10px;
    color:#474747;
    text-decoration:none;
    display:block;
}

.result-box {
    padding:12px 0;
    text-align:center;
    font-family: "Droid Sans";
    font-size:20px;
    margin-left:20px;
    margin-right:20px;
    color:#fff;
    background:#282828;
}

.result-box span {
    font-size:12px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}

li {
    list-style: none;
}

.tesparing-row {
    background: #c8e0f7;
    padding: 12px 75px 8px 49px;
    overflow: hidden;
}

.tesparing-row h2 {
    font-size: 20px;
    color: #282828;
    font-family: "Droid Sans";
    font-weight: normal;
    margin: 0;
    float: left;
}

.tesparing-row h3 {
    font-size: 15px;
    color: #282828;
    font-family: "Droid Sans";
    font-weight: normal;
    float: right;
    margin: 0;
    margin-top: 6px;
}

.clr {
    clear: both;
}

.product-ul li {
    float: left;
    width: 248px;
    margin-bottom: 34px;
    margin-right: 8px;
    border: 1px solid #a5a5a5;
}

.product-inner {
    background: #efefef;
    padding: 12px 4px;
    text-align: center;
    height: 160px;
}

.product-inner p {
    font-family: "Droid Sans";
    text-align: center;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-inner p > a {
    font-size: 12.75px;
    color: #046199;
}

.product-inner h1 {
    font-size: 14px;
    margin: 0;
    float: left;
    color: #363636;
    font-family: "Droid Sans";
    font-weight: normal;
}

.product-inner h2 {
    font-size: 15px;
    margin: 0;
    color: #121111;
    float: right;
    font-family: "Droid Sans";
    font-weight: bold;
}

.product-ul li img {
    margin: 4px;
    width: 236px;
    height: 281px;
}

.search_icon {
    height: 16px !important;
    width: 16px !important;
}

.search_icon_link {
    text-decoration: none;
}

.design {
    width: 300px;
    height: 360px;
    display: inline-block;
    margin: 20px 30px 20px 30px;
    float: left;
}

.design img {
    width: 300px;
    height: 300px;
    background-color: #cbe8f6;
}

.design-text {
    border-collapse: separate;
    display: table-cell;
    text-align: center;
    height: 60px;
    vertical-align: middle;
    width: 300px;
}

.task-img {
    background-color: #cbe8f6;
    width: 100px;
    height: 100px;
}

.design-img {
    width: 300px;
    height: 300px;
    background-color: #cbe8f6;
}

.form-group {
    float: left;
    margin-left: 20px;
    width: 800px;
}

.product-form .form-group {
    width: 100% !important;
}

.design-form .form-group {
    width: 100% !important;
}

.field-niche-title, .field-task-notes, .field-task-user_id, .submit-button {
    margin-left: 0;
    margin-right: 20px;
    width: 22% !important;
}

.form-control {
    height: 44px;
}

.researcher .form-group {
    float: none;
    width: auto;
}

.amazon-box li:hover {
    background-color: #9DCCEA;
}

.white-color {
    color: #ffffff !important;
    background-color: #298fcc !important;
}

/* only for autohover nav bar menu */
/*ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
}*/

.large-link {
    color: #069aeb !important;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .container {
        width: 1154px;
    }
}

.summary {
    font-size: 11.25px;
    font-family: 'Open Sans', sans-serif;
    height: 18px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgb(242, 242, 242) !important;
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: white;
}

.table-bordered > thead > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #000000;
}

.table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td {
    border: 1px solid #ccc;
}

thead {
    font-size: 16px;
}

.search-area input, .search-area select  {
    width: 100% !important;
    margin: 0 !important;
}

.new-design-form-sumbit-button {
    margin-left: 0;
}

.hidden {
    display: none;
}

.myideas table tr th {
    display: none;
}


.field-spot-x1, .field-spot-y1, .field-spot-x2, .field-spot-y2, .field-spot-type,
.field-spot-quarter, .submit-button, .field-loginform-email, .field-loginform-password,
.field-user-email, .field-user-password, .field-user-name,
.field-user-role, .field-user-status, .field-design-hovertext, .field-design-submit
{
    height: 79px;
}

.field-spot-x1, .field-spot-y1, .field-spot-x2, .field-spot-y2,
.field-spot-font, .field-spot-type, .field-spot-color, .field-spot-submit {
    margin: 20px 2% 0;
    width: 21% !important;
}

.field-design-hovertext, .field-design-submit {
    margin: 20px 2% 0;
    width: 46% !important;
}

.field-spot-font, .field-spot-type, .field-spot-color, .field-spot-submit {
    margin-top: 0;
}

.submit-button, .field-loginform-email, .field-loginform-password,
.field-user-email, .field-user-password, .field-user-name,
.field-user-role, .field-user-status, .field-mainform {
    margin: 0 2%;
    width: 46% !important;
}

.field-mainform {
    margin: 0 2% 20px;
}

.form-file-input-mainform {
    display: inline !important;
    width: initial !important;
}

.spot {
    border: 1px solid yellow ;
    position: absolute;
    background: center repeat;
    opacity: 0.5;
}

.form-control {
    border: 1px solid #646363;
}

.field-spot-quarter {
    margin: 0 2%;
    width: 21% !important;
}

.form-file-input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 11px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.input-group-html5 .input-group-addon:first-child {
    border: 1px solid #646363 !important;
}

.fonts-div {
    margin: 0 2%;
    width: 96% !important;
    margin-bottom: 20px;
}

.input-group-addon, .form-control[readonly] {
    background-color: white;
}

.create-user-btn {
    width: initial !important;
}

.update-user-btn {
    width: initial !important;
}

.creat {
    background-image: url(../images/creat.png);
    width: 414px;
    height: 65px;
    border: 0;
    cursor: pointer;
}

.creat-container {
    text-align: center;
    margin-bottom: 32px;
}

input[name="Spot[color]"] {
    font-size: 11px;
}

#previewButton {
    width: 88px;
}

.contant4 {
    background: #fff;
    padding: 40px 46px 26px 66px;
    overflow: hidden;
}

.design-type {
    width: 100%;
}

.design-type > label {
    width: 20%;
}

.glyphicon.glyphicon-ok {
    color: #000000;
}

.cbx-active {
    border-color: #000000 !important;
    border-width: 2px !important;
}

.cbx-label {
    font-size: xx-large;
}

.contant4.choose-niche {
    overflow:visible !important;
    height: 125px;
}

div.fancy-select div.trigger {
    padding: 13px 24px 9px 9px !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 0 !important;
    border: 1px solid #646363 !important;
    width: initial !important;
    height: 44px !important;
    font-weight: normal;
}

div.fancy-select ul.options {
    max-height: initial !important;
    background-color: #ffffff !important;
    min-width: 100% !important;
    background-color: #fff;
    -webkit-background-clip: padding-box !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
}

div.fancy-select ul.options li {
    color: #454545 !important;
    font-weight: normal !important;
}

div.fancy-select ul.options li.selected {
    color: #fff !important;
    text-decoration: none !important;;
    background-color: #337ab7 !important;;
    outline: 0 !important;;
}

div.fancy-select ul.options li:hover {
    color: #454545 !important;
    text-decoration: none !important;;
    background-color: #c8e0f7 !important;;
    outline: 0 !important;;
}

#popular_links {
    height: 44px;
    padding: 11px 0;
}

#profession, #verb, #object, #adjective {
    width: 90%;
    float: left;
}

#profession_a > img, #verb_a > img, #object_a > img, #adjective_a > img {
    margin-top: 6px;
    margin-left: 9px;
}