
ul.edit-link {
    float: left !important;
    margin-top: 0;
    padding-right: 0 !important;
}

    ul.edit-link li {
        background-color: #005953;
        border-radius: 999px;
        display: inline-block;
        font-size: 20px;
        height: 30px;
        margin: 0 0.1em;
        padding: 0;
        width: 30px;
    }

    ul.edit-link a {
        color: #f7f7f7;
        display: block;
        font-size: 95%;
        padding: 7px 0;
        text-align: center;
    }

    ul.edit-link li:hover a {
        color: #f7f7f7;
        text-decoration: none;
    }

    ul.edit-link li.edit-col:hover {
        background-color: #66ccff;
    }

    ul.edit-link li.delete-col:hover {
        background-color: #66ccff;
    }

.select2-container {
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    box-sizing: border-box;
}

    .select2-container .select2-choice {
        -moz-user-select: none;
        background-clip: padding-box;
        background-color: #fff;
        background-image: linear-gradient(to top, #eee 0%, #fff 50%);
        border-radius: 4px;
        color: #444;
        display: block;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        padding: 0 0 0 8px;
        position: relative;
        text-decoration: none;
        white-space: nowrap;
    }

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    display: block;
    float: none;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    background: rgba(0, 0, 0, 0) url("../img/select2.png") no-repeat scroll right top;
    border: 0 none;
    cursor: pointer;
    display: none;
    font-size: 1px;
    height: 12px;
    outline: 0 none;
    position: absolute;
    right: 24px;
    text-decoration: none;
    top: 8px;
    width: 12px;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    background-color: #fff;
    border: 0 none;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 9998;
}

.select2-drop {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    border-top: 0 none;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    color: #000;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
}

    .select2-drop.select2-drop-above {
        border-bottom: 0 none;
        border-radius: 4px 4px 0 0;
        box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
        margin-top: 1px;
    }

.select2-drop-active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #72afb6 #72afb6;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #72afb6;
}

.select2-drop-auto-width {
    width: auto;
}

    .select2-drop-auto-width .select2-search {
        padding-top: 4px;
    }

.select2-container .select2-choice .select2-arrow {
    background: #ccc linear-gradient(to top, #ccc 0%, #eee 60%) repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    border-radius: 4px 0 0 4px;
    left: 0;
    right: auto;
}

.select2-container .select2-choice .select2-arrow b {
    background: rgba(0, 0, 0, 0) url("../img/select2.png") no-repeat scroll 0 1px;
    display: block;
    height: 100%;
    width: 100%;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

    .select2-search input {
        background: url("../img/select2.png") no-repeat scroll 100% -22px, rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 85%, #eee 99%) repeat scroll 0 0;
        border-radius: 0;
        box-shadow: none;
        font-family: sans-serif;
        font-size: 1em;
        height: auto !important;
        margin: 0;
        min-height: 26px;
        outline: 0 none;
        padding: 4px 20px 4px 5px;
        width: 100%;
    }

html[dir="rtl"] .select2-search input {
    background: url("../img/select2.png") no-repeat scroll -37px -22px, rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 85%, #eee 99%) repeat scroll 0 0;
    padding: 4px 5px 4px 20px;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: url("select2-spinner.gif") no-repeat scroll 100% center, rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 85%, #eee 99%) repeat scroll 0 0;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: medium none;
}

.select2-dropdown-open .select2-choice {
    background-color: #eee;
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent none repeat scroll 0 0;
    border-left: medium none;
    filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: medium none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-results {
    margin: 4px 4px 4px 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative;
}

html[dir="rtl"] .select2-results {
    margin: 4px 0 4px 4px;
    padding: 0 4px 0 0;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    background-image: none;
    display: list-item;
    list-style: outside none none;
}

    .select2-results li.select2-result-with-children > .select2-result-label {
        font-weight: bold;
    }

.select2-results .select2-result-label {
    -moz-user-select: none;
    cursor: pointer;
    margin: 0;
    min-height: 1em;
    padding: 3px 7px 4px;
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}

.select2-results .select2-highlighted {
    background: #075654 none repeat scroll 0 0;
    color: #fff;
}

.select2-results li em {
    background: #feffde none repeat scroll 0 0;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent none repeat scroll 0 0;
}

.select2-results .select2-highlighted ul {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: #f4f4f4 none repeat scroll 0 0;
    display: list-item;
    padding-left: 5px;
}

.select2-results .select2-disabled.select2-highlighted {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #666;
    cursor: default;
    display: list-item;
}

.select2-results .select2-disabled {
    background: #f4f4f4 none repeat scroll 0 0;
    cursor: default;
    display: list-item;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url("select2-spinner.gif") no-repeat scroll 100% center;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2) none repeat scroll 0 0;
}

.select2-more-results {
    background: #f4f4f4 none repeat scroll 0 0;
    display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0 none;
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none;
    }

.select2-container-multi .select2-choices {
    cursor: text;
    height: auto !important;
    overflow: hidden;
    padding: 0 5px 0 0;
    position: relative;
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
    padding: 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: medium none;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: outside none none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        background: transparent none repeat scroll 0 0 !important;
        border: 0 none !important;
        box-shadow: none;
        color: #666;
        font-family: sans-serif;
        font-size: 100%;
        margin: 1px 0;
        outline: 0 none;
        padding: 5px;
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: #fff url("select2-spinner.gif") no-repeat scroll 100% center !important;
        }

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    -moz-user-select: none;
    background-color: #075654;
    border: 1px solid #053d3c;
    border-radius: 3px;
    color: #fff;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 18px 3px 5px;
    position: relative;
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4 none repeat scroll 0 0;
}

