#create-modal .modal-header {
    min-height: 16.43px;
    padding: 0;
    border-bottom: 0;
    background-color: #f3f4f6;
}

#create-modal .modal-header .close {
    background-color: #1f4e79;
}

#create-modal .modal-header .close {
    float: none;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    background-color: #1f4e79;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 9999;
}

#create-modal .modal-content {
    border-radius: 0;
    border: 0;
}

#create-modal .modal-title {
    color: #1f4e79;
    padding: 5px 10px;
}

#create-modal .modal-title {
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
}

#create-modal .modal-title i {
    margin-right: 7px;
}

#create-modal .modal-footer {
    background: none;
    border-color: none;
    border: 0;
    padding: 0;
    border-radius: 0px 0px 2px 2px;
    padding-bottom: 20px;
    padding-right: 20px;
}

#create-modal .modal-footer .btn {
    background-color: #1f4e79;
    border: none !important;
    color: #fff;
    border-radius: 2px;
    padding: 3px 3px;
    font-size: 12px;
    padding: 7px 11px;
}

#create-modal .modal-body {
    padding: 20px;
    font-size: 13px;
}

#create-modal .modal-header .close {
    background-color: #1F4E79;
}

#create-modal .modal-title {
    color: #1F4E79 !important;
    text-transform: capitalize !important;
}

#create-modal .modal-body .title {
    font-size: 20px;
    font-weight: 700;
    color: #1F4E79;
    text-transform: capitalize !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

#create-modal .modal-body {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

#create-modal .create-btn {
    font-size: 14px;
    font-weight: 700;
    margin: auto;
    float: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding-left: 47px;
    width: 250px;
    height: 47px;
    display: block;
    margin-bottom: 15px;
    background-color: #000;
    position: relative;
    padding-top: 13px;
    border-radius: 2px;
}

#create-modal .create-btn.orange {
    background-color: #FF9E00;
}

#create-modal .create-btn.blue {
    background-color: #1F4E79
}

#create-modal .create-btn.blue .tri {

    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1F4E79;
    position: absolute;
    bottom: -6px;
    left: 50%;
    display: none;;
}

#create-modal .create-btn.blue.selected .tri {
    display: block;
}

#create-modal .create-btn.orange i {
    background-color: #FEA91E;
}

#create-modal .create-btn.blue i {
    background-color: #2C608F
}

#create-modal .create-btn i {
    width: 47px;
    height: 47px;
    position: absolute;
    top: 0px;
    line-height: 48px;
    left: 0px;
    background: pink;
}

#create-modal .form-control-feedback {
    right: 154px;
    top: 142px;
    color: #bcbcbc !important;
    display: none;
}

#create-modal .create-btn.orange.disable {
    background-color: #FFCE7F;

}

#create-modal .create-btn.orange.disable i {
    background-color: #FED48E;

}

#create-modal input {
    width: 250px;
    float: none;
    position: relative;
    margin: auto;
    margin-top: 10px;
    display: block;
    display: none;
}

#create-modal .modal-body a.btn {
    color: #fff;
    background-color: #1F4E79;
    text-decoration: none;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 20px;
    border: none;
    margin-top: 20px;
    display: none;
}

#create-modal .modal-body a.btn i {
    margin-left: 5px;
    font-size: 15px;
}


#create-modal .modal-header {
    min-height: 16.43px;
    padding: 0;
    border-bottom: 0;
    background-color: #f3f4f6;
}

#create-modal .modal-header .close {
    background-color: #1abb9c;
}

#create-modal .modal-header .close {
    float: none;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    background-color: #1abb9c;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 9999;
}

#create-modal .modal-content {
    border-radius: 0;
    border: 0;
}

#create-modal .modal-title {
    color: #333;
    padding: 0 10px;
}

#create-modal .modal-title {
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
}

#create-modal .modal-title i {
    color: #1abb9c;
    margin-right: 7px;
}

#create-modal .modal-footer {
    background: none;
    border-color: none;
    border: 0;
    padding: 0;
    border-radius: 0px 0px 2px 2px;
    padding-bottom: 20px;
    padding-right: 20px;
}

#create-modal .modal-footer .btn {
    background-color: #1abb9c;
    border: none !important;
    color: #fff !important;
    border-radius: 2px;
}

#create-modal .modal-body {
    padding: 20px;
    font-size: 13px;
}

#close-modal .modal-header .close {
    background-color: #d20000 !important;
}

