.pull-right {
    float: right;
}

.clickable-icon {
    cursor: pointer;
}

.center {
    text-align: center !important;
}

label {
    font-weight: normal !important;
}

.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.overflow-hide {
    overflow: hidden;
}

.profile-image {
    border-radius: 20%;
    height: 50px;
    width: 50px;
}

.small-10 {
    font-size: 9px !important;
}

img[width="60"][height="60"] {
    cursor: pointer !important;
}

table .form-control.min-height {
    height: 26px !important;
}

/* Chosen Plugin Css Styling Start */

select.form-control+.chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-image: none;
}

select.form-control+.chosen-container.chosen-container-single .chosen-single div {
    top: 4px;
    color: #000;
}

select.form-control+.chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;
}

select.form-control+.chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control+.chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

select.form-control+.chosen-container .chosen-results li, select.form-control+.chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image: none;
}

select.form-control+.chosen-container .chosen-results li:hover, select.form-control+.chosen-container .chosen-results li.active-result:hover, select.form-control+.chosen-container .chosen-results li.highlighted {
    color: #FFF;
    text-decoration: none;
    background-color: #428BCA;
    background-image: none;
}

select.form-control+.chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control+.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
    padding: 5px 0;
}

select.form-control[multiple=""]+.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
    padding: 0 !important;
}

select.form-control+.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

select.form-control+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
    right: 6px;
}

select.form-control+.chosen-container-multi.chosen-container-active .chosen-choices, select.form-control+.chosen-container.chosen-container-single.chosen-container-active .chosen-single, select.form-control+.chosen-container .chosen-search input[type=text]:focus {
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control+.chosen-container-multi .chosen-results li.result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}

.chosen-container-single .chosen-single abbr {
    top: 10px !important;
}

/* Chosen Plugin Css Styling End */

/* Custom Css Start */

.space-32, [class*=vspace-32] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 32px 0 31px
}

.space-30, [class*=vspace-30] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 30px 0 29px
}

.space-28, [class*=vspace-28] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 28px 0 27px
}

.space-26, [class*=vspace-26] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 26px 0 25px
}

.space-24, [class*=vspace-24] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 24px 0 23px
}

.space-22, [class*=vspace-22] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 22px 0 21px
}

.space-20, [class*=vspace-20] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 20px 0 19px
}

.space-18, [class*=vspace-18] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 18px 0 17px
}

.space-16, [class*=vspace-16] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 16px 0 15px
}

.space-14, [class*=vspace-14] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 14px 0 13px
}

.space-12, [class*=vspace-12] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0 11px
}

.space-10, [class*=vspace-10] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 10px 0 9px
}

.space-8, [class*=vspace-8] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 8px 0 7px
}

.space-6, [class*=vspace-6] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 6px 0 5px
}

.space-4, [class*=vspace-4] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 4px 0 3px
}

.space-2, [class*=vspace-2] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 2px 0 1px
}

.space-0, [class*=vspace-0] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 0
}

.dark {
    color: #333!important
}

.white {
    color: #FFF!important
}

.red {
    color: #DD5A43!important
}

.red2 {
    color: #E08374!important
}

.light-red {
    color: #F77!important
}

.blue {
    color: #478FCA!important
}

.light-blue {
    color: #93CBF9!important
}

.green {
    color: #69AA46!important
}

.light-green {
    color: #B0D877!important
}

.orange {
    color: #FF892A!important
}

.orange2 {
    color: #FEB902!important
}

.light-orange {
    color: #FCAC6F!important
}

.purple {
    color: #A069C3!important
}

.pink {
    color: #C6699F!important
}

.pink2 {
    color: #D6487E!important
}

.brown {
    color: brown!important
}

.grey {
    color: #777!important
}

.light-grey {
    color: #BBB!important
}

.header:not(.nav-header) {
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC
}

.header.less-margin {
    margin-top: 10px;
    margin-bottom: 10px
}

