

/*Common css form multi select dropdown*/
.select-wrapper span.caret {
    margin-top: 2px !important;
}

.multiple-select-dropdown {
    max-height: 200px;
    top: 30px !important;
}

    .multiple-select-dropdown li {
        min-height: unset;
        line-break: unset;
    }

        .multiple-select-dropdown li span {
            padding-top: 3px;
            padding-bottom: 3px;
            font-size: 13px !important;
        }


@font-face {
    font-family: 'RobotoRegular';
    src: url('roboto-condensed.regular.ttf');
}

/***** Common CSS Start *****/
html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    /*background-color: #F2F2F2;*/
    background-color: #fafafa;
    font-family: "RobotoRegular";
    font-weight: 400;
    font-style: normal;
}

.hideme {
    display: none;
}

.anchor_link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.padding_0px {
    padding: 0px !important;
}

.padding_10px {
    padding: 10px !important;
}

.padding_15px {
    padding: 15px !important;
}

.padding_25px {
    padding: 25px !important;
}

.padding_left_0px {
    padding-left: 0px !important;
}

.padding_left_3px {
    padding-left: 3px !important;
}

.padding_left_15px {
    padding-left: 15px !important;
}

.padding_left_17px {
    padding-left: 15px !important;
}

.padding_left_30px {
    padding-left: 30px !important;
}

.padding-top-7px {
    padding-top: 7px !important;
}

.padding_top_8px {
    padding-top: 8px !important;
}

.padding_top_12px {
    padding-top: 12px !important;
}

.padding_top_20px {
    padding-top: 20px !important;
}

.padding_top_30px {
    /*padding-top: 30px !important;*/
}

.padding_bottom_30px {
    /*padding-bottom: 30px !important;*/
}

.padding_right_0px {
    padding-right: 0px !important;
}

.padding_right_5px {
    padding-right: 5px !important;
}

.padding_right_20px {
    padding-right: 20px !important;
}

.padding_right_15px {
    padding-right: 15px !important;
}

.error_success_div {
    float: left;
    width: 100%;
}

.error_success {
    color: green;
    /*padding-bottom: 15px;*/
    /*margin-top: 7px;*/
}

.error_fail {
    color: red;
    /*margin-bottom: 5px;*/
    /*margin-left: 10px;*/
}

.height_40per {
    height: 40% !important;
}

.height_40px {
    height: 40px !important;
}

.width_10per {
    width: 10% !important;
}

.width_15per {
    width: 15%;
}

.width_20per {
    width: 20% !important;
}

.width_25per {
    width: 25% !important;
}

.width_30per {
    width: 30% !important;
}

.width_32per {
    width: 32% !important;
}

.width_100per {
    width: 100% !important;
}

.chk_alignment_on_table {
    top: 3px;
    /*text-align: center;*/
}

.close_icon {
    cursor: pointer;
}

.margin_0px {
    margin: 0px !important;
}

.margin_bottom_0px {
    margin-bottom: 0px !important;
}

.margin_bottom_10px {
    margin-bottom: 10px !important;
}

.margin_bottom_5px {
    margin-bottom: 5px !important;
}

.margin_top_6px {
    margin-top: 6px !important;
}

.margin_top_10px {
    margin-top: 10px !important;
}

.margin_top_20px {
    /* margin-top: 20px !important;*/
}

.margin_top_25px {
    margin-top: 25px;
}

.margin_top_30px {
    margin-top: 30px !important;
}

.cursor_pointer {
    cursor: pointer;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.position_fixed {
    position: fixed !important;
}

.line_height_05 {
    line-height: 0.5;
}

.checkbox_icon {
    transform: scale(.7);
}
/***** Common CSS End *****/



/***** Header CSS Start *****/
.main_top_bar {
    max-width: 100%;
    height: 48px;
}

.main_top_bar {
    background: #448aff none repeat scroll 0 0;
}

.admin_setting_title {
    /*font-size: 14px;
    line-height: 16px;
    vertical-align: top;
    color: #FFF;*/
    padding: 12px 17px 11px 19px;
    display: block;
    color: #FFF;
}

.margin-top-0px {
    margin-top: 0px !important;
}

.icon-right-margin {
    margin-right: 38px;
}

.md_modal_section_icon {
    margin-top: -2px;
}

.md_modal_iconed_section_link .md_modal_section_icon {
    margin-top: 2px;
}

.row, .chat, .location {
    align-items: center;
}

.teal {
    background-color: #fff !important;
}

.card-panel {
    /*transition: box-shadow 0.25s ease 0s;
    padding: 20px;
    margin: 0.5rem 0px 1rem;
    border-radius: 2px;
    background-color: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    width: 50%;
    margin-left: 300px;*/
    margin: 0 auto;
    /* width: 70% !important;*/
}

    .card-panel.width_100per.mobile {
        width: 100% !important;
        height: auto !important;
        padding: 0px !important;
    }



.row, .chat, .location, .chat-main, .header-main, .chat-secondary, .header-secondary, .control {
    /*display: flex;*/
    flex-direction: row;
}

.install_api_list .row {
    margin-bottom: 0px;
}

.user_integration_list .row {
    font-size: 13px;
    padding: 1px;
}
/***** Header CSS End *****/



/***** Footer CSS Start *****/

/***** Footer CSS End *****/



/***** File button CSS Start *****/
.file_input_div {
    position: relative;
    /*width: 135px;*/
    height: 40px;
    overflow: hidden;
    margin-bottom: 2px;
    margin: 0 auto;
    outline: none;
}

.file_input_hidden {
    font-size: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    -ms-filter: "alpha(opacity=0.5)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}
/*#btnPhotoUpload
{
  color: white;
  background-color: #000000;
}*/
#btnPhotoUpload:hover {
    cursor: pointer;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
/***** File button CSS End *****/

/***** Map CSS Start *****/

#map_canvas {
    height: 500px !important;
    width: 98% !important;
    margin: 0 auto;
}

#map_canvas_mobile {
    /*height: 300px;*/
    width: 98%;
    margin: 0 auto;
}