.select2-search-choice-close {
    background: rgba(0, 0, 0, 0) url("../img/select2.png") no-repeat scroll right top;
    display: block;
    font-size: 1px;
    height: 13px;
    outline: medium none;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
}

html[dir="rtl"] .select2-search-choice-close {
    left: 3px;
    right: auto;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        background-color: #f4f4f4;
        background-image: none;
        border: 1px solid #ddd;
        padding: 3px 5px;
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            display: none;
        }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    border: 0 none !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    height: 1px !important;
    left: 0 !important;
    margin: 0 !important;
    outline: 0 none !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    height: 100px;
    left: -10000px;
    overflow: scroll;
    position: absolute;
    top: -10000px;
    width: 100px;
}

@media not all, only screen and (min-resolution: 2dppx) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url("../img/select2x2.png") !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

#footer-warp {
    background: rgba(0, 0, 0, 0) url("../img/footer-bg.png") no-repeat scroll left bottom / cover;
    color: #005953;
    margin-top: 35px;
    min-height: 200px;
    outline: 0 none;
}

.flink a:link, .flink a:visited {
    color: #005953 !important;
}

.flink a:hover, .flink a:focus {
    color: #7ba7ae !important;
}

ul.social-link {
    margin-top: 0;
    padding-right: 0 !important;
}

    ul.social-link li {
        background-color: #f7f7f7;
        border-radius: 999px;
        display: inline-block;
        font-size: 20px;
        height: 36px;
        margin: 0 0.1em;
        padding: 0;
        width: 36px;
    }

    ul.social-link a {
        color: #f7f7f7;
        display: block;
        font-size: 120%;
        padding: 7px 0 6px;
        text-align: center;
    }

    ul.social-link li:hover a {
        color: #f7f7f7;
        text-decoration: none;
    }

    ul.social-link li.tw-col:hover {
        background-color: #66ccff;
    }

    ul.social-link li.fa-col:hover {
        background-color: #346da6;
    }

    ul.social-link li.gp-col:hover {
        background-color: #5897fb;
    }

    ul.social-link li.yt-col:hover {
        background-color: #5897fb;
    }

.c-service {
    font-size: 24px;
    margin-left: 15px;
    margin-top: 15px;
}

    .c-service span {
        display: block;
        font-family: sans-serif;
        font-size: 26px;
    }

    .c-service.i-call {
        background-image: url("../img/i-call.png");
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 50px;
    }

.c-rights {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    text-align: right;
}

.c-rights, .uk-subnav > li {
    font-size: 18px;
}

.pagination > li > a, .pagination > li > span {
    color: #66ccff !important;
}

#sidebar {
    min-height: 650px;
}

body, html {
    margin-bottom: 0 !important;
}

body {
    padding-bottom: 0 !important;
}

.main-menu > li > a .fa:first-child {
    float: right;
    margin-right: -27px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #005953 !important;
    font-size: 25px !important;
}

.nav-tabs > li > a {
    color: #666;
    font-size: 25px !important;
}

    .nav-tabs > li > a:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eeeeee 1%, #eeeeee 51%, #ffffff 100%) repeat scroll 0 0;
        border-bottom: medium none #fff !important;
        color: #5897fb !important;
    }

.tab-content {
    padding-top: 20px !important;
}

.well {
    float: right;
    width: 100%;
}

.well-trans {
    opacity: 0.8 !important;
}

.realperson-text {
    direction: ltr;
    float: right;
    font-family: "Courier New",monospace;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
}

.login-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .login-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .login-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .login-container {
        width: 500px;
    }
}

.login-home-pop {
    background: #346da6 none repeat scroll 0 0 !important;
    border-bottom: 2px solid #333;
    color: #fff !important;
    cursor: pointer;
    font-size: 33px;
    height: 70px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

    .login-home-pop a {
        border-bottom: medium none;
        color: #fff !important;
        text-decoration: none !important;
    }
