img {
    max-width: 100%;
}

textarea {
    resize: vertical;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.bg-navy-light {
    color: #fff;
    background-color: #626E9A !important;
}

.bg-mango-pudding {
    color: #fff;
    background-color: #EECE5D !important;
}

.bg-power-green {
    color: #fff;
    background-color: #8B9E5E !important;
}

.bg-lycra {
    color: #fff;
    background-color: #DB8CAD !important;
}

.text-navy-light {
    color: #626E9A !important;
}

.text-mango-pudding {
    color: #EECE5D !important;
}

.text-power-green {
    color: #8B9E5E !important;
}

.text-lycra {
    color: #DB8CAD !important;
}

@media (max-width:767px) {
    .col-xs-hidden {
        display: none;
    }

}

.function-widget {
    font-size: 13px !important;
    margin-right: 0 !important;
    padding: 0 7px !important;
}

.nav>li.function-widget>a {
    padding-left: 0;
    padding-right: 0;
}

.table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.sortableHander {
    cursor: move !important;
}

ul.errors {
    margin: 0;
    padding: 0 0 0 17px;
    color: #ff0000
}

.btn-active-modal {
    cursor: pointer;
}

#nprogress .bar {
    background-color: #f39c12;
}

.content-wrapper.content-wrapper-error {
    margin-left: 0;
}

.content-header .hitory-back {
    font-size: 13px;
}

.select2-container {
    width: 100% !important;
}

.img-list-item {
    position: relative;
}

.img-list-item .del {
    position: absolute;
    top: -10px;
    right: 0px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #1d77ab;
    background-color: #3c8dbc;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
}

.img-list-item .del:hover {
    background-color: #f10869;
    border-color: #f10869;
    color: #fff;
}

.modal-body table {
    background: #fff;
    color: #333;
    margin: 10px 0;
}

.btn-small{
    display: inline-block;
    text-decoration: none;
    padding: 3px 10px;
    background-color: #efefef;
    color: #333;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
}

.btn-small:hover{
    background-color: #3c8dbc;
    border-color: #367fa9;
    color: #fff;
}


.skin-blue .sidebar-menu>li>a{
    border-left-width: 5px;
}
.skin-blue .sidebar-menu>li.active>a{
    background-color: #2c3b40
}