
.gl-current-select {
    color: #00F;
    cursor: pointer;
}

.btn-yes {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #00F;
}

.btn-change {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #F00;
    border-bottom: 1px dotted #005a99;
}

.gl-default {
    width: 400px;
    padding: 30px;
    text-align: center;
    display: block;
}

.gl-change-select {
    width: auto;
    padding: 10px 30px 10px 10px;
    display: block;
}

.gl-change-list {
    list-style: none;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    margin: 25px 0 0 0;

    opacity: 0;
    height: 0;
}

.gl-change-list li {
    float: left;
    width: 50%;
    padding: 0px 0px 0 0;
    margin: 0 0 0px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.gl-change-list span {
    color: blue;
    cursor: pointer;
}

.gl-default h5, .gl-change-select h5 {
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #636363;
}

/* fix select2 */
.select2-dropdown.select2-dropdown--below {
    z-index: 10001;
}
/*
span.gl-select2-container span.select2-container.select2-container--default.select2-container--open {
	top: inherit!important;
	left: inherit!important;
}*/
#colorbox,
#cboxContent{width: 300px!important;    height: 383px!important;}
#colorbox{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(33,33,33,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(33,33,33,1);
    box-shadow: 0px 0px 5px 0px rgba(33,33,33,1);
}
#cboxLoadedContent{width: auto!important;margin-bottom: 0!important;}
#colorbox .desc{font-size: 13px;margin-bottom: 10px;font-weight: bold;}

#cboxOverlay{visibility: hidden!important;}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleRight,
#cboxBottomRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxMiddleLeft{display: none;}

#cboxContent {background: #ffffff!important;}
.gl-change-select h5{margin: 0;}


#cboxClose{
    top: 10px;
    right: 10px!important;
    background: url('/front/img/icons/icon_close_gray.png') no-repeat 50% 50%!important;
    width: 10px!important;
    height: 10px!important;
    outline: none;
}