#close-modal .modal-title,
#close-modal .modal-title i {
    color: #d20000 !important;
}

#close-modal .modal-footer .btn-danger {
    background-color: #d20000;
}

#close-modal .modal-footer .cancel-btn {
    background-color: #d3d3d3;
}

#close-modal .modal-body p {
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}


#select-business-modal .title, #select-business-modal-v2 .title {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px;
    display: block;
}

#select-business-modal .title h4, #select-business-modal-v2 .title h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #298cce;
}

#select-business-modal .modal-header .close, #select-business-modal-v2 .modal-header .close {
    background-color: #1abb9c;
}

#select-business-modal .modal-header, #select-business-modal-v2 .modal-header {
    background-color: #fff;
}

#select-business-modal button.next, #select-business-modal-v2 button.next {
    background-color: #298cce !important;
}

#select-business-modal button.btn-warning, #select-business-modal-v2 button.btn-warning {
    float: left !important;
    margin-left: 20px;
    background-color: #ff9e00 !important;
}

#select-business-modal select.business, #select-business-modal-v2 select.business {
    height: 250px;
}

#select-business-modal .item-contianer, #select-business-modal-v2 .item-contianer {
    width: 100%;
    border: 1px solid #E8E8E8;
    background: #FDFDFD;
    color: #7b7b7b;
    padding-top: 5px;
    height: 220px;
    overflow: hidden;
}

#select-business-modal .item-contianer .item, #select-business-modal-v2 .item-contianer .item {
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 15px;
    display: block;
}

#select-business-modal .item-contianer .item.active, #select-business-modal-v2 .item-contianer .item.active {
    background-color: #298cce;
    color: #fff;
}

#select-business-modal .item-contianer .item i.pull-right, #select-business-modal-v2 .item-contianer .item i.pull-right {
    display: none;
}

#select-business-modal .item-contianer .item.active i.pull-right, #select-business-modal-v2 .item-contianer .item.active i.pull-right {
    display: inline-block;
    position: relative;
    top: 3px;
    color: #fff;
}

#select-widget-modal .title {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px;
    display: block;
}

#select-widget-modal .title h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #298cce;
}

#select-widget-modal .modal-header .close {
    background-color: #298cce;;
}

#select-widget-modal .modal-header {
    background-color: #fff;
}

#select-widget-modal button.next {
    background-color: #298cce !important;
}

#select-widget-modal button.btn-warning {
    float: left !important;
    margin-left: 20px;
    background-color: #ff9e00 !important;
}

#select-widget-modal select.business {
    height: 250px;
}

#select-widget-modal .item-contianer {
    width: 100%;
    border: 1px solid #E8E8E8;
    background: #FDFDFD;
    color: #7b7b7b;
    padding-top: 5px;
    height: 220px;
    overflow: hidden;
}

#select-widget-modal .item-contianer .item {
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 15px;
    display: block;
}

#select-widget-modal .item-contianer .item.active {
    background-color: #298cce;
    color: #fff;
}

#select-widget-modal .item-contianer .item i.pull-right {
    display: none;
}

#select-widget-modal .item-contianer .item.active i.pull-right {
    display: inline-block;
    position: relative;
    top: 3px;
    color: #fff;
}


#select-business-clone-modal .title {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px;
    display: block;
}

#select-business-clone-modal .title h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    /*color: #298cce;*/
}

#select-business-clone-modal .modal-header .close {
    background-color: #1abb9c;
}

#select-business-clone-modal .modal-header {
    background-color: #fff;
}

#select-business-clone-modal button.next {
    background-color: #298cce !important;
}

#select-business-clone-modal button.btn-warning {
    float: left !important;
    margin-left: 20px;
    background-color: #ff9e00 !important;
}

#select-business-clone-modal select.business {
    height: 250px;
}

#select-business-clone-modal .item-contianer {
    width: 100%;
    border: 1px solid #E8E8E8;
    background: #FDFDFD;
    color: #7b7b7b;
    padding-top: 5px;
    height: 220px;
    overflow: hidden;
}

#select-business-clone-modal .item-contianer .item {
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 15px;
    display: block;
}

#select-business-clone-modal .item-contianer .item.active {
    background-color: #298cce;
    color: #fff;
}

#select-business-clone-modal .item-contianer .item i.pull-right {
    display: none;
}

#select-business-clone-modal .item-contianer .item.active i.pull-right {
    display: inline-block;
    position: relative;
    top: 3px;
    color: #fff;
}


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}