.cancel_green, .cancel_orange, .not_activated{
    color: #fff;
    margin: 0 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block !important;
}
.cancel_green{
    background: green;
}
.cancel_orange{
    background: orange;
}
.not_activated{
    background: red;
}
.dropdown-toggle{
    position: relative;
}
.dropdown-toggle a, .dropdown-toggle a:hover, .dropdown-toggle a:focus{
    color: #fff;
    text-decoration: none;
}
.dropdown-menu > li > span{
    color: #000;
    display: block;
    padding: 3px 28px;
    clear: both;
}
.dropdown-menu > li:hover{
    background: #EAEAEA;
}

.delete_time, .on_off, .hide_show{
    position: relative;
}
.delete_time:before, .on_off:before, .hide_show:before{
    font-family: 'Glyphicons Halflings';
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    left: 8px;
    font-size: 12px;
    top: 5px;
}
.on_off:before{
    content: "\e017";
}
.delete_time:before{
    content: "\e020";
}
.hide_show:before{
    content: "\e105";
}

.delete_time_on_edit_page{
    background: url(../img/circle-cross-128.png) no-repeat;
    width: 8px;
    height: 8px;
    display: block !important;
    padding: 0 !important;
    position: absolute;
    right: -10px;
    top: 0px;
}
.time_list_on_edit{position: relative;margin-bottom: 10px;}
.dropdown-toggle_on_edit{display: inline;}
.dropdown-toggle_on_edit > a{color: #000 !important;}

#result_search_city{
    position: absolute;
    background: #fff;
    color: #2C2828;
    left: 0;top: 38px;
    border-bottom: 1px solid #D5C9C9;
    border-left: 1px solid #D5C9C9;
    border-right: 1px solid #D5C9C9;
    -webkit-box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.3);
}
#result_search_city > div{
    padding: 9px 15px 9px 40px;
    cursor: pointer;position: relative;
    min-width: 100px;font-size: 15px;font-weight: 600;
}
#result_search_city > div:hover{
    background: #f5f5f5;
}
#result_search_city > div:last-child{border: 0;}
#result_search_city > div:before{
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e092";color: #ff4c45;left: 14px;
    top: 12px;
}

.alert{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