.header.blue {
    border-bottom-color: #d5e3ef
}

.header.green {
    border-bottom-color: #cce2c1
}

.header.purple {
    border-bottom-color: #e0d1ea
}

.header.orange {
    border-bottom-color: #fdd0ac
}

.header.orange2 {
    border-bottom-color: #fbd36b
}

.header.red {
    border-bottom-color: #f3cdc6
}

.header.grey {
    border-bottom-color: #c3c3c3
}

.header.pink {
    border-bottom-color: #f2e0eb
}

.header.pink2 {
    border-bottom-color: #e69eb9
}

.header.light-blue {
    border-bottom-color: #dceefc
}

.header.light-red {
    border-bottom-color: #fec5c5
}

.header.light-green {
    border-bottom-color: #d2e7b5
}

.header.brown {
    border-bottom-color: #df9393
}

/* Custom Css End */

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

table.dataTable.no-footer {
    border-bottom: medium none !important;
}

.datepicker .datepicker-days .today.day {
    background-color: #3C8DBC;
    color: #fff;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

table.dataTable.jqstb-header-table {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.control-sidebar-bg, .control-sidebar {
    min-height: 100%;
}

.dockable-chat-box {
    position: fixed;
    bottom: 0;
    /* right: 0;
    */
    z-index: 9999999;
}

.dockable-chat-box-0 {
    right: 0;
}

.dockable-chat-box-3 {
    right: 25%;
}

.dockable-chat-box-6 {
    right: 50%;
}

.direct-chat .btn {
    padding: 6px 12px !important;
}

.ar_lang input[type="checkbox"] {
    position: relative;
    margin: 0 10px;
}

.table tr.bg-green {
    background-color: #6BC87A !important;
}

.dataTables_wrapper .dt-buttons {
    float: left;
    margin: 0 10px;
    border-left: 1px solid #d2d6de;
    padding-left: 10px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

label.required::after {
    content: "*";
    color: rgb(219, 22, 22);
    padding: 5px;
    font-size: 17px;
    vertical-align: middle;
}

th.required::after {
    content: "*";
    color: rgb(192, 3, 3);
    padding: 5px;
    vertical-align: middle;
}

.content-header>.breadcrumb {
    position: unset;
}

i.fa.fa-trash {
    color: rgb(233, 102, 102);
}

.dataTables_wrapper .dataTables_info {
    float: left;
}

label.small_label {
    padding-left: 35px;
}

hr {
    margin: 10px 0;
}

i.has-error {
    color: rgb(219, 22, 22) !important;
}

.intl-tel-input {
    display: inherit !important;
}

.btn>i.fa.fa-trash {
    color: #fff;
}

.content-header h1 {
    display: inline-block;
}

.change-lang-btn {
    padding: 5px 9px !important;
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #fff !important;
    margin-top: 2px;
}

/* 
 * Css Colors 
 * .bg-red
 * .bg-yellow
 * .bg-aqua
 * .bg-blue
 * .bg-light-blue
 * .bg-green
 * .bg-navy
 * .bg-teal
 * .bg-olive
 * .bg-lime
 * .bg-orange
 * .bg-fuchsia
 * .bg-purple
 * .bg-maroon
 * .bg-black
 
 * .bg-indigo
 * .bg-pink
 * .bg-cyan
 */

.bg-blue {
    background-color: #3490dc !important;
}

.bg-indigo {
    background-color: #6574cd !important;
}

.bg-purple {
    background-color: #9561e2 !important;
}

.bg-pink {
    background-color: #f66D9b !important;
}

.bg-red {
    background-color: #e3342f !important;
}

.bg-orange {
    background-color: #f6993f !important;
}

.bg-yellow {
    background-color: #ffed4a !important;
}

.bg-green {
    background-color: #38c172 !important;
}

.bg-teal {
    background-color: #4dc0b5 !important;
}

.bg-cyan {
    background-color: #6cb2eb !important;
}

.bg-navy {
    background-color: #0062c3 !important
}

.bg-indigo, .bg-pink, .bg-cyan {
    color: #fff !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    text-decoration: line-through;
    color: #928f8f;
}

.info-box.custom-box {
    min-height: 130px;
}

.info-box.custom-box .info-box-icon {
    height: 130px;
}

/* Start Custom Switch Css */

.onoffswitch {
    position: relative;
    width: 99px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #11add4;
    border-radius: 22px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 15px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "English";
    padding-left: 20px;
    background-color: #11ADD4;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Arabic";
    padding-right: 25px;
    background-color: #11ADD4;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 9px;
    margin: 8px;
    background: #11ADD4;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    border: 7px solid #FAFAFA;
    border-radius: 22px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/* End Custom Switch Css */

/* PRICE COLOR CODE START */

#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #3c8dbc;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #3c8dbc;
    color: #3c8dbc;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg, #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #3c8dbc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3c8dbc;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span, #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a, #generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #3c8dbc;
    color: #fff;
}

#generic_price_table {
    /* margin: 50px 0 50px 0; */
    font-family: 'Raleway', sans-serif;
}

#generic_price_table .row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-family: "Lato", sans-serif;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    padding: 8px 0;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 10px 80px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content, #generic_price_table .generic_content:hover, #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg, #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg, #generic_price_table .generic_content .generic_head_price .generic_head_content .head h2, #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2, #generic_price_table .generic_content .price, #generic_price_table .generic_content:hover .price, #generic_price_table .generic_content .generic_price_btn a, #generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }
    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

#generic_price_table .text-center h1, #generic_price_table .text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

#generic_price_table .demo-pic {
    margin: 0 auto;
}

#generic_price_table .demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li+li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #3c8dbc;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover, #generic_price_table_home .emerald:hover, #generic_price_table_home .grey:hover, #generic_price_table_home .midnight:hover, #generic_price_table_home .orange:hover, #generic_price_table_home .purple:hover, #generic_price_table_home .red:hover, #generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

#generic_price_table .price-heading {
    text-align: center;
}

