.button_row_margin_top {
    margin: 25px 0px 0px 0px;
}

/**
upload button
**/
.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button span {
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.fileinput-button i {
    display: inline-block;
}


/****** GALLERY SHIZZLE **********/


.mws-gallery {
    text-align: center;
}

.mws-gallery li {
    cursor: pointer;
}

.mws-gallery li:hover .mws-gallery-overlay {
    display: block;
}

.mws-gallery li .mws-gallery-overlay {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
    right: 0;
    display: none;
    text-align: center;
}

.mws-gallery li .mws-gallery-overlay .mws-gallery-btn {
    width: 40px;
    border: 1px solid #252525;
    display: inline-block;
    text-align: center;
    background: #323232;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
}

.mws-gallery li .mws-gallery-overlay .mws-gallery-btn [class*="icon-"] {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

.mws-gallery li .mws-gallery-overlay .mws-gallery-btn:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.mainPicLight div.thumbnail img {
    outline: 3px solid #5E62E8;
}

.editables {
    cursor: text;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.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-menu {
    width: 100%;
    margin: 12px 0;
    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:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead{ float:left; width:100%}

.columnTriple {
    width: 140px;
    text-align: center;
}
.columnDuo {
    width: 100px;
    text-align: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #0D0A0A;
}