.table_link_action {
    float: left;
    padding-right: 10px;
}

.file_record_list_container {
    padding: 20px;
    background-color: #FFFFFF;
}

.table_header_bg {
    background-color: #E8F4FD;
}

.map_right_popup {
    width: 27%;
    position: absolute;
    top: 12px;
    right: 33px;
    height: 500px;
}

.map_right_popup_mobile_view {
    position: absolute;
    top: 0px;
    margin: 0px;
    width: 100%;
}

#file_record_quick_view_details {
    overflow-x: hidden;
    /*height: 373px;*/
    overflow-y: auto;
}

.select_all_chk_table {
    /*width: 11.5%;
  height: 0px;*/
    margin-top: -5px;
}

.select_all_chk_th {
    width: 5%;
    padding-left: 25px;
}

.tabs_bg {
    background: #e0e0e0 none repeat scroll 0 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tabs_li_div {
    /*border-bottom: 2px solid #448aff;*/
    /* margin-top: 5px; */
    /* float: left; */
    height: 30px;
    /* width: 25%; */
    text-align: center;
    cursor: pointer;
    margin-top: -7px;
}

.tabs_bg .active {
    border-bottom: 2px solid #448aff;
    font-weight: 500;
}

.chat_forward_menu_items span {
    text-transform: none;
    font-size: 16px;
}
/***** Map CSS End *****/