#generic_price_table .price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_price_btn a.current_plan {
    padding: 10px 0px;
    border-radius: 0;
    border-color: #f7be64;
    background-color: #f7be64;
    color: #fff;
    cursor: default;
    display: block;
}

#generic_price_table .generic_content.current_plan .generic_head_price .generic_head_content .head_bg {
    border-color: #f7be64 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7be64;
}

#generic_price_table .generic_content.current_plan .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content.current_plan .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #f7be64;
}

/* PRICE COLOR CODE END */

ol.breadcrumb {
    /* display: none; */
}

body.ar_lang .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    float: right;
}

body.ar_lang .form-group .col-sm-6 {
    float: right;
}

body.ar_lang .box-footer .col-sm-offset-1 {
    margin-right: 8.33333333%;
}

body.ar_lang .box-footer .col-sm-6 {
    float: right;
}

.map-input-box {
    border-radius: 0;
    box-shadow: none;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
}

.height-550 {
    min-height: 550px;
}

.height-450 {
    min-height: 450px;
}

/* Header, Login, Forgot & Reset Password Page Backgrounds  */

header.main-header {
    background-image: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
}

.skin-blue .main-header .logo, .skin-blue .main-header .navbar {
    background: none !important;
}

.skin-blue .main-header .logo:hover, .skin-blue .main-header .navbar .sidebar-toggle:hover {
    background: none !important;
}

.skin-blue .main-header li.user-header {
    background-image: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    border-left-color: #80d0c7;
}

.login-page {
    background-image: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
}

.login-logo a {
    color: #f8f1f1;
}

.login-page .btn {
    background: #3d8397;
    border-color: transparent;
}

.login-page .btn:active, .login-page .btn:hover {
    background: #3d8397;
    border-color: transparent;
}

