.prelabel {
    width: 140px;
}

.popover-content {
    min-width: 200px;
    font-size: 12px;
}

.pull-center {
    text-align: center;
    width: 100%;
}

.title {
    padding-bottom: 9px;
    padding-top: 9px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    text-align: center;
}

.previewer {
    position:absolute;
    border:3px solid darkred;
    background:white;
    padding:5px;
    display:none;
    color:#fff;
    box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);
    z-index:5;
}

#canvas {
    border:1px solid #000000;
    background-image: url(/images/cosmoman.png);
    background-repeat:no-repeat;
    background-position:45% 50%;
    background-color:whitesmoke;
}

input.file {
    position: relative;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

.stick {
    position: fixed;
    top: 0px;
}

/* navbar */
.navbar-cosmoproducts {
    background-color: #0088cc;
    color: #ffffff;
}

.navbar-cosmoproducts, .navbar-cosmoproducts .navbar-toggle, .navbar-cosmoproducts .nacbar-collapse {
    border-color: #000000;
}

.navbar-cosmoproducts .navbar-brand, .navbar-cosmoproducts .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-cosmoproducts .navbar-nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color: #000000;
}

/* chosen */
.chosen-single, .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 34px !important;
    font-size: 14px;
    line-height: 1.42857143 !important;
    background-image: none !important;
    background: #ffffff !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.chosen-choices {
    min-height: 34px;
    height: auto !important;
    font-size: 14px;
    line-height: 1.42857143 !important;
    background-image: none !important;
    background: #ffffff !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.chosen-container-single .chosen-single {
    height: 34px !important;
    padding: 6px 12px !important;
    border: 1px solid #cccccc !important;
}
.chosen-container {
    font-size: 14px;
}
.chosen-single, .chosen-choices, .chosen-container-multi .chosen-choices {
    border: 1px solid #cccccc !important;
    border-radius: 4px;
}
.chosen-container-active .chosen-choices, .chosen-container-active .chosen-single {
    border-color: rgba(82,168,236,.8) !important;
    box-shadow: 0 0 8px rgba(82,168,236,.6);
}
.chosen-container-multi .chosen-choices li.search-choice {
    margin: 3px 2px 3px 3px !important;
    padding: 9px 20px 9px 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 5px !important;
}
.chosen-container-single .chosen-single div {
    top: 5px !important;
}
.chosen-container-single .chosen-single abbr {
    top: 10px !important;
}