/****** Search box CSS Start *****/
.search_header {
    position: relative;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.second_search_header {
    background-color: #fbfbfb;
    transition: box-shadow 0.18s ease-out 0.12s;
    height: 49px;
    padding: 0;
}

    .second_search_header .icon {
        position: absolute;
    }

.icon_panel_search {
    top: 13px;
    width: 24px;
    height: 24px;
    left: 20px;
}

.search_button {
    border: 0 none;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    margin: 0;
    outline: medium none;
    padding: 0;
}

.material-icons.icon_search_left {
    color: #bfbfbf;
    padding-top: 3px;
}

.material-icons.md_20 {
    font-size: 20px;
}

.input_search_panel {
    box-sizing: border-box;
    width: calc(100% - 28px);
    margin-top: 10px;
    margin-left: 12px;
    padding-left: 37px;
    padding-right: 39px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-transition: .12s cubic-bezier(.1,.82,.25,1);
    transition: .12s cubic-bezier(.1,.82,.25,1);
    float: left;
    border: 1px solid #f6f6f6;
    height: 30px;
    border-radius: 5px;
    background-clip: padding-box;
}

.input_disabled_material_design {
    border-style: none !important;
    border-width: medium medium 0px !important;
    margin: 0px !important;
    border-bottom: 0px;
    height: 28px !important;
    /* font-size: 14px !important; */
}

::-webkit-input-placeholder {
    color: #9e9e9e;
}

.popup_bg_color {
    background-color: #FFF !important;
}
/****** Search box CSS End *****/

/****** Chat list CSS Start *****/
.forward_list {
    height: 300px;
    overflow-y: auto !important;
    outline: none;
}

div.im_dialog_photo {
    margin-right: 15px;
}

.im_dialog_photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.color2 {
    background: #fdd835 !important;
}

.userMIPhoto {
    background: #ffa726 none repeat scroll 0 0;
    border: 0 solid #fff;
    border-radius: 50%;
    color: #fff !important;
    font-family: Roboto;
    font-size: 20px !important;
    height: 50px;
    padding: 15px 0;
    text-align: center;
    width: 50px;
}

.chatlist .chat::after, .chatlist .location::after {
    border-bottom: 1px solid #f2f2f2;
    bottom: -1px;
    content: "";
    height: 0;
    left: 69px;
    position: absolute;
    width: calc(100% - 69px);
}

.chat, .location {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    position: relative;
}

.chat {
    padding: 14px 15px 12px 13px;
}

.chat, .location {
    box-sizing: border-box;
}

.row, .chat, .location {
    align-items: center;
}

.chat-avatar, .location-icon {
    -moz-margin-end: 15px;
}

.chat-avatar, .location-icon {
    flex: 0 0 auto;
}

.chatlist .avatar {
    height: 49px;
    margin-bottom: -2px;
    margin-top: -2px;
    width: 49px;
}

.avatar, .avatar-image {
    border-radius: 50%;
    overflow: hidden;
}

.avatar {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.chat-body, .header-body {
    margin-top: -2px;
    min-width: 0;
}

.chat-body, .header-body, .location-body {
    flex-grow: 1;
}

.chat-main, .header-main {
    align-items: flex-start;
    line-height: normal;
    text-align: left;
}

.chat-main {
    margin-top: 1px;
}

.row, .chat, .location, .chat-main, .header-main, .chat-secondary, .header-secondary, .control {
    /*display: flex;*/
    flex-direction: row;
}

.chat-title, .location-main, .header-title {
    color: #FFFFFF;
    display: flex;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.chat-title, .header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .chat-title .emojitext, .location-main .emojitext, .header-title .emojitext {
        text-align: left;
    }

.ellipsify {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-main .chat-meta, .header-main .chat-meta {
    line-height: 14px;
    margin-top: 4px;
}

.chat-meta {
    -moz-margin-start: 6px;
    color: rgba(0, 0, 0, 0.4);
    flex: 0 0 auto;
    font-size: 12px;
}

.chat-secondary, .header-secondary {
    align-items: flex-start;
    min-height: 20px;
}

.chat-secondary {
    font-size: 13px;
    line-height: 19px;
    margin-top: 3px;
}

.chatlist .chat-status, .chatlist .location-secondary, .chatlist .header-secondary {
    display: flex;
    overflow: hidden;
}

.chat-status, .location-secondary {
    font-size: 12px;
    line-height: 20px;
    /*color: #ffffff !important;*/
}

.chat-status {
    color: rgba(0, 0, 0, 0.6);
    flex: 1 1 0;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

.ellipsify {
    position: relative;
    text-overflow: ellipsis;
}

.chatlist .chat-status .icon, .chatlist .location-secondary .icon, .chatlist .header-secondary .icon, .chatlist .chat-status .media-icon, .chatlist .location-secondary .media-icon, .chatlist .header-secondary .media-icon, .chatlist .chat-status-name, .chatlist .chat-status-divider {
    flex: 0 0 auto;
}

.chatlist .icon-status-dblcheck, .chatlist .icon-status-dblcheck-ack {
    -moz-margin-end: 2px;
    height: 18px;
    width: 18px;
}

.forward_list_ul_margin {
    margin-top: 0%;
    margin-bottom: 0%;
}

.user_chat_name {
    color: #000000;
    display: flex;
    flex-grow: 1;
    /* font-size: 16px; */
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.li_anchor_list {
    display: block;
    position: relative;
    padding: 10px 15px;
}

.im_dialog_chat_from_wrap, .im_dialog_message_media, .im_dialog_message_service {
    color: #454545;
}

.error_msg_main_div_chat_list {
    background-color: #FFF;
    margin-bottom: 0;
}

.table_td_custom_height {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table_td_list_custom_height {
    padding: 5px 5px;
}

.custom_details_button {
    height: 30px;
    padding: 0px 1rem;
    /*width: 90%;*/
    line-height: 30px;
}

.custom_details_button_middle {
    height: 30px;
    padding: 0px 1rem;
    line-height: 30px;
}

.no_data_found {
    padding: 30px 15px;
    text-align: center;
    color: rgba(0,0,0,.4);
    font-weight: 300;
}

.second_table_color_td_div {
    font-size: 12px;
    color: gray;
}

.initial_loading {
    /*background-image: url("https://d25i0arwut8mb4.cloudfront.net/img/loading_transparent.gif");*/
    /*height: 43px;*/
    left: 50%;
    position: relative;
    top: 50%;
    /*width: 43px;*/
}

#display_loading {
    background-color: #000000;
    bottom: 0;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
    opacity: 0.5;
}

.menu_width_icon {
    margin-right: 0px !important;
    width: 45px !important;
}

.color_white {
    color: #fff;
}
/****** Chat list CSS End *****/

/****** Color CSS Start *****/
.color1 {
    background: #42a5f5 !important;
}

.color2 {
    background: #fdd835 !important;
}

.color3 {
    background: #ef5350 !important;
}

.color4 {
    background: #ffa726 !important;
}

.color5 {
    background: #8d6e63 !important;
}
/****** Color CSS End *****/

/****** Import top CSS Start *****/
.import_label {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.import_top_label {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
}

.black_color {
    color: #000 !important;
}

.button_css_home {
    float: left;
    /*margin-top: 10px;
    margin-bottom: 12px;*/
}

.left_border_color {
    border-right: 1px solid #d1d1d1;
}

.left_import_text_main_div {
    height: 250px;
    vertical-align: middle;
    line-height: 30px;
    /*align-items: center;
  display: flex;*/
}

.left_import_text {
    color: #000;
    font-size: 14px;
}

.div_seperator {
    border-bottom: 1px solid #d0d0d0;
}

.step_first_button_icon {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.step_first_button_text {
    float: left;
    padding-right: 10px;
}

.view_on_map_popup {
    width: 100% !important;
    top: 0% !important;
}
/****** Import top CSS End *****/

/****** Filter CSS Start *****/
.filter_left_text {
    float: left;
    padding-top: 15px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}
/****** Filter CSS End *****/

.chat-user-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-user-title {
    color: #000000;
    display: flex;
    flex-grow: 1;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.pull-right {
    float: right;
}

.text-right {
    text-align: right;
}

.pull-left {
    float: left;
}

.im_dialog_message_wrap {
    overflow: hidden;
    word-wrap: break-word;
}

.im_page_wrap {
    max-width: 100%;
}

.im_page_wrap {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d2dbe3;
    border-left: 1px solid #dfe5ec;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dfe5ec;
    box-shadow: 0 1px 0 #dfe5ec;
    margin: 0 auto;
    min-width: 300px;
    overflow: hidden;
}

.user_chat_updated_date {
    color: rgba(0, 0, 0, 0.4);
    flex: 0 0 auto;
    font-size: 12px;
    margin-inline-start: 6px;
}

.form_content {
    float: left;
    width: 73%;
}

.form_content_right {
    float: left;
    width: 27%;
}

.infinite-list-item {
    overflow: hidden;
    width: 100%;
}

.mybeeps_apps_list_icon {
    width: 55px;
    height: 60px;
    border-radius: 0%;
    overflow: hidden;
    margin-top: -5px;
}

.helpdesk_icon_list_details {
    background: url('https://d16hqndl4rl9wh.cloudfront.net/img/black-white-helpdesk_50_50.png') no-repeat;
    height: 52px;
    width: 50px;
}

.view_link {
    font-size: 12px;
    padding-top: 10px;
}

.right_listing_ticket_details {
    overflow: scroll;
}

.header_bg_color {
    background-color: #448aff;
}

.ticket_text {
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 500;
}

.bg_li_active {
    background-color: #006ee3;
}

.right_hand_listing {
    width: 32% !important;
    overflow: auto;
}

.bg_white_color {
    background-color: #FFFFFF !important;
}

.top_header_text {
    width: 50%;
    font-size: 14px !important;
}

.filter_container {
    float: left;
    padding-bottom: 10px;
}

.first_row_table_td {
    padding: 15px 0 15px 20px;
}

.first_row_table_th {
    padding: 0px 0px 0px 20px;
}

.my_ticket_list_container {
    width: 100%;
    float: left;
}

.top_left_header_text {
    font-size: 16px;
    font-weight: 600;
}

.helpdesk_list_icon {
    width: 50px;
    height: 50px;
    border-radius: 0%;
    /*overflow: hidden;*/
}

.im_dialog_peer {
    margin-top: 3px;
    margin-bottom: 3px;
}

.li_top_botom_view {
    margin-top: 0px;
    margin-bottom: 0px;
}

.label_color {
    color: #9e9e9e;
}

.small_user_profile_tag_btn {
    background: #81B0FF none repeat scroll 0 0;
    border: 1px solid #81B0FF;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    margin-right: 12px;
    padding: 2px 8px;
    width: auto;
    float: left;
    height: 22px;
    margin-bottom: 5px;
}

.profile_tag_name {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 12px;
}

.user_tag_remove_icon {
    vertical-align: top;
    margin-right: -2px;
    margin-top: 3px;
}

.md-10 {
    font-size: 10px !important;
    cursor: pointer;
}

.assigned_users_details {
    height: 69px;
    overflow-y: auto;
}

.user_notselected_error_msg {
    width: 45%;
    display: block;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.font_size_12px {
    font-size: 12px !important;
}

.add_button_bottom {
    float: right;
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.mobile_margin_bottom {
    margin-bottom: -25px !important;
}

.mobile_saved_message {
    text-align: center !important;
    width: 100% !important;
    padding-bottom: 15px !important;
}

.no_ticket_found_li {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
}

.mobile_button {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    background-color: #448aff !important;
    color: #FFFFFF !important;
    text-transform: none !important;
    font-size: 13px;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    font-family: "Roboto", sans-serif;
}

.mobile_font_family {
    font-family: "Roboto", sans-serif;
}

.mobile_anchore_tag {
    color: #039be5;
    font-size: 14px;
}

.mobile_list_style_type_none {
    list-style-type: none;
}

.mobile_initial_loading {
    top: 0px;
    left: 0px;
    background: transparent url("https://d25i0arwut8mb4.cloudfront.net/img/loading_transparent.gif") no-repeat scroll center center;
    width: 100%;
    height: 100%;
}

#display_mobile_loading {
    background-color: #FFF;
    bottom: 0;
    float: left;
    height: 100%;
    /*left: 25%;*/
    margin: 0 auto;
    padding: 0;
    position: fixed;
    text-align: center;
    /*top: 48px;*/
    width: 100%;
    z-index: 1;
}

/************************************************************/
/*------------------search auto popup-------------------------*/
.assist_up_color {
    color: rgb(242, 240, 238);
}

.default_up_arrow {
    font-size: 48px;
    left: 18px;
    position: absolute;
    top: 5px;
    z-index: 100;
}

.new_search_wrapper {
    left: 75%;
    position: absolute;
    width: 25%;
}

.assistSearchCard .card-content {
    padding: 0 0 2px !important;
}

.assistSearchCard {
    border-radius: 5px !important;
    max-height: 300px;
    overflow-y: scroll;
}

.assistCard {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 0 !important;
    margin-top: 35px !important;
    position: absolute !important;
    width: 94%;
    z-index: 10;
}

.bottom-search-col {
    width: 99.99% !important;
}

.margin-bottom-0px {
    margin-bottom: 0 !important;
}

.margin-bottom-5px {
    margin-bottom: 5px !important;
}

.margin-bottom-25px {
    margin-bottom: 25px !important;
}

.margin-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.search_bottom_line .setting_line_seperator {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.setting_line_seperator {
    padding-left: 8px !important;
    padding-right: 0 !important;
}

.setting_line_seperator_color {
    border-bottom: 1px solid rgb(235, 235, 235);
}

.indigo .user-setting {
    color: #4caf50;
}

.user-setting {
    font-size: 15px;
}

.padding-bottom-0px {
    padding-bottom: 0 !important;
}

.md_modal_section_link_wrap {
    padding-bottom: 15px;
}

.assist_search_text {
    color: #000 !important;
    font-size: 14px;
    padding-bottom: 5px;
    word-wrap: break-word;
}

.has_result_single-small {
    font-size: smaller !important;
    color: gray !important;
    padding-left: 10px;
}

.has_result_single-type {
    color: green !important;
    font-weight: bold;
}

.badge {
    cursor: pointer;
}

.view_list_record {
    border-bottom: 1px solid #f2f2f2;
}

.edit_product_icon {
    background: url("edit_room.svg") no-repeat center;
    width: 20px !important;
    height: 20px !important;
}


/*Calender List CSS*/
.iCalenderList {
    height: 36px;
}

    .iCalenderList .iCalTab {
        line-height: 33px;
        height: 36px;
    }

        .iCalenderList .iCalTab a {
            font-size: 14px;
            text-transform: capitalize;
            font-weight: 600;
            color: #000;
        }

.switchBtn {
    height: 40px;
    margin-bottom: 10px;
}

.customLabel {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin_left_10px {
    margin-left: 10px !important;
}

.labelTitle {
    font-size: 14px;
    font-weight: bold;
    color: #393939;
}

.hoverBG:hover {
    background-color: #F5F5F5;
    cursor: pointer;
}

.k-grid-footer, .k-grid-footer td, .k-grid-header, .k-grid-header .k-header, .k-pager-numbers .k-state-selected, .k-pager-wrap, .k-scheduler-header, .km-pane-wrapper .k-grid-header .k-header {
    background-color: white;
}

    .k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header {
        color: #ffffff !important;
        font-weight: 500;
    }

.k-grid-header {
    border-color: white;
    border-bottom: 1px solid #e0e0e0;
}

.k-header {
    border-color: white;
}


/*.k-grid .k-alt td {
    background: #f4f4f4;
}*/


.k-filter-menu {
    border: 1px;
}

.k-grid .k-state-selected, .k-grid .k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
    background-color: #e4e4e4 !important;
    color: #000000;
}

.k-grid .k-alt.k-state-selected, .k-grid .k-alt.k-state-selected:hover {
    background-color: #e4e4e4 !important;
    color: #000000;
}










.tabs {
    background-color: #fafafa !important;
}

    .tabs .tab a {
        /*padding:0 13px;*/
        font-weight: 500;
        font-size: 13px;
        color: black !important;
    }

        .tabs .tab a.active {
            font-weight: 500;
        }

.padding-0px {
    padding: 0px !important;
}


.navStyle {
    background-color: #fafafa !important;
    height: 80px;
    /*border-bottom: 1px solid rgb(230, 230, 230);box-shadow: none;*/
}

.border-genral {
    /*border: 1px solid #DFDFDF;*/
    /*border-top: 1px solid white;*/
    min-height: 100%;
    margin-bottom: 0px !important;
}

.filter-addNew {
    margin-top: 20px;
    height: 0px;
}

table {
    font-size: 15px;
}

.genralHeaderStyle {
    padding: 15px 15px 15px 15px;
    color: #212121;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-family: "RobotoRegular";
}


.productHeaderStyle {
    padding: 15px 15px 15px 15px;
    color: #212121;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0px;
    /*border-top: 2px solid #969696;*/
    border-bottom: 1px solid #e2e2e2;
    font-family: "RobotoRegular";
}

.regionSearch_style {
    margin-left: 70px;
}

.searchBar {
    background: #fafafa !important;
    border-bottom: 2px solid rgb(230, 230, 230);
}

.background_fafafa {
    background: #fafafa !important;
}

.headerName {
    float: left;
    color: #7f838f;
    font-size: 14px;
    margin-left: 10px;
    /*padding-left: 10px;*/
    font-weight: bold;
}

.masterData-SearchBar {
    float: left;
    color: #3D3D3D;
    font-size: 15px;
    margin-left: 5px;
    font-family: "RobotoRegular";
}

.searchNav {
    background-color: #fafafa !important;
    box-shadow: 0 0px 0px 0 rgba(255, 255, 255, 0.14), 0 0px 0px 0 rgba(0,0,0,0.12), 0 0px 0px 0px rgba(0,0,0,0.2) !important;
}

.masterData-Nav-img {
    margin-top: 17px;
    float: left;
    width: 25px;
    height: 25px;
}

.masterData-leftImage {
    margin-top: 17px;
    float: left;
    width: 25px;
    height: 25px;
}

.masterData-Name {
    float: left;
    color: #005f9f;
    font-size: 20px;
    margin-top: -2px;
    margin-left: 15px;
    font-weight: 500;
    font-family: "RobotoRegular";
}

.masterDataWithDivName {
    float: left;
    color: #005f9f;
    font-size: 20px;
    margin-top: 14px;
    margin-left: 15px;
    font-weight: 500;
    font-family: "RobotoRegular";
}

.masterData-right-arrow {
    margin-top: 27px;
    float: left;
    width: 12px;
    margin-left: 5px;
    height: 10px;
}

.navRighttable {
    /*margin-top: 2px;*/
    background: #fafafa !important;
}

.margin-left-50px {
    margin-left: 50px;
}
/*form.k-filter-menu .k-textbox {
    width: 95%;
}*/

form.k-filter-menu .k-textbox {
    padding: 0px;
}

.icon:hover {
    color: blue;
}

ul:not(.browser-default) li {
    list-style-type: none;
    border-radius: 0px !important;
}

.nav-wrapper .select-wrapper span.caret {
    top: -10px !important;
}

form.k-filter-menu .k-textbox {
    width: 95%;
}

nav .input-field label.active i {
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
}

.card-panel {
    margin: 0px !important;
}

.k-filter-row th, .k-grid-header th.k-header {
    border: none;
    border-style: none !important;
}


.k-grid-header .k-grid-filter {
    /*margin: -0.58em -.6em -.786em 0;*/
    /*float:left !important;
        margin-left: 0px !important;
        padding-left: 0px !important;*/
}

.k-grid-footer-wrap, .k-grid-header-wrap {
    border-width: 0 0px 0 0 !important;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-family: "RobotoRegular";
    font-size: 14px;
}

.input-field input[type=search] + label {
    /*left: 12.5rem !important;*/
    right: 0px !important;
}

input::placeholder {
    color: #3d3d3d;
    font-family: "RobotoRegular";
}

.k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link {
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: "RobotoRegular";
    letter-spacing: 0px;
}

.k-grid td {
    padding: .629em 1.286em;
    color: #3d3d3d;
    font-size: 13px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftSideBar-Menu {
    font-family: "RobotoRegular";
}

.selelected-item {
    padding: 5px 0px 5px 15px;
    color: #005f9f !important;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
    background: #f5f5f5 !important;
}

.k-grid-header th.k-header {
    /*height: 50px !important;*/
    /*background: #fafafa;*/
    background-color: #454B56 !important;
}

.select-wrapper input.select-dropdown {
    width: 180px;
    float: left;
    color: #3d3d3d;
    border-bottom: 2px solid rgb(216, 216, 216);
    height: 35px;
    padding: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    box-shadow: rgba(222, 222, 222, 0.424) 0px 0.422925px 0px 0px;
    margin-right: 0px;
    padding-right: 20px;
}

.select-wrapper span.caret {
    line-height: 55px;
}

.card-panel {
    margin: 0px !important;
}

.buttonCustomCss {
    background-color: #454B56;
    box-shadow: none;
    margin-right: 30px;
    height: 30px;
    line-height: 2.3;
    font-size: 14px !important;
    color: white;
    margin-top: 5px;
}


.material-tooltip {
    min-height: 25px;
    line-height: 0;
    top: 35px !important;
    /*margin-left: -30px !important;*/
    border-radius: 5px;
    padding: 12px 10px;
}


.backdrop {
    background-color: #0094ee;
}

.floatRight {
    float: right;
}

@-moz-document url-prefix() {
    .modal-content .select-wrapper span.caret {
        -moz-appearance: none;
        top: 18px !important;
    }
}

.error_message_at_bottom {
    color: red;
    position: absolute;
    padding-top: 15px !important;
    /*top: -2em;
    left: 0rem;*/
    font-size: 0.8rem;
    height: 0px;
}

.display-none {
    display: none !important;
}

.inputbox-colorFont {
    color: #3d3d3d !important;
    font-size: 15px !important;
}

.input-field label.active {
    font-size: 15px;
    color: gray !important;
}

.redColor {
    color: red;
}

.greenColor {
    color: #58b45c !important;
}

.blueColor {
    color: deepskyblue !important;
}

.search-addNew {
    margin-top: 10px;
    height: 0px;
}

.padding-top-0px {
    padding-top: 0px;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.calender-img {
    background-image: url("/deployedApp/5940056ef0d81e0fd0aa7026/img/calendar.svg") !important;
    width: 16px;
    height: 16px;
    margin-top: -20px;
}

.calender-imgfilter {
    background-image: url("/deployedApp/5940056ef0d81e0fd0aa7026/img/calendar.svg") !important;
    width: 16px;
    height: 16px;
    margin-top: -20px;
}

.profile-img {
    background-image: url("/deployedApp/5940056ef0d81e0fd0aa7026/img/calendar.svg") !important;
    width: 16px;
    height: 16px;
    margin-top: -20px;
}

.cursorPointer {
    cursor: pointer;
}

.kendoGridBGColor {
    background-color: #FFF;
}

[type="checkbox"].filled-in:checked + label:after {
    background-color: #14ACCC;
    border-color: #14ACCC;
}

.padding-right-0px {
    padding-right: 0px;
}

.padding-10px {
    padding: 10px !important;
}

.activitieDueToday {
    font-size: 15px;
    color: #6c717f;
}

.border-bottom1px {
    border-bottom: 1px solid rgb(230, 230, 230);
}

.card-Header {
    float: left;
    margin-top: 1px;
}

.DataBolder {
    font-size: 15px;
    font-weight: bold;
    color: #6c717f;
}

.textColor {
    color: #9e9e9e;
}

.graph-button {
    background-color: white !important;
    color: black !important;
}

#dropdownmenuapp.dropdown-content {
    top: 48px !important;
    right: 0 !important;
    width: auto !important;
}

.inputFieldValidation {
    border-bottom: 1px solid #f44336 !important;
    color: #3d3d3d;
    font-size: 15px;
}

.display_loading_card {
    /*background-color: #000000;*/
    bottom: 0;
    height: 200px;
    margin: 0 auto;
    padding: 0;
    top: 0px;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}

.initial_loading_card {
    left: 40%;
    position: relative;
    top: 40%;
}

.ellipsis {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.changeBackgroundOfNoActive {
    background-color: rgba(175, 46, 17, 0.36) !important;
}

.changeBackgroundOfYesLocked {
    background-color: #FFCDD2 !important;
}

.changeBackgroundRed {
    background-color: red !important;
}

.userProfilePhoto {
    /*background: url('img/black-white-helpdesk_50_50.png') no-repeat !important;*/
    background-image: url('../img/Profile.png') !important;
    height: 100px !important;
    width: 100px !important;
    padding: 0px !important;
    border-radius: 50% !important;
    border: 1px solid #cecece !important;
    float: none !important;
}

.userProfilePhotoView {
    /*background: url('img/black-white-helpdesk_50_50.png') no-repeat !important;*/
    background-image: url('../img/rsz_profile.png') !important;
    height: 40px !important;
    width: 40px !important;
    padding: 0px !important;
    border-radius: 50% !important;
    border: 1px solid #cecece !important;
    float: none !important;
}

.userProfilePhotoViewDymamic {
    background-size: cover;
    height: 40px !important;
    width: 40px !important;
    padding: 0px !important;
    border-radius: 50% !important;
    border: 1px solid #cecece !important;
    float: none !important;
}

.userProfilePhotoViewOnly {
    background-size: cover;
    height: 100px !important;
    width: 100px !important;
    padding: 0px !important;
    border-radius: 50% !important;
    border: 1px solid #cecece !important;
    float: none !important;
}

.ellipsisDiv {
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

#userDetailpopup {
    position: relative;
}

#userDetailContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 63px;
    margin-left: 0px;
    /*min-width: 100%;*/
    z-index: 1000;
    right: 10px;
    display: none;
}

    #userDetailContainer:before {
        content: '';
        display: block;
        position: relative;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid black;
        border-color: transparent transparent white;
        margin-top: -18px;
        float: right;
        margin-right: 6px;
    }

.gb_kb {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    right: 19px;
    z-index: 1;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: 54px;
    float: left;
}

#userDetailsBody {
    padding: 10px 0px 0px 0px !important;
    /*min-height: 200px;*/
}

#userDetailFooter {
    text-align: center;
    /*font-weight: bold;*/
    padding: 20px 0px 20px 0px;
    font-size: 14px;
    border-top: 1px solid #dddddd;
    float: left;
    line-height: 0px;
    width: 100%;
}


.userDetailProfilePhoto {
    background-image: url('../img/Profile.png');
    height: 60px !important;
    width: 60px !important;
    padding: 0px !important;
    border-radius: 50% !important;
    border: 1px solid #cecece !important;
    background-size: cover;
    /*float: left;*/
    margin: 10px;
    padding: 0 !important;
}


.userDetails {
    padding: 0px 10px 0 10px;
    font-size: 13px;
    color: #8e8e8e;
    /*float: left;*/
    width: 100%;
    line-height: 20px;
}

.userName {
    padding: 0px 0px 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    /* float: left; */
    width: 100%;
    line-height: 20px;
}

.line_height_30px {
    line-height: 30px;
}

.line_height_20px {
    line-height: 20px;
}

.Time-img {
    background-image: url("/deployedApp/5940056ef0d81e0fd0aa7026/img/Time.svg") !important;
    width: 16px;
    height: 16px;
    margin-top: -20px;
}

.account_color {
    color: #EA80FC;
}

.contacts_color {
    color: #E040FB;
}

.leads_color {
    color: #D500F9;
}

.opportunities_color {
    color: #AA00FF;
}

.notes_color {
    color: #CE93D8;
}

.activities_color {
    color: #AB47BC;
}

.form-control {
    display: block !important;
    width: 100% !important;
    height: 2rem !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    border-radius: 0px;
}



input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]) {
    border-bottom: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

textarea.form-control {
    height: auto !important;
}

.btn-bootstrap {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-link-bootstrap {
    font-weight: 400;
    color: #07578F;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}

.header-label {
    background: #F3F3F3;
}

.header-col-s2 {
    width: 11% !important;
}

.select-wrapper input.select-dropdown {
    border: 1px solid #ccc !important;
    height: 2rem !important;
    box-sizing: border-box !important;
    font-size: 14;
    padding: 6px 12px !important;
    width: 100% !important;
}

.row-col-sm-12-margin {
    /*margin-bottom: 0px !important;*/
}

.row-col-sm-12-tabcolor {
    background-color: #F3F3F3;
}

.hide-autogenerated {
    display: none;
}

.margin-autogenerated {
    margin-bottom: 0px;
}

.margin-button {
    margin-bottom: 8px;
}

.pull_right-maindiv {
    float: right !important;
}

.list_button-color {
    background-color: #454B56 !important;
}

.btn-padding {
    padding: 0 !important;
}

.deleteRecord, .editRecord {
    cursor: pointer;
}

.kendogrid-action {
    margin-right: 14px;
}

.k-i-filter {
    color: white !important;
    margin-top: 0px !important;
}

td, th {
    border-radius: 0px;
}

.header_tab_spacing {
    padding: 0rem !important;
    width: auto !important;
}

/*Need to cross-check each classes, it may override base classes*/
.btn_width {
    padding: 0 0.4rem 0 0 !important;
    width: auto !important;
}

.file_upload-btn {
    width: auto !important;
    /*padding-left: 6rem !important;
	padding-right: 1rem !important;*/
}

.text_reply {
    width: 14% !important;
}

.btn_size {
    width: auto !important;
}

.attached_btn {
    padding-left: 10px !important;
    padding-right: 13px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.attached_delete {
    margin-left: 20px !important;
}

.btn_padding {
    padding-right: 5px !important;
}

.card_padding {
    padding-top: 10px !important;
}

.padding_kendo_top {
    padding-top: 0.75rem !important;
}

.model_top {
    top: 5% !important;
}

.customLabel_margin {
    margin-bottom: 3px !important;
}

.attchment_top {
    margin-top: 0.4rem !important;
}

::-webkit-input-placeholder {
    color: #ababab !important;
}

.btn_right-padding {
    padding-right: 0.75rem !important;
}

.textbox_date-width {
    width: 12.4% !important;
}

.textbox_date-width_col8 {
    width: 19% !important;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.checkbox_label {
    padding-left: 25px !important;
}

.checkbox_padding-left {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
}

.select-wrapper span.caret {
    line-height: 41px !important;
    right: 3px !important;
}

.file_upload_height {
    height: 37px !important;
}

.linkbutton_padding {
    font-size: 0.8rem;
    padding: 0;
}

.linkbutton_padding-top {
    padding-top: 25px;
}

.leftSideBar_child_padding {
    padding: 5px 0px 5px 42px;
    color: #212121;
    font-size: 15px;
    margin-bottom: 0px;
}

.leftSideBar_heading-color {
    background-color: #e4e4e4;
}

.topMenu_padding {
    padding: 1rem 1rem !important;
    width: auto !important;
}

.menu-style {
    color: black;
    height: 34px !important;
    line-height: 26px !important;
    border: 1px solid grey;
    padding: 4px;
    border-radius: 2px;
    cursor: pointer;
}

.collapsible-header {
    line-height: 1rem;
}

.collapsible {
    border: none;
}

ul:not(.browser-default) li {
    list-style-type: none;
    border-radius: 50%;
}

.selelected-item {
    padding: 5px 0px 5px 42px;
    color: #005f9f !important;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
    background: #f5f5f5;
}

.down-img {
    background-image: url("https://appcdn.hokuapps.com/deployedApp/59f097777eaf87f42141e6ba/img/Down_Arrow.svg");
    width: 12px;
    height: 9px;
}

.up-img {
    background-image: url("https://appcdn.hokuapps.com/deployedApp/59f097777eaf87f42141e6ba/img/Up_Arrow.svg");
    width: 12px;
    height: 9px;
}

.marginTopBottom {
    margin: 10px 0px !important;
}

.changeFontColorRedOnFlagColor {
    color: red !important;
}

input.datepicker {
    /*background-image: url('https://appcdn.hokuapps.com/deployedApp/59f097777eaf87f42141e6ba/img/ic_date_range.svg') !important;
    background-Position: 100% center;
    background-Repeat: no-repeat;*/
    cursor: pointer;
}

/*Overwrite the Kendo Css*/
.k-pager-info {
    color: #3d3d3d !important;
}

.k-grid-content {
    font-size: 12px !important;
    min-height: 0px;
    max-height: 375px !important;
}

.k-grid td {
    padding: .4em .4em !important;
}

.k-grid th {
    padding-left: .4em !important;
    padding-right: .4em !important;
}

.k-grid {
    /*padding-top: 0.75rem !important;*/
}

.k-icon {
    margin-top: 10px;
}

.k-grid-header th > .k-link > .k-icon {
    margin-top: 3px !important;
}

.k-pager-wrap .k-pager-numbers .k-state-selected {
    padding-top: 0px !important;
    background: #eaeaea !important;
    border-radius: 50% !important;
    margin-top: 0px !important;
}

.k-pager-numbers .k-state-selected {
    border-color: #F5F5F5 rgba(255, 255, 255, 0) transparent !important;
}

/*Custom css for header template row*/
.header-item-row {
    background-color: grey !important;
}

.position_relative {
    position: relative;
}

.mandatory {
    color: red;
}

.k-combobox {
    border-width: 1px !important;
}

    .k-combobox .k-dropdown-wrap.k-state-default {
        background-color: white;
        height: 2.0em;
    }

    .k-combobox .k-select {
        border-width: 0 !important;
    }

    .k-combobox .k-dropdown-wrap .k-select {
        width: 1.571em !important;
    }

    .k-combobox .k-input {
        width: 100%;
        height: 1.6em !important;
    }

    .k-combobox input:not([type]):focus:not([readonly]), .k-combobox input[type=text]:focus:not([readonly]) {
        border-bottom: none !important;
        box-shadow: none !important;
        border: none !important;
    }

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .custom_ipad12 {
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 768px) and (orientation:portrait) {
    /* For portrait layouts only */
    .custom_ipad12_port {
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .custom_ipad12 {
        width: 100% !important;
    }
}