table.table-bordered.dataTable thead tr:first-child {
    background: #41889a;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .dt-buttons .dt-button, .dt-buttons .dt-button:hover {
    background: #3d8397;
    border-color: transparent;
}

body.ar_lang header.main-header {
    background-image: linear-gradient(to right, #80d0c7 0%, #13547a 100%);
}

body.ar_lang .skin-blue .main-header li.user-header {
    background-image: linear-gradient(to right, #80d0c7 0%, #13547a 100%);
}

/* Header, Login, Forgot & Reset Password Page Backgrounds  */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url('../images/loader.gif') center no-repeat #f8f8f8;
}

#cropper_model img {
    width: 100%;
}

#cropper_model .modal-body {
    padding: 0;
}

.map-input-box {
    border-radius: 0;
    box-shadow: none;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
}

.pac-container {
    z-index: 999999;
}

.height-550 {
    min-height: 550px;
}

.height-450 {
    min-height: 450px;
}

.height-350 {
    min-height: 350px;
}

.image-container {
    overflow: hidden;
}

.multiple-select .ms-choice {
    height: 34px;
    line-height: 34px;
}

.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
    position: relative;
    margin: 0 10px;
}

.ms-drop ul>li label {
    padding-left: 0px;
}

/* Start Cropper CSS */

#cropper_model img {
    width: 100%;
}

#cropper_model .modal-body {
    padding: 0;
}

.image-container {
    overflow: hidden;
}

/* End Cropper CSS */

.col-md-3.col-md-offset-1.small_label {
    font-weight: normal;
    padding-left: 50px;
}

.col-md-3.col-md-offset-1.sub_small_label {
    font-weight: normal;
    padding-left: 100px;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    /* left: 0px; */
}

.ar_lang .col-md-3.col-md-offset-1.small_label {
    font-weight: normal;
    padding-right: 50px;
}

.ar_lang .col-md-3.col-md-offset-1.sub_small_label {
    font-weight: normal;
    padding-right: 100px;
}

.h4 {
    font-size: 18px;
}

/* Start Typeahead CSS */

.twitter-typeahead {
    width: 100%;
}

.tt-input,
/* UPDATE: newer versions use tt-input instead of tt-query */

.tt-hint {
    width: 100%;
    height: 34px;
    /* padding: 8px 12px; */
    /* font-size: 14px; */
    /* line-height: 30px; */
    /* border: 2px solid #ccc; */
    /* border-radius: 8px; */
    /* outline: none; */
}

.tt-hint {
    color: #999;
}

.tt-menu {
    /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    right: 0;
    padding: 3px 7px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* border-radius: 8px; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 6px;
    margin-bottom: 0;
}

.tt-suggestion:last-child {
    border: 0;
}

.tt-suggestion.tt-is-under-cursor {
    /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #3F6AD8;
    background-color: #E0F3FF;
}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #3F6AD8;
    background-color: #E0F3FF;
    cursor: pointer;
}

.tt-dataset.tt-dataset-id .no-result {
    padding: 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #555454;
    margin: 0;
}

.tt-suggestion.tt-selectable small {
    color: #999999;
}

.tt-dataset.tt-dataset-id {
    padding: 8px 5px;
}

/* End Typeahead CSS */

.tab-pane .box {
    border: 1px solid #c4c2c2;
    box-shadow: none;
    margin-bottom: 10px;
}

.todo-list>li {
    margin-bottom: 5px !important;
}

table.table-bordered.dataTable tbody tr td {
    vertical-align: middle;
}

.product-box {
    margin: 0 10px 10px 0;
    text-align: center;
    border: 1px solid lightgray;
    display: inline-block;
    max-width: 325px;
}

.product-box .product-info {
    padding: 10px 0;
    background-color: #F5F5F5;
    margin-top: 10px;
    min-height: 45px;
}

.product-box .product-info div:first-child {
    width: 80%;
    display: inline-block;
}
.product-box .product-info div:last-child {
    width: 19%;
    display: inline-block;
}