/********************************************************************************
*
*     Filename:        base.css
*     Description:     Match Responsive Landing Premium Theme Base CSS File
*     Version:         1.2.1
*
*     -- FILE STRUCTURE: --
*
*     [ 1] CSS Defaults Reset          __reset
*     [ 2] Base Elements               __base
*     [ 3] Masterpage & Page Layout    __layout
*     [ 4] Forms                       __forms
*     [ 5] Common Blocks               __blocks
*     [ 6] Standard Listings           __listings
*     [ 7] Tables                      __tables
*     [ 8] Messages & Notifications    __messages
*     [ 9] Thumbnails & Icons          __icons
*     [10] Menus                       __menus
*     [11] Pagination                  __pagination
*     [12] Typography                  __typography
*     [13] Misc                        __misc
*     [14] Clearfix                    __clearfix
*     [15] Plugin Styles               __plugins
*     [16] Admin Styles                __admin
*
*
********************************************************************************/


/*========================================================
[1] CSS Defaults Reset      __reset
========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
 /* TODO delete */;
}

ol, ul {
    list-style: none;
 /* TODO delete */;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/*========================================================
[2] Base Elements       __base
========================================================*/
body {
    background-color: #ECEFF1; /** OW_Control type:color, key:BodybgColor, section:2. Colors, label: - Body Background Color **/;
}

body, html {
    font-family: 'Roboto', sans-serif;
    color: #777777;
 /** OW_Control type:color, section:2. Colors, key:textColor, label: Text Color **/;
    font-size: 13px;
    line-height: 18px;
    height: 100%;
}

a {
    color: #03A9F4;
 /** OW_Control type:color, key:linkColor, section:2. Colors, label: Links Color **/;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:hover img {
    text-decoration: none;
}

p {
    text-indent: 0;
    margin-bottom: 4px;
}

h1, h2, h3, h4, h5 {
    color: #777777;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h1 {
    font-size: 15px;
    line-height: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    padding-left: 0px;
    color: #777777;
/** OW_Control type: color, key: ptitleColor, label:Page Title Color, section: 2. Colors **/
    text-transform: uppercase;
    margin-left: 0px;
    background-repeat: no-repeat;
}

h1:before {
    display: none;
    font-size: 0px !important;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: none;
}

table {
    border: none;
}

img {
    border: 0;
    vertical-align: middle;
}

th, td {
    padding: 2px 5px;
    vertical-align: top;
}

th {
    padding: 10px;
    vertical-align: middle;
}

th {
    color: #fff;
    background-color: #03a9f4;
}

hr {
    background-color: #ccc;
    border: none;
    height: 1px;
    margin: 5px 5px 15px 5px;
}
/*========================================================
[3] Masterpage & Page Layout        __layout
========================================================*/
/* ---- Page Layout, Content styles ---- */
/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}
/*End of the Opera Fix*/
html body div .ow_page h1 {
    background: none;
    border-bottom: 2px solid #fafafa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

html body div .ow_page h1:hover {
    background: none;
}

.maintenance_cont h1 {
    padding-left: 23px;
    background-position: left center;
}

.ow_bg_color {
    background-color: #ECEFF1;
/** OW_Control type:color, key:BgColor, section:2. Colors, label: - Bg Color **/;
}

.ow_page_wrap {
    position: relative;
    background: #ECEFF1;
/** OW_Control type:color, section:2. Colors, key:pagewrapBgColor, label: -Page Wrap Background color **/
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body > .ow_page_wrap {
    min-height: 100%;
}

.ow_page_padding {
/*overflow: auto;*/
    padding-bottom: 99px;
}

.ow_canvas {
    margin: 0 auto;
    width: 100%;
    word-wrap: break-word;
}

.ow_page {
    margin: 0 0px 0px auto;
    padding: 0 18px;
}

.ow_page_container {
    width: 80%;
    margin: 0px 0px 0px 20%;
}

.ow_page_container .ow_page {
    padding: 110px 8px 16px;
    min-height: 400px;
    color: #777777;
/** OW_Control type:color, section:2. Colors, key:textColor, label:1. Text **/;
}

.ow_content {
    float: left;
    width: 100%;
}

.ow_dragndrop_content {
    float: left;
    width: 100%;
}

.ow_content a {
    color: #03A9F4;
 /** OW_Control type:color, key:linkColor, section:2. Colors, label: -Links **/
    font-family: sans-serif;
    text-transform: capitalize;
}

.ow_footer {
    color: #aaa;
    padding: 1px 0px;
    width: 80%;
    margin-left: 20%;
    height: 96px;
    position: relative;
    margin-top: -99px;
    clear: both;
}

.ow_footer .ow_copyright {
    float: none;
    font-size: 11px;
    line-height: 1;
    margin-left: 0%;
    text-align: center;
}

.attribution {
    float: right;
    margin-right: 25%;
}

h1.page_title {
    background: url(images/ic_file.png) no-repeat left 50%;
    margin-bottom: 20px;
    padding-left: 22px;
}

.ow_column {
    width: 49.6%;
    overflow: hidden;
}

.ow_narrow {
    width: 39%;
    overflow: hidden;
}

.ow_wide {
    width: 59%;
    overflow: hidden;
}

.ow_superwide {
    width: 75%;
    overflow: hidden;
}

.ow_supernarrow {
    width: 23%;
    font-size: 11px;
    overflow: hidden;
}

.ow_left {
    float: left;
}

td.ow_left {
    float: none;
}

.ow_right {
    float: right;
}

.ow_center {
    text-align: center;
}

.ow_txtleft,
table td.ow_txtleft {
    text-align: left;
}

.ow_txtcenter {
    text-align: center;
}

.ow_txtright {
    text-align: right;
}

html body .ow_hidden {
    display: none;
}

.ow_sidebar {
    margin-right: -200px;
    float: right;
    width: 186px;
}

.index-BASE_CMP_AddNewContent .ow_box_empty {
    padding-left: 9px;
    padding-right: 0px;
}

.ow_visible {
    display: block;
}

.ow_nocontent {
    padding: 20px 0px;
    text-align: center;
}

table.ow_nomargin,
div.ow_nomargin {
    margin-bottom: 0px;
}

.ow_nowrap {
    white-space: nowrap;
}

ul.ow_regular {
    margin-bottom: 12px;
}

ul.ow_regular li {
    line-height: 25px;
    margin: 0 0 3px 0px;
    padding: 0px 0px 0px 22px;
    background-repeat: no-repeat;
    background-image: url(svg/ic_loupe_blue_18px.svg);
    background-position: left 5px;
    font-size: 15px;
    background-size: 18px;
}

.ow_preloader {
    background: url(images/ajax_preloader_button.gif) no-repeat center center;
}

.ow_preloader_content {
    background: url(images/ajax_preloader_content.gif) no-repeat center center;
}

.ow_page_layout_scheme {
    width: 580px;
}

.ow_page_layout_scheme a {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    display: block;
    float: left;
    height: 103px;
    margin: 2px;
    padding: 5px;
    width: 100px;
}

.ow_page_layout_scheme a.active,
.ow_page_layout_scheme a:hover {
    background-color: #CCFFCC;
    border: 1px solid #CCCCCC;
}

.ow_item_set2 {
    width: 49%;
}

.ow_item_set3 {
    width: 33%;
}

.ow_item_set4 {
    width: 25%;
}

.ow_item_set5 {
    width: 20%;
}

/* ---- End of the Page Layout, Content styles ---- */
/* ---- Header styles ---- */
.ow_header {
    width: 85%;
    padding: 0px 0px 0px 0px;
    margin-left: 300px;
    display: none!Important;
}

.ow_top {
    position: relative;
    height: auto;
    min-height: 105px;
    padding-top: 50px;
}

.ow_logo_wrap {
    width: 100%;
    padding: 0px 0px 0px 0px;
    height: 60px;
}

a.ow_logo_wrap {
    font-size: 0px;
    background-image: url('svg/mlogo.svg');
/** OW_Control type:image, key:mainlogoimg, section: 1. General Settings, label: Main logo image **/
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100px;
    display: block;
    width: 20%;
    background-size: 70%;
    background-position: center;
    background-color: #0288D1;/** OW_Control type:color, key:mainlogobgColor, section:2. Colors, label: -Main logo Background color **/
}

.ow_header .ow_search {
    float: right;
    padding: 5px;
}

/* ---- End of the Header styles ---- */
/* ---- Console styles ---- */
.ow_console .wackwall_link {
    background: url(images/console-w.png) no-repeat 50% 50%;
    display: block;
    height: 30px;
    width: 35px;
}

.ow_console .wackwall_link:hover {
    text-decoration: none;
}

.ow_console .common_shortcuts a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 25px;
}

.ow_console .common_shortcuts a:hover {
    text-decoration: none;
}

.ow_console .notification_shortcut {
    padding: 0 7px;
}

.ow_console .notification_shortcut a {
    background-position: 0 50%;
    background-repeat: no-repeat;
    display: block;
    padding: 5px 0 5px 20px;
    text-decoration: none;
}

.ow_site_panel {
    height: 100px;
    background-color: #03A9F4;
 /** OW_Control type:color, key:SitePanelBgColor, section:1. General Settings, label: Site Panel BG color **/
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0px;
    right: 0px;
}


.ow_my_avatar_img .ow_avatar {
    background-image: none!important;
}

.ow_my_avatar_img .ow_avatar img {
    border: 3px solid #eee;
}

.ow_console {
    font-size: 13px;
    height: 40px;
    margin-top: 30px;
    margin-right: 15px;
    z-index: -1;
    color: #787878;
}

.ow_console_body {
    padding: 10px 4px 8px 8px;
    text-align: right;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-bottom-left-border-radius: 2px;
}

.ow_console_block {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.ow_console_item {
    display: inline-block;
    position: relative;
    line-height: 21px;
    height: 25px;
    margin: 0 10px 0 0px;
    color: rgba(255,255,255,0.7);
    vertical-align: top;
    text-align: left;
}

.ow_console_item:hover {
    color: #fff;
    cursor: pointer;
}

.ow_console_dropdown_hover {
    width: 25px;
}

.ow_console_dropdown_hover:hover {
    cursor: pointer;
}

.ow_console_dropdown_pressed {
}

.ow_console_button.ow_console_item a {
    color: #787878;
}

.ow_console_item a {
    color: #1e2432;
}

.ow_console_item a:hover {
    text-decoration: none;
}

div.ow_console_lang_item > span {
    background: none !important;
    font-size: 0px !important;
    background-size: 0px;
    padding-left: 0px !important;
}

div.ow_console_lang_item > span:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "translate";
}

.ow_console_more {
    display: inline-block;
    vertical-align: top;
    margin-top: -26px;
}

.ow_console_more:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "face";
}

.ow_friend_request_list .ow_console_item_link, .ow_mailbox_items_list .ow_console_item_link, .ow_invitation_list .ow_console_item_link,.ow_notification_list .ow_console_item_link, .ow_console_dropdown .ow_console_item_link {
    font-size: 0px;
}

.ow_mailbox_items_list:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "email";
}

.ow_notification_list:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "notifications";
}

.ow_invitation_list:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "card_giftcard";
}

.ow_friend_request_list:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "group_add";
}



/*Console select language styles*/
.ow_console_lang_item {
    text-transform: uppercase;
    margin-top: 0px;
}

li.ow_console_lang_item {
    padding: 3px 8px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 1px;
    color: #666;
}

li.ow_console_lang_item:hover {
    background: #03a9f4;
    border-radius: 0px;
    color: #fff;
}

.ow_console_lang_item span {
    display: inline-block;
    padding-left: 23px;
}

/*End Console select language styles*/
.ow_console .ow_tooltip_top_right {
    padding-top: 21px;
}

.ow_console .ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 0px 0px;
}

.ow_console span.ow_count_wrap {
    position: absolute;
    top: -14px;
    right: -7px;
}

.ow_console span.ow_count_bg {
}

.ow_console span.ow_count {
    position: relative;
    top: 0px;
    line-height: 13px;
}

.ow_console .ow_tooltip_body {
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.ow_console_list_wrapper {
    width: 330px;
    overflow-y: auto;
    word-wrap: break-word;
    min-height: 60px;
}

.ow_console_list {
    cursor: default;
}

.ow_console_list li {
    padding: 3px;
    margin: 0px 2px 4px;
    height: 55px;
    overflow: hidden;
    border: 1px solid #CFD4D7;
    -webkit-transition: all .3s ease;
 /* Safari */
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.ow_console_list li:hover {
    background: #fafafa !important;
}

.ow_console_list li.ow_console_new_message {
    background: rgba(58, 87, 149, 0.19);
    border: 1px solid #3A5795;
}

.ow_console_list li:last-child {
    margin-bottom: 0px;
}

.ow_console .ow_avatar {
    float: left;
    margin-right: -40px;
    height: 40px;
    width: 40px;
    padding: 0px;
    background-image: none;
}

.ow_console .ow_avatar img {
    height: 40px;
    width: 40px;
}

.ow_console_ntf_txt, .ow_console_invt_txt {
    display: block;
    line-height: 16px;
    color: #3A5795;
}

.ow_console_invt_txt a {
    color: #2c8ed9;
}

.ow_console_view_all_btn_wrap {
    padding-top: 4px;
    background: #FAFAFA;
}

.ow_console_view_all_btn {
    text-decoration: none;
    display: block;
    line-height: 11px;
    padding: 8px 0px;
    text-align: center;
    border: 1px solid #ccc;
    background: url(images/console_item_bg.png) repeat-x;
}

ul.ow_console_dropdown {
    min-width: 110px;
    text-align: left;
    overflow-x: auto;
    cursor: default;
}

ul.ow_console_dropdown .ow_console_dropdown_cont {
    white-space: nowrap;
    margin-bottom: 1px;
}

ul.ow_console_dropdown .ow_console_dropdown_cont a {
    padding: 3px 8px;
    border: 1px solid transparent;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

ul.ow_console_dropdown .ow_console_dropdown_cont a:hover {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #03a9f4;
    color: #fff;
}

ul.ow_console_dropdown li:last-child .ow_console_dropdown_cont {
    margin-bottom: 0px;
}

.ow_console .ow_tooltip .ow_tooltip_body {
    max-width: 340px;
}

.ow_console_ntf_cont, .ow_console_invt_cont {
    display: block;
    margin: 0px 57px 0px 45px;
    line-height: 16px;
    color: #666;
}

.ow_console_ntf_txt, .ow_console_invt_txt {
    min-height: 19px;
    padding: 5px 8px 3px 8px;
}

.ow_console_invt_txt {
    width: 211px;
    word-wrap: break-word;
}

.ow_console_invt_cont a {
    color: #2c8ed9;
}

.ow_console_invt_cont a:hover {
    color: #2c8ed9;
    text-decoration: underline;
}

.ow_console_invt_cont .ow_lbutton:hover {
    text-decoration: none;
}

.ow_console_invt_img {
    float: right;
    margin-left: -54px;
    width: 54px;
    height: 54px;
    text-align: right;
}

.ow_console_invt_img img {
    max-height: 74%;
    max-width: 74%;
}

.ow_console_invt_no_img .ow_console_invt_txt {
    width: 100%;
}

.ow_console_invt_no_img {
    margin-right: 0px;
}

.ow_console_divider {
    line-height: 1px;
    height: 1px;
    background: #eee;
    margin: 3px 0px 2px;
}

.ow_cursor_pointer {
    cursor: pointer;
}

.ow_cursor_default {
    cursor: default;
}
/* Messages notifications */
.ow_console_mailbox_txt {
    font-size: 12px;
}

.ow_console_mailbox_title {
    font-size: 14px!important;
    padding-right: 52px;
}

.ow_console_mailbox_title .ow_mailbox_convers_info_date {
    font-size: 10px;
    font-weight: normal;
    margin-right: -37px;
}

.ow_chat_request_item .console_list_ipc_item {
    padding-right: 22px;
    background: url(svg/chat_minnic1.svg) no-repeat;
    background-position: right center;
    border-bottom: 3px solid #03a9f4;
    height: 55px;
}

.ow_mailbox_request_item .console_list_ipc_item {
    padding-right: 22px;
    background: url(svg/message_miniic1.svg) no-repeat;
    background-position: right center;
    border-bottom: 3px solid #fd637e;
    height: 55px;
}

.ow_console_list_item.ow_mailbox_request_item, .ow_console_list_item.ow_chat_request_item {
    margin: 0px;
    border: none;
}

.ow_console_list_item.ow_chat_request_item {
    background-color: #c8edfd;
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.ow_console_list_item.ow_mailbox_request_item {
    background-color: #ffedf0;
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.ow_chat_request_item .ow_console_mailbox_txt {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
}

.ow_console_messages_btns,
.ow_console_messages_btn {
    margin-top: 4px;
}

.ow_console_messages_viewall,
.ow_console_messages_send {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -wenkit-box-sizing: border-box;
}

.ow_console_messages_viewall a, .ow_console_messages_send a {
    border: 1px solid #03a9f4!important;
    border-radius: 0px!important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
    text-shadow: none;
}

.ow_console_messages_viewall a:hover, .ow_console_messages_send a:hover {
    background-color: #f6f7f8;
    color: #3A5795;
}

.ow_console_messages_btn .ow_console_messages_send {
    display: none;
}

.ow_console_messages_btn .ow_console_messages_viewall {
    width: 100%;
    padding-right: 0;
}

.ow_console_messages_viewall {
    padding-right: 2px;
}

.ow_console_messages_send {
    padding-left: 2px;
}

.ow_console_messages_viewall a, .ow_console_messages_send a {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    text-align: center;
    border: 1px solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -wenkit-box-sizing: border-box;
    font-size: 11px;
    background: #03a9f4;
    color: #fff;
}

.ow_console li.ow_chat_request_item .ow_avatar,
.ow_console li.ow_mailbox_request_item .ow_avatar {
    width: 40px;
    height: 40px;
    margin-right: 13px;
}

.ow_console li.ow_chat_request_item .ow_avatar img,
.ow_console li.ow_mailbox_request_item .ow_avatar img {
    height: 55px;
    width: 50px;
}

.ow_console li.ow_chat_request_item .ow_console_invt_cont,
.ow_console li.ow_mailbox_request_item .ow_console_invt_cont {
    margin-left: 38px;
}
/*End of Messages notifications*/
/* ---- End of Console styles ---- */

/*========================================================
[4] Forms        __forms
========================================================*/
/* ---- Form Elements styles ---- */

input[type=text]:hover, input[type=password]:hover, textarea:hover, div.jhtmlarea:hover {
    border: 1px solid #BABABA;
    border-top: 1px solid #ABABAB;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.162);
    transition: all 0.4s ease 0s;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, div.jhtmlarea:focus {
    border: 1px solid #4d90fe;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    transition: all 0.4s ease 0s;
}

input[type=text]:not(:focus), input[type=password]:not(:focus), textarea:not(:focus), input[type=text]:not(:hover), 
input[type=password]:not(:hover), textarea:not(:hover) {
    transition: all 0.4s ease 0s;
}

input[type=text], input[type=password], textarea, select, div.jhtmlarea {
    background: rgb(255, 255, 255);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    border: 1px solid #b1e7ff;
    color: #4c4c4c;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 4px;
}

body form div.jhtmlarea {
    padding: 0px;
    background: #fff;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .jhtmlarea .toolbar {
    padding: 2px 2px 0px;
    height: 24px;
    background: #f1f1f1;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

body .jhtmlarea .toolbar ul {
    height: 24px;
}

.jhtmlarea .input_ws_cont {
    padding: 8px;
}

body.htmlarea_styles {
    margin: 0px;
    color: #999 !important;
}

html body .ow_sidebar *,
html body .ow_console * {
    font-size: 11px;
}

select {
    background-image: none;
    background-color: #fff;
}

textarea {
    height: 100px;
    width: 100%;
    resize: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],
input[type=password] {
    width: 100%;
    height: 30px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.ow_supernarrow input[type=text],
.ow_supernarrow input[type=password]{
    width: 95%;
}*/
input[type=submit], input[type=button] {
    background-color: transparent;
    background-position: 1px 50%;
    background-repeat: no-repeat;
    padding: 1px 8px 2px 8px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    height: 30px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    line-height: 30px;
}
/* temp hack for decorating buttons in FF */
body:not(:-moz-handler-blocked) input[type=submit],
body:not(:-moz-handler-blocked) input[type=button] {
    padding-top: 0px;
    padding-right: 31px;
}
/* End of temp hack for decorating buttons in FF */
html body div span.ow_button input[type=submit],
html body div span.ow_button input[type=button] {
}

html body.ow input[type=submit],
html body.ow input[type=button] {
    margin: 0px;
}

span.ow_button {
    display: inline-block;
    background-color: #03a9f4;
 /** OW_Control type:color, key:ButtonBgColor, section:1. General Settings, label: Button BG color **/
    border-color: #03a9f4;
/** OW_Control type:color, key:ButtonBorderColor, section:1. General Settings, label: Button Border color **/
    background-repeat: repeat;
    background-position: right top;
    padding: 0px 0px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
}

.ow_content > .ow_right > .ow_button {
    margin-top: 10px!important;
}

span.ow_button:hover {
    border-color: #039fe6;
    background-color: #039fe6;
    background-repeat: repeat;
    background-position: right top;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.ow_button span.ow_button {
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border: none;
    background-image: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
}

span.ow_button span {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
}

span.ow_button span:hover {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
}

.ow_btn_delimiter span.ow_button:first-child {
    margin-right: 16px;
}

.ow_btn_delimiter span.ow_button span.ow_button {
    margin: 0px;
    box-shadow: none;
}

html body.ow span.ow_button {
}

body.ow input.ow_inprogress, body.ow .ow_inprogress {
    background-image: url(svg/three-dots1.svg);
    padding-right: 44px;
    background-position: right;
    background-size: 40px;
}

*+html input[type=submit],
*+html input[type=button] {
    overflow: visible;
}

input[type=submit]:hover,
input[type=button]:hover {
    /* empty */
    ;
}

input[type=submit].submit {
    background-color: #00aa00;
    color: #fff;
}

input[type=submit].alert {
    background-color: #ff6666;
    color: #fff;
}

input[type=submit].submit:hover {
    /* empty */
    ;
}

input[type=submit].alert:hover {
    /* empty */
    ;
}

ul.ow_radio_group li {
    float: left;
}

ul.ow_checkbox_group li {
    float: left;
}

textarea.invitation,
input[type=text].invitation,
input[type=password].invitation {
    color: #999;
}

.form_auto_click textarea.invitation {
    height: 50px;
}

form .error {
    color: red;
}

form input[type=text].hasDatepicker {
    width: 87%;
}

form br.ow_no_height {
    line-height: 0;
}

.color_input input[type=text] {
    width: 70%;
}

.ow_multiselect select {
    width: 120px;
    padding: 2px;
}

.ow_multiselect input[type=button] {
    padding-left: 20px;
}

.form_auto_click .ow_submit_auto_click {
    display: none;
}
/* ---- Positive and Negative buttons ---- */
html body div .ow_positive input[type=submit],
html body div .ow_positive input[type=button] {
    color: #fff;
}

.ow_negative input[type=submit],
.ow_negative input[type=button] {
    background: none;
/*url(images/btn_grad_negative.png) repeat-x;*/
    padding-right: 2px;
}

body:not(:-moz-handler-blocked) .ow_negative input[type=submit],
body:not(:-moz-handler-blocked) .ow_negative input[type=button] {
    padding-right: 2px;
}
/* ---- End of Positive and Negative buttons ---- */


html body div .ow_green {
    color: #444;
}

html body div .ow_red {
    color: #ee3d32;
}

html body div .ow_mild_red,
.ow_navbox.ow_mild_red a.move {
    color: #505B64;
}

html body div .ow_mild_green,
.ow_navbox.ow_mild_green a.move {
    color: #7cbb11;
}

.ow_button .ow_red {
    color: #fbfbfb;
}

html body .ow_button.ow_red,
html body .ow_button.ow_mild_red,
html body .ow_button.ow_green,
html body .ow_button.ow_mild_green,
.ow_button .ow_mild_red,
.ow_button .ow_green {
    background-color: transparent;
    border-color: transparent;
    color: #626060;
}

.ow_button .ow_mild_green {
    color: #FBFBFB;
}

input[type=submit].ow_green,
input[type=button].ow_green,
input[type=submit].ow_mild_green,
input[type=button].ow_mild_green,
input[type=submit].ow_red,
input[type=button].ow_red,
input[type=submit].ow_mild_red,
input[type=button].ow_mild_red {
    background-color: transparent;
}

/* wysiwyg styles */
body.htmlarea_styles {
    font-family: 'Roboto', sans-serif;
 /** key:commonFontFamily  **/
    color: #3f5664!important;
    font-size: 13px;
 /** key:commonFontSize **/
    line-height: 18px;
}

body.htmlarea_styles.mailbox {
    color: #787878!important;
}

body.htmlarea_styles a {
    color: #2c8ed9;
}

body.htmlarea_styles p {
    margin: 0;
}
/* wysiwyg styles end */

/* tag styles */
div.tagsinput {
    border-color: #CFD4D7!important;
    background-color: #fff;
}
/* tag styles end */

/* ---- End of Form Elements styles ---- */
/* ---- End of Form Table styles ---- */
/* -------Attachments styles----------*/
.ow_attachment_btn {
    float: right;
    margin: 0 0 0 4px;
    padding: 0;
}

.ow_attachments input[type="file"] {
    cursor: pointer;
    float: right;
    opacity: 0;
}

.ow_attachment_icons {
    float: right;
}

.ow_attachments a {
    background: url(svg/ic_add_a_photo_aaa_24px.svg) no-repeat 0px 0px;
    cursor: pointer;
    float: left;
    height: 24px;
    overflow: hidden;
    text-decoration: none;
    width: 24px;
}

.ow_attachments a.video {
    background: url(images/wysiwyg.png) -197px 1px no-repeat;
}

.ow_attachments a.attach {
    background: url(images/attach.svg) no-repeat 2px 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.ow_attachments a.attach.uploading {
    background: url(images/ajax_preloader_button.gif) no-repeat center center;
}

.ow_attachment_delete {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
}

.ow_ajax_oembed_attachment {
    width: 100%;
}

.ow_attachment_btn span.ow_button {
    background-image: none;
    background-repeat: repeat-x;
    background-position: center left;
    display: inline-block;
    padding: 1px;
    text-align: center;
}

.ow_attachment_btn span.ow_button span {
    display: inline-block;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    margin: 1px;
}

.ow_attachment_btn span.ow_button input[type=submit], .ow_attachment_btn span.ow_button input[type="button"] {
    padding: 1px 8px 4px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background: none;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"] {
    text-shadow: none!important;
    font-family: 'Roboto', sans-serif;
    color: #4e5665;
}

.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button input[type="submit"]:hover {
    color: #4e5665;
}

.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button span {
    background-color: transparent;
    border-radius: 0px;
    background-image: none!important;
}

.ow_chat_mailchat_buttons .ow_attachment_btn span.ow_button span:hover {
}

.ow_chat_dialog_wrap .ow_attachments a.attach {
    background: url(images/attach.svg) no-repeat 2px 2px;
}

/*Video, links embed*/
body .ow_oembed_attachment_preview {
    height: 60px;
    position: relative;
    padding: 6px 20px 0 88px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-width: 1px;
    background-color: #fafafa;
}

.ow_mailbox_log .ow_oembed_attachment_preview {
    border: none;
    padding: 0 0 0 88px;
    background-color: transparent;
    margin-top: 12px;
}

.ow_mailbox_log .ow_oembed_attachment_preview .ow_attachment_delete {
    display: none;
}

.ow_oembed_attachment_pic .attachment_other_images_btn {
    position: absolute;
    left: 4px;
    bottom: 4px;
    display: none;
}

.ow_oembed_attachment_pic:hover .attachment_other_images_btn {
    display: inline-block;
}

body .ow_oembed_attachment_pic {
    width: 80px;
    height: 60px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-width: 0 1px 0 0;
    background-color: #ececec;
}

.ow_oembed_atachment_pic_nopic {
    background-image: url(images/no-picture.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ow_oembed_attachment_pic img {
    width: 80px;
    height: 60px;
}

.ow_oembed_attachment_url {
    position: relative;
}

.ow_oembed_attachment_url a {
    position: absolute;
    bottom: 4px;
    left: 4px;
}

.ow_attachment_title {
    margin-bottom: 4px;
    line-height: 13.5px;
    font-size: 11px;
    display: inline-block;
}

.ow_attachment_description {
    line-height: 13.5px;
    height: 27px;
    overflow: hidden;
    font-size: 11px;
    display: block;
}

.ow_attachment_title a {
    display: block;
    height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 11px;
}

.ow_oembed_attachment_preview.loading_content .ow_oembed_attachment_pic,
.ow_oembed_attachment_preview.loading_content .ow_attachment_title,
.ow_oembed_attachment_preview.loading_content .ow_attachment_description {
    display: none;
}

.ow_oembed_attachment_preview.loading_content {
    background: url(images/ajax_preloader_content.gif) center center no-repeat;
}

.attachment_image_item {
    border-width: 1px;
    cursor: pointer;
    float: left;
    height: 85px;
    margin: 2px;
    padding: 3px;
    text-align: center;
    width: 85px;
}

.attachment_image_item img {
    max-width: 100%;
    max-height: 100%;
}
/*Photo attachment*/
.ow_photo_attachment_preview {
    height: auto;
    padding: 8px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-left: 0;
}

.ow_comments_mipc .ow_photo_attachment_preview,
.ow_comments_mipc .ow_oembed_attachment_preview {
    margin-left: 48px;
}

.ow_comments_ipc .ow_photo_attachment_preview,
.ow_comments_ipc .ow_oembed_attachment_preview {
    margin-left: 57px;
}

.ow_feed_comments_input_sticky .ow_photo_attachment_preview,
.ow_feed_comments_input_sticky .ow_oembed_attachment_preview,
.ow_feed_comments_input_sticky .comments_hidden_btn {
    margin: 0 12px 8px 22px;
}

.ow_photo_attachment_pic {
    display: inline-block;
    background-color: #ececec;
    width: 120px;
    height: 120px;
    border: 1px solid #e6e6e6;
    border-top-color: #dbdbdb;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.ow_photo_attachment_pic.loading {
    background-size: auto;
    background-image: url(images/ajax_preloader_content.gif);
    background-position: center center;
}

.ow_photo_attachment_stage {
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*File attachments*/
.ow_file_attachment_preview {
    width: 100%;
    height: auto;
    margin-top: -2px;
    margin-bottom: 6px;
}

.ow_file_attachment_block1, .ow_file_attachment_block2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 2px 0;
}

.ow_file_attachment_block1 {
    padding-right: 4px;
}

.ow_file_attachment_block2 {
    padding-left: 4px;
}

.ow_dialog_items_wrap .ow_file_attachment_block1,
.ow_dialog_items_wrap .ow_file_attachment_block2 {
    width: auto;
    float: none;
    padding-right: 0;
    padding-left: 0;
    padding-top: 4px;
}

.ow_dialog_items_wrap .ow_file_attachment_info,
.ow_mailbox_log .ow_file_attachment_info {
    padding-right: 4px;
}

.ow_dialog_item_mailchat .ow_mailbox_message_content_attach {
    padding-top: 0px;
}

.ow_dialog_items_wrap .ow_file_attachment_name,
.ow_mailbox_log .ow_file_attachment_name {
    font-weight: normal;
    padding-right: 4px;
}

.ow_file_attachment_info {
    border: 1px solid #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-right: 50px;
    position: relative;
    height: 22px;
    overflow: hidden;
}

.ow_file_attachment_info a {
    line-height: 22px;
    padding-left: 8px;
}

.ow_dialog_in_item.fileattach {
    padding-top: 1px;
    padding-bottom: 1px;
}

.ow_dialog_in_item.fileattach .ow_file_attachment_info {
    border: none;
}

.ow_file_attachment_name {
    width: 100%;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    padding-left: 8px;
    font-size: 11px;
    font-weight: bold;
}

.ow_file_attachment_size {
    font-weight: normal;
    display: none;
}

.ow_file_attachment_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    border-left: 1px solid #eee;
    background-image: url(images/tag_close_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ow_file_attachment_preload {
    position: absolute;
    top: 0;
    right: 25px;
    width: 16px;
    height: 22px;
    background: url(images/ajax_preloader_content.gif) center center no-repeat;
    display: none;
}

.ow_dialog_in_item.errormessage p,
.ow_mailbox_log_message.errormessage .ow_mailbox_message_content,
.ow_dialog_item_mailchat.errormessage .ow_dialog_item_mailchat_text {
    color: #b1b1b1;
}

.ow_errormessage_not {
    display: block;
    padding-bottom: 4px;
    padding-left: 4px;
}

.ow_dialog_in_item.errormessage .ow_errormessage_not {
    padding-left: 0;
}
/* -------End of attachments styles----------*/
/* ----------- Comments styles---------- */
body .ow_attachments .buttons {
    padding: 1px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

body .ow_attachments a.video {
    border-radius: 0 2px 2px 0;
    margin: 0 0 0 -1px;
}

.base_cmnts_temp_cont .ow_ipc_info {
    border: none;
    padding-bottom: 1px;
}

.ow_comments_item,
.ow_feed_comments_viewall,
.ow_feed_comments_input_sticky,
.ow_photo_attachment_preview,
.ow_oembed_attachment_preview,
.ow_oembed_attachment_pic,
.ow_comments_form_wrap,
.ow_newsfeed_features .ow_tooltip .ow_tooltip_body,
.ow_newsfeed_item .ow_comments_no_form .ow_comments_msg {
    background-color: #F6F7F8;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-style: solid;
}

.ow_comments_item {
    position: relative;
    padding: 0px 0px 4px;
    padding: 6px 6px 4px 6px;
    border-width: 1px 1px 0 1px;
}

.ow_comments_form_top .ow_comments_item {
    border-width: 0 1px 1px 1px;
}

.ow_comments_form_top .ow_paging {
    margin-bottom: 0;
    margin-top: 8px;
}

.ow_newsfeed_features .ow_comments_item {
    border-width: 1px 0 0 0;
}

.ow_newsfeed_delimiter {
    display: none;
}

.ow_photoview_info_wrap.sticked .ow_comments_item:last-child {
    border-width: 1px;
    margin-bottom: 12px;
}

.ow_comments_form_top .ow_comments_list .ow_comments_item:last-child {
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
}

.ow_comments_list .ow_comments_item:first-child {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.ow_comments_form_top .ow_comments_list .ow_comments_item:first-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ow_comments_no_form .ow_comments_list .ow_comments_item:last-child {
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    -webkti-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-width: 0 1px 1px 1px;
}

.ow_newsfeed_item .ow_comments_no_form .ow_comments_list .ow_comments_item:last-child {
    border-width: 1px 0 0 0;
}

.ow_comments_form_top.ow_comments_no_form .ow_comments_list .ow_comments_item:first-child {
    border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-width: 1px;
}

.ow_newsfeed_features .ow_comments_list div .ow_context_action_block .ow_context_action {
    border-top-width: 1px;
}

.ow_comments_form_wrap {
    padding: 6px 6px 4px 6px;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-width: 1px;
    min-height: 42px;
}

.ow_comments_ipc .ow_comments_form_wrap {
    min-height: 50px;
}

.ow_newsfeed_features .ow_comments_form_wrap,
.ow_newsfeed_features .ow_feed_comments_viewall {
    border-width: 1px 0 0 0;
}

.ow_comments_form_top .ow_comments_form_wrap {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.ow_feed_comments_viewall {
    text-align: right;
    padding: 8px 8px 8px 0;
    border-width: 1px 1px 0 1px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    min-height: 14px;
}

.ow_feed_comments_input_sticky {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ow_feed_comments_input_sticky .ow_comments_input_wrap {
    padding: 6px 12px 4px 22px;
}

.ow_feed_comments_input_sticky .ow_comments_form_wrap {
    border-top-width: 1px;
}

.ow_comments_item_picture {
    float: left;
    margin-right: -50px;
    width: 50px;
}

.ow_comments_item_info {
    margin-left: 57px;
}

.ow_comments_item_info textarea.ow_smallmargin {
    margin-bottom: 6px;
    width: 100%;
    margin-top: 4px;
}

.ow_comments_item_info .comments_fake_autoclick {
    width: 100%;
    height: 28px;
    margin-top: 4px;
}

.ow_comments_item_header {
    margin-bottom: 2px;
}

.ow_comments_item_header a {
    font-size: 11px;
    font-weight: bold;
}

.ow_comments_item_toolbar {
    float: left;
    font-size: 10px;
    width: 100%;
}

.ow_comments_item_info .clearfix .ow_comments_item_toolbar {
    white-space: normal;
}

.ow_comments_date {
    float: right;
    font-size: 10px;
}

.ow_comments_list .ow_tooltip .ow_tooltip_body {
    padding: 4px 0px;
}

.ow_comments_list .ow_context_action_list a {
    padding: 4px 12px;
}

.ow_comments_item_info .mipc_url {
    font-weight: bold;
}

.comment_add_arr {
    float: left;
    display: block;
    position: relative;
    z-index: 1;
    left: 1px;
    width: 5px;
    height: 9px;
    margin: 14px 0px 0px -5px;
}

.ow_comments_list .comments_view_all {
    padding-bottom: 5px;
}

body .ow_comments_list .ow_attachment {
    padding-top: 4px;
}

body .ow_comments_content.ow_smallmargin {
    margin-bottom: 0px;
}

.ow_comments_content  img {
    max-width: 100%;
}

.ow_comments_btn_block {
    padding: 0 0px 0px 0;
}

.ow_comments_item .cnx_action {
    position: absolute;
    right: 4px;
    top: 4px;
}

.ow_comments_item .cnx_action .ow_context_action_block .ow_context_action {
    height: 20px;
}

.ow_comments_msg {
    padding-top: 4px;
    color: #fafafa;
    background: #03a9f4;
    border: 1px solid #03a9f4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 4px;
}

.ow_newsfeed_item .ow_comments_no_form .ow_comments_msg {
    background: #03a9f4;
    margin-bottom: 0px !important;
    border: 1px solid #03a9f4;
}

body .item_loaded {
    margin: 0px 3px 8px 57px;
}

.form_auto_click {
    background: #f6f7f8;
    padding: 10px;
    box-sizing: border-box;
}

body textarea.ow_newsfeed_status_input {
    height: 58px;
}

body textarea.ow_newsfeed_status_input.invitation {
    width: 100%;
    height: 35px;
}

.ow_comments_mipc.ow_comments_paging .ow_comments_list {
    margin-bottom: 8px;
}

.ow_comments_mipc .ow_comments_item_picture,
.ow_feed_comments_input_sticky .ow_comments_item_picture {
    width: 42px;
    margin-right: -42px;
    float: left;
}

.ow_comments_mipc .ow_comments_item_picture .ow_avatar,
.ow_feed_comments_input_sticky .ow_comments_item_picture .ow_avatar {
    height: 32px;
    width: 32px;
    background: url(images/avatar_mini_bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.ow_comments_mipc .ow_comments_item_picture .ow_avatar img, .ow_feed_comments_input_sticky .ow_comments_item_picture .ow_avatar img {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
}

.ow_comments_mipc .ow_comments_item_info,
.ow_feed_comments_input_sticky .ow_comments_item_info {
    margin-left: 48px;
}

.ow_comments_mipc .ow_comments_list {
    margin-bottom: 1px;
}

.ow_comments_item_info .ow_comments_content {
    padding: 2px 0;
    width: 100%;
    word-wrap: break-word;
}

.ow_comments_input_wrap textarea.comments_fake_autoclick {
    resize: none;
    height: 30px;
    padding-right: 28px;
}

.ow_comments_input_wrap .ow_comments_input {
    padding-top: 4px;
    position: relative;
}

.ow_comments_input_wrap .ow_comments_input .comments_fake_autoclick {
    margin-top: 0;
}

.ow_comments_input .ow_attachment_icons {
    position: absolute;
    top: 8px;
    right: 4px;
}

.ow_comments_input .ow_attachments a {
    background: url(svg/ic_add_a_photo_aaa_24px.svg) no-repeat 0px 0px;
    cursor: pointer;
    float: left;
    height: 20px;
    overflow: hidden;
    text-decoration: none;
    width: 20px;
    background-size: 20px;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    -ms-background-size: 20px;
    -khtml-background-size: 20px;
}

.ow_attachments input[type="file"] {
    cursor: pointer;
    float: right;
    opacity: 0;
}
/*End of comments styles*/

@media (max-width: 528px) {
.clearfix.ow_stdmargin.ow_automargin {
    max-width: 98%;
}
table.ow_table_1.ow_form.ow_automargin {
    width: 100% !important;
}
.base_user_join .ow_box, .base_user_join .ow_box_empty {
    padding-left: 0px;
    padding-right: 0px;
    border-left: none;
    border-right: none;
}

}
@media (min-width: 1334px) {

 .base_user_join .ow_table_1, .base_user_join .ow_table_2, .base_user_join .ow_table_3 {
    min-width: 100%;
}

}

/*========================================================
[5] Common Blocks        __blocks
========================================================*/
div.ow_dnd_widget {
    margin: 0px 0px -20px !important;
    -webkit-column-break-inside: avoid !important;
    -moz-column-break-inside: avoid !important;
    -o-column-break-inside: avoid !important;
    -ms-column-break-inside: avoid !important;
    column-break-inside: avoid !important;
    page-break-inside: avoid !important;
}

.sprintally_side_bar .ow_dnd_widget.index-BASE_CMP_MyAvatarWidget .ow_box_cap, .sprintally_side_bar .ow_dnd_widget.index-BASE_CMP_MyAvatarWidget .ow_box_cap_empty {
    display: none !important;
}

#mCSB_1_container > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word , #mCSB_1_container > div.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > div.ow_box.ow_stdmargin.clearfix.index-BASE_CMP_MyAvatarWidget.ow_break_word {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ow_box_cap_empty {
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 8px;
}

.ow_box_toolbar_cont.clearfix {
    border-top: 1px solid #fafafa;
    margin-top: 10px;
    background: #fafafa;
}

.ow_box_cap_empty .ow_box_cap_right {
}

.ow_box_cap_empty .ow_box_cap_body {
    min-height: 33px;
}

.ow_box_cap h3, .ow_box_cap_empty h3 {
    background-repeat: no-repeat;
    background-position: 8px 8px;
    text-transform: uppercase;
    height: auto;
    line-height: 48px;
    overflow: hidden;
    font-weight: normal;
    text-shadow: 1px 1px 0 #ffffff;
    font-family: 'Oswald', sans-serif;
    color: #666;
    /** OW_Control type:color, section:2.4. Box Colors, key:box_titlex, label: - Box Title Text Color **/
    font-size: 16px;
}

@media screen and (max-width: 979px) {
    .ow_right.place_section.right_section div#mCSB_3_scrollbar_vertical {
        display: none !important;
    }

    .ow_right.place_section.right_section .mCSB_inside>.mCSB_container {
        margin-right: 0px !important;
    }
}

@media screen and (min-width: 1100px) {
    .ow_box_cap h3, .ow_box_cap_empty h3 {
        letter-spacing: 2px;
    }

    .ow_box .ow_box_menu, .ow_box_empty .ow_box_menu {
        text-align: right;
        position: absolute;
        right: 10px;
        margin-bottom: 0px;
        margin-top: -55px;
    }

    

    .ow_dragndrop_sections .sidebar_section {
        position: fixed;
        left: 0px;
        width: 20%;
        top: 100px;
        overflow: auto;
        height: 80%;
        padding-bottom: 20% !important;
        overflow-x: hidden;
        background-color: #fff;
    }


    body.base_user_dashboard .ow_left.place_section.ow_column {
        float: left !important;
    }
body.base_user_dashboard .ow_right.place_section.ow_column {
        float: right !important;
    }

div.ow_newsfeed_context_menu_wrap > div.ow_newsfeed_string.ow_small.ow_smallmargin {
line-height: 25px !important;
}
.ow_newsfeed_date {
    top: 5px !important;
}
.ow_user_list .ow_item_set3 {
    min-height: 170px;
}

}

.ow_box_cap h3 {
    padding-left: 15px;
}

.ow_box_cap_empty h3 {
    padding-left: 5px;
}

.ow_box_cap h3:before, .ow_box_cap_empty h3:before {
    display: none !important;
    font-size: 0px !important;
}

.ow_box_cap , .ow_box_cap_empty {
    background-repeat: repeat;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
}

.ow_box_cap .ow_box_cap_body , .ow_box_cap_empty .ow_box_cap_body {
    min-height: 48px;
}

.ow_box, .ow_box_empty {
    background-color: #fafafa;
    /** OW_Control type:color, key:BoxbgColor, section:2. Colors, label: - Box Background Color **/
    margin-bottom: 8px;
    padding: 8px 8px 8px 8px;
    position: relative;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-color: #fafafa;
    border-top-style: solid;
    border-top-width: 3px;
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
    border-bottom: #fafafa 1px solid;
}

.ow_box_empty {
    margin-top: -8px;
}

.ow_dnd_widget.dashboard-BASE_CMP_ModerationToolsWidget .ow_box .ow_box_menu {
    position: relative !important;
    margin-top: 0px;
}

.ow_box .bottom_toolbar, .ow_box_mod .bottom_toolbar {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 10px;
    padding: 0 5px;
    text-align: right;
}

.ow_box.ow_no_cap {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ow_sidebar .ow_box_bottom_shadow,
.ow_supernarrow .ow_box_bottom_shadow {
    bottom: -12px;
}


/*========================================================
[6] Standard Listings        __listings
========================================================*/

.ow_canvas .ow_avatar img,
.ow_canvas .ow_lp_avatars img,
.ow_canvas .ow_newsfeed_avatar img {
    width: 40px;
    height: 40px;
}
/* ---- Item Picture Content ---- */
.ow_ipc {
    margin-top: 16px;
    margin-bottom: 0px;
}

.ow_blogs_list .ow_ipc {
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.ow_forum_topic_posts .ow_ipc {
    background-color: #fff;
    padding: 10px;
}

.ow_ipc:first-child {
    margin-top: 0px;
}

.ow_ipc_picture {
    float: left;
    margin-right: -50px;
    width: 50px;
/*padding: 4px 5px 6px;*/;
}

.ow_ipc_picture .ow_avatar {
    background: url(images/avatar_bg.png) no-repeat;
}

.ow_ipc_picture img {
    width: 40px;
    height: 40px;
}

.ow_ipc_picture img:first-child {
    margin-top: 7px;
}

.ow_ipc_picture .ow_avatar img {
    margin-top: 0px;
    margin-left: 0px;
}

.ow_ipc_info {
    margin-left: 57px;
    padding: 0px 0px 10px 0px;
}

.ow_ipc_header {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}

.ow_ipc_header a {
    font-size: 13px;
    font-weight: normal;
}

.ow_ipc.ow_smallmargin {
    margin-bottom: 0px;
}

.ow_blogs_list .ow_ipc_content {
    text-align: justify!important;
}

.ow_ipc_toolbar {
    font-size: 11px;
    float: left;
    padding: 0 0px 0px 0px;
    width: 100%;
}

.ow_ipc_toolbar .ow_icon_control {
    padding: 0px;
}

html body div .ow_ipc_toolbar span {
    background: none;
}

.ow_ipc_toolbar .ow_ipc_date,
.ow_ipc_date {
    float: right;
    font-size: 10px;
    line-height: 14px;
}

.ow_table_1 .ow_ipc_info,
.ow_table_2 .ow_ipc_info {
    border: none;
}
/* ---- End of the Item Picture Content ---- */

/* ---- Mini Item Picture Content ---- */
.ow_mini_ipc_picture {
    float: left;
    margin-right: -42px;
    width: 42px;
}

.ow_mini_ipc_picture img {
    border: 1px solid #fff;
}

.ow_mini_ipc_picture img,
.ow_mini_ipc_picture .ow_avatar,
.ow_mini_ipc_picture .ow_avatar img {
    width: 32px;
    height: 32px;
}

.ow_mini_ipc_info {
    margin-left: 49px;
    padding-top: 0;
}

.ow_mini_ipc_info .mipc_url {
    font-weight: bold;
}

.ow_mini_ipc_content {
    margin-top: 5px;
}
/* ---- End of the Mini Item Picture Content ---- */

/* ---- Item Content ---- */
.ow_ic_header {
    margin-bottom: 5px;
}

.ow_ic_description {
    margin-bottom: 5px;
}

.ow_ic_date {
    float: right;
    font-size: 10px;
    line-height: 14px;
}

th,
.ow_highbox_table .ow_highbox,

.ow_sidebar,
.ow_table_3 td {
    border-color: #ccc;
}

.ow_page td.ow_highbox {
    border-color: #e8e8e8;
}

.profile-BASE_CMP_AboutMeWidget .ow_box_empty {
    background-color: #f5f5f6!important;
}

.ow_box_toolbar {
    margin-top: 16px;
    font-size: 11px;
    float: right;
    white-space: nowrap;
}

.ow_box_toolbar span {
    padding: 0px 2px 0px 0px;
}

.ow_box_toolbar span.ow_nowrap a {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: url(images/btn_grad.png) repeat-x;
    padding: 0px 6px 0px;
    line-height: 21px;
}

.ow_box_toolbar span.ow_nowrap a:hover {
    background: url(images/box_menu_active.gif) repeat-x;
}

.ow_box_empty .ow_box_toolbar {
    text-shadow: #fff 1px 1px 0;
}

.ow_box_toolbar a {
    color: #5a5a5a;
}

.ow_box_toolbar a:hover {
    text-decoration: none;
}

.ow_box_toolbar .ow_delimiter,
.ow_ic_toolbar  .ow_delimiter {
    display: none;
}

.ow_avatar_list {
    text-align: center;
}

.ow_avatar_list a {
    margin-bottom: 0px;
    margin-right: 1px;
}

/* ---- Tooltip ---- */
.ow_tooltip {
    margin-top: 0;
    padding-top: 2px;
}

.ow_tooltip_tail {
    display: inline-block;
    padding: 0px 0px;
    width: 100%;
}

.ow_tooltip_tail span {
    display: inline-block;
    background: url(svg/ic_arrow_drop_up_white_24px.svg) no-repeat 0px 0px!important;
    width: 24px;
    height: 14px;
    margin-bottom: 0px;
    background-size: contain;
}

.ow_console .ow_tooltip .ow_tooltip_body {
    background: #fff;
}

.ow_tooltip .ow_tooltip_body {
    background: #fff;
    padding: 4px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ow_forum_search_context_menu .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}

.ow_forum_search_context_menu .ow_context_action_list a {
    padding: 4px 12px;
}
/* ---- Top Right Tooltip  ---- */
.ow_tooltip_top_right.ow_tooltip {
    margin-top: 0;
    position: absolute;
    right: -1px;
    top: 0px;
}

.ow_tooltip_top_right .ow_tooltip_tail span {
    background-position: 3px -6px;
}

.ow_tooltip_top_right .ow_tooltip_tail {
    text-align: right;
}
/* ---- Bottom Left Tooltip  ---- */
.ow_tooltip_bottom_left .ow_tooltip_tail span {
    background-position: 9px 0px;
    margin-top: -1px;
}
/* ---- Bottom Right Tooltip  ---- */
.ow_tooltip_bottom_right .ow_tooltip_tail span {
    background-position: 1px 0px;
    margin-top: -1px;
}

.ow_tooltip_bottom_right .ow_tooltip_tail {
    text-align: right;
}
/* ---- Left Side Tooltip  ---- */
.ow_tooltip_left .ow_tooltip_tail {
    float: left;
    margin-right: -4px;
    width: 4px;
    padding-top: 8px;
}

.ow_tooltip_left .ow_tooltip_tail span {
    margin: 0px;
    width: 5px;
    height: 11px;
    background-position: 0px -28px;
}

.ow_tooltip_left .ow_tooltip_body {
    display: block;
    margin-left: 4px;
}
/* ---- Right Side Tooltip  ---- */
.ow_tooltip_right .ow_tooltip_tail {
    float: right;
    margin-left: -4px;
    width: 5px;
    padding-top: 8px;
}

.ow_tooltip_right .ow_tooltip_tail span {
    margin: 0px;
    width: 5px;
    height: 11px;
    background-position: 0px -15px;
}

.ow_tooltip_right .ow_tooltip_body {
    display: block;
    margin-right: 4px;
}


/* ---- End of Tooltip  ---- */

/* ---- Counter  ---- */
.ow_count_wrap {
    text-align: center;
    display: inline-block;
    line-height: 15px;
    font-size: 10px;
    vertical-align: top;
}

.ow_count_bg {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: inline-block;
    background: #fda8b4;
    min-height: 15px;
    overflow: hidden;
}

.ow_count {
    color: #fff;
    padding: 0 4px 0 3px;
}

.ow_count_active {
    background: none repeat scroll 0 0 #ff5f80;
}
/* ---- End of Counter  ---- */

/* ---- Item Voted Content ---- */

.ow_ivc_box {
}

.ow_ivc_voteupdown {
    background-repeat: no-repeat;
    background-position: center 5px;
    float: left;
    margin-right: -50px;
    padding: 0px 5px 5px;
    text-align: center;
}

.ow_ivc_content {
    margin-left: 75px;
}
/*
.ow_ivc_origin{
background-repeat: no-repeat;
margin-bottom: 8px;
padding: 2px 0px 2px 20px;
}


.ow_ivc_toolbar .ow_comments,
.ow_ivc_toolbar .ow_tags,
.ow_ivc_toolbar .ow_voteup,
.ow_ivc_toolbar .ow_votedown{
background-repeat: no-repeat;
display: inline-block;
margin-left: 5px;
padding: 0px 0px 2px 20px;
}
*/
/* ---- Listing Picture ---- */

.ow_lp_picture {
    float: left;
    margin: 0 1px 1px 0;
}

.ow_lp_wrapper {
/*float: left;
overflow: hidden;
text-align: center;*/;
}

.ow_lp_avatars {
    text-align: center;
}

.profile-GROUPS_CMP_UserGroupsWidget .ow_lp_avatars .ow_lp_wrapper {
    margin: 0 7px 1px 0!important;
}

.ow_lp_avatars .ow_lp_wrapper {
    display: inline-block;
    margin: 0 1px 1px 0;
    width: 40px;
}

.ow_lp_albums .ow_lp_wrapper {
    width: 77px;
    height: 77px;
    padding: 4px 0px 0px 5px;
    float: left;
    margin-right: 4px;
    background: url(images/lp_wrapper.png) no-repeat 0px 0px;
}

.ow_lp_photos .ow_lp_wrapper {
    width: 75px;
    height: 75px;
    padding: 0px;
    margin: 0 2px 2px 0;
    display: inline-block;
    float: none;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.ow_lp_avatars img {
/*display: block;*/;
}

.ow_lp_avatars .ow_avatar {
    margin: 1px;
    text-align: left;
}

.ow_lp_photos img,
.ow_lp_albums img {
    width: 72px;
    height: 72px;
/*display: block;*/;
}

.ow_lp_label {
    margin-left: 80px;
}

.ow_lp_avatars.ow_mini_avatar {
    text-align: left;
}

.ow_mini_avatar .ow_avatar {
    background: url(images/avatar_mini_bg.png) no-repeat 0px 0px;
}

.ow_mini_avatar .ow_avatar, .ow_avatar.ow_mini_avatar,
.ow_mini_avatar .ow_avatar img, .ow_avatar.ow_mini_avatar img {
    width: 32px;
    height: 32px;
}

a.avatar_list_more_icon {
    width: 25px;
    height: 32px;
    display: inline-block;
    margin: 0 1px;
    background: #eee url(images/more_icon.png) no-repeat 50% 50%;
}

/* ---- User List ---- */

.ow_user_list .ow_item_set3 {
    width: 200px;
    word-wrap: break-word;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 2px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 2px;
}

.ow_user_list .ow_alt1, .ow_user_list .ow_alt2 {
    height: 0px;
    border: none!important;
}

.ow_user_list .ow_alt2, .ow_user_list .ow_alt1 {
    border: none!important;
    background: none!important;
}

#mCSB_2_scrollbar_vertical {
    display: none !important;
}

.ow_user_list_item {
    float: left;
    padding: 10px;
    position: relative;
    margin-right: 2px;
}

.ow_user_list_item .ow_tiny {
    text-align: center!important;
    margin-left: 0px!important;
}

.asl_users .ow_user_list_item .ow_user_list_picture {
    margin-bottom: 5px;
    margin-top: 10px;
}

.asl_users .ow_user_list_item .ow_user_list_data {
    text-align: center;
}

.ow_user_list_picture .ow_avatar {
    background-image: none!important;
    padding: 0px!important;
}

.ow_user_list_item .ow_user_list_picture img {
    width: 80px!important;
    height: 80px!important;
    border: 3px solid #9be0ff;
}

.avatar_select_list .ow_item_set2 {
    width: 47%!important;
}

.ow_uli_context_menu {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.ow_user_list_item:hover .ow_uli_context_menu {
    display: block;
}

.ow_uli_context_menu .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}

.ow_uli_context_menu .ow_context_action_list a {
    padding: 4px 12px;
}
/*=======================================================
[7] Tables        __tables
========================================================*/
.ow_table_1,
.ow_table_2 {
    border-collapse: separate;
}

.ow_table_3 {
    border-collapse: collapse;
}

.ow_table_1,
.ow_table_2,
.ow_table_3 {
margin-bottom: 25px;
}

.ow_table_1 tr td,
.ow_table_2 tr td,

.ow_video_list .ow_alt1,
.ow_video_list .ow_alt2,
.ow_photo_list .ow_alt1,
.ow_photo_list .ow_alt2 {
}

.ow_forum th {
    color: #4E5665;
    background-color: #fff;
}

.ow_video_list .ow_alt1,
.ow_video_list .ow_alt2 {
    border: none!important;
    background: none!important;
}

.ow_table_1 tr td,
.ow_table_2 tr td {
}

.ow_table_1 .ow_empty + tr td:first-child,
.ow_table_2 .ow_empty + tr td:first-child {
    border-radius: 4px 0px 0px 0px;
    -moz-border-radius: 4px 0px 0px 0px;
    -webkit-border-radius: 4px 0px 0px 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
}

.ow_video_list div:first-child,
.ow_user_list div:first-child {
    border-left-width: 1px;
    border-top-width: 1px;
}

.ow_table_1 tr td:first-child,
.ow_table_2 tr td:first-child {
    border-left-width: 1px;
}

.ow_video_list div,
.ow_user_list div {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

.ow_video_list div:last-child,
.ow_user_list div:last-child {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ow_video_list div:first-child,
.ow_user_list div:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ow_table_1 tr td:last-child,
.ow_table_2 tr td:last-child {
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.ow_table_1 tr:first-child td,
.ow_table_2 tr:first-child td {
    border-top-width: 1px;
}

.ow_table_1 tr:first-child td:first-child,
.ow_table_1 tr:first-child th:first-child,
.ow_table_2 tr:first-child td:first-child,
.ow_table_2 tr:first-child th:first-child {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
}

.ow_table_1 tr:first-child td:last-child,
.ow_table_1 tr:first-child th:last-child,
.ow_table_2 tr:first-child td:last-child,
.ow_table_2 tr:first-child th:last-child {
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
}

.ow_table_1 tr:last-child td:first-child,
.ow_table_1 tr.ow_alt1:last-child td:first-child,
.ow_table_1 tr.ow_tr_last td:first-child,
.ow_table_1 tr.ow_tr_last th:first-child,
.ow_table_2 tr:last-child td:first-child,
.ow_table_2 tr.ow_alt1:last-child td:first-child,
.ow_table_2 tr.ow_tr_last td:first-child,
.ow_table_2 tr.ow_tr_last th:first-child {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

.ow_table_1 tr:last-child td:last-child,
.ow_table_1 tr.alt1:last-child td:last-child,
.ow_table_1 tr.ow_tr_last td:last-child,
.ow_table_1 tr.ow_tr_last th:last-child,
.ow_table_2 tr:last-child td:last-child,
.ow_table_2 tr.alt1:last-child td:last-child,
.ow_table_2 tr.ow_tr_last td:last-child,
.ow_table_2 tr.ow_tr_last th:last-child {
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}

.ow_table_1 tr:last-child td,
.ow_table_1 tr:last-child th,
.ow_table_2 tr:last-child td,
.ow_table_2 tr:last-child th {
    border-top-width: 0px;
}

td.ow_label {
}

.ow_table_1 th,
.ow_table_2 th {
}

.ow_table_1 tr.ow_tr_first td,
.ow_table_2 tr.ow_tr_first td {
    border-top-width: 1px;
}

.ow_table_1 tr.ow_tr_first th,
.ow_table_2 tr.ow_tr_first th {
}

.ow_table_1 tr.ow_tr_first th:first-child,
.ow_table_1 tr.ow_tr_first td:first-child,
.ow_table_2 tr.ow_tr_first th:first-child,
.ow_table_2 tr.ow_tr_first td:first-child {
    border-left-width: 1px;
}

.ie8 .ow_table_1 tr.ow_tr_first th,
.ie8 .ow_table_2 tr.ow_tr_first th {
    border-right-width: 1px;
}
/*@media \0screen {
.ow_table_1 tr.ow_tr_first th,
.ow_table_2 tr.ow_tr_first th {
border-right-width: 1px;
}
}*/
.ow_table_1 tr.ow_tr_delimiter td,
.ow_table_2 tr.ow_tr_delimiter td {
    border: none;
}

.ow_table_1 tr.ow_tr_first th:last-child,
.ow_table_1 tr.ow_tr_first td:last-child,
.ow_table_2 tr.ow_tr_first th:last-child,
.ow_table_2 tr.ow_tr_first td:last-child {
    border-right-width: 1px;
}

.ow_table_1 tr.ow_tr_first th:last-child,
.ow_table_2 tr.ow_tr_first th:last-child {
    border-right-color: #ccc;
}

.ow_table_1 td,
.ow_table_2 td {
    padding: 8px;
    vertical-align: middle;
}

.ow_table_1 td .text {
    color: #999;
}

.ow_table_2 {
    border-collapse: separate;
}

.ow_table_2 td {
    text-align: center;
}

.ow_table_3 {
    border-collapse: separate;
    border-spacing: 5px;
}

.ow_table_3 td {
    border-left-width: 1px;
    border-left-style: solid;
    vertical-align: top;
}

.ow_table_3 td.ow_label {
    border: none;
    color: #3A5795;
    text-align: right;
}

.ow_table_3 td.ow_value {
    width: 50%;
    padding-left: 10px;
}

.ow_table_4 {
    border-collapse: separate;
    border-spacing: 5px;
}

.ow_table_4 td {
    vertical-align: top;
}

.ow_table_4 td.ow_label {
    border: none;
    color: #666;
    text-align: right;
}

.ow_table_4 td.ow_value {
    padding-left: 10px;
}

th.ow_section {
    border: 0 none;
    padding: 15px 0;
    text-align: center;
    background: transparent;
}

th span.ow_section_icon {
    background-repeat: no-repeat;
    padding-left: 22px;
}

span.ow_section_icon {
    display: block;
    height: 20px;
}

th.ow_section span {
    background: #03a9f4;
    padding: 8px 10px;
    color: #fff;
    font-weight: normal;
}

.ow_profile_gallery_action_toolbar.ow_profile_action_toolbar_wrap.clearfix.ow_stdmargin {
    border-bottom: 2px solid #fafafa;
    padding-bottom: 10px;
}

table.ow_form td.ow_label {
    color: #4E5665;
    text-align: right;
    width: 20%;
}

table.ow_form td.ow_desc {
    width: 25%;
    color: #787878;
    font-size: 11px;
}

table.ow_form td.ow_submit {
    text-align: center;
}


/*========================================================
[8] Messages & Notifications        __messages
========================================================*/


/*========================================================
[9] Thumbnails & Icons        __icons
========================================================*/

img.thumb {
    width: 100px;
}

html body div .ow_ic_add:before {
    content: "\e095";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_aloud:before {
    content: "\e0a0";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_app:before {
    content: "\e049";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_attach:before {
    content: "\e093";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_birthday:before {
    content: "\e02f";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_bookmark:before {
    content: "\e013";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_calendar:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "event";
}

html body div .ow_ic_cart:before {
    content: "\e04e";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_chat:before {
    content: "\e04a";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_clock:before {
    content: "\e081";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_cut:before {
    content: "\e024";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_dashboard:before {
    content: "\e06c";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_delete:before {
    content: "\e082";
    padding-right: 5px;
    padding-left: 0px;
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #999;
    font-size: 20px;
    text-decoration: none;
}

a.ow_ic_delete.close {
    text-decoration: none;
}

html body div .ow_ic_draft:before {
    content: "\e060";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_down_arrow:before {
    content: "\e07b";
    padding-right: 0px;
    padding-left: 5px;
    color: #fff;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_edit:before {
    content: "\e052";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_female:before {
    content: "\e09c";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_file:before {
  /* content: "\e085"; */
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_files:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "forum";
}

html body div .ow_ic_flag:before {
    content: "\e088";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_folder:before {
    content: "\e089";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_forum:before {
    content: "\f1c2"!important;
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_friends:before {
    content: "\e001";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_gear_wheel:before {
    content: "\e09a";
    padding-right: 0px;
    padding-left: 5px;
  /**custom font-size**/
    font-size: 13px;
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.ow_dnd_configurable_component .ow_ic_gear_wheel:before {
    padding-left: 0px;
    speak: none;
    font-variant: normal;
    color: #999 !important;
    font-size: 20px;
    margin-left: -7px;
}

html body div .ow_ic_heart:before {
    content: "\e08a";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_help:before {
    content: "\e056";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_house:before {
    content: "\e069";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_info:before {
    content: "\e08b";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_key:before {
    content: "\e08c";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_left_arrow:before {
    content: "\e07a";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_lens:before {
    content: "\e090";
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_link:before {
    content: "\e08d";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_lock:before {
    content: "\e08e";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_mail:before {
    content: "\e01f";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_male:before {
    content: "\e09d";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_mobile:before {
    content: "\e010";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_moderator:before {
    content: "\e04b";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_monitor:before {
    content: "\e011";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_move:before {
    content: "\e023";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_music:before {
    content: "\e03d";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_new:before {
    content: "\e017";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_ok:before {
    content: "\e080";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    color: #666;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_online:before {
    content: "\e003";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_picture:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "add_a_photo";
}

html body div .ow_ic_plugin:before {
    content: "\e02d";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_push_pin:before {
    content: "\e031";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_reply:before {
    content: "\e050";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_right_arrow:before {
    content: "\e079";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_rss:before {
    content: "\e03b";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_save:before {
    content: "\e080";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_restrict:before {
    content: "\e07c";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_script:before {
    content: "\f0f6";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_server:before {
    content: "\e03f";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_star:before {
    content: "\e09b";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_tag:before {
    content: "\e055";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_trash:before {
    content: "\e054";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_unlock:before {
    content: "\e08f";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_up_arrow:before {
    content: "\e078";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_update:before {
    content: "\e098";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_user:before {
    font-family: 'Material Icons';
    content: "perm_identity";
    color: #03a9f4;
}

html body div .ow_ic_video:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "movie_filter";
}

html body div .ow_ic_warning:before {
    content: "\e044";
    padding-right: 5px;
    padding-left: 5px;
  /**custom font-size**/
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html body div .ow_ic_write:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "cast_connected";
}

html body div .ow_ic_comment:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "group";
}

.ow_dnd_configurable_component h3:before ,.ow_dnd_schem_item.schem_component.ow_ic_file:before {
    content: "\e095";
    padding-right: 5px;
    padding-left: 5px;
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

html body div .ow_button span,
html body div .ow_button span.ow_negative,
html body div .ow_button span.ow_negative .ow_inprogress {
    background-repeat: no-repeat;
}

.maintenance_cont h1 {
    background-image: none;
}

.ow_icon_control {
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 0 2px 0px;
    line-height: 15px;
}

html body div .ow_miniic_comment:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "chat_bubble_outline";
}

html body div .ow_miniic_like:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "thumb_up_off_alt";
}

html body div .ow_miniic_delete {
    background-image: url(images/miniic_x.png);
}

html body div .ow_tinyic_delete {
    background-image: url(images/tinyic_delete.png);
}

html body div .ow_tinyic_tag {
    background-image: url(images/tinyic_tag.png);
}

html body div .ow_tinyic_write {
    background-image: url(images/tinyic_write.png);
}

.ow_miniicon_control {
    background-repeat: no-repeat;
    display: inline-block;
    padding: 1px 0 2px 14px;
    line-height: 9px;
}

.ow_box_cap_icons {
    margin-top: -26px;
}

span.ow_icon {
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.ow_marked_cell {
    background-image: url(images/ic_ok.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ow_box_cap_icons a.close {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: right;
    width: 20px;
    height: 20px;
}


/*========================================================
[10] Menus        __menus
========================================================*/

/* ---- Main Menu styles ---- */
.sprintally_side_bar {
    height: 80%;
    display: block;
    margin: 0px 0px 0px 0px;
    width: 20%;
    background-color: #fff;
/** OW_Control type:color, section:2. Colors, key:sidebarBGColor, label:-Sidebar background color **/
    position: fixed;
    top: 80px;
    padding-top: 30px;
    padding-bottom: 20%;
    left: 0px;
}


/* ---- Navigation on the left ---- */
.ow_nav_btn {
    position: fixed;
    float: left;
    width: 70px;
    height: 62px;
    cursor: pointer;
    background-image: url(svg/menu_btn.svg);
    background-color: transparent;
    /** OW_Control type:color, section:2.2. Menu Colors, key:mobile_navigation_bg, label: - Mobile & Tablet Navigation Menu Background Color **/
    background-position: 0 -115px;
    opacity: 0;
    transition: opacity 0.3s ease-out 0.15s;
    -moz-transition: opacity 0.3s ease-out 0.15s;
    -webkit-transition: opacity 0.3s ease-out 0.15s;
    display: none;
    z-index: 102;
}

.ow_nav_btn:hover {
    background-color: rgba(0,0,0,0.2) !important;
}

.ow_menu_active .ow_nav_btn {
    display: block;
    opacity: 1;
    background-position: 0px 0px !important;
    transition: background-position 0.2s ease;
    -moz-transition: background-position 0.2s ease;
    -webkit-transition: background-position 0.2s ease;
}

.ow_menu_active .ow_nav_btn,
.ow_menu_active .ow_nav_btn:hover {
    background-position: 4px 5px;
    transition: background-position 0.2s ease;
    -moz-transition: background-position 0.2s ease;
    -webkit-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
    -moz-transition: background-position 0.2s ease;
    -webkit-transition: background-position 0.2s ease;
}

body.ow_menu_active {
    overflow: hidden;
}

.ow_menu_fullpage {
    position: fixed;
    z-index: 98;
    top: 112px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0288D1;
/** OW_Control type:color, section:2.2. Menu Colors, key:mobilemenu_bg, label: - Mobile & Tablet Main Menu Background Color **/
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    display: none;
}

.ow_menu_active .ow_site_panel .ow_logo,
.ow_menu_active .ow_site_panel .ow_menu_wrap {
    display: none;
}

.ow_menu_active .ow_menu_fullpage {
    display: block;
    overflow-y: hidden;
    overflow-x: hidden;
    max-width: 288px;
}

.ow_menu_active .ow_menu_fullpage:hover {
    overflow-y: auto;
}

.ow_menu_active .ow_menu_fullpage_wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.ow_menu_fullpage_wrap ul.ow_main_menu {
    display: table-cell;
    vertical-align: top;
    overflow: visible;
    height: auto;
}

.ow_menu_fullpage_wrap ul.ow_main_menu li {
    width: 100%;
    display: block;
    text-align: left;
}

.ow_menu_fullpage_wrap .ow_main_menu li a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 62px;
    width: 100%;
    display: inline-block;
    background-color: #1cb1f5;
    /** OW_Control type:color, section:2.2. Menu Colors, key:mobilemenu_li_item_bg, label: - Mobile & Tablet Main Menu List Item Background Color **/
    margin-top: 1px;
    padding: 0;
    letter-spacing: 1px;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ow_menu_fullpage_wrap .ow_main_menu li a:hover {
    text-decoration: none;
}

.ow_menu_fullpage_wrap .ow_main_menu li.active a {
}

.ow_menu_fullpage_wrap .ow_main_menu li:first-child a {
    margin-left: 0;
}

.ow_menu_fullpage_wrap .ow_main_menu li a:hover {
    background-color: #03a9f4;
        /** OW_Control type:color, section:2.2. Menu Colors, key:mobile_menuitemhover, label: - Mobile Menu Item Hover Background Color **/
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ---- End of the Navigation on the left ---- */


/* ---- Main Menu styles ---- */
.ow_menu_wrap {
    background-color: #03A9F4;
/** OW_Control type:color, section:2.2. Menu Colors, key:menu_wrap_desktop, label: - Desktop menu background Color **/
    padding: 0;
    display: table;
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 50%;
    left: 20%;
}

.ow_main_menu {
    font-family: 'Oswald', sans-serif;
    height: 100px;
    overflow: hidden;
}

.ow_main_menu li {
    padding: 0;
    display: inline-block;
}

.ow_main_menu li a {
    color: rgba(255,255,255,0.7);
 /** OW_Control type:color, key:menuColor, section:2.2. Menu Colors, label:Menu text color **/
    display: inline-block;
    font-size: 15px;
    padding: 0 1vw;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: 1px;
}

.ow_main_menu li:first-child a {
    padding-left: 0px;
}

.ow_main_menu li a span {
    line-height: 100px;
    display: inline-block;
}

.ow_main_menu li.active a {
    color: #fff;
}

.ow_menu_wrap .ow_responsive_menu .ow_main_menu li.active a {
    padding-left: 15px;
    color: #fff;
}

.ow_main_menu li a:hover {
    color: rgba(255, 255, 255, 0.83);
/** OW_Control type:color, section:2.2. Menu Colors, key:main_menuitemhover, label: - Main Menu Item Hover Background Color **/;
}

.ow_responsive_menu {
    padding-right: 70px;
}

.ow_menu_wrap .ow_responsive_menu {
    text-align: center;
}

.ow_menu_more_wrap {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.ow_menu_more {
    position: relative;
    display: block;
    border-left-color: rgba(255, 255, 255, 0.2);
    /** OW_Control type:color, section:2.2. Menu Colors, key:menu_more_toggleborderleft, label: - menu more toggle border left Color **/
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.2);
    /** OW_Control type:color, section:2.2. Menu Colors, key:menu_more_toggleborderright, label: - menu more toggle border right front Color **/
    border-right-style: solid;
    border-right-width: 1px;
    width: 68px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    /** OW_Control type:color, section:2.2. Menu Colors, key:menu_more_togglebg, label: - menu more toggle background front Color **/
    background-image: url(svg/filter_list.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.ow_menu_more:after, 
.ow_menu_more:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ow_menu_more:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0.2);
/** OW_Control type:color, section:2.2. Menu Colors, key:menu_more_toggleafter, label: - menu more toggle after border Color **/
    border-width: 8px;
    margin-top: -8px;
}

.ow_menu_more:before {
    border-color: rgba(239, 242, 245, 0);
    border-right-color: rgba(255, 255, 255, 0.2);
/** OW_Control type:color, section:2.2. Menu Colors, key:menu_more_togglebefore, label: - menu more toggle before border Color **/
    border-width: 9px;
    margin-top: -9px;
}

.ow_main_menu_more_active .ow_menu_more_wrap {
    display: block;
}

.ow_menu_more_cont {
    position: absolute;
    top: 100px;
    right: -1px;
    padding: 0px 0px 10px;
    background-color: #03A9F4;
        /** OW_Control type:color, section:2.2. Menu Colors, key:menu_more_contbg, label: - menu more background Color **/
    border-width: 1px;
    border-bottom-width: 4px;
    border-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-color: #03A9F4;
/** OW_Control type:color, section:2.2. Menu Colors, key:menu_more_contborder, label: - menu more border Color **/
    border-bottom-color: #f55280;
        /** OW_Control type:color, section:2.2. Menu Colors, key:menu_more_contborderbottom, label: - menu more border bottom Color **/
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    z-index: 9;
    text-align: left;
}

.ow_menu_more:hover .ow_menu_more_cont {
    display: block;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes fadeIn {
 
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
 
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ow_menu_more_list a {
    display: block;
    padding: 14px 24px 14px;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgba(255,255,255,0.7);
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.ow_menu_more_list a:hover {
    text-decoration: none;
    color: #fff;
}
/* ---- End of Main Menu styles ---- */

/* Responsive styles */
@media (max-width: 979px) {
    .ow_nav_btn:hover {
        background-position: 0 -117px;
        background-color: transparent;
    }
}

@media (max-width: 767px) {

    body .ow_menu_wrap {
        display: none;
    }

    .sprintally_side_bar {
        display: none !important;
    }

    .ow_main_menu li a span {
        line-height: 62px !important;
    }

    .ow_nav_btn {
        display: block;
        background-position: 0 -117px;
        opacity: 1;
    }
}

.ow_box_menu {
    line-height: 21px;
    margin-bottom: 16px;
    padding: 5px;
    border-radius: 0px;
}

.ow_box .ow_box_menu {
    text-align: right;
}

.ow_box_menu a {
    border-color: #cccccc;
    display: inline-block;
    color: #777;
    font-size: 13px;
    height: 25px;
    padding: 3px 6px 0 7px;
    margin: 0px 0px 0px 2px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    text-shadow: 0 1px 0 #fff;
    font-weight: normal;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ow_box_empty .ow_box_menu {
    float: left;
    padding-left: 5px;
}

.ow_box_menu a:hover {
    text-decoration: none;
    color: #03a9f4;
    background-color: #fafafa;
}

.ow_box_menu a.active {
    box-shadow: none;
    color: #03a9f4;
    border-color: #a3ddf8;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.ow_newsfeed_view_more_c span.ow_button {
    border: 1px solid #afe0f6;
}
input.ow_newsfeed_view_more.ow_ic_down_arrow {
}
.ow_newsfeed_view_more_c span.ow_button:hover {
    background-color: #a3ddf8;
}
input.ow_newsfeed_view_more.ow_ic_down_arrow:hover {
    color: #fff;
}
span.ow_newsfeed_view_more.ow_ic_down_arrow:before {
    display: none;
    font-size: 0px !important;
}

/* ---- End of Main Menu styles ---- */


/* ---- Content Menu styles ---- */

.ow_content_menu {
    font-size: 0px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.ow_content_menu_wrap {
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #fafafa;
    padding-bottom: 10px;
    width: 100%;
}

.ow_content_menu li {
    float: left;
    margin-right: 1%;
    background: #fff;
    border-right: 1px solid #f1f1f1;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ow_content_menu li:hover {
    background: #03a9f4;
    color: #fff;
}

.ow_content_menu li:first-child {
}

.ow_content_menu li a {
    display: block;
    text-transform: capitalize;
    padding: 4px;
    font-size: 14px;
    color: #999;
}

.ow_content_menu span {
    background-position: 4px 2px;
    background-repeat: no-repeat;
    padding: 4px 1px 4px 1px;
    display: block;
}

.ow_content_menu li.active:hover, .ow_content_menu li.active {
    background: #03a9f4;
}

.ow_content_menu li.active, .ow_content_menu li.active +li {
}

.ow_content_menu li.active a {
    color: #fff;
    text-decoration: none;
}

.ow_content_menu li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.73);
}

.ow_content_menu .ow_ic_calendar:before {
    position: absolute;
    margin-left: -25px;
    font-size: 19px;
}

.ow_content_menu .ow_ic_calendar {
    padding-left: 28px;
}

@media (min-width: 481px) {
    .ow_content_menu li.active a:after {
        content: '';
        height: 0;
        width: 0;
        border-left: 10px solid transparent;
        border-top-color: #03a9f4;
        border-top-style: solid;
        border-top-width: 10px;
        background: none!important;
        border-bottom: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        margin-left: 20px;
    }
}


/* ---- End of Content Menu styles ---- */


/* ---- Button List styles ---- */

ul.ow_bl {
    padding: 0;
}

.ow_profile_action_toolbar.ow_bl li:first-child {
    margin-left: 4px;
}

ul.ow_bl li {
    float: right;
    list-style: none;
    margin-right: 4px;
    margin-bottom: 4px;
}

ul.ow_bl a {
    display: block;
    text-shadow: none;
    border-width: 1px;
    border-style: solid;
    color: #777;
    padding: 1px 8px;
    line-height: 26px;
    height: 26px;
    text-decoration: none;
    font-size: 13px;
    background-color: #fff;
    margin-left: 0px;
    border-color: #cccccc;
    font-weight: normal;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.ow_bl a:hover {
    text-decoration: none;
    background-color: #f1f1f1;
}

span.ow_blitem {
    background: url(images/btnl_bg.png) repeat-x center left;
    border: 1px solid #989aa4;
    color: #5c5d64;
    padding: 0px 0px;
    line-height: 20px;
    height: 22px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 4px 0px 0px;
}

span.ow_blitem span {
    display: inline-block;
}

span.ow_blitem input[type="submit"],
span.ow_blitem input[type="button"] {
    border: none;
    padding: 0px;
    background: none;
    font-weight: normal;
    height: auto;
    padding: 2px 5px 0 6px;
    font-size: 11px;
    line-height: 17px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: #5c5d64;
}

span.ow_blitem:hover,
span.ow_blitem input:hover {
    border-color: #444;
}

/* ---- Button List styles Cover Image ---- */

.ow_bg_controls span.ow_blitem {
    background: url(images/btnl_black_bg.png) repeat-x center left;
    border-radius: 3px;
    border: none;
    height: 24px;
    line-height: 22px;
}

.ow_bg_controls span.ow_blitem:hover {
    background: url(images/btnl_black_hover_bg.png) repeat-x center left;
}

html body div .ow_bg_controls .ow_green {
    color: #ccc;
}

.ow_bg_controls span.ow_blitem input[type="submit"],
.ow_bg_controls span.ow_blitem input[type="button"] {
    color: #ccc;
}

.ow_bg_controls span.ow_blitem input[type="submit"]:hover,
.ow_bg_controls span.ow_blitem input[type="button"]:hover {
    color: #eee;
}

/* ---- End of Button List styles Cover Image ---- */



/* ---- End of Button List styles ---- */


/* ---- Footer Menu styles ---- */

.ow_footer_menu {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}

/* ---- End of Footer Menu styles ---- */


/* ---- Inventory Line styles ---- */

.ow_inventory_line {
}


/*========================================================
[11] Pagination        __pagination
========================================================*/
html[xmlns] .ow_paging.clearfix {
    display: inline-block;
}

.ow_paging {
    font-size: 11px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 1px;
}

.ow_paging a {
    display: inline-block;
    line-height: 16px;
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 2px 6px 2px 7px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #666;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ow_paging a.active, .ow_paging a:hover {
    background: #fff;
    color: #03a9f4;
}

.ow_paging span {
    display: inline-block;
    padding-left: 3px;
}


/*========================================================
[12] Typography        __typography
========================================================*/
@font-face {
    font-family: 'Simple-Line-Icons';
	src:url('simpleline_icon/Simple-Line-Icons.eot');
	src:url('simpleline_icon/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('simpleline_icon/Simple-Line-Icons.woff') format('woff'),
		url('simpleline_icon/Simple-Line-Icons.ttf') format('truetype'),
		url('simpleline_icon/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	        font-weight: normal;
	        font-style: normal;
}

.ow_small {
    font-size: 14px;
    line-height: 14px;
}

.ow_highlight {
    background: #03a9f4;
}

.ow_std_margin {
    margin-bottom: 25px;
}

.ow_normal {
    font-size: 13px;
}

html body .ow_sidebar .ow_tiny,
html body .ow_console .ow_tiny,
.ow_tiny {
    font-size: 9px;
}

.ow_stdmargin {
    margin-bottom: 28px;
}

.ow_smallmargin {
    margin-bottom: 8px;
}

.ow_outline {
    color: #fff;
    font-weight: bold;
}

.ow_lightweight {
    font-weight: normal;
}

.ow_txt_value {
    font-weight: bold;
    color: #787878;
 /** OW_Control type:color, section:2. Colors, key:txtValue, label: -Numeric values **/;
}

.ow_user_list_data .ow_remark {
    color: #8BAE04;
}

.ow_remark {
    color: #141823;
}

.ow_alt1,
tr.ow_alt1 td {
    background-color: #fff;
}

.ow_alt2,
tr.ow_alt2 td {
    background-color: #fff;
}

.ow_high1 {
    background-color: #E7ECED;
}

.ow_high2 {
    background-color: #E7ECED;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.ow_lbutton, span.ow_lbutton {
    border: 1px solid #03A9F4;
    padding: 0px 3px 0px;
    line-height: 13px;
    text-transform: uppercase;
    color: #03A9F4!important;
    text-shadow: none;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    background-color: #fff;
}

html body a.ow_lbutton,
html body span.ow_lbutton {
    font-size: 8px;
}

.ow_lbutton:hover {
    cursor: pointer;
    text-decoration: none;
}

.ow_disabled {
    background: #ccc;
}

.info {
    margin-bottom: 8px;
}

.ow_automargin {
    margin-left: auto;
    margin-right: auto;
}

.ow_autowidth,
table.ow_form td.ow_autowidth {
    width: auto;
}

.ow_anno {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
}

.outline {
    color: #FF7000;
    font-weight: bold;
}

input[type=text].ow_inputready,
textarea.ow_inputready {
    color: #999999;
}


/*========================================================
[13] Misc        __misc
========================================================*/

.clr {
    clear: both;
}

.ow_column_equal_fix {
    padding-bottom: 20001px !important;
    margin-bottom: -20000px !important;
}

/*========================================================
[14] Clearfix        __clearfix
========================================================*/

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

*html .clearfix {
    height: 1%;
}


/*========================================================
[15] Plugin Styles        __plugins
========================================================*/

/* ---- Base plugin styles ---- */
.ow_add_content {
    background-repeat: no-repeat;
    background-position: center 8px;
    float: left;
    margin: 0 0px 0% 0%;
    overflow: hidden;
    padding: 55px 0 6px;
    text-align: center;
    width: 50%;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-weight: normal;
    color: #aaa;
}

.ow_add_content {
    background-color: #fff;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ow_add_content {
    border: 1px solid #f6f7f8;
    box-sizing: border-box;
}

.ow_add_content:hover {
    background-color: #fbfbfb;
    color: #03a9f4;
/** OW_Control type:color, key:addcontenthoverColor, section:2. Colors, label: - Add content Mouse over Color **/
    text-shadow: none;
}

.ow_add_content:before {
    font-family: 'Material Icons';
    content: "add";
    float: left;
    font-size: 40px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-weight: normal !important;
    margin-top: -45px;
    width: 100%;
    line-height: 40px;
}

.ow_box_empty.ow_stdmargin.clearfix.index-BASE_CMP_AddNewContent.ow_break_word , .ow_box.ow_stdmargin.clearfix.index-BASE_CMP_AddNewContent.ow_break_word {
    padding: 8px 0px 0px 0px !important;
}

.ow_add_content:hover {
    text-decoration: none;
}

.ow_add_content:nth-child(odd) {
    margin-left: 0px;
}

/* ---- End of base plugin styles ---- */

/* --- Share this plugin style by sprintally solutions --- */
.index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_toolbox {
    float: none;
    text-align: center;
}
.addthis_toolbox {
    min-width: 100px;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m {
    float: none !important;
}

.index-SOCIALSHARING_CMP_IndexShareButtonsWidget span.ow_left {
    display: none!important;
}

.index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_toolbox .ow_social_sharing_button {
    max-width: 100%!important;
}

.index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_toolbox {
    display: inline-block;
    width: 100%!important;
}

.index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_16x16_style .at4-icon, .index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_16x16_white_style .at4-icon, .index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_default_style .at4-icon, .index-SOCIALSHARING_CMP_IndexShareButtonsWidget .at4-icon, .at-16x16 {
    background-size: 100% !important;
}

.index-SOCIALSHARING_CMP_IndexShareButtonsWidget .ow_small.clearfix {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    display: block!important;
}

.index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_16x16_style .at4-icon, .index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_16x16_white_style .at4-icon, .index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_default_style .at4-icon, .index-SOCIALSHARING_CMP_IndexShareButtonsWidget .at4-icon, .at-16x16, .index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_toolbox .ow_social_sharing_button, .index-SOCIALSHARING_CMP_IndexShareButtonsWidget .at-icon-wrapper, .index-SOCIALSHARING_CMP_IndexShareButtonsWidget .addthis_16x16_style .at-icon {
    min-width: 60px!important;
    min-height: 60px!important;
}
/*-----gift style -------*/
.ow_gift_templates .ow_gift_checked {
    position: absolute;
    top: 0px!important;
    left: 0px!important;
    width: 105px!important;
    height: 110px!important;
    background-image: url(svg/checkmark.svg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(3, 169, 244, 0.34);
}

/*-----snippet style -------*/

a.s-snippet-overlay .s-snippet-label {
    background: #03a9f4 !important;
    border-radius: 0px !important;
}

.s-snippet-label .ow_txt_value {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.s-snippet {
    border-radius: 0px !important;
}

.s-snippet-2 .s-snippet-image-1 {
    border-radius: 0px !important;
}

.s-snippet-1 .s-snippet-image {
    border-radius: 0px !important;
}

.s-snippet-3 .s-snippet-image-1 {
    border-radius: 0px !important;
}

.s-snippet-3 .s-snippet-image-2 {
    border-radius: 0px !important;
}

.s-snippet-3 .s-snippet-image-3 {
    border-radius: 0px !important;
}

/*--- Sprintally Solutions Animations---*/
@media (min-width: 1090px) {
    .ow_miniic_comment.newsfeed_comment_btn, .ow_miniic_like.newsfeed_like_btn, .ow_newsfeed_avatar,.ow_newsfeed_content {
        visibility: visible;
        opacity:0.5;
    }

    .ow_miniic_comment.newsfeed_comment_btn.already-visible, .ow_miniic_like.newsfeed_like_btn.already-visible ,.ow_newsfeed_avatar.already-visible, .ow_newsfeed_content.already-visible {
        animation: none;
       visibility: visible;
}

    .ow_miniic_comment.newsfeed_comment_btn.animation_start {
        visibility: visible;
        opacity:1;
        -webkit-animation-name: zoomIn;
        -moz-animation-name: zoomIn;
        -o-animation-name: zoomIn;
        -ms-animation-name: zoomIn;
        animation-name: zoomIn;
        -webkit-animation-duration: 0.3s;
        -moz-animation-duration: 0.3s;
        -o-animation-duration: 0.3s;
        -ms-animation-duration: 0.3s;
        animation-duration: 0.3s;
    }

    .ow_miniic_like.newsfeed_like_btn.animation_start {
        visibility: visible;
         opacity:1;
        -webkit-animation-name: zoomIn;
        -moz-animation-name: zoomIn;
        -o-animation-name: zoomIn;
        -ms-animation-name: zoomIn;
        animation-name: zoomIn;
        -webkit-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        -ms-animation-duration: 0.5s;
        animation-duration: 0.5s;
    }

    .ow_newsfeed_content.animation_start {
        visibility: visible;
         opacity:1;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        -ms-animation-duration: 2s;
        animation-duration: 2s;
    }

    .ow_newsfeed_avatar.animation_start {
        visibility: visible;
        opacity:1;
        -webkit-animation-name: bounceInUp;
        -moz-animation-name: bounceInUp;
        -o-animation-name: bounceInUp;
        -ms-animation-name: bounceInUp;
        animation-name: bounceInUp;
        -webkit-animation-duration: 0.8s;
        -moz-animation-duration: 0.8s;
        -o-animation-duration: 0.8s;
        -ms-animation-duration: 0.8s;
        animation-duration: 0.8s;
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@media (min-width: 768px) {

    .ow_sidebar {
        display: none !important;
    }

    body.base_index_page_customize .ow_sidebar {
        display: block !important;
    }

    .ow_main_menu {
        padding-left: 5px;
    }
}

.ow_comments_item.clearfix {
    border-left: 3px solid #03a9f4;
}

/* ---- Forum styles ---- */

table.ow_table_1.ow_form.ow_stdmargin {
    width: 100%;
}
.ow_forum {
    text-align: center;
    width: 100%;
}

.ow_forum_topic {
    border-spacing: 2px;
}

.ow_forum .ow_name {
    text-align: left;
    width: 563px;
}

.ow_forum .ow_topics {
    width: 55px;
}

.ow_forum .ow_replies {
    width: 55px;
}

.ow_forum .ow_action {
    white-space: nowrap;
    width: 70px;
}

.ow_forum_topic .ow_author {
    width: 20%;
}

.ow_forum_topic .ow_posts {
    text-align: center;
    width: 1%;
}

.ow_forum_topic .ow_views {
    text-align: center;
    width: 1%;
}

.ow_forum_topic .ow_icon {
    line-height: 14px;
    text-align: center;
    width: 8%;
}

body.htmlarea_styles blockquote.ow_quote,
blockquote.ow_quote {
    margin: 10px 0 10px 40px;
    background: #fafafa;
    border-left: 5px solid #a9d300;
    padding: 2px 5px;
}

body.htmlarea_styles blockquote.ow_quote .ow_author,
blockquote.ow_quote .ow_author {
    border-bottom: 1px solid #dcdcdc;
    font-size: 11px;
    display: inline-block;
    padding: 2px 0;
    width: 98%;
}

.ow_forum_topic_posts .ow_post_comment {
    background-repeat: no-repeat;
    font-style: italic;
    font-size: 11px;
    margin: 10px 0;
    padding-left: 20px;
}

.ow_forum_post_area {
    height: 240px;
}

.ow_forum_status {
    font-style: italic;
}
/* ---- Forum sortable ---- */
.forum_placeholder {
    border: 1px dashed #999;
    background-color: rgba(213, 213, 213, 0.7);
    margin-bottom: 25px;
    width: 100%;
}

tr.forum_placeholder td {
    background-color: rgba(213, 213, 213, 0.7);
    border: 1px dashed #999;
    height: 45px;
    width: 100%;
}

.forum_section {
    cursor: move;
}

.forum_section_tr {
    height: 41px;
}

.ow_forum_topic_posts .ow_box .ow_ipc_info {
    border: none;
    padding: 0px;
}

body .ow_forum_attachment_icon {
    width: 16px;
}

.forum_search_wrap {
    background-image: none!important;
    background-color: #fff;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.forum_search_input input[type=text] {
    background-color: #fff;
}


/* ---- End of Forum styles ---- */


/* ---- Mailbox styles ---- */
.ow_mailbox_left_loading .ow_mailbox_left_body {
    background: url(images/ajax_preloader_content.gif) center 220px no-repeat;
}

body .ow_mailbox_right.ow_mailbox_right_loading div.ow_mailbox_right_preloading {
    background: url(images/ajax_preloader_content.gif) no-repeat center center;
}

.ow_mailbox_message_content .ow_file_attachment_info,
.ow_dialog_items_wrap .ow_file_attachment_info,
.ow_mailbox_log .ow_file_attachment_info {
    background-image: url(images/miniic_doc.png);
}

.ow_mailbox_convers_info.mails {
    background-image: url(svg/message_miniic1.svg);
    background-position: 0px center !important;
}

.ow_mailbox_convers_info.chats {
    background-image: url(svg/chat_minnic1.svg);
    background-position: 0px center !important;
}

.ow_mailbox_convers_info {
    padding: 6px 10px 6px 26px;
    border-width: 0 0 1px 0;
    border-style: solid;
    cursor: pointer;
    background-position: 8px 50%;
    background-repeat: no-repeat;
    transition: 0.3s padding;
    -moz-transition: 0.3s padding;
    -webkit-transition: 0.3s padding;
}

.ow_mailbox_convers_info_attach {
    background: url(images/miniic_attach.png) center center no-repeat;
}

.ow_mailbox_conv_options_label {
    background-image: url(images/chat_tiny_arrow_down.png);
}

.ow_mailbox_convers_info,
.ow_vertical_nav_item.selected, 
.ow_vertical_nav_item.selected:hover {
    background-color: #fff;
}

.ow_mailbox_convers_info_new,
.ow_vertical_nav_item {
    background-color: #fafafa;
}

.ow_mailbox_convers_info_selected,
.ow_vertical_nav_item:hover {
    background-color: #dbf2fd;
}

.ow_mailbox_convers_info:hover,
.ow_mailbox_convers_info_selected,
.ow_mailbox_convers_info_selected:hover,
.ow_vertical_nav_item.selected,
.ow_vertical_nav_item:hover {
    -webkit-box-shadow: inset 3px 0px 0px 0px rgb(5, 130, 202);
    -moz-box-shadow: inset 3px 0px 0px 0px rgb(5, 130, 202);
    box-shadow: inset 3px 0px 0px 0px rgb(5, 130, 202);
}

.ow_mailbox_convers_info .ow_mailbox_convers_info_date:hover {
    color: #999;
}

.ow_mailbox_convers_info .ow_mailbox_convers_info_string a,
a.ow_vertical_nav_item {
    color: #444;
}

.ow_mailbox_convers_info span.ic_reply {
    background-image: url(images/ic_reply_g.svg);
}

.ow_mailbox_table,
.ow_mailbox_table .ow_mailbox_convers_info, 
.ow_mailbox_table .ow_mailbox_cap, 
.ow_mailbox_table .ow_mailbox_date_cap,
.ow_mailbox_table .ow_mailbox_conv_options,
.ow_mailbox_table .ow_mailbox_subject_block,
.ow_mailbox_table .ow_mailbox_log,
.ow_mailbox_table .ow_mailbox_log_date,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_cap,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_search,
.ow_mailbox_table .ow_mailbox_left .ow_mailbox_left_body,
.ow_mailbox_right .ow_chat_message_block,
.ow_vertical_nav,
.ow_vertical_nav_item {
    border-color: #e1f6ff;
}

.ow_mailbox_log .ow_dialog_item.even .ow_dialog_in_item {
    background-color: #666;
    border: 1px solid #666;
    color: #fff;
    font-weight: bold;
}

.ow_mailbox_log .ow_dialog_item.odd .ow_dialog_in_item {
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
    color: #fff;
    font-weight: bold;
}

.ow_dialog_item.even i {
    bottom: 3px !important;
    right: 14px !important;
}

.ow_dialog_item.even i:before {
    content: '';
    position: absolute!important;
    top: 0;
    bottom: 0px;
    height: 0;
    width: 0;
    border-right: 12px solid #666;
    border-bottom: 15px solid transparent;
    background: none!important;
}

.ow_dialog_item.odd i {
    top: -8px !important;
    left: 5px !important;
}

.ow_dialog_item.odd i:before {
    content: '';
    position: absolute!important;
    top: 0;
    bottom: 0px;
    height: 0;
    width: 0;
    border-left: 12px solid #03a9f4;
    border-top: 15px solid transparent;
    background: none!important;
    left: 6px;
}

.ow_dialog_item.even .ow_dialog_in_item {
    background-color: #666 !important;
}

.ow_chat_dialog_wrap .ow_dialog_in_item {
    border: 1px solid #666;
}

.ow_dialog_in_item {
    padding: 8px 6px !important;
}

.ow_dialog_item.odd .ow_dialog_in_item {
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
}

.ow_dialog_item.even i {
    background-position: 0 -25px;
    background: none !important;
}

.ow_chat_dialog_wrap .ow_dialog_item i {
    background: none !important;
}

.ow_chat_dialog_wrap .ow_dialog_in_item p {
    color: #fff !important;
    font-weight: bold;
}

.ow_dialog_in_item p {
    text-shadow: none;
}

.ow_mailbox_convers_info.chats {
    background-position: left center !important;
}

.ow_mailbox_convers_actions .ow_miniic_control {
    margin-right: 0px;
}

.ow_mailbox_convers_actions .ow_miniic_control span {
    background: url(images/miniic_gearwheel.png) -1px -1px no-repeat;
}

.ow_mailbox_convers_actions .ow_miniic_control.active span {
    background: url(images/miniic_gearwheel.png) -1px -22px no-repeat;
}

.ow_mailbox_table {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
/* wysiwyg only for new message */
.htmlarea_styles.mailbox a {
    color: #2c8ed9;
}
/* end of wysiwyg only for new message */
/* ---- End of Mailbox styles ---- */
/* ---- Blogs styles ---- */

.ow_blogpost_compose textarea {
    height: 235px;
}

.ow_ws_video object,
.ow_ws_video embed {
    max-width: 100%;
}
/* ---- End of Blogs styles ---- */


/* ---- Rates Styles ---- */

.inactive_rate_list, .active_rate_list {
    background: url(images/stars.png) no-repeat 0 -13px;
    width: 65px;
    height: 13px;
    text-align: left;
    display: inline-block;
}

.active_rate_list {
    background-position: 0 0;
}

.rates_cont a.rate_item {
    background: url(images/stars.png) no-repeat 0 -13px;
    cursor: pointer;
    float: left;
    height: 13px;
    text-decoration: none;
    width: 13px;
}

.rates_cont a.active {
    background-position: 0 0;
}

.rates_cont {
    margin: 0 auto;
    width: 65px;
}

.ow_rate_score {
    font-size: 20px;
}

/* ---- End of Rates Styles ---- */


/* ---- Video styles ---- */


.ow_video_list .ow_alt1, .ow_video_list .ow_alt2 {
    padding: 0px 0px 15px 2px;
    background: transparent;
    border: none;
}

.ow_video_player {
    text-align: center;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
    background: #fafafa;
    border: 1px solid #fafafa;
    padding-top: 20px;
}

div.ow_superwide.ow_left > div.ow_video_description.ow_stdmargin > span {
    text-align: center !important;
    font-size: 18px !important;
}

.ow_video_description {
    margin: 8px 0 20px;
}

.ow_video_list {
}

.ow_video_list_item {
    float: left;
    padding: 5px;
    width: 14%;
    margin-left: 15px;
    background: #fafafa;
    margin-bottom: 15px;
}

.ow_other_video_item_title {
    margin-left: 0px;
    padding-left: 0px;
    text-shadow: 1px 1px 0 #fafafa;
    margin-top: 10px;
    float: left;
    text-align: center;
    border-bottom: 1px dashed #999;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    white-space: nowrap;
    width: 98%;
}

.ow_video_thumb {
    background: url(images/video-no-video.jpg) no-repeat center center;
    display: block;
}

.ow_video_thumb, .ow_video_list_item img {
    height: 100%;
    width: 100%;
}

.ow_other_video_thumb {
    display: block;
    margin-right: -80px;
    background: rgba(3, 169, 244, 0.31);
    padding: 5px;
}

.ow_other_video_thumb a {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(images/video-no-video.jpg) no-repeat center center;
}

.video_thumb_no_title {
    margin: 0px 4px 4px 0px;
}

.ow_other_video_thumb,
.ow_other_video_thumb img,
.ow_other_video_floated img {
    height: 60px;
    width: 80px;
}

.ow_other_video_floated {
    display: inline-block;
    background: #fff url(images/video-no-video.jpg) no-repeat center center;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}

.ow_video_item_title {
    font-weight: normal;
    margin-bottom: 3px;
    padding-bottom: 10px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border-bottom: 1px dashed #666;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.ow_video_item_rate {
    height: 15px;
    text-align: center;
}

.ow_video_infobar {
    padding: 10px;
    text-align: right;
}

.ow_video_player object,
.ow_video_player embed {
    max-width: 100%;
}

div.ow_dnd_widget.profile-VIDEO_CMP_UserVideoListWidget > div.ow_box.ow_stdmargin.clearfix.profile-VIDEO_CMP_UserVideoListWidget.ow_break_word > div.ow_box_toolbar_cont.clearfix {
    background-color: transparent;
    border: none;
}

.index-VIDEO_CMP_VideoListWidget.ow_break_word .ow_other_video_item_title {
    white-space: nowrap;
}

.ow_other_video_item_title {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
}

.index-VIDEO_CMP_VideoListWidget .ow_other_video_item_title {
    max-width: 98% !important;
}

.index-VIDEO_CMP_VideoListWidget .ow_box_toolbar_cont {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    -o-column-count: 1 !important;
    -ms-column-count: 1 !important;
}

.index-VIDEO_CMP_VideoListWidget.ow_break_word > div {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
}

.ow_other_video_list_item.clearfix {
    height: 100%!important;
    width: 100%!important;
    float: left!important;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.ow_other_video_thumb, .ow_other_video_thumb img, .ow_other_video_floated img {
    width: 100% !important;
    height: 100% !important;
}

.ow_other_video_thumb a {
    width: 100%!important;
    background-size: cover;
    height: 100%!important;
}

div.ow_other_video_list.clearfix > div:nth-child(even) {
}

.ow_other_video_thumb.video_thumb_no_title.ow_left {
    width: 100%!important;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
/** only use for no video title 
    width: 30.63% !important;
    max-width: 169.875px !important; **/
    ;
}

.ow_other_video_thumb.ow_left, .ow_other_video_thumb img.ow_left, .ow_other_video_floated img.ow_left {
    max-width: 95%;
}

.ow_other_video_item_title {
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
    border-bottom: none;
}

@media (min-width: 1100px) {
    .ow_video_thumb, .ow_video_list_item img {
        min-width: 100%;
    }

    .ow_video_list_item {
        min-width: 17.5%;
        margin-left: 1.3% !important;
    }

    #place_sections > div > div.clearfix > div.ow_right.place_section.right_section.ow_column > div.ow_dnd_widget.profile-VIDEO_CMP_UserVideoListWidget > div.ow_box.ow_stdmargin.clearfix.profile-VIDEO_CMP_UserVideoListWidget.ow_break_word > div.ow_other_video_list > div {
        max-width: 32%!important;
        margin-left: 1.2%;
    }

    .ow_video_player iframe {
        max-width: 100%;
    }

    .index-VIDEO_CMP_VideoListWidget.ow_break_word .ow_other_video_item_title {
        white-space: nowrap;
    }

    .ow_other_video_item_title {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
    }

    .index-VIDEO_CMP_VideoListWidget .ow_other_video_item_title {
        max-width: 98% !important;
    }

    .index-VIDEO_CMP_VideoListWidget .ow_box_toolbar_cont {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
        -o-column-count: 1 !important;
        -ms-column-count: 1 !important;
    }

    .index-VIDEO_CMP_VideoListWidget.ow_break_word > div {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -o-column-count: 3;
        -ms-column-count: 3;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
    }
}

@media (max-width: 320px) {
    .ow_video_list_item {
        width: 85% !important;
    }

    .ow_other_video_list_item.clearfix {
        max-width: 95%!important;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .ow_other_video_list_item.clearfix {
        max-width: 49%!important;
        margin-left: 1% !important;
    }
}

@media (min-width: 321px) and (max-width: 767px) {
    .ow_video_list_item {
        width: 80% !important;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
    }

    .ow_video_list.ow_stdmargin.clearfix {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0px;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
    }
}

@media (min-width: 980px) and (max-width: 1099px) {
    .ow.base_sign_in .ow_sign_in_wrap {
        top: 180px !important;
        right: 50px !important;
    }

    .sprintally_side_bar, a.ow_logo_wrap {
        width: 25% !important;
    }

    .ow_dragndrop_sections .sidebar_section {
        position: fixed;
        left: 0px;
        width: 25%;
        top: 100px;
        overflow: auto;
        height: 80%;
        padding-bottom: 20% !important;
        overflow-x: hidden;
        background-color: #fff;
    }

    .ow_menu_wrap {
        width: 45% !important;
        left: 25% !important;
    }

    .ow_page_container {
        width: 75% !important;
        margin: 0px 0px 0px 25% !important;
    }

    .ow_box .ow_box_menu, .ow_box_empty .ow_box_menu {
        text-align: right;
        position: absolute;
        right: 5px !important;
        margin-bottom: 0px !important;
        margin-top: -55px !important;
    }

    .ow_user_list .ow_item_set3 {
        width: 19.4% !important;
        min-height: 200px;
    }

    .ow_dnd_widget.dashboard-BASE_CMP_ModerationToolsWidget .ow_box .ow_box_menu {
        position: relative !important;
        margin-top: 0px !important;
    }

    body.base_user_dashboard .ow_left.place_section.ow_column {
        float: left !important;
    }
    body.base_user_dashboard .ow_right.place_section.ow_column {
        float: right !important;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .ow.base_sign_in .ow_sign_in_wrap {
        top: 200px !important;
        right: 30px !important;
    }

    .ow_content .ow_left, .ow_content .ow_right, .ow_content .ow_superwide, .ow_content .ow_supernarrow {
        float: none;
        width: 100% !important;
    }

    .ow_page_container {
        width: 65% !important;
        margin: 0px 0px 0px 35% !important;
    }

    .ow_content_menu_wrap {
        padding-top: 5px !important;
    }
.landing_avatar .ow_avatar {
    width: 18%!important;
}

    .ow_group_brief_info .image {
        width: 100px !important;
        float: left !important;
    }

    .sprintally_side_bar {
        width: 35% !important;
    }

    .ow_dragndrop_sections .sidebar_section {
        position: fixed;
        left: 0px;
        width: 35%;
        top: 100px;
        overflow: auto;
        height: 80%;
        padding-bottom: 20% !important;
        overflow-x: hidden;
        background-color: #fff;
    }

    .ow_dnd_clonable_components {
        width: 50% !important;
    }

    a.ow_logo_wrap {
        width: 35% !important;
    }

    .ow_menu_wrap {
        width: 65%;
        left: 35%;
        border-top: 1px solid rgba(255, 255, 255, 0.21);
    }

    .ow_menu_wrap {
        top: 50px !important;
    }

    .ow_main_menu {
        height: 49px !important;
    }

    .ow_main_menu li a span {
        line-height: 49px !important;
    }

    .ow_menu_more {
        height: 49px !important;
    }

    .ow_site_panel {
        height: 50px !important;
        width: 65% !important;
    }

    .ow_console {
        height: 50px !important;
        margin-top: 8px !important;
        margin-right: 5px !important;
    }

    body > div.ow_page_wrap > div.ow_page_padding > div.ow_site_panel > div.ow_console.clearfix > div > div {
        float: none !important;
        text-align: center !important;
    }

    body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active > div.floatbox_container img {
        width: 100% !important;
        height: auto !important;
    }

    body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active > div.floatbox_container {
        width: 90% !important;
        height: auto !important;
    }

    .ow_console .ow_tooltip_top_right {
        padding-top: 0px !important;
        margin-top: -7px;
    }

    .ow_tooltip_top_right.ow_tooltip {
        z-index: 999 !important;
    }

    .ow_context_action_list {
        text-align: right !important;
    }

    .ow_menu_more_cont {
        top: 49px !important;
    }

    .ow_box .ow_box_menu, .ow_box_empty .ow_box_menu {
        text-align: right;
        position: absolute;
        right: 5px !important;
        margin-bottom: 0px;
        margin-top: -55px !important;
    }

    .ow_content > .ow_right {
        float: none;
        text-align: right;
        margin-bottom: 15px;
    }

    .ow_user_list .ow_item_set3 {
        width: 32.3% !important;
        word-wrap: break-word;
        height: 180px;
    }
.ow_user_list_data .ow_small {
    font-size: 12px;
}
.ow_user_list_item .ow_user_list_data a {
    font-size: 12px;
}

    .ow_user_list .ow_alt1, .ow_user_list .ow_alt2 {
        height: 0px;
        border: none !important;
    }

    .ow_mailbox_convers_info_body {
        margin-left: 10px !important;
    }

    .ow_mailbox_convers_info_content {
        padding-right: 0px !important;
    }

    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
        padding: 8px;
        width: 48%!important;
        position: static!important;
    }

    .ow_photo_list_wrap div.ow_photo_item_wrap {
        position: static!important;
        width: 48%!important;
        float: left!important;
        height: auto !important;
        margin: auto;
    }

    .ow_photo_list_wrap {
        position: relative;
        display: inline-block;
        overflow: hidden;
    }

    .ow_photo_pint_album {
        background-size: cover;
        height: 300px !important;
        overflow: hidden;
    }

    .ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
        position: relative!important;
    }

    .ow_other_video_list_item.clearfix {
        max-width: 32%!important;
        margin-left: 1% !important;
    }

    .ow_other_video_item_title {
        word-wrap: break-word;
        white-space: nowrap;
        width: 98%;
    }

    body .ow_mailbox_left .ow_mailbox_left_body {
        width: 100% !important;
        position: static;
    }

    body .ow_mailbox_table {
        margin-bottom: 22px;
    }

    body .ow_mailbox_left , body .ow_mailbox_right {
        width: 100%;
        float: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #openBulkOptionsBtn > div > div > div > span {
        width: 20px;
        height: 25px;
        margin-top: 0px;
    }

    span.ow_button {
        width: 100%;
        text-align: center;
        margin-top: 2px;
    }

    .ow_mailbox_left_body .jspContainer {
        height: 270px !important;
    }

    .ow_moderation_sticky {
        width: 99% !important;
        float: none;
        margin-left: 0px !important;
        position: relative !important;
    }

    .ow_moderation_sticked {
        top: 0px !important;
    }

    .ow_moderation_wrap {
        margin-left: 0px !important;
    }

    .ow_moderation_content_wrap .ow_user_list_picture .ow_avatar {
        max-width: 30px;
        max-height: 30px;
    }

    .ow_moderation_content_wrap .ow_user_list_picture .ow_avatar img {
        max-width: 30px !important;
        max-height: 30px;
    }

    .ow_moderation_content_wrap {
        padding-left: 0px !important;
    }

    .ow_moderation_content_wrap input[type="checkbox"] {
        margin-left: 0px !important;
        margin-top: 15px !important;
        width: 13px !important;
        float: left !important;
    }

    .ow_moderation_content_wrap .ow_user_list_picture {
        margin-left: -10px;
        max-width: 30px;
    }

    .ow_moderation_content_wrap .ow_user_list_data {
        margin-left: 50px !important;
        max-width: 180px;
    }

    .ow_searchbar_input.ow_left {
        float: left !important;
        padding-bottom: 5px;
    }

    .ow_searchbar input[type="text"] {
        width: 100% !important;
    }

    div#photo-list-search {
        margin-top: 5px;
    }

    body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active.floatbox_canvas_sub > div.floatbox_container {
        width: 70% !important;
    }

    body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active.floatbox_canvas_sub > div.floatbox_container > div > div.floatbox_body > img {
        width: 100% !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_picture > div {
        margin-top: 18px !important;
        width: 50px !important;
        height: 50px !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_picture > div img {
        width: 50px !important;
        height: 50px !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_data {
        padding: 20px 6px 6px 0px!important;
        margin-left: 80px !important;
    }
}




/* Landscape phone to portrait tablet */

@media (min-width: 481px) and (max-width: 767px) {

    .ow.base_sign_in .ow_sign_in_wrap {
        margin-top: 0px !important;
        position: relative !important;
    }

    .ow_page_wrap {
        position: relative;
    }

    .ow_dragndrop_sections .sidebar_section {
        position: relative;
        left: 0px;
        width: 100%;
        overflow: auto;
        height: 100%;
    }

    .mCSB_scrollTools {
        display: none !important;
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0px !important;
    }

    .ow_footer {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .ow_page_container {
        width: 100% !important;
        margin: 0px 0px 0px 0% !important;
    }

    .ow_page_container, .ow_footer {
        max-width: 767px;
    }

    .ow_site_panel_wrap {
        width: 100%;
    }

    .ow_sidebar, .ow_content_wrap {
        float: left;
        margin: 0px;
        width: 100%;
    }

    .ow_content {
        float: none;
    }

    .ow_right {
        float: none;
    }

    center > div > div > span {
        max-width: 95%;
    }

    .floatbox_body iframe {
        min-width: 100%!important;
    }

    .ow_content .ow_left, .ow_content .ow_right, .ow_content .ow_superwide, .ow_content .ow_supernarrow {
        float: none;
        width: 100% !important;
    }

    .ow_content > .ow_right {
        text-align: right;
        margin-bottom: 15px;
    }

    .ow_page {
        margin: 0px;
    }

    ul.ow_content_menu li {
        margin-top: 5px;
        border: none;
    }
.landing_avatar .ow_avatar {
    width: 18%!important;
}

    ul.ow_bl.ow_profile_action_toolbar.clearfix.ow_small.ow_left {
        float: left !important;
        width: auto !important;
    }

    ul.ow_bl a {
        font-size: 12px !important;
    }

    body div.floatbox_container {
        max-width: 93% !important;
    }

    .ow_photo_list_item {
        width: 160px;
    }

    .ow_box .ow_box_menu, .ow_box_empty .ow_box_menu {
        text-align: right;
        position: absolute;
        right: 10px;
        margin-bottom: 0px;
        margin-top: -55px;
    }

    .ow_mailbox_items_list .ow_console_list_wrapper {
        max-width: 350px;
    }

    div.ow_message_cont {
        width: 470px;
        margin-left: -235px;
    }

    #joinForm {
        margin-bottom: 10px;
    }

    .ow_photo_info {
        max-width: 460px;
        margin: 0px auto;
    }

    #mailbox-add-message-form .ow_submit_auto_click {
        display: block;
    }

    .ow_other_video_thumb.ow_left {
        float: left;
        width: 80px;
    }

    .ow_other_video_item_title {
        word-wrap: break-word;
        white-space: nowrap;
        width: 98%;
    }

    .ow_other_video_list_item.clearfix {
        max-width: 49%!important;
        margin-left: 1% !important;
    }

    .ow_page_container .ow_page {
        padding-top: 122px;
        padding-bottom: 20px;
    }

    h1 {
        font-size: 13px !important;
        line-height: 13px !important;
        text-align: center !important;
    }

    .ow_menu_fullpage {
        top: 112px !important;
    }

    .ow_main_menu li a {
        font-size: 16px!important;
        padding: 2px 2px 0px 24px!important;
    }

    .ow_user_list .ow_item_set3 {
        width: 32.5% !important;
        word-wrap: break-word;
        min-height: 200px;
    }

    .ow_user_list .ow_alt1, .ow_user_list .ow_alt2 {
        background: transparent !important;
        border: none !important;
    }

    .ow_group_brief_info .details {
        padding-left: 20px;
        margin-top: -100px !important;
    }

    .ow_group_brief_info .image {
        background: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .ow_group_list .ow_ipc_picture img {
        margin-left: 45px !important;
    }

    .ow_blogs_list .ow_ipc_info {
        margin-left: 0px !important;
        padding: 6px 16px 6px 56px !important;
    }

    .ow_blogs_list .ow_ipc_info .ow_ipc_header {
        padding: 5px 5px 5px 50px !important;
    }

    .ow_blogs_list .ow_ipc_picture .ow_avatar img {
        margin-top: -2px !important;
        margin-left: 0px;
    }

    .ow_mailbox_convers_info_body {
        margin-left: 10px !important;
    }

    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
        width: 100%!important;
        position: static!important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ow_photo_list_wrap div.ow_photo_item_wrap {
        position: static!important;
        width: 98%!important;
        float: left!important;
        height: auto !important;
        margin: auto;
    }

    .ow_photo_list_wrap {
        position: relative;
        display: inline-block;
        overflow: hidden;
    }

    .ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
        position: relative!important;
    }

    .ow_chat_dialog_wrap .ow_mailchat_new_message.ow_chat_dialog {
        margin-left: 50% !important;
    }

    a.index_join_button {
        margin: 123px 20%!important;
    }

    body .ow_mailbox_left .ow_mailbox_left_body {
        width: 100% !important;
        position: static;
    }

    body .ow_mailbox_table {
        margin-bottom: 22px;
    }

    body .ow_mailbox_left , body .ow_mailbox_right {
        width: 100%;
        float: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #openBulkOptionsBtn > div > div > div > span {
        width: 20px;
        height: 25px;
        margin-top: 0px;
    }

    span.ow_button {
        width: 100%;
        text-align: center;
        margin-top: 2px;
    }

    .ow_mailbox_left_body .jspContainer {
        height: 270px !important;
    }

    .ow_moderation_sticky {
        width: 99% !important;
        float: none;
        margin-left: 0px !important;
        position: relative !important;
    }

    .ow_moderation_sticked {
        top: 0px !important;
    }

    .ow_moderation_wrap {
        margin-left: 0px !important;
    }

    .ow_moderation_content_wrap .ow_user_list_picture .ow_avatar {
        max-width: 30px;
        max-height: 30px;
    }

    .ow_moderation_content_wrap .ow_user_list_picture .ow_avatar img {
        max-width: 30px !important;
        max-height: 30px;
    }

    .ow_moderation_content_wrap {
        padding-left: 0px !important;
    }

    .ow_moderation_content_wrap input[type="checkbox"] {
        margin-left: 0px !important;
        margin-top: 15px !important;
        width: 13px !important;
        float: left !important;
    }

    .ow_moderation_content_wrap .ow_user_list_picture {
        margin-left: -10px;
        max-width: 30px;
    }

    .ow_moderation_content_wrap .ow_user_list_data {
        margin-left: 50px !important;
        max-width: 180px;
    }

    .ow_searchbar input[type="text"] {
        width: 100% !important;
        margin-bottom: 5px;
    }

    div#photo-list-search {
        margin-top: 5px;
    }

    .embaded_avatar img {
        height: 32px;
        width: 32px;
        border-radius: 50%;
    }

    a.ow_logo_wrap {
        height: 62px !important;
        width: 100% !important;
        background-size: 22% !important;
        background-position: center;
    }

    .ow_site_panel {
        height: 50px !important;
        width: 100% !important;
        top: 62px !important;
    }

    .ow_console {
        margin-top: 8px !important;
        margin-right: 0px !important;
    }

    body > div.ow_page_wrap > div.ow_page_padding > div.ow_site_panel > div.ow_console.clearfix > div > div {
        float: none !important;
        text-align: center !important;
    }

    .ow_console .ow_tooltip_top_right {
        padding-top: 0px !important;
        margin-top: -7px !important;
    }

    .ow_console .ow_tooltip_top_right .ow_tooltip_tail {
        text-align: left !important;
        margin-left: 15px;
    }

    .ow_console .ow_tooltip_top_right.ow_tooltip {
        left: -15px;
    }

    .ow_console .ow_tooltip .ow_tooltip_body {
        float: left !important;
    }

    body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active.floatbox_canvas_sub > div.floatbox_container {
        width: 70% !important;
    }

    body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active.floatbox_canvas_sub > div.floatbox_container > div > div.floatbox_body > img {
        width: 100% !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_picture > div {
        margin-top: 18px !important;
        width: 50px !important;
        height: 50px !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_picture > div img {
        width: 50px !important;
        height: 50px !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_data {
        padding: 20px 6px 6px 0px!important;
        margin-left: 80px !important;
    }
}



/* ---- End of Video styles ---- */


/* ---- Avatar styles ---- */

.ow_change_avatar .avatar_current {
    border-right: 1px solid #CCCCCC;
    padding-right: 3px;
}

.ow_change_avatar .ow_avatar_preview {
    border-left: 1px solid #CCCCCC;
}

.ow_change_avatar .avatar_crop {
    border-bottom: 1px solid #CCCCCC;
}

.ow_avatar_crop .jcrop-holder {
    margin: 0px auto;
}

.ow_avatar_preview div {
    margin: 0px auto;
}

.ow_avatar {
    position: relative;
    display: inline-block;
    padding: 4px 5px 6px 5px;
    width: 40px;
    height: 40px;
}

.ow_avatar img {
    vertical-align: bottom;
    width: 40px;
    height: 40px;
}

.ow_user_list_item .ow_avatar_label {
    font-size: 7px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    bottom: -43px;
    background-color: #999;
    right: -13px;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
    border-radius: 3px 0px 0px 0px;
    -moz-border-radius: 3px 0px 0px 0px;
    -webkit-border-radius: 3px 0px 0px 0px;
}

.ow_avatar_label {
    font-size: 7px;
    display: inline-block;
    position: absolute;
    line-height: 10px;
    text-transform: uppercase;
    bottom: 6px;
    background-color: #999;
    right: 5px;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
    border-radius: 3px 0px 0px 0px;
    -moz-border-radius: 3px 0px 0px 0px;
    -webkit-border-radius: 3px 0px 0px 0px;
}

html body .ow_sidebar .ow_avatar_label,
html body .ow_console .ow_avatar_label {
    font-size: 7px;
    bottom: 0px;
    right: 0px;
}

.ow_canvas .ow_newsfeed_avatar {
    width: 50px;
    height: 50px;
}

.ow_newsfeed_btns {
    background-color: #F6F7F8;
    padding: 5px;
    margin-top: -9px;
    box-sizing: border-box;
    border: 1px solid;
    border-color: #eee;
}

.ow_newsfeed_content {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-top-width: 0px;
}

.ow_newsfeed_features {
    max-width: 100%!important;
}

.ow_newsfeed .ow_newsfeed_item {
    list-style-image: none;
    position: relative;
    margin-bottom: 10px;
}

.ow_newsfeed_string {
    font-size: 13px;
    height: 35px;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
    background-color: #fcfcfc;
    max-width: 100%!important;
    border: 1px solid #eee!important;
    /** OW_Control type:color, section:2. Colors, key:newsfeedstringbordercolor, label:-Newsfeed item border top color **/
    padding-top: 18px;
    margin-bottom: 0px;
    line-height: 16px;
}

.newsfeed_counter_likes, .newsfeed_counter_comments {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.ow_newsfeed_avatar .ow_avatar {
    background-image: none!important;
    width: 50px;
    height: 50px;
    padding: 0px!important;
}

.ow_newsfeed_avatar .ow_avatar img {
    height: 50px;
    width: 50px!important;
    max-width: 50px!important;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.ow_newsfeed_avatar .ow_avatar_label {
    bottom: 8px!important;
    right: 8px!important;
}

.ow_comments_item_picture .ow_avatar {
    background-image: none!important;
}

.ow_comments_item_picture .ow_avatar_label {
    bottom: 8px!important;
    right: 8px!important;
}

.ow_comments_mipc .ow_comments_item_picture .ow_avatar .ow_avatar_label {
    display: none;
}

.ow_ipc_picture .ow_avatar, .ow_ipc_picture img {
    background: none!important;
}

.ow_lp_avatars .ow_avatar, .ow_lp_avatars img {
    background: none!important;
}

.ow_lp_groups .ow_lp_label {
    padding-top: 21px!important;
    margin-left: 86px!important;
}

.ow_lp_albums .ow_lp_wrapper {
    background: none!important;
}


/* ---- End of the Avatar styles ---- */

/* ---- User Avatar Console styles ---- */

.ow_avatar_console {
    position: relative;
    padding: 4px;
    padding-top: 20px;
}

.ow_avatar_console .ow_avatar_image {
    height: 190px;
    max-width: 170px;
}

.ow_edit_profile_link {
    right: 3px !important;
    top: 5px !important;
}

.ow_avatar_change .ow_lbutton, .ow_edit_profile_link .ow_lbutton {
    box-shadow: none !important;
    background-position: center center!important;
}

.ow_avatar_change .ow_lbutton, .ow_edit_profile_link .ow_lbutton {
    border: 0 !important;
}

.ow_avatar_change .ow_lbutton {
    font-size: 0px !important;
    background-image: url(svg/profilephoto_change.svg) !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    width: 100% !important;
    opacity: .8;
    filter: alpha(opacity=80);
}

.ow_edit_profile_link .ow_lbutton {
    font-size: 0px !important;
    background-image: url(svg/profile_edit1.svg) !important;
    background-repeat: no-repeat !important;
    height: 49px !important;
    width: 43px !important;
    opacity: .8;
    background-color: rgba(3, 169, 244, 0.69);
    filter: alpha(opacity=80);
    border-radius: 50%;
}

.ow_avatar_change .ow_lbutton:hover, .ow_edit_profile_link .ow_lbutton:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.4s ease 0s;
}

.ow_avatar_change .ow_lbutton:not(:hover), .ow_edit_profile_link:not(:hover) {
    transition: all 0.4s ease 0s;
}

body .ow_avatar_console .ow_avatar_label {
    bottom: 4px;
    right: 4px;
}

div#avatar-change {
    background: rgba(3, 169, 244, 0.82);
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz--border-radius: 50%;
    -o--border-radius: 50%;
    -ms--border-radius: 50%;
    -khtml--border-radius: 50%;
}

.user_online_wrap {
    padding-top: 3px;
    min-height: 12px;
    text-align: left;
}

body .ow_avatar_console .avatar_console_label {
    bottom: 7px;
}
/* ---- End of User Avatar Console styles ---- */

/* ---- Photo styles ---- */

.ow_photo_item_widget:hover:before {
    content: ' ';
    background: url(svg/zoom_out_map.svg) no-repeat center center;
    display: inline-block;
    width: 72px;
    height: 72px;
    background-color: rgba(3, 169, 244, 0.72);
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ow_photo_dragndrop {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #6bb933;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
}

.ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit {
    border: 1px solid #ccc;
}

.ow_photo_preview_image {
    background-color: #fafafa;
}

.ow_photo_preview_loading {
    background-image: url(images/ajax_preloader_content.gif) !important;
    background-size: auto !important;
}

.ow_photo_preview_image_filter {
    background: #000;
}

.ow_photo_preview_x {
    background: url(images/photo_upload_btn_x.png) center center no-repeat;
}

.ow_photo_preview_rotate {
    background: url(images/photo_upload_btn_rotate.png) center center no-repeat;
}

.ow_photo_prev {
    background-repeat: no-repeat;
    background-position: right center;
    text-align: left;
    width: 39%;
}

.ow_photo_next {
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right;
    width: 39%;
}

.ow_photo_list_item {
    float: left;
    height: 165px;
    padding: 16px 0px;
    text-align: center;
}

.ow_photo_info_str {
    padding-top: 5px;
}

.ow_photo_infobar {
    padding: 10px;
    text-align: right;
}

.ow_photo_rate {
    height: 15px;
    text-align: center;
}

html body div.floatbox_photo_preview a.ow_ic_delete.close,
html body div.floatbox_empty a.ow_ic_delete.close {
/** background-image: url('images/photo_prev_x.png');**/
    background-image: none;
}

.floatbox_empty .ow_box_cap_icons {
    top: -20px;
    right: -20px;
}

.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}

.ow_photo_context_action .ow_context_action a {
    color: #fff;
}

.ow_photo_context_action .ow_context_action a:hover {
    text-decoration: none;
}

.ow_photo_context_action .ow_context_action_list a {
    color: #7A7A7A;
    padding: 4px 12px;
}

.ow_photo_context_action .ow_context_action_list a:hover {
    color: #fff;
}

.ow_photo_context_action {
    border: 1px solid #03a9f4;
    background-color: #03a9f4;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

body .ow_photo_context_action .ow_context_action_block .ow_context_action,
html body .ow_photo_context_action .ow_context_action {
    border: none;
}

.ow_photo_context_action .ow_context_action:hover {
    background: url(images/photo_context_action_bg_active.png) repeat-x 0px 0px;
}

.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
    background: transparent url('images/photo_context_action_tooltip_bg.png');
    border-color: #737373;
}

.ow_photo_context_action .ow_context_action_list.ow_alt2 {
    background: transparent;
}

.ow_photo_list_item_thumb span.ow_lbutton:hover {
    cursor: default;
}

.ow_photo_list_item_thumb {
    width: 120px;
    height: 120px;
    padding: 4px 6px 6px 20px;
    background: transparent url('images/photo_list_item_thumb.png') no-repeat 15px 0px;
}

.ow_photo_list_item_thumb img {
    width: 120px;
    height: 120px;
}

body .ow_photo_list_item_thumb span.ow_lbutton {
    bottom: 6px;
    right: 6px;
}

.ow_photo_submit_wrapper.ow_mild_green {
    background-color: #7CBB11;
}
/*Photo list*/
.ow_fw_menu {
    background-color: #fff;
    padding: 4px 8px;
    min-height: 24px;
    clear: both;
}

.ow_fw_btns {
    display: inline-block;
}

.ow_photo_list_wrap div.ow_photo_item {
    border-radius: 0px!important;
}

.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
    background-color: rgba(0,0,0,0.85);
}

.ow_photo_item_info_user,
.ow_photo_item_info_album,
.ow_photo_item_info .ow_rates_wrap {
    color: #fff;
}

.ow_photo_item_wrap.ow_photo_album .ow_photo_item_info_description {
    color: #fff;
}

.ow_photo_pint_mode .ow_photo_item_wrap.ow_photo_album .ow_photo_item_info_description {
    color: #606060;
}

.ow_photo_album_info_wrap {
    border-bottom: 1px solid #e8e8e8;
}

.ow_photo_album_cover {
    border-color: #cccccc;
}

body .ow_photo_album_info_wrap .ow_photo_album_info .ow_photo_album_description_textarea,
body .ow_photo_album_info_wrap .ow_photo_album_info .ow_photo_album_description {
    color: #666;
}

a.ow_context_action_value {
    color: #444;
    line-height: 28px;
    font-size: 13px;
    font-weight: bold;
}

a.ow_context_action_value:hover {
    text-decoration: none;
}

.ow_photo_item .ow_photo_context_action.ow_photo_context_action_loading .ow_tooltip_body {
    background-image: url(images/ajax_preloader_content.gif);
}

body .ow_photo_context_action .ow_context_action {
    background-image: url(images/photo_view_context.png);
}

body .ow_photo_context_action .ow_context_action:hover {
    background-color: #444;
    background-image: url(images/photo_view_context.png);
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action,
body .ow_photoview_stage_wrap .ow_photo_context_action .ow_context_action:hover {
    background-image: url(images/photo_view_context.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ow_photoview_stage_wrap_fullscreen .ow_photoview_fullscreen {
    background-image: url(images/fullscreen_min.png);
}

.ow_photoview_fullscreen {
    background-image: url(images/fullscreen_max.png);
}

.ow_photoview_play_btn {
    background-image: url(images/fullscreen_play.png);
}

.ow_photoview_play_btn.stop {
    background-image: url(images/fullscreen_stop.png);
}

.ow_photoview_info_btn.open {
    background-image: url(images/fullscreen_info_open.png);
}

.ow_photoview_info_btn.close {
    background-image: url(images/fullscreen_info_close.png);
}

.ow_photoview_slide_settings_btn {
    background-image: url(images/fullscreen_settings.png);
}

.ow_photoview_arrow_left {
    background-image: url(images/photoview_arrow_left.png);
}

.ow_photoview_arrow_right {
    background-image: url(images/photoview_arrow_right.png);
}

.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
    background: #ffffff;
}

.ow_photo_context_action .ow_tooltip .ow_tooltip_body {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.ow_photo_context_action .ow_context_action_list a:hover {
    background-color: #03a9f4!important;
}

.ow_photo_context_action .ow_tooltip_tail span {
    background: url(images/photo_tooltip_tail.png) no-repeat 3px 0;
}

.ow_photoview_arrow_left, .ow_photoview_arrow_right {
    background-color: rgba(3, 169, 244, 0.68) !important;
}

.ow_photo_context_action .ow_context_action_divider {
    background-color: rgba(160,160,160,0.7);
}

.ow_context_action_list a.ow_context_action_item_hierarchy_right span {
    background: url(images/miniic_arrow_left_bb.png) no-repeat center center;
}

.ow_context_action_list a.ow_context_action_item_hierarchy_left span {
    background: url(images/miniic_arrow_right_bb.png) no-repeat center center;
}

.ow_photo_pint_mode .ow_photo_item_wrap .ow_photo_item_info {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px!important;
}

.ow_photo_item_wrap img {
    border-radius: 0px!important;
}

.ow_photo_pint_mode .ow_photo_item_info_user,
.ow_photo_pint_mode .ow_photo_item_info_album,
.ow_photo_pint_mode .ow_photo_item_info_description,
.ow_photo_pint_mode .ow_photo_item_info .ow_rates_wrap {
    color: #787878;
}

.ow_photo_list.ow_photo_edit_mode .ow_photo_item .ow_photo_chekbox_area {
    background-color: rgba(255,255,255,0.4);
}

.ow_photo_list.ow_photo_edit_mode .ow_photo_item.ow_photo_item_checked .ow_photo_chekbox_area,
.ow_photo_list.ow_photo_edit_mode.ow_photo_pint_mode .ow_photo_item .ow_photo_chekbox_area {
    background-color: rgba(255,255,255,0);
}

.ow_photo_edit_mode .ow_photo_chekbox_area .ow_photo_checkbox {
    border: 1px solid rgba(255,255,255,0.6);
    background-color: rgba(87,87,87, 0.6);
}

.ow_photo_edit_mode .ow_photo_item_checked .ow_photo_chekbox_area .ow_photo_checkbox {
    background-image: url(images/checkbox_icon.png);
}

.ow_photo_list.ow_photo_pint_mode .ow_photo_item {
    background: #ffffff;
    border-radius: 0px!important;
    padding: 4px;
}

.ow_photo_item .ow_photo_context_action {
    right: 10px;
    top: 10px;
}

/*Searchbar*/
.ow_searchbar_ac {
    border: 1px solid #ccc;
}

.ow_searchbar_btn {
    background-color: #03a9f4;
    background-position: center 2px!important;
}

span.ow_searchbar_btn.ow_ic_lens:before {
    color: #fff !important;
    font-size: 14px;
    line-height: 25px;
}

.ow_searchbar_ac li {
    background-color: #fefefe;
    font-size: 11px;
}

.ow_searchbar_ac li:hover {
    background-color: #f1f1f1;
}
/*Rates*/
.ow_photoview_info .ow_rates_wrap {
    padding-left: 4px;
    margin: 6px 0 8px 0;
}

.ow_rates_wrap span {
    vertical-align: middle;
}

.ow_rates {
    width: 65px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.ow_rates .rates_cont {
    position: absolute;
    opacity: 0;
    transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    -webkit-transition: opacity 0.15s;
}

.ow_rates:hover .rates_cont {
    opacity: 1;
}
/*Dropdown*/
body input.ow_dropdown_btn {
    background-image: none;
    height: 28px;
}

.ow_dropdown_arrow_down,
.ow_dropdown_arrow_up {
    height: 10px;
    position: absolute;
    right: 8px;
    top: 12px;
    width: 12px;
    cursor: pointer;
}

.ow_dropdown_arrow_down {
    background: url(images/chat_tiny_arrow_down.png) no-repeat center center;
}

.ow_dropdown_arrow_up {
    background: url(images/chat_tiny_arrow_up.png) no-repeat center center;
}

.ow_dropdown_list_wrap {
    position: relative;
    width: 100%;
}

.ow_dropdown_list {
    border: 1px solid #ccc;
    position: absolute;
    top: -1px;
    left: 0;
    width: 99%;
    margin-left: 0.5%;
    border-radius-bottom-left: 4px;
    -moz-border-radius-bottom-left: 4px;
    -webkit-border-radius-bottom-left: 4px;
    border-radius-bottom-right: 4px;
    -moz-border-radius-bottom-right: 4px;
    -webkit-border-radius-bottom-right: 4px;
    display: none;
}

.ow_dropdown_list li {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px;
    background-color: #E7ECED;
    color: #A2A2A2;
    cursor: pointer;
    position: relative;
}

.ow_dropdown_list li:hover {
    background-color: #fff;
}

.ow_add_item {
    position: absolute;
    background: url(images/miniic_plus.png) center center no-repeat;
    width: 10px;
    height: 10px;
    right: 8px;
    top: 50%;
    margin-top: -5px;
}

li.ow_dropdown_delimeter {
    padding: 0 4px;
}

.ow_dropdown_delimeter div {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.ow_photo_upload_drop_area {
    border: 1px dashed #e8e8e8;
}
/*-----button_list narrow---------*/
ul.ow_bl_narrow {
    border-top: 1px solid #03a9f4;
    padding: 0;
}

ul.ow_bl_narrow li {
    list-style: none;
}

ul.ow_bl_narrow li a {
    background: none;
    border-bottom: 1px solid #03a9f4;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}

ul.ow_bl_narrow li a:hover {
    background: #03a9f4;
    color: #fff;
}

/* ---- Newsfeed ---- */
body ul.ow_newsfeed {
    padding: 0px;
}

.ow_newsfeed .ow_newsfeed_item:before {
    content: "";
    border: 1px solid #e8e8e8;
    position: absolute;
    height: 100%;
    margin-left: 25px;
}

.ow_newsfeed_section {
    list-style-image: none;
    margin: 15px 0;
}

.ow_newsfeed_line {
    padding-left: 30px;
}

.ow_newsfeed_section span {
    background: #f0f0f0;
    padding: 5px 10px;
    text-shadow: #fff 1px 1px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.base_cmnt_mark .ow_ipc_info {
    padding-bottom: 0px;
}

.ow_newsfeed_features .ow_tooltip .ow_tooltip_body {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0;
    border-width: 0 1px 1px 1px;
    box-shadow: none;
}

.ow_newsfeed_features .ow_tooltip.ow_comments_context_tooltip .ow_tooltip_body,
.ow_tooltip.ow_newsfeed_context_tooltip .ow_tooltip_body {
    padding: 4px 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.ow_newsfeed_features .ow_tooltip.ow_comments_context_tooltip .ow_tooltip_body {
    border: 1px solid #d4d4d4;
}

.ow_newsfeed_features .ow_tooltip .ow_tooltip_tail span {
    height: 5px;
    background: url(images/comment_block_arr.svg) no-repeat 19px 0px!important;
    position: relative;
    z-index: 1;
    width: 36px;
}

.ow_newsfeed_comments .ow_tooltip .ow_tooltip_tail span {
    height: 6px;
    background-position: 3px -6px;
    background-image: url(images/tooltip_tail.png);
}

.ow_newsfeed_features .ow_tooltip .ow_tooltip_body .ow_tooltip .ow_tooltip_body {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ow_newsfeed_features .ow_context_action_list a,
.ow_newsfeed_item .ow_context_action_list a {
    padding: 4px 12px;
}

.ow_newsfeed_context_tooltip {
    margin-top: 2px;
}

.ow_newsfeed_left {
    float: left;
}

.ow_newsfeed_date {
    float: right;
    text-align: right;
    font-size: 11px;
    line-height: 2px;
    position: absolute;
    top: 2px;
    left: 55px;
}
.ow_newsfeed_date:after {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    display: inline-block;
    text-transform: none;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "schedule";
    padding-left: 5px;
}

.ow_newsfeed_context_menu {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
}

.ow_newsfeed_control {
    display: inline-block;
}

.ow_content .ow_newsfeed_date , a.ow_nowrap.create_time.ow_newsfeed_date.ow_small {
    color: #999;
/** OW_Control type:color, section:2. Colors, key:newsfeeddatecolor, label:-Newsfeed date color **/
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    padding: 9px;
    margin-top: 0px;
}

.ow_newsfeed_date:hover {
    color: #afeeee;
}
/* ---- if container ow_superwide ---- */
body .ow_newsfeed_control .ow_newsfeed_string {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0px;
    width: inherit;
    border: none!important;
    background-color: #F6F7F8;
}

.ow_newsfeed_string .newsfeed_likes_string {
    padding-top: 9px;
    font-family: 'Roboto', sans-serif;
    color: #141823;
}

.ow_newsfeed_left {
    width: 100%;
}

.ow_newsfeed_toolbar {
    float: none;
    /* margin-left: 145px; */
    margin-top: -9px;
    margin-bottom: 9px;
    background-color: #fff;
    box-sizing: border-box;
    /* width: 100%; */
    border-right: 1px solid #E9EAED;
    border-left: 1px solid #E9EAED;
}

.ow_newsfeed_btn_wrap {
    display: inline-block;
    line-height: 20px;
    padding: 1px 5px 1px 1px;
    margin-right: 4px;
    color: #999;
    vertical-align: middle;
}

.ow_newsfeed_item .ow_newsfeed_activity_content {
    padding-top: 8px;
}

.ow_newsfeed_item .ow_newsfeed_item_picture {
    margin-right: 8px;
}

.ow_miniic_control {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.ow_miniic_control span {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.ow_miniic_like {
    background-position: -15px 4px;
}

.ow_miniic_comment {
    background-position: 4px 5px;
}

.ow_miniic_control.active .ow_miniic_like:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "thumb_up";
}

.ow_miniic_control.active .ow_miniic_comment:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "message";
}

span.ow_miniic_like.newsfeed_like_btn.newsfeed_active_button , span.ow_miniic_comment.newsfeed_comment_btn.newsfeed_active_button , span.ow_newsfeed_btn_wrap.ow_newsfeed_active {
    color: #0000FF;
}

span.ow_newsfeed_btn_wrap {
    font-weight: 600;
}

body .ow_newsfeed_doublesided_stdmargin {
    margin: 16px 0px;
    display: none !important;
}

body .newsfeed-attachment-preview.item_loaded {
    width: 98.7%;
    margin-left: 0px;
    margin-right: 0px;
}

.ow_newsfeed_item_picture {
    float: left;
    width: 100px;
    margin-right: 1%;
}

.ow_newsfeed_large_image .ow_newsfeed_item_picture {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.ow_newsfeed_large_image .ow_newsfeed_item_content {
    width: 100%;
    max-width: 400px;
}

.ow_newsfeed_item_picture img {
    max-height: 400px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.ow_newsfeed_photo_grid {
    max-width: 600px;
    width: 100%;
}

.ow_newsfeed_photo_grid_item {
    padding: 0px 4px 4px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    float: left;
}

.ow_newsfeed_photo_grid_3 .ow_newsfeed_photo_grid_item {
    width: 33.3%;
}

.ow_newsfeed_photo_grid_item a {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: cover;
    width: 100%;
}
/* ---- Suggest field styles ---- */

.ac_results {
    padding: 0px;
    border: 1px solid #BBB;
    background-color: #FFF;
    overflow: hidden;
    z-index: 105;
    position: absolute;
    display: none;
    width: 100%;
    top: -1px;
}

.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display: none;
/*sorry for IE5*/
    display/**/: block;
/*sorry for IE5*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: mask();
    width: 3000px;
    height: 3000px;
}

.ac_list_container {
    width: 99.6%;
    position: relative;
}

.ac_results li {
    margin: 0px;
    padding: 4px 5px;
    cursor: pointer;
    display: block;
    width: 98%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ac_loading {
    background: url(images/ajax_preloader_button.gif) right center no-repeat;
}

.ac_over {
    background-color: #F0F0F0;
}

.ac_match {
    font-weight: bold;
}

.ow_suggest_field {
    position: relative;
}

.ow_suggest_invitation {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 12px;
    height: 12px;
    background: url(images/miniic_corner.png) no-repeat center center;
}

/* ow custom tips */
.ow_tip {
    display: inline-block;
    position: absolute;
    z-index: 10005;
    color: #fff;
}

.ow_tip_arrow {
    display: inline-block;
    position: absolute;
}

.ow_tip_arrow span {
    display: block;
    border: 5px dashed transparent;
}

.ow_tip_right .ow_tip_arrow span {
    border-right-color: #505050;
    border-right-style: solid;
    border-right-width: 5px;
    border-left-width: 0;
}

.ow_tip_right .ow_tip_arrow {
    top: 50%;
    margin-top: -5px;
    left: 0;
}

.ow_tip_right .ow_tip_box {
    margin-left: 5px;
}

.ow_tip_left .ow_tip_arrow span {
    border-left-color: #505050;
    border-left-style: solid;
    border-left-width: 5px;
    border-right-width: 0;
}

.ow_tip_left .ow_tip_arrow {
    top: 50%;
    margin-top: -5px;
    right: 0;
}

.ow_tip_left .ow_tip_box {
    margin-right: 5px;
}

.ow_tip_bot .ow_tip_arrow span {
    border-bottom-color: #505050;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-top-width: 0;
}

.ow_tip_bot .ow_tip_arrow {
    left: 50%;
    margin-left: -5px;
    top: 0;
}

.ow_tip_bot .ow_tip_box {
    margin-top: 5px;
}

.ow_tip_top {
    position: absolute;
}

.ow_tip_top .ow_tip_arrow span {
    border-top-color: #01A1DE;
    border-top-style: solid;
    border-top-width: 5px;
    border-bottom-width: 0;
}

.ow_tip_top .ow_tip_arrow {
    left: 50%;
    margin-left: -5px;
    bottom: 0;
}

.ow_tip_top .ow_tip_box {
    margin-bottom: 5px;
}

.ow_tip_box {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 2px 9px 4px;
    background-color: #01A1DE;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

/* ---- Group styles ---- */
body .ow_group_brief_info .details {
    padding-left: 18px;
}

.ow_group_list .ow_superwide {
    width: 100%;
}

.ow_group_list {
    width: 100%;
    margin-left: 0px;
}
.ow_group_list .ow_ipc {
    margin-top: 0px !important;
}

.ow_group_list .ow_ipc_picture img {
    background-color: #dcdcdc;
    margin-top: 10px;
    margin-left: 10px;
    width: 80px;
    height: 80px;
    border: 3px solid rgba(3, 169, 244, 0.22);
}

.ow_group_list .ow_ipc_picture {
    margin-left: 0px;
}

.ow_group_list .ow_ipc_info:hover {
    -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .15);
}

.ow_group_list .ow_ipc_info {
    margin: 2px;
    margin-left: 0px;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 16px 16px 10px 106px;
}

.group-GROUPS_CMP_BriefInfoWidget.ow_break_word > div.ow_box_empty.ow_no_cap.ow_break_word {
    border-top: none;
}

.ow_group_list .ow_ipc_info .ow_remark {
}

.ow_group_list .ow_ipc_info a {
}

.ow_group_brief_info .image {
    width: 100px;
    height: 100px;
    border: 3px solid rgba(3, 169, 244, 0.22);
}

.ow_group_brief_info .image img {
    padding: 4px;
    width: 100px;
    height: 100px;
    margin-left: -4px;
    margin-top: -4px;
}

.group-GROUPS_CMP_BriefInfoWidget .ow_box {
    padding-left: 0px;
    padding-right: 0px;
    border-left: none;
    border-right: none;
}


/* ---- End of the Group styles ---- */

/* ---- Event styles ---- */

.ow_event_list .ow_superwide {
    width: 100%;
}

.ow_event_list {
    width: 100%;
    margin-left: 0px;
}
.ow_event_list .ow_ipc {
    margin-top: 0px !important;
}

.ow_event_list .ow_ipc_picture img {
    margin-top: 16px;
    margin-left: 10px;
    width: 80px;
    height: 80px;
    border: 3px solid rgba(3, 169, 244, 0.22);
}

.ow_event_list .ow_ipc_picture {
    margin-top: -6px;
    margin-left: 0px;
}

.ow_event_list .ow_ipc_info {
    text-shadow: 1px 1px 0 rgb(255, 255, 255);
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 10px 10px 6px 110px;
    margin-left: 0px;
    height: auto;
    margin-top: 7px;
}

.ow_event_list .ow_ipc_info a {
}

.ow_event_list .ow_ipc_info .ow_ipc_date {
}


/* ---- End of the Event styles ---- */

/* ---- Membership Subscribe styles ---- */
.ow_subscribe_table .ow_highbox {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

body .ow_table_1 tr td.ow_plans_td_empty + td {
    border-top-left-radius: 4px;
}

body .ow_table_1 tr td.ow_gateways_td_empty + td {
    border-bottom-left-radius: 4px;
}
/* ---- End of the Membership Subscribe styles ---- */
/*========================================================
[16] Admin Styles        __admin
========================================================*/

/* - admin_bg_fix - */
body.ow_admin_area {
    background: #f5f5f5;
    background-image: none;
    position: relative;
    height: auto;
}

/* - admin footer fix */
.ow_admin_area .ow_footer,
.ow_footer.ow_admin {
    margin-top: 0;
}

/* - other styles -*/
.ow_header.ow_admin_header {
    width: 100%;
    background: #f8f8f8 url('images/top_bg.jpg') repeat-x bottom left;
    padding: 0px;
    margin: 0px;
}

.ow_page_container.ow_admin {
    border: none;
    background: #fff;
    margin: 0px auto;
    width: auto;
}

.ow_page_container.ow_admin .ow_page {
    min-height: 300px;
}

.ow_page_container.ow_admin .ow_page .ow_content {
    float: none;
}

.ow_admin .ow_canvas .ow_page, 
.ow_admin_header .ow_canvas .ow_page, 
.ow_admin_sub_menu .ow_admin_menu {
    margin: 0 57px;
}

.ow_admin_header .ow_logo_wrap {
    padding: 12px 0px 0px 115px;
}

table.ow_admin_footer {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.25;
}

table.ow_admin_footer div.group {
    margin-bottom: 20px;
}

table.ow_admin_footer h3 {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
}

table.ow_admin_footer a {
    color: #aaa;
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
    margin-right: 1px;
}

table.ow_admin_footer a:hover {
    color: #fff;
    margin-left: 1px;
    margin-right: 0;
}

.ow_header .ow_logo_wrap .ow_admin_title {
    color: #ff7000;
    margin-left: 5px;
    padding-left: 12px;
    background: url(images/miniic_arrow_left.png) no-repeat 0 2px;
}

.ow_admin_header .ow_console {
    float: none;
}

/* ---- Admin Menu styles ---- */

div.admin_menu_cont {
    margin: 35px 4px 0px 4px;
    text-align: center;
}

div.admin_menu_cont .menu_item {
    margin-left: 2px;
    cursor: pointer;
    display: inline-block;
    height: 122px;
    vertical-align: top;
    position: relative;
}

div.admin_menu_cont .menu_item:first-child {
    margin-left: 0px;
}

div.admin_menu_cont .menu_item:hover {
    text-decoration: none;
}

div.admin_menu_cont .menu_item .label {
    color: #666;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    display: block;
    text-shadow: #fafafa 0px 1px 0;
    text-transform: uppercase;
}

div.admin_menu_cont .menu_item .menu_items {
    display: none;
    position: absolute;
    left: 18px;
    z-index: 10;
}

div.admin_menu_cont .menu_item span.icon {
    display: block;
    padding-top: 75px;
    width: 98px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 18px 0;
    line-height: 17px;
}

div.admin_menu_cont .menu_item.active span.label,
div.admin_menu_cont .menu_item:hover span.label {
    color: #ff7000;
}

div.admin_menu_cont .menu_item .menu_admin {
    background-image: url(images/admin_menu_dashboard.png);
}

div.admin_menu_cont .menu_item .menu_users {
    background-image: url(images/admin_menu_users.png);
}

div.admin_menu_cont .menu_item .menu_settings {
    background-image: url(images/admin_menu_settings.png);
}

div.admin_menu_cont .menu_item .menu_privacy {
    background-image: url(images/admin_menu_privacy.png);
}

div.admin_menu_cont .menu_item .menu_appearance {
    background-image: url(images/admin_menu_appearance.png);
}

div.admin_menu_cont .menu_item .menu_pages {
    background-image: url(images/admin_menu_pages.png);
}

div.admin_menu_cont .menu_item .menu_plugins {
    background-image: url(images/admin_menu_plugins.png);
}

div.admin_menu_cont .menu_item .menu_mobile {
    background-image: url(images/admin_menu_mobile.png);
}

.admin_menu_cont div.active {
    background: url(images/admin_menu_tail.png) no-repeat center bottom;
}

.admin_menu_cont .menu_item.active .menu_admin,
.admin_menu_cont .menu_item:hover .menu_admin,
.admin_menu_cont .menu_item.active .menu_users,
.admin_menu_cont .menu_item:hover .menu_users,
.admin_menu_cont .menu_item.active .menu_settings,
.admin_menu_cont .menu_item:hover .menu_settings,
.admin_menu_cont .menu_item.active .menu_privacy,
.admin_menu_cont .menu_item:hover .menu_privacy,
.admin_menu_cont .menu_item.active .menu_appearance,
.admin_menu_cont .menu_item:hover .menu_appearance,
.admin_menu_cont .menu_item.active .menu_pages,
.admin_menu_cont .menu_item:hover .menu_pages,
.admin_menu_cont .menu_item.active .menu_plugins,
.admin_menu_cont .menu_item:hover .menu_plugins,
.admin_menu_cont .menu_item.active .menu_mobile,
.admin_menu_cont .menu_item:hover .menu_mobile {
    background-position: -81px 0;
}

.ow_admin_sub_menu {
    background: #e7e7e7 url(images/admin_sub_menu_bg.png) repeat-x bottom left;
}

.index_customize_box .ow_ic_ok:before {
    color: #fff;
}

.ow_admin_sub_menu {
    text-align: center;
}

.ow_admin_sub_menu li {
    display: inline-block;
    margin-left: 20px;
}

.ow_admin_sub_menu li:first-child {
    margin-left: 0px;
}

.ow_admin_sub_menu a,
.ow_admin_sub_menu .ow_admin_menu a {
    color: #666;
    font-size: 13px;
    display: block;
    text-shadow: #fafafa 0px 1px 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 29px 0px;
}

.ow_admin_sub_menu .ow_admin_menu li.active a,
.ow_admin_sub_menu .ow_admin_menu a:hover {
    color: #ff7000;
    background: none;
}

.ow_admin_sub_menu .ow_admin_menu li.active {
    background: url(images/admin_submenu_tail.png) no-repeat center bottom;
}

.ow_admin_menu a {
    color: #666;
    font-size: 11px;
}

.ow_admin_menu a:hover,
.ow_admin_menu li.active a {
    text-decoration: none;
}

.admin_menu_cont .menu_items .ow_tooltip_body {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.admin_menu_cont .menu_items.ow_tooltip .ow_tooltip_tail {
    padding: 0px 0px 0px 24px;
}

.admin_menu_cont .menu_items.ow_tooltip .ow_tooltip_tail span {
    background-position: 4px -6px;
}

.admin_menu_cont .menu_items.ow_tooltip {
    margin-top: 3px;
}

.menu_items.ow_tooltip .ow_admin_menu {
    min-width: 56px;
    text-align: left;
    cursor: default;
}

.menu_items.ow_tooltip .ow_admin_menu li {
    white-space: nowrap;
    margin-bottom: 1px;
    border: 1px solid transparent;
}

.menu_items.ow_tooltip .ow_admin_menu li:hover {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff url(images/console_item_bg.png) repeat-x center 0px;
}

.menu_items.ow_tooltip .ow_admin_menu li a {
    padding: 5px 8px;
    display: block;
}

.ow_admin_sub_menu .ow_tooltip_tail {
    display: none;
}

.css_code {
    font-size: 11px;
    line-height: 1.3;
}

/* --- admin_notifications --- */
html body .admin_notification {
    background-color: #eef8d7;
    border: 1px solid #d2e5a5;
}

html body .admin_warning {
    background-color: #fdebeb;
    border: 1px solid #fbcbcb;
}

.ow_plugin_update {
    background-color: #eef8d7 !important;
}

html body .admin_notification.important {
    background-color: #ffdada;
    border: 1px solid #ffadad;
}
/* ---- End of Admin Menu styles ---- */


/* ---- Admin Content styles ---- */

.ow_admin_content {
    float: right;
    width: 830px;
}

.ow_admin_content .ow_box_cap_2 {
    background: url(images/h2bg.png) repeat-x center;
    height: 20px;
    padding-left: 10px;
    padding-top: 4px;
}

.ow_admin_content .ow_box_cap_2 h3 {
    background-color: #fff;
    display: inline;
    font-size: 15px;
    padding-right: 5px;
}

.ow_admin_content .ow_box_2 {
    margin-bottom: 8px;
}

.ow_admin_content .ow_box {
    background: #eee;
    padding: 5px;
}

.ow_admin_area .ow_page_container .ow_page {
    border-bottom: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding-bottom: 30px;
}
/* ---- End of Admin Content styles ---- */


/* ---- Admin Sidebar styles ---- */

.ow_admin_sidebar {
    float: left;
    padding: 0;
    width: 170px;
    margin: 0;
}

.ow_admin_sidebar .ow_box_cap {
    background: #ddd;
    border-bottom: 1px solid #aaa;
    height: 16px;
    padding: 5px 5px 6px 10px;
}

.ow_admin_menu_cont .ow_box_cap h3 {
    background: none;
    color: #ff7000;
    float: left;
    font-size: 13px;
    padding-left: 0;
    padding-top: 0;
    line-height: 15px;
    text-transform: none;
}

.ow_admin_sidebar .ow_box_cap a.close,
.ow_admin_sidebar .ow_box_cap a.open {
    background: url(images/icon-arrow-down.png) no-repeat;
    float: right;
    height: 16px;
    margin-top: 1px;
    width: 16px;
}

.ow_admin_sidebar .ow_box_cap a.open {
    background: url(images/ic_arrow-right.png) no-repeat;
}

.ow_admin_sidebar .ow_box {
    background: url(images/box-body-bg.png) repeat;
}

/* ---- End of Admin Sidebar styles ---- */

/* ---- Admin Profile Questions styles ---- */

.ow_admin_edit_profile_question {
}

.ow_admin_edit_profile_question .quest_value {
    margin: 2px 10px 2px 0px;
    padding: 2px 5px;
    background: #ccc;
}

.ow_admin_edit_profile_question .question_values {
    padding: 4px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

td.delete_edit_buttons,
th.delete_edit_buttons {
    width: 11%;
    padding-left: 5px;
    padding-right: 5px;
}

th.delete_edit_buttons {
    line-height: 16px;
}

.ow_admin_profile_question_dnd_cursor {
    cursor: move;
}
/* ---- End of the Admin Profile Questions styles ---- */

/* ----  Admin Permissions styles ---- */
.ow_admin_permissions_overflow {
    overflow-x: auto;
}

.ow_admin_permissions .ow_table_2 {
    margin-bottom: 0px;
}
/* ---- End of the Admin Permissions styles ---- */

/* ---- Admin Theme styles ---- */
.themes_select .active .fake {
    background: url(images/checked_template.png) no-repeat 4px 4px;
}

.theme_control_desc {
    background: url(images/ic_question.png) no-repeat 50% 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.theme_control_desc_body {
    display: none;
    background: #ccc;
    border: 1px solid #000;
    position: absolute;
}

.color_button[type=button] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/* ---- End of the Admin Theme styles ---- */

/* ---- Other Admin styles ---- */
.ow_admin_search_box {
    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.ow_admin_area .ow_table_2 .ow_item_set3 {
    width: auto;
}

html body .ow_admin_permissions.ow_superwide {
    overflow: initial;
}
/* ---- End of the Other Admin styles ---- */

/*--------------------------------------------------------------------
[?] Custom pages declarations TODO remove
---------------------------------------------------------------------*/


/* !!!admin pages styles */

.ow_admin_content {
    width: 815px;
}

html body .selected_theme_info {
    float: right;
    width: 336px;
}


/*  pages and menus */
.ow_navbox {
    background: url(images/btnl_bg.png) repeat-x center left;
    float: left;
    font-size: 11px;
    height: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ow_navbox a.move {
    color: #666;
    font-weight: bold;
}

.ow_navbox a.move:hover {
    cursor: move;
    text-decoration: none;
}

.ow_navbox a.edit {
    background: url(images/arrow-up-down.png) no-repeat 10px 10px;
    cursor: pointer;
}

.ow_navbox a.edit:hover {
    text-decoration: none;
}

.guest_item {
    background-color: #aaffaa;
}

.member_item {
    background-color: #ffaaaa;
}

.ow_main_menu_scheme,
.ow_bottom_menu_scheme {
    float: left;
    height: 134px;
    margin-right: 10px;
    width: 155px;
}

.ow_main_menu_scheme {
    background: url(images/admin-pages-menu-main.jpg) no-repeat;
}

.ow_bottom_menu_scheme {
    background: url(images/admin-pages-menu-bottom.jpg) no-repeat;
}

.ow_dash_help_box {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 31%;
    height: 105px;
}

.ow_dash_help_box h3 {
    padding: 4px 0 4px 20px;
    background: transparent no-repeat left center;
}

.ow_dash_help_box a {
    display: block;
}


/* user dashboard settings */

.ow_dragndrop_panel {
    margin-top: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ow_dashboard_box {
    background: #FFFFFF;
    padding: 5px 10px 10px 10px;
    margin-top: 5px;
}

.ow_dnd_schem_item {
    background: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #f1f1f1;
    cursor: move;
    float: left;
    height: 30px;
    margin: 2px 4px 2px 0;
    padding: 0 5px 0 5px;
    /* width: 157px; */
    position: relative;
    font-size: 11px;
}

.ow_dnd_schem_item span.ow_label {
    float: none;
    overflow: hidden;
    padding-top: 5px;
    height: 20px;
    line-height: 30px;
}

.ow_dnd_schem_item a.ow_ic_gear_wheel:before {
    color: #999;
}

.ow_dnd_schem_item span.action {
/*float:right;*/
    line-height: 15px;
    overflow: hidden;
    width: 70px;
    position: absolute;
    right: 4px;
    top: 2px;
}

.ow_dnd_schem_item span.action .ow_lbutton {
    vertical-align: top;
}

.ow_dnd_helper {
    border: 1px dashed #000;
}

.ow_dnd_freezed .ow_dnd_schem_item {
    background-color: #FFAAAA;
}

.ow_dragndrop_sections .ow_highbox {
    margin-top: 6px;
}

.ow_dnd_placeholder {
    height: 10px;
    border: 1px dashed #999999;
    background-color: #FFF;
}

.ow_dnd_preloader {
    height: 30px;
}

.ow_dnd_configurable_component .control {
    display: inline-block;
    width: 18px;
    height: 16px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}

.ow_dnd_configurable_component .ow_box_icons {
    float: right;
    padding: 8px 2px 0 0;
}

.ow_dnd_configurable_component h3 {
    float: left;
    background-image: none !important;
}

.ow_dnd_content_components {
    padding: 10px 0;
    width: 74%;
}

.ow_dnd_clonable_components {
    border-left: 1px solid #ccc;
    padding: 10px 0 10px 10px;
    width: 24%;
}

/* Dnd Slider */
.ow_dnd_slider {
/*background:url(images/h2bg.png) repeat-x center;*/
    height: 6px;
    background-color: #ddd;
    position: relative;
    margin: 10px 3px 0;
    cursor: pointer;
}

.ow_dnd_slider_pusher {
    float: left;
    height: 1px;
}

.ow_dnd_slider_marker {
    width: 10px;
    height: 1px;
    float: left;
}

.ow_dnd_slider_marker_point {
    position: absolute;
    width: 0px;
    height: 6px;
    border-left: 1px solid #999;
    border-right: 1px solid #FFF;
    top: 0;
}

.ow_dnd_slider_handle {
    position: absolute;
    top: -5px;
    width: 22px;
    height: 16px;
    cursor: move;
    z-index: 50;
    background: transparent url(images/ic_move_horizontal.png) no-repeat center;
}

.ow_dnd_slider_helper {
}

.ow_dnd_slider_in_move {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.ow_dragndrop_sections .top_section,
.ow_dragndrop_sections .left_section,
.ow_dragndrop_sections .right_section,
.ow_dragndrop_sections .bottom_section,
.ow_dragndrop_sections .sidebar_section {
    background-position: center 7px;
    background-repeat: no-repeat;
}

.ow_dragndrop_sections .top_section {
    background-image: url(images/dnd-label-top.png);
}

.ow_dragndrop_sections .left_section {
    background-image: url(images/dnd-label-column1.png);
}

.ow_dragndrop_sections .right_section {
    background-image: url(images/dnd-label-column2.png);
}

.ow_dragndrop_sections .bottom_section {
    background-image: url(images/dnd-label-bottom.png);
}

.ow_dragndrop_sections .sidebar_section {
    background-image: url(images/dnd-label-sidebar.png);
}

body .ow_dragndrop_panel .ow_dnd_schem_item {
    width: 134px;
}

.ow_dragndrop_sections .ow_highbox {
    margin-top: 6px;
}

.ow_highbox_table .ow_highbox {
    background-color: #f5f5f6;
}

.ow_highbox {
    border-top: none;
}

.ow_highbox {
    padding: 4px;
    background-color: transparent;
    border: none;
}

.ow_dragndrop_sections .ow_highbox {
    padding: 0;
}

.ow_dragndrop_sections .ow_highbox.join_now_widget {
    padding: 10px;
}

.ow_join_button a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #fff;
    height: 32px;
    line-height: 33px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.ow_join_button {
    background: #03a9f4;
}

.join_now_widget {
    padding: 10px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

.ow_highbox .ow_highbox.join_now_widget {
    background-image: none;
    border: none;
}

.ow_highbox_table .ow_highbox {
    border: 1px solid #eee;
    border-top: none;
    border-left: none;
}

.ow_highbox_table .ow_highbox {
    height: 50px;
    padding: 10px;
}

.ow_highbox_table .ow_highbox .ow_dnd_schem_item {
    float: none;
    margin-bottom: 4px;
    margin-right: 0;
    width: auto;
}

input[type=text].ow_settings_input {
    width: 40px;
}

/* color picker */
.special_block_top {
    width: 252px;
    height: 7px;
}

.special_block_mid {
    width: 238px;
    padding: 0 7px 5px;
    margin: 0 auto;
}

.special_block_bot {
    width: 252px;
    height: 19px;
}

.colorCode {
    width: 68px;
}

table.colorPicker {
    border-collapse: separate !important;
    border-spacing: 3px !important;
}

table.colorPicker td {
    width: 20px;
    height: 20px;
    padding: 0;
}

/* FloatBox implementation */
#floatbox_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.floatbox_overlayMacFFBGHack {
    background: url(images/macFFBgHack.png) repeat;
}

.floatbox_overlayBG {
    background-color: #444;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

*html #floatbox_overlay {
 /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#floatbox_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

*html #floatbox_HideSelect {
 /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

body .floatbox_canvas .floatbox_container {
    margin-top: 100px;
}

.floatbox_container {
    position: fixed;
    z-index: 102;
    width: 300px;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.floatbox_canvas .floatbox_container .ow_bg_color {
    background-color: #fafafa!important;
}

.floatbox_header {
    padding: 4px;
    text-align: left;
}

.floatbox_header a.close_btn {
    margin: 2px;
    background: url(images/ow-ic-close.png) no-repeat;
}

.floatbox_title {
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 12px 0px;
    float: left;
    font-weight: normal;
    font-family: Roboto Black;
}

.floatbox_header .ow_box_cap_icons {
    float: right;
    margin-top: 1px;
}

.floatbox_body {
    padding: 8px 16px;
    text-align: left;
}

.floatbox_body .ow_alt1 .ow_tr_first {
    background: #eee!important;
}

.floatbox_bottom {
    padding: 0px 16px 16px;
    text-align: center;
}

.floatbox_container .ow_bg_color {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* End FloatBox implementation */

/* ----  Message (Feedback) styles ---- */
.ow_message_cont {
    left: 50%;
    margin-left: -278px;
    position: fixed;
    top: 0;
    width: 556px;
    z-index: 1000;
    margin-top: 25px;
}

.ow_message_node {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 0 rgba(0,0,0,0.4);
    line-height: 24px;
    margin: 15px;
    padding: 7px 12px;
    overflow: auto;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 21px 16px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 21px 16px rgba(0,0,0,0.2);
    box-shadow: 0 21px 16px rgba(0,0,0,0.2);
}

.ow_message_node div div {
    padding-right: 24px;
}

.ow_message_node a.close_button {
    display: block;
    width: 12px;
    height: 13px;
    float: right;
    position: absolute;
    top: 14px;
    right: 14px;
    background: url(images/message_btn_close.png) no-repeat 50% 50%;
}
/*info*/
.ow_message_cont .ow_message_node.info {
    background: #90c105;
    border-top: 1px solid #90c105;
    border-right: 1px solid #90c105;
    border-bottom: 1px solid #519200;
    border-left: 1px solid #90c105;
}
/*warning*/
.ow_message_cont .ow_message_node.warning {
    background: #ffbf22;
    border-top: 1px solid #ffbf22;
    border-right: 1px solid #ffbf22;
    border-bottom: 1px solid #ff8f05;
    border-left: 1px solid #ffbf22;
}
/*error*/
.ow_message_cont .ow_message_node.error {
    background: #ea400b;
    border-top: 1px solid #ea400b;
    border-right: 1px solid #ea400b;
    border-bottom: 1px solid #d71000;
    border-left: 1px solid #ea400b;
}
/* ---- End of the Message (Feedback) styles ---- */

/* thickbox 8aa */
.ow_preloader_content_cont {
    width: 30px;
    height: 30px;
}
/* ~thickbox 8aa */

/* ---- Captcha styles ---- */
span.ic_refresh {
    background: url(images/ic_refresh.svg) no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
}
/* ---- End of Captcha styles ---- */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*----------------------------------------------------------------------BASE_ADD--------------------------------------------------------------------------------*/

.index_customize_box {
/*width: 985px;*/;
}

.fullsize-photo {
    display: none;
}

.ow_ajax_floatbox_preloader {
    width: 100%;
    height: 50px;
}

.ow_border {
    border-style: solid;
    border-color: #CFD4D7;
}

.forum_search_wrap.ow_border {
    border-color: #fff;
}

.ow_cursor_pointer {
    cursor: pointer;
}

.ow_break_word {
    word-wrap: break-word;
}
/* ---- Sort styles ---- */
.ow_sort_control {
    padding: 4px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #e8e8e8;
}

.ow_sort_control a {
    background: #fff;
    display: inline-block;
    color: #666;
    font-size: 11px;
    height: 22px;
    padding: 0px 6px 0 7px;
    text-shadow: #fff 1px 1px 0;
    border-style: solid;
    border-color: #eee;
    border-width: 1px 1px 1px 1px;
    margin: 0px 0px 0px -1px;
    outline: 0;
    border-left-width: 1px;
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

.ow_sort_control a span {
    display: inline-block;
    line-height: 21px;
}

.ow_sort_control a:first-child {
    border-left-width: 1px;
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

.ow_sort_control a:last-child {
    border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
}

.ow_sort_control a.active,
.ow_sort_control a:hover {
    color: #828282;
    text-decoration: none;
    background: transparent url('images/box_menu_active.gif') repeat-x  left top;
}

.ow_sort_control_label {
    padding: 0px 8px 0px 6px;
}

/*td.sort_link{
width:100%;
}
td.sort_link li{
display:inline;
padding: 0 15px 0 0;
}
td.sort_link li.active a {
font-weight:bold;
color:#333;
}
td.sort_link li.active a:hover{
text-decoration:none;
}*/

/* ---- End of Sort styles ---- */

/* ---- Context Action styles ---- */
.ow_context_action_block {
    float: right;
    text-align: right;
    font-size: 0px;
    line-height: 17px;
}

.ow_context_action {
    display: inline-block;
    position: relative;
    z-index: 3;
    font-size: 11px;
    height: 18px;
    padding: 0px 0px 0px 5px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #cccccc #c5c6c8 #b6b7b9;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

.ow_context_action_value {
    display: inline-block;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    color: #666;
/*color: #3366CC;
font-weight: bold;
text-shadow: 1px 1px 0 #F6F6F6;*/;
}

.ow_context_more {
    display: inline-block;
    min-width: 10px;
    height: 18px;
    padding: 0px 5px 0px 0px;
    background: url(images/context_action_arrow.png) no-repeat 1px 8px;
    vertical-align: top;
}

.ow_context_action_block .ow_context_action:first-child {
    border-left: 1px solid;
    border-color: #03a9f4;
    background-color: #03a9f4;
}

.ow_context_action_block.clearfix.ow_photo_context_action .ow_context_more {
    background-image: none;
}

.ow_context_action_block .ow_context_action:hover {
    box-shadow: none;
    color: #fff;
}

.ow_context_action_block .ow_context_action {
    height: 28px;
}

.add_filter .ow_context_action_block .ow_context_action {
    height: 20px;
}

.ow_newsfeed_context_menu .ow_context_action_block .ow_context_action {
    height: 20px;
    border: none!important;
    background-color: transparent!important;
}

.ow_newsfeed_context_menu .ow_context_action_block .ow_context_action .ow_context_more {
    background: url(svg/ic_keyboard_arrow_down_black_24px.svg) no-repeat 0px 0px;
    width: 20px;
}

.ow_newsfeed_context_menu .ow_context_action_block .ow_context_action .ow_context_more:hover {
    background: url(svg/ic_keyboard_arrow_down_blue_24px.svg) no-repeat 0px 0px;
}

.ow_context_action_block .ow_context_action:last-child {
}

.ow_context_action:hover,
.ow_context_action.active {
    cursor: pointer;
}

.ow_context_action_value_block .ow_context_action .ow_context_more, .ow_context_action_value_block .ow_context_action:hover .ow_context_more {
    padding: 0;
    background-position: 1px 12px;
}

.ow_context_action:hover .ow_context_action_wrap {
    display: block;
}

.ow_context_action:hover .ow_context_action_value,
.ow_context_action.active .ow_context_action_value {
    text-decoration: none;
}

.ow_context_action:hover .ow_context_more,
.ow_context_action.active .ow_context_more {
    background: url(images/console_arr_hover.png) no-repeat 1px 8px;
}

.ow_context_action_wrap {
/*position: absolute;
right: -1px;
top: 23px;
padding-top: 1px;
max-width: 250px;
display: none;*/;
}

.ow_context_action_list {
    min-width: 100px;
    text-align: left;
    overflow-x: auto;
}

.ow_context_action_list li {
    white-space: nowrap;
}

.ow_bl .ow_context_action li a {
    background-color: transparent;
    color: #444;
}

.ow_context_action_value_block .ow_tooltip .ow_tooltip_body a {
    padding: 4px 12px;
}

.ow_bl .ow_context_action li {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.ow_context_action_list a {
    font-size: 11px;
    font-weight: normal;
    display: block;
    padding: 3px 0px;
    color: #444;
    background-color: transparent;
}

.ow_bl .ow_context_action li a:hover {
    background-color: #03a9f4;
    color: #fff;
}

.ow_context_action_list a:hover {
    text-decoration: none;
    background: #03a9f4;
    color: #fff;
}

.ow_context_action .ow_tooltip {
    display: none;
}

.ow_context_action_divider {
    line-height: 1px;
    height: 1px;
    background: #eee;
    border-bottom: 1px solid #fff;
    margin: 1px 0px 0px;
}
/* ---- End of Context Action styles ---- */

/* ---- Cover Context Action styles ---- */
.uh-cover-add-btn-wrap .ow_context_action {
    padding-left: 7px;
}

.uh-cover-add-btn-wrap .ow_tooltip_body {
    padding: 4px 0px;
}

.uh-cover-add-btn-wrap .ow_context_action_list a {
    padding: 4px 12px;
}

.uh-cover-add-btn-wrap .ow_context_action_value {
    color: #666;
}
/* ---- End of Cover Context Action styles ---- */

/* ---- SignIn Form styles ---- */


.ow_signin_label {
    display: inline-block;
    margin: -5px 0;
    color: #fff;
    margin-right: -2px;
}

.ow_signin_delimiter {
    border-right: none;
    padding: 0 7px 0 0;
}

.ow_console_item .ow_ico_signin {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    margin: 4px 0 0 4px;
    vertical-align: top;
    width: 27px;
}

.ow_ico_signin:last-child {
    margin-right: -6px;
}

.ow_sign_in_cont {
    z-index: 97;
}

.ow_sign_in_wrap  h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 8px 10px 8px;
    padding: 0 40px;
    color: #000;
}

.ow_sign_in_wrap form {
    margin: 8px;
    padding: 40px 40px 22px 40px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #e7e7e7;
}

.ow_sign_in_wrap form .ow_sign_in {
    float: left;
}

.ow_sign_in_wrap form .ow_sign_up {
    margin: 0px;
    padding-top: 10px;
    text-align: center;
}

.ow_sign_in_wrap form .ow_sign_up hr {
    margin: 5px 0 15px;
}

.ow_sign_in_wrap form .ow_box_cap {
    margin-bottom: 0;
    position: relative;
    z-index: 99;
}

.ow_sign_in_wrap form .ow_box {
    padding: 16px 16px 6px 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 98;
}

.ow_sign_in_wrap form .ow_user_name input[type="text"] {
    margin-bottom: 8px;
}

.ow_sign_in_wrap form .ow_password input[type="password"] {
    margin-bottom: 16px;
}

.ow_sign_in_wrap form .ow_form_options {
    margin-bottom: 6px;
}

.ow_sign_in_wrap form .ow_form_options p.ow_remember_me,
.ow_sign_in_wrap form .ow_form_options p.ow_forgot_pass {
    font-size: 11px;
    padding: 0 0 0 0px;
    line-height: 13px;
}

.ow_sign_in_wrap form .ow_form_options p.ow_remember_me {
    padding-bottom: 5px;
}

.ow_sign_in_wrap form .ow_form_options p.ow_remember_me input[type="checkbox"] {
    float: left;
    margin: 0px 0 0 -20px;
    padding: 0px;
}

.ow_sign_in_wrap form .ow_connect_buttons {
    padding: 0 0 0 20px;
}

.ow_sign_in_wrap form .ow_connect_buttons .ow_fb_button {
    float: left;
}

.floatbox_container .ow_sign_in_wrap form .ow_connect_buttons {
    padding: 0 0 0 0px !important;
}

.ow_connect_text {
    background: url('images/miniic_li.svg') no-repeat left center;
    padding: 0px 0 0 26px;
    margin-right: 16px;
    float: left;
    line-height: 23px;
}

.ow_sign_in .connect_button_list {
    padding: 0px;
    float: left;
}

.floatbox_container .ow_sign_in_wrap form {
    margin: 0px;
    box-shadow: none;
    border: none;
    border-radius: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 40px 0;
    max-width: 340px;
}

.floatbox_container .ow_sign_in_wrap h2 {
    display: none;
}
/* Page Sign In */
body.base_sign_in > .ow_page_wrap {
    padding-top: 0;
}

body.base_sign_in .ow_footer {
}

body.base_sign_in .ow_footer .ow_page > div {
    padding-bottom: 0 !important;
}

body.ow.base_sign_in {
    background-color: #fafafa;
    overflow-x: hidden;
}

.ow.base_sign_in .ow_sign_in_wrap {
    margin: 0 auto;
    left: auto;
    top: auto;
    background: rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
    padding-top: 20px;
}

.ow.base_sign_in .ow_sign_in_cont {
    background: url(images/highway.jpg);
/** OW_Control type:image, key:signinimagemt, section: 1. General Settings, label: Mobile and Tablet Sign In page Sign-in box background image  **/
    margin-top: 0px !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    margin-top: 0px !important;
}

.ow.base_sign_in .ow_sign_in_wrap h2 {
    display: none !important;
}

.ow.base_sign_in .ow_sign_in_wrap form {
    background: none;
    padding: 0;
    margin: 0 auto;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 340px;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ow.base_sign_in form .ow_sign_up {
    /**color: #BABABA;
    line-height: 18px;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0; **/
    display: none;
}

.ow.base_sign_in form .ow_sign_in {
    width: 100%;
    float: none;
}

.ow.base_sign_in form .ow_sign_in .ow_box_cap {
    display: none;
}

.ow.base_sign_in form .ow_sign_in .ow_box {
    margin: 0 0 12px 0;
    padding: 0;
    background: none;
    border: none;
}

.ow.base_sign_in .ow_user_name {
    margin-bottom: 6px;
}

.ow.base_sign_in .ow_user_name input, .ow.base_sign_in .ow_password input {
    background: rgba(17, 17, 17, 0.47);
    border: 1px solid rgba(147, 153, 159, 0.35);
    color: #fff;
    font-size: 18px;
    padding: 15px;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ow.base_sign_in .ow_user_name input.invitation,
.ow.base_sign_in .ow_password input.invitation {
    color: #fafafa;
}

.ow.base_sign_in form .ow_form_options p.ow_remember_me {
    color: #666;
    font-size: 16px;
    padding: 0;
    float: left;
}

.ow.base_sign_in form .ow_form_options p.ow_remember_me input {
    margin: 0 12px 0 0;
}

.ow.base_sign_in form .ow_form_options p.ow_forgot_pass {
    font-size: 16px;
    float: right;
}

.ow.base_sign_in form .ow_form_options p.ow_forgot_pass a {
    color: #337ab7;
    font-weight: bold;
}

.ow.base_sign_in .ow_sign_in > .clearfix a {
    display: inline-block;
    float: left;
    text-align: center;
    width: 48%;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 60px;
    background-color: #03a9f4;
    color: #fff;
}

.ow.base_sign_in .ow_sign_in > .clearfix a:hover {
    background: #394264;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ow.base_sign_in form .ow_sign_in .ow_join_button:hover {
    text-decoration: none;
}

.ow.base_sign_in form .ow_sign_in span.ow_button {
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    float: right;
    width: 48%;
}

.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive {
    width: 100%;
    text-align: center;
}

.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input {
    height: auto;
    line-height: 60px;
    width: 100%;
    padding: 0;
    background: none;
    background-color: #ee2c55;
    color: #fff;
    font-family: "core_sans_e45_regular","Lucida Grande","Tahoma","Verdana";
    font-size: 17px;
}

.ow.base_sign_in form .ow_sign_in span.ow_button .ow_positive input:hover {
    background: #394264;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_buttons {
    clear: both;
    padding: 0;
    margin-top: 20px;
}

.ow.base_sign_in .ow_sign_in_wrap form .ow_connect_text {
    font-size: 17px;
    color: #fff;
    background: none;
    text-align: center;
    padding: 0;
    margin: 3px 0px 0px 0px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
}

.ow.base_sign_in .ow_sign_in_wrap form .connect_button_list {
    float: right;
    width: 100%;
}

.ow.base_sign_in .ow_sign_in_wrap form .connect_button_cont {
    padding-top: 2px;
}

.ow.base_sign_in .ow_sign_in_wrap form .fb_button {
    background: none;
    height: auto;
    padding: 0;
    color: #e9eff5;
    width: 100%;
}

.ow.base_sign_in .ow_sign_in_wrap form .fb_button .fb_connect_wrap {
    border: none;
    height: auto;
    width: 100%;
}

.ow.base_sign_in .ow_sign_in_wrap form .fb_button .fb_button_text {
    border: none;
    padding: 0 30px 0px 41px;
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: rgba(28, 73, 141, 0.73);
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    background-image: url(svg/facebook.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 14px;
    font-weight: normal;
    color: #e9eff5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ow_sign_in_wrap form .vk_ic_logo {
    background-image: url(svg/vk.svg);
    background-repeat: no-repeat !important;
    background-position: 8px center !important;
    background-size: 22px;
}

.ow.base_sign_in .ow_sign_up hr {
    display: none;
}

.ow.base_sign_in .ow_sign_up p {
    margin: 0;
    text-align: center;
}

.ow.base_sign_in .ow_footer .ow_canvas {
    width: 100%;
}

.floatbox_container .ow_sign_in_wrap h2 {
    display: none;
}
/** sign-in pop up based on simplicity sign-in page**/
.floatbox_container .ow_user_name input, .floatbox_container .ow_password input {
    background: #fff;
    border: 1px solid rgba(147, 153, 159, 0.35);
    color: #999;
    font-size: 18px;
    padding: 15px;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.floatbox_container  .ow_user_name {
    margin-bottom: 6px;
}

.floatbox_container .ow_sign_in .ow_box {
    margin: 0 0 12px 0;
    padding: 0;
    background: none;
    border: none;
}

.floatbox_container .ow_sign_in .ow_box_cap {
    display: none;
}

.floatbox_container .ow_sign_in {
    width: 100%;
    float: none;
}

.floatbox_container .ow_sign_up {
   /** color: #BABABA;
    line-height: 20px;
    font-size: 16px;
    margin: 0 0 32px 0;
    padding: 0; **/
    display: none !important;
}

.floatbox_container .ow_sign_in_wrap form {
    background: none;
    padding: 0;
    margin: 0 auto;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.floatbox_container .ow_form_options p.ow_remember_me {
    font-size: 14px !important;
    padding: 0;
    float: left;
}

.floatbox_container .ow_form_options p.ow_remember_me input {
    margin: 0 12px 0 0;
}

.floatbox_container .ow_form_options p.ow_forgot_pass {
    font-size: 14px !important;
    float: right;
}

.floatbox_container .ow_form_options p.ow_forgot_pass a {
}

.floatbox_container .ow_sign_in > .clearfix a {
    display: inline-block;
    float: left;
    text-align: center;
    width: 48%;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 60px;
    background-color: #03a9f4;
    color: #fff;
    position: relative !important;
    left: 0 !important;
}

.floatbox_container .ow_sign_in > .clearfix a:hover {
    background: #394264;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.floatbox_container .ow_sign_in .ow_join_button:hover {
    text-decoration: none;
}

.floatbox_container .ow_sign_in span.ow_button {
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    float: right;
    width: 48%;
    max-width: 48% !important;
}

.floatbox_container .ow_sign_in span.ow_button .ow_positive {
    width: 100%;
    text-align: center;
}

.floatbox_container .ow_sign_in span.ow_button .ow_positive input {
    height: auto;
    line-height: 58px;
    width: 100%;
    padding: 0;
    background: none;
    background-color: #ee2c55;
    color: #fff;
    font-family: "core_sans_e45_regular","Lucida Grande","Tahoma","Verdana";
    font-size: 17px;
}

.floatbox_container .ow_sign_in span.ow_button .ow_positive input:hover {
    background: #394264;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.floatbox_container .ow_connect_buttons {
    clear: both;
    padding: 0;
    margin-top: 20px;
}

.floatbox_container .ow_connect_text {
    font-size: 17px;
    background: none;
    text-align: center;
    padding: 0;
    margin: 3px 0px 0px 0px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
}

.floatbox_container .connect_button_list {
    float: right;
    width: 100%;
}

.floatbox_container .connect_button_cont {
    padding-top: 0px;
}

.floatbox_container .fb_button {
    background: none;
    height: auto;
    padding: 0;
    color: #e9eff5;
    width: 100%;
    box-shadow: none !important;
}

.floatbox_container a.fb_button.fb_button_medium {
    min-width: 100%;
}

.floatbox_container .fb_button .fb_connect_wrap {
    border: none;
    height: auto;
    width: 100%;
}

.floatbox_container .fb_button .fb_button_text {
    border: none;
    padding: 0 30px 0px 41px;
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: rgb(22, 62, 124);
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    background-image: url(svg/facebook.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 8px center;
    font-weight: normal;
    color: #e9eff5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 150px;
}

.floatbox_container .ow_sign_up hr {
    background-color: #ccc;
}

.floatbox_container .ow_sign_in .ow_box.ow_break_word {
    border: none;
}

/**end of sign-in popup by sprintally**/
@media (max-width: 1055px) {
    .ow.base_sign_in .ow_sign_in_wrap {
        margin-top: 0;
    }

    .ow.base_sign_in .ow_sign_in_wrap h2 {
        background-position: center center;
    }
}

@media (min-width: 414px) and (max-width: 480px) {
    body.base_sign_in .ow_footer {
        margin-top: 0px!important;
    }
}

@media screen and (min-width: 1100px) {
    .ow.base_sign_in .ow_sign_in_wrap {
        right: 50px!important;
        top: 100px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 4px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-height: 320px){
.ow_chat_list {
    position: relative;
    height: 123px;
    overflow: auto !important;
    overflow-x: hidden !important;
}
.ow_chat_in_dialog, .ow_chat_in_dialog .jspContainer, .ow_chat_in_dialog .jspPane {
    height: 114px;
    overflow-y: auto;
}
}
@media (min-height: 321px) and (max-height: 480px) {
.ow_chat_list {
    position: relative;
    height: 177px;
    overflow: auto !important;
    overflow-x: hidden !important;
}
.ow_chat_in_dialog, .ow_chat_in_dialog .jspContainer, .ow_chat_in_dialog .jspPane {
    height: 168px;
    overflow-y: auto;
}

}

@media (max-width: 480px) {

.ow_chat_dialog_wrap {
    position: fixed;
    right: 0px!important;
    bottom: -5px;
    z-index: 999!important;
    width: 100%!important;
}
.ow_chat_dialog {
    width: 100%!important;
    margin-left: 0px!important;
}
    .ow.base_sign_in .ow_sign_in_wrap {
        width: 100%;
    }

    .ow.base_sign_in .ow_sign_in_wrap h2 {
        height: 70px !important;
    }

    .ow.base_sign_in .ow_sign_in_wrap form {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 20px;
    }

    .ow.base_sign_in .ow_sign_in_wrap h2 {
        left: 0px;
        right: 0px;
        width: auto;
        top: 0px;
    }

    .ow.base_sign_in .ow_sign_in_wrap {
        margin-top: 0px !important;
        position: relative !important;
    }

    .ow_page_wrap .ow_sign_in_cont {
        position: relative!important;
    }

    .ow.base_sign_in .ow_sign_in_cont {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }

    .ow.base_sign_in .ow_sign_up p {
        padding-bottom: 10px;
    }

    body .floatbox_canvas .floatbox_container , .floatbox_container .ow_sign_in_wrap form , .ow_sign_in_wrap form .ow_sign_in {
        width: 100% !important;
    }

    .floatbox_body {
        padding: 6px 6px !important;
    }

    body .floatbox_canvas .floatbox_container {
        max-width: 292px;
    }

    #base_cmp_floatbox_ajax_signin > div {
        padding: 3px !important;
    }

    .floatbox_container .ow_connect_text {
        font-size: 14px !important;
    }
}

.floatbox_container .ow_sign_in_wrap h2 {
    display: none;
}

.ow_signin_delimiter {
    border-right: none;
}

.ow_sign_in_wrap form .fb_button {
    margin-bottom: 10px;
}

.ow_sign_in_wrap .vkconnect-right-border {
    background: transparent !important;
    border-color: transparent ! important;
    border-style: none ! important;
    color: #f5f5f5 ! important;
    padding: 0px !important;
    text-shadow: none ! important;
    height: 32px !important;
    line-height: 32px !important;
}

.ow_sign_in_wrap .vkconnect-label {
    border-color: transparent ! important;
    border-style: none ! important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    float: none !important;
}

.ow_sign_in_wrap .vkconnect-left-border {
    background: transparent ! important;
    border-color: transparent ! important;
    border-style: none ! important;
    height: 32px !important;
    padding: 0px !important;
}

.ow_sign_in_wrap .vkconnect-icon {
    border-color: transparent ! important;
    border-style: none ! important;
    border-width: 0px ! important;
}

.ow_sign_in_wrap .vkconnect-icon {
    background-color: #337ab7 ! important;
    height: 32px ! important;
}

.ow_sign_in_wrap .vkconnect-label {
    background-color: #337ab7 ! important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.ow_sign_in_wrap .vkconnect-connect {
    padding: 0px !important;
    width: 100% !important;
    margin-bottom: 10px;
}

.ow_sign_in_wrap .vk-icon {
    height: 32px !important;
    width: 32px !important;
}

.ow_sign_in_wrap .vk-icon {
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px !important;
    width: 32px !important;
}

.ow_sign_in_wrap .vkconnect-icon {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.ow_sign_in_wrap .vkconnect-label {
    width: 100% !important;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
}

.ow_sign_in_wrap span.glconnect_button_text {
    font-size: 17px !important;
    text-transform: uppercase !important;
    line-height: 32px !important;
    text-align: center;
    min-height: 32px;
}

.base_user_join span.glconnect_button , .floatbox_container span.glconnect_button {
    margin-left: 0px !important;
}

.ow_forgot_password .ow_box.ow_break_word {
    text-transform: capitalize;
}

.ow_sign_in_wrap .glconnect_button {
    height: 32px !important;
    border-bottom: none !important;
    border-radius: 0px !important;
    width: 100% !important;
    text-align: center !important;
    background-position: 10px center !important;
    background: #dc4a36 url(svg/google-plus.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    margin-bottom: 10px;
}

.ow_sign_in_wrap form .ow_connect_text:after {
    content: "----------" !important;
    font-family: 'FontAwesome';
    padding-left: 5px;
    letter-spacing: -3px;
}

.ow_sign_in_wrap form .ow_connect_text:before {
    content: "----------" !important;
    font-family: 'FontAwesome';
    padding-right: 5px;
    letter-spacing: -3px;
}




/* ---- End SignIn Form styles ---- */

/* ---- My Avatar Widget styles ---- */
.ow_my_avatar_img {
}

.ow_my_avatar_username {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.ow_my_avatar_cont {
    height: 30px;
    display: table;
    padding-left: 10px;
    padding-top: 10px;
}

.ow_my_avatar_cont span {
    display: inline-block;
    word-wrap: break-word;
}

.profile-BASE_CMP_UserAvatarWidget.ow_no_cap.ow_break_word {
    background: url(images/dashboard-h1.png);
    /** OW_Control type:image, key:profileavatarbgimg, section: 1. General Settings, label: Profile Avatar Background image **/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    float: none;
}

div#avatar_console_image {
    border: 8px solid #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: 27%;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

#avatar_console_image {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    width: 190px !important;
    float: none;
}

/* ---- End of My Avatar Widget styles ---- */
/* ---- Live Member Icon ---- */
.ow_miniic_live .ow_live_on {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(images/miniic_live.png) center center no-repeat;
    margin-right: 4px;
}

.ow_miniic_live .ow_lbutton {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    line-height: 12px;
    height: 12px;
}

.ow_miniic_live .ow_preloader_content {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
}

.ow_miniic_live .ow_preloader_content.ow_hidden {
    display: none;
}

.ow_miniic_live .ow_lbutton.ow_green {
    color: #666;
}
/* ---- End Live Member Icon ---- */

.ow_field_eye {
    padding-left: 14px;
    background: url(images/miniic_field_eye.svg) 0 7px no-repeat;
    display: inline-block;
}
/*Account types. Admin dashboard*/

.ow_admin_profile_questions_list_div .ow_lables_table th.ow_tr_top {
    background: none;
    border: none;
    padding: 0;
}

.ow_admin_profile_questions_list_div .ow_lables_table th.ow_tr_top_empty {
    background: none;
    border: none;
    color: #868686;
    font-weight: normal;
    line-height: 14px;
    padding: 0 0 0 8px;
    text-align: left;
    vertical-align: top;
}
/*.ow_admin_profile_questions_list_div * {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}*/
.ow_table_2 td.selected {
    background-color: #FFF9EC;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.selected {
    background-color: #FFF9EC;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.ow_table_2 td.not_selected {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.not_selected {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.ow_admin_profile_questions_list_div th {
    background-color: #F0F0F0;
}

.ow_admin_profile_questions_list_div tr.ow_tr_first th {
    border-color: #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

body .ow_admin_profile_questions_list_div tr.ow_tr_first th:last-child {
    border-color: #DDDDDD;
}

.ow_admin_profile_questions_list_div tr.ow_tr_first th {
    background-color: #F0F0F0;
}

body .ow_table_2 tr.ow_tr_titles th:last-child, body .ow_table_1 tr.ow_tr_titles th:last-child {
    border-top-right-radius: 0;
}

.ow_table_2 td.ow_td_top {
    width: 50%;
}

.ow_tr_top_buttons {
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
    width: 100%;
}

.ow_tr_top_button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FCFCFC;
    background-image: url(images/ow_tr_top_button_bg.png);
    background-repeat: repeat-x;
    border-bottom: none;
    border-top: 1px solid #dedede;
    cursor: pointer;
    display: inline-block;
    padding: 15px 0;
    width: 50%;
}

.ow_tr_top_button:first-child {
    float: left;
    border-left: 1px solid #dedede;
    border-radius: 4px 0 0 0;
    border-right: 1px solid #dedede;
}

.ow_tr_top_button:last-child {
    float: right;
    border-radius: 0 4px 0 0;
    border-right: 1px solid #dedede;
}

.ow_tr_top_button_selected {
    background-color: #f0f0f0;
    background-image: none;
}

.ow_tr_top_button div {
    color: #626060;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}

.ow_checkbox {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 16px;
    margin: auto;
    width: 16px;
}

.ow_checkbox_cell_marked {
    background-image: url(images/checkbox_cell_marked.png);
}

.ow_checkbox_cell {
    background-image: url(images/checkbox_cell.png);
}

.ow_checkbox_cell_lock {
    background-image: url(images/checkbox_cell_lock.png);
}

.ow_checkbox_cell_marked_lock {
    background-image: url(images/checkbox_cell_marked_lock.png);
}

.relative {
    position: relative;
}

.question_placeholder {
    background-color: #FFF9DB;
    border: 1px dashed #999;
}

.section_placeholder {
    height: 80px;
    background-color: #FFF9DB;
    border: 1px dashed #999;
}

.delete_edit_buttons {
    height: 20px;
    width: 81px;
    margin-left: auto;
    margin-right: auto;
}

.ow_overflow_hidden {
    overflow: hidden;
}

.ow_section_label {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    overflow: hidden;
    padding-left: 75px;
}

.ow_admin_profile_questions_list_div .ow_lables_table .ow_tr_titles th {
    border-color: #DDDDDD;
    border-width: 1px 1px 1px 0;
}

.ow_tr_titles th:first-child {
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}

.ow_table_2 th, .ow_table_2 .question_tr td {
    padding: 9px;
}

.table_content_block {
    width: 100%;
    overflow: hidden;
}

.question_label_td, .question_label_th {
    width: 171px;
}

.question_label_div {
    width: 153px;
}

.question_account_type_td, .question_account_type_th {
    width: 86px;
}

.question_account_type_div {
    width: 68px;
}

.question_values_td, .question_values_th {
    width: 112px;
}

.question_values_div {
    width: 94px;
}

.question_buttons_td, .question_buttons_th {
    width: 94px;
}

.question_buttons_div {
    width: 80px;
}

.question_require_td, .question_require_th, .question_sign_up_td, .question_sign_up_th, .question_edit_td, .question_edit_th, .question_view_td, .question_view_th, .question_search_td, .question_search_th {
    width: 76px;
}

.question_require_div, .question_sign_up_div, .question_edit_div, .question_view_div, .question_search_div {
    width: 56px;
}

.ow_admin_profile_questions_list_div .ow_tooltip .ow_tooltip_body {
    padding: 4px 0;
}

.ow_admin_profile_questions_list_div .ow_tooltip .ow_tooltip_body li a {
    padding: 4px 12px;
}

/*---skadate section---*/

/* ------- Location field Styles -------- */
body .ui-autocomplete {
    background: rgba(23, 35, 35, 0.4);
    border-color: rgba(207, 207, 183, 0.4);    
}
body .ui-autocomplete a {
    color: #CFCFB7;
}
body .ui-autocomplete li:hover {
    background: rgba(23, 35, 35, 0.4);
}
/* ------- End Location field Styles -------- */

/* ---- Ulist big Styles ---- */
.ow_ulist_big {
    padding-top: 12px;
}

.ow_ulist_big_item {
    float: left;
    width: 25%;
}

.ow_ulist_big_item .ow_miniic_live {
    top: 2px;
    left: 2px;
    position:absolute;
}

.ow_ulist_big_item_cont {
    height: 240px;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    width: 180px;
}

.ow_ulist_big_avatar {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    position: relative;
    width: 180px;
}

.ow_ulist_big_avatar:hover {
    box-shadow: 0 0 150px #000 inset;

}
.ow_ulist_big_avatar_shadow {
    display: block;
    height: 180px;
}  

a.ow_ulist_big_avatar_bookmark {
    position: absolute;
    bottom: 6px;
    left: 8px;
    display: none;
    color: #fff;
}

.ow_ulist_big_avatar:hover a.ow_ulist_big_avatar_bookmark {
    display: block;
}

.ow_ulist_big_info {
    margin-top: 4px;
    position: absolute;
    margin-bottom: 8px;
}
.ow_ulist_big_info_name .ow_small {
    position: relative;
}
.ow_ulist_big_info_name .ow_small:hover {
    text-decoration: underline;

}

.ow_ulist_big_info_name  {
    float: left;
    max-width: 160px;
    max-height: 1.5em;
    overflow: hidden;
}
/* ---- End of Ulist big Styles Styles ---- */

/* ---- Bookmark Styles ---- */

.ow_bookmark_icon {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    right: 4px;

}

/* ---- End of Bookmark Styles ---- */
/* ---- Wink Styles ---- */
.ow_mailbox_table .ow_wink_icon {
    background-image: url('images/ic_wink.png');
}


/* ---- Cover Context Action styles ---- */
.uh-cover-add-btn-wrap .ow_context_action {
    padding-left: 7px;
}
.uh-cover-add-btn-wrap .ow_tooltip_body {
    padding: 4px 0px;
}
.uh-cover-add-btn-wrap .ow_context_action_list a {
    padding: 4px 12px;
}
.uh-cover-add-btn-wrap .ow_context_action_value {
    color: #cfcfb7;
}
/* ---- End of Cover Context Action styles ---- */


.ac_match{
    font-weight: bold;
}

.ac_over {
    background-color: rgba( 23, 35, 35, 0.8);
}

@media (max-width: 360px) { 
.ow_ulist_big_item:nth-child(odd) {
    margin-left: 10% !important;
}
.ow_ulist_big_item:nth-child(even) {
    float: right;
    margin-right: 10% !important;
}
.ow_ulist_big_item {
    float: left;
    width: 120px !important;
}
.ow_ulist_big_item_cont {
    height: 170px !important;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    width: 120px !important;
}
.ow_ulist_big_avatar {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px !important;
    position: relative;
    width: 120px !important;
}

.ow_ulist_big_avatar_shadow {
    display: block;
    height: 120px !important;
}

}
@media (max-width: 480px) and (min-width: 361px){
.ow_ulist_big_item {
    float: left;
    width: 50% !important;
}
}
@media (max-width: 768px) and (min-width: 481px){
.ow_ulist_big_item {
    float: left;
    width: 33% !important;
}
.ow_ulist_big_item_cont {
    height: 200px !important;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    width: 150px !important;
}
.ow_ulist_big_avatar {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px !important;
    position: relative;
    width: 150px !important;
}


}
@media (max-width:989px) and (min-width: 769px){
.ow_ulist_big_item_cont {
    height: 170px !important;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    width: 120px !important;
}
.ow_ulist_big_avatar {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px !important;
    position: relative;
    width: 120px !important;
}
.ow_ulist_big_avatar_shadow {
    display: block;
    height: 150px !important;
}
}
.ow_open_match_section {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    background: url(images/plus.png) no-repeat 0px 50%;
    margin-bottom: 22px;
    cursor: pointer;
    text-align: left;
    position: relative;
    height: 18px;
    margin-left: 12px;
}

.ow_open_match_section.ow_close_match_section {
    background: url(images/minus.png) no-repeat 0px 50%;
}

.ow_open_match_section:hover {
    color: #636363;
}

.ow_open_match_section span {
    position: absolute;
    top: 0;
    left: 19px;
    padding-right: 8px;
    background-color: #fff;
    line-height: 18px;
}

.ow_open_match_section div {
    display: inline-block;
    vertical-align: middle;
    height: 8px;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.ow_add_match_wrap {
    cursor: pointer;
}

.ow_user_list_item .ow_user_list_picture {
    margin: auto;
    float: none;
    width: 80px!important;
    height: 80px!important;
}

.ow_user_list_item .ow_user_list_data {
    text-align: center;
    box-sizing: border-box;
    border-radius: 0px!important;
    margin-top: 20px;
    margin-bottom: 5px;
    word-wrap: break-word;
    white-space: nowrap;
}

.ow_user_list_item .ow_user_list_data a {
    font-size: 15px;
}

.ow_chat .ow_count_bg {
    background-color: #ff9bb7;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
}

span.ow_count.totalUserOnlineCount {
    color: #fff!important;
    font-size: 13px;
}

.ow_mailbox_avatar .ow_avatar {
    background-image: none!Important;
}

.ow_mailbox_username .ow_mailbox_username_text {
    color: #03a9f4;
    font-weight: normal !important;
}

.ow_mailbox_subject_text, .ow_mailbox_convers_info .ow_mailbox_convers_preview {
    color: #03a9f4;
}

.ow_top_panel, .ow_chat_block .ow_bot_panel {
    background-color: #03a9f4;
/** OW_Control type:color, key:topbottomchatboxcolor, section:3.0. Chat, label: Bottom and top chat box background color  **/
}

.ow_chat_block {
    border: none!important;
}

span.ow_count_txt {
    color: #fff!important;
}

.ow_chat_block span.ow_count_txt {
    font-size: 15px;
    font-weight: normal;
}

.ow_chat_dialog .ow_author_block {
    background-color: #03a9f4;
/** OW_Control type:color, key:chatauthorblockbgcolor, section:3.0. Chat, label: chat dialog author blog background color  **/
}

.ow_chat_dialog .ow_author_block span.ow_chat_item_author {
    color: #fff!important;
}

span.ow_chat_in_item_author, span.ow_chat_in_item_text {
    color: #666 !important;
    font-weight: normal !important;
}

span#userFieldDisplayname {
    color: #fff !important;
}

span#dialogProfileDisplayName {
    color: #fff !important;
}

@media (max-width: 480px) {
    .ow_page_wrap {
        position: relative;
    }

    .ow_page_container {
        width: 100% !important;
        margin: 0px 0px 0px 0% !important;
    }

    .ow_page_container, .ow_footer {
        max-width: 767px;
    }

    .ow_site_panel_wrap {
        width: 100%;
    }

    .ow_sidebar, .ow_content_wrap {
        float: left;
        margin: 0px;
        width: 100%;
    }

    .ow_content {
        float: none;
    }

    .ow_right {
        float: none;
    }

    center > div > div > span {
        max-width: 95%;
    }

    .floatbox_body iframe {
        min-width: 100%!important;
    }

    .ow_video_player iframe {
        width: 100%!important;
    }

    .ow_content .ow_left, .ow_content .ow_right, .ow_content .ow_superwide, .ow_content .ow_supernarrow {
        float: none;
        width: 100% !important;
    }

    .ow_content > .ow_right {
        text-align: right;
        margin-bottom: 15px;
    }

    .ow_page {
        margin: 0px;
    }

    ul.ow_content_menu li {
        margin-top: 5px;
        border: none;
    }
    .ow_user_list_item .ow_user_list_data a {
    font-size: 11px !important;
}
.ow_user_list_data .ow_small {
    font-size: 11px;
}
.landing_avatar .ow_avatar {
    width: 17.5%!important;
}

    ul.ow_bl.ow_profile_action_toolbar.clearfix.ow_small.ow_left {
        float: left !important;
        width: auto !important;
    }

    ul.ow_bl a {
        font-size: 12px !important;
    }

    .forum_search_form, .forum_search_wrap {
        width: 95.8%;
        float: left!important;
    }

    .forum_search_input {
        padding: 5px !important;
        width: 95.9% !important;
    }

    .ow_forum_topic .ow_icon {
        display: none;
    }

    .ow_forum_topic .ow_posts {
        display: none;
    }

    .ow_forum_topic .ow_title {
        max-width: 60px !important;
    }

    body div.floatbox_container {
        max-width: 93% !important;
    }

    .ow_photo_list_item {
        width: 160px;
    }

    .ow_box .ow_box_menu, .ow_box_empty .ow_box_menu {
        text-align: right;
        position: absolute;
        right: 10px;
        margin-bottom: 0px;
        margin-top: -55px;
    }

    .ow_canvas .ow_newsfeed_avatar {
        width: 30px !important;
        height: 30px !important;
    }

    .ow_newsfeed_avatar .ow_avatar img {
        height: 30px !important;
        max-height: 30px !important;
        width: 30px!important;
        max-width: 30px!important;
    }

    .ow_newsfeed .ow_newsfeed_item:before {
        margin-left: 15px !important;
    }

    .ow_newsfeed_body {
        margin-left: 25px !important;
    }

    .ow_newsfeed_date {
        left: 35px !important;
    }

    .ow_mailbox_items_list .ow_console_list_wrapper {
        max-width: 99.9%;
    }

    div.ow_message_cont {
        width: 470px;
        margin-left: -235px;
    }

    #joinForm {
        margin-bottom: 10px;
    }

    .ow_photo_info {
        max-width: 460px;
        margin: 0px auto;
    }

    #mailbox-add-message-form .ow_submit_auto_click {
        display: block;
    }

    .ow_other_video_thumb.ow_left {
        float: left;
        width: 80px;
    }

    .ow_other_video_item_title {
        word-wrap: break-word;
        white-space: nowrap;
        width: 98%;
    }

    .ow_other_video_list_item.clearfix {
        max-width: 49%!important;
        margin-left: 1% !important;
    }

    .ow_page_container .ow_page {
        padding: 122px 0px 20px 0px;
    }

    h1 {
        font-size: 13px !important;
        line-height: 13px !important;
        text-align: center !important;
    }

    .ow_menu_fullpage {
        top: 112px !important;
    }

    .ow_main_menu li a {
        font-size: 16px!important;
        padding: 2px 2px 0px 14px!important;
    }

    .ow_user_list .ow_item_set3 {
        width: 48.5% !important;
        word-wrap: break-word;
        min-height: 180px;
    }

    body ul.ow_profile_action_toolbar li {
        width: 100%;
        margin-left: 0px!important;
        text-align: center;
    }

    .ow_context_action_block.ow_profile_toolbar_group .ow_context_action {
        width: 100%;
        text-align: center;
        margin-left: 0px!important;
    }

    .ow_context_action_block.ow_profile_toolbar_group {
        width: 100%;
        text-align: center;
        margin-left: 0px!important;
        margin-bottom: 2px;
        padding: 0px!important;
    }

    #openBulkOptionsBtn > div > div > div {
        max-width: 90%;
    }

    .ow_context_action_block.ow_profile_toolbar_group .ow_tooltip.ow_small.ow_tooltip_top_right {
        left: 0px;
        margin-top: -5px;
    }

    .ow_user_list .ow_alt1, .ow_user_list .ow_alt2 {
        background: transparent !important;
        border: none !important;
    }

    .ow_group_brief_info .details {
        padding-left: 20px;
        margin-top: -100px !important;
    }

    .ow_group_brief_info .image {
        background: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .ow_group_list .ow_ipc_picture img {
        margin-left: 5px !important;
    }

    .ow_group_list {
        margin-left: 0px !important;
    }

    .ow_group_list .ow_ipc_info {
        margin-left: 0px !important;
    }

    .ow_content_menu li a {
        text-align: center;
    }

    .ow_event_list {
        margin-left: 0px !important;
    }

    .ow_event_list .ow_ipc_picture {
        margin-left: 0px !important;
    }

    .ow_event_list .ow_ipc_picture img {
        margin-left: 5px !important;
    }

    .ow_event_list .ow_ipc_info {
        padding: 10px 10px 6px 100px !important;
    }

    .ow_event_list .ow_ipc_info {
        margin-left: 0px !important;
    }

    select {
        width: 100%;
    }

    .ow_blogs_list .ow_ipc_info {
        margin-left: 0px !important;
        padding: 6px 16px 6px 56px !important;
    }

    .ow_blogs_list .ow_ipc_info .ow_ipc_header {
        padding: 5px 5px 5px 50px !important;
    }

    .ow_blogs_list .ow_ipc_picture .ow_avatar img {
        margin-top: -2px !important;
        margin-left: 0px;
    }

    .ow_mailbox_convers_info_body {
        margin-left: 10px !important;
    }

    .ow_photoview_stage_wrap {
        float: none !important;
        clear: both !important;
        width: 100% !important;
    }

    .ow_photo_list.ow_photo_pint_mode .ow_photo_item_wrap {
        padding: 8px;
        width: 99%!important;
        position: static!important;
    }

    .ow_photo_list_wrap div.ow_photo_item_wrap {
        position: static!important;
        width: 100%!important;
        float: left!important;
        height: auto !important;
    }

    .ow_photo_list_wrap {
        position: relative;
        display: inline-block;
        overflow: hidden;
    }

    .ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info {
        position: relative!important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG > div.floatbox_container {
        min-width: 299px;
    }

    html body div.floatbox_empty.ow_photoview_overlay a.ow_ic_delete.close, html body div.ow_photoview_overlay_pint a.ow_ic_delete.close {
        padding-right: 20px;
        margin-top: -5px;
    }

    body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active.floatbox_canvas_sub > div.floatbox_container {
        width: 70% !important;
    }

    body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active.floatbox_canvas_sub > div.floatbox_container > div > div.floatbox_body > img {
        width: 100% !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_picture > div {
        margin-top: 18px !important;
        width: 50px !important;
        height: 50px !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_picture > div img {
        width: 50px !important;
        height: 50px !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_data {
        padding: 20px 6px 6px 0px!important;
        margin-left: 80px !important;
    }

    .ow_chat_dialog_wrap .ow_mailchat_new_message.ow_chat_dialog {
        margin-left: 50% !important;
    }

    a.index_join_button {
        margin: 123px 20%!important;
    }

    body .ow_mailbox_left .ow_mailbox_left_body {
        width: 100% !important;
        position: static;
    }

    body .ow_mailbox_table {
        margin-bottom: 22px;
    }

    body .ow_mailbox_left , body .ow_mailbox_right {
        width: 100%;
        float: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #openBulkOptionsBtn > div > div > div > span {
        width: 20px;
        height: 25px;
        margin-top: 0px;
    }

    span.ow_button {
        width: 100%;
        text-align: center;
        margin-top: 2px;
    }

    .ow_mailbox_left_body .jspContainer {
        height: 270px !important;
    }

    .ow_moderation_sticky {
        width: 99% !important;
        float: none;
        margin-left: 0px !important;
        position: relative !important;
    }

    .ow_moderation_sticked {
        top: 0px !important;
    }

    .ow_moderation_wrap {
        margin-left: 0px !important;
    }

    .ow_moderation_content_wrap .ow_user_list_picture .ow_avatar {
        max-width: 30px;
        max-height: 30px;
    }

    .ow_moderation_content_wrap .ow_user_list_picture .ow_avatar img {
        max-width: 30px !important;
        max-height: 30px;
    }

    .ow_moderation_content_wrap {
        padding-left: 0px !important;
    }

    .ow_moderation_content_wrap input[type="checkbox"] {
        margin-left: 0px !important;
        margin-top: 15px !important;
        width: 13px !important;
        float: left !important;
    }

    .ow_moderation_content_wrap .ow_user_list_picture {
        margin-left: -10px;
        max-width: 30px;
    }

    .ow_moderation_content_wrap .ow_user_list_data {
        margin-left: 50px !important;
        max-width: 180px;
    }

    .ow_searchbar input[type="text"] {
        width: 100% !important;
        margin-bottom: 5px;
    }

    div#photo-list-search {
        margin-top: 5px;
    }

    .embaded_avatar img {
        height: 32px;
        width: 32px;
        border-radius: 50%;
    }

    a.ow_logo_wrap {
        height: 62px !important;
        width: 100% !important;
        background-size: 30% !important;
        background-position: center;
    }

    .ow_site_panel {
        height: 50px !important;
        width: 100% !important;
        top: 62px !important;
    }

    .ow_console {
        margin-top: 8px !important;
        margin-right: 0px !important;
    }

    body > div.ow_page_wrap > div.ow_page_padding > div.ow_site_panel > div.ow_console.clearfix > div > div {
        float: none !important;
        text-align: center !important;
    }

    .console_tooltip.ow_tooltip_top_right.ow_tooltip {
        position: fixed;
        left: 0px;
        top: 112px !important;
        right: 0px;
    }

    .console_tooltip.ow_tooltip_top_right .ow_tooltip_tail {
        display: none;
    }

    .ow_console_dropdown_pressed::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 30px;
        width: 1em;
        height: 1em;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "arrow_drop_up";
        color: #fff;
        position: absolute;
        top: 20px;
        margin-left: 0px;
        display: inline-block;
    }

    .ow_console_dropdown_hover:hover::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 30px;
        width: 1em;
        height: 1em;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "arrow_drop_up";
        color: #fff;
        position: absolute;
        top: 20px;
        margin-left: 0px;
        display: inline-block;
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0px !important;
    }

    body .ow_console .ow_tooltip_top_right {
        padding-top: 0;
    }

    .ow_console_dropdown_click .console_tooltip.ow_tooltip_top_right.ow_tooltip {
        left: -1px;
        padding-top: 0;
    }

    .ow_console .ow_console_dropdown_click .ow_tooltip .ow_tooltip_body {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    html div.ow_console_list_wrapper {
        width: 100%;
    }

    .ow_content_menu li {
        float: none!Important;
        padding-left: 0px;
        border-left: 0px;
        border-radius: 0px!important;
        margin-bottom: 1px;
        transform: none;
        margin-left: 0px;
        margin-right: 0px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
    }

    body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active.floatbox_canvas_sub > div.floatbox_container {
        width: 70% !important;
    }

    body > div.floatbox_canvas.floatbox_empty.floatbox_canvas_active.floatbox_canvas_sub > div.floatbox_container > div > div.floatbox_body > img {
        width: 100% !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_picture > div {
        margin-top: 18px !important;
        width: 50px !important;
        height: 50px !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_picture > div img {
        width: 50px !important;
        height: 50px !important;
    }

    body > div.floatbox_canvas.floatbox_empty.ow_photoview_overlay.floatbox_overlayBG.floatbox_canvas_active > div.floatbox_container > div > div.floatbox_body > div > div.ow_photoview_info_wrap.sticked > div.ow_photoview_info > div > div > div.jspPane > div.ow_photoview_user.ow_smallmargin.clearfix > div.ow_user_list_data {
        padding: 20px 6px 6px 0px!important;
        margin-left: 80px !important;
    }

} 


/******* newly added*************/

body.base_user_join .ow_box_cap, body.base_user_join .ow_box_cap_empty {
    text-align: center;
}

select[name=accountType] {
    width: 100%;
}

.base_user_join.ow span.ow_button {
    width: 100% !important;
}

#joinForm > div > div {
    float: none !important;
}

span.ow_button.ow_ic_submit {
    float: none;
    width: 100%;
    text-align: center;
}

input[name=joinSubmit] {
    width: 100%;
    float: none;
}

.ow_sign_in_wrap input[type="checkbox"], .ow_sign_in_wrap input[type="radio"] {
    display: none;
}

.ow_sign_in_wrap input[type="checkbox"]:checked+label:before {
    color: #454545;
    float: left;
    font-size: 17px;
    margin-left: 1px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "radio_button_checked";
}

.ow_sign_in_wrap input[type="checkbox"]+label:before {
    float: left;
    font-size: 17px;
    margin-left: 1px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "radio_button_unchecked";
}

.ow_sign_in_wrap input[type="checkbox"]+label:before, input[type="radio"]+label:before {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 4px;
    color: #888888;
}

.ow_right.place_section.ow_column {
    float: left;
}

.ow_left.place_section.ow_column {
    float: right;
}

.ow_box_empty.ow_breadcrumb.ow_stdmargin.clearfix.ow_no_cap.ow_break_word {
    background: #fff;
}

.dashboard-BASE_CMP_QuickLinksWidget.ow_break_word td.ow_label {
    font-size: 14px;
}

div.ow_profile_gallery_action_toolbar.ow_profile_action_toolbar_wrap.clearfix.ow_stdmargin > ul > li:nth-child(2) > div > div > a {
    background-color: #03a9f4;
    color: #444;
    font-weight: bold;
}

li.ow_newsfeed_item.ow_nocontent.newsfeed_nocontent:before {
    display: none !important;
}

html body div.floatbox_empty.ow_photoview_overlay a.ow_ic_delete.close, html body div.ow_photoview_overlay_pint a.ow_ic_delete.close {
    background-image: none !important;
}

.ytp-large-play-button-bg {
    fill: #03a9f4 !important;
}

.html5-video-player {
    background-color: rgba(3, 169, 244, 0.99) !important;
}

span.ow_signin_label.ow_signin_delimiter {
    text-align: center;
    font-size: 16px!important;
    font-family: sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.4);
    line-height: 30px;
    min-height: 30px;
    padding-top: 0px;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -5px;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
span.ow_signin_label.ow_signin_delimiter:hover , .ow_console_button:hover{
background: rgba(0,0,0,0.1);
}
span.ow_ico_signin.ow_ico_signin_f:hover:after{
background-color: #3b5998;
-webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
span.ow_ico_signin.ow_ico_signin_vk:hover:after {
background-color: #5783b8;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
span.ow_ico_signin.ow_ico_signin_g:hover:after {
background-color: #dd4b39;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.ow_console_button {
    text-align: center;
    font-size: 16px!important;
    font-family: sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.4);
    line-height: 30px;
    min-height: 30px;
    padding-top: 0px;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -5px;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ow_console_button a {
    color: rgb(255, 255, 255) !important;
    text-shadow: none !important;
    font-size: 16px!important;
    font-family: sans-serif;
    font-weight: bold;
}

span.ow_ico_signin.ow_ico_signin_f:after {
    content: "\f09a";
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 20px;
    padding: 9px;
    line-height: 12px;
    background-color: rgba(255, 255, 255, 0.26);
    min-width: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ow_ico_signin_f {
    background-image: none !important;
    min-width: 15px;
}

span.ow_ico_signin.ow_ico_signin_vk:after {
    content: "\f189";
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 20px;
    padding: 4px;
    line-height: 12px;
    background-color: rgba(255, 255, 255, 0.26);
    min-width: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ow_ico_signin_vk {
    background-image: none !important;
}

span.ow_ico_signin.ow_ico_signin_g:after {
    content: "\f0d5";
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 20px;
    padding: 3px;
    line-height: 12px;
    background-color: rgba(255, 255, 255, 0.26);
    min-width: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ow_ico_signin_g {
    background-image: none !important;
}

@media (min-width: 980px) {
    div.ow_left.ow_supernarrow > div.userList > div.ow_box.ow_std_margin.clearfix.ow_break_word > div.clearfix > div {
        position: relative !important;
        margin-top: 0px;
    }

}

@media (min-width: 1024px) {

    .ow_btn_delimiter.ow_right {
        position: absolute;
        right: 0px;
    }

    #mCSB_2_container > div > div.ow_right {
        right: 0px;
    }

    .ow_mailbox_table {
        margin-top: 25px !important;
    }
}

.base_user_join .ow_page h1 {
    text-align: center !important;
}

/** Sprintally Solutions Landing page**/

.b-header {
    background: url(images/highway.jpg);
    /** OW_Control type:image, key:Landingcover, section: 0. Landing Settings, label: Landing Top Background image **/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.b-header__logo {
    background-image: url('svg/mlogo.svg');
/** OW_Control type:image, key:Landinglogo, section: 0. Landing Settings, label: Landing logo image **/
    background-repeat: no-repeat;
    height: 62px;
    display: block;
    width: 162px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -ms-background-size: 100%;
    background-position: center;
}

.btn-getapp_white {
    background: url(images/getapp-ghostbuttons-white.png) no-repeat;
}

.btn-getapp_black {
    background: url(images/getapp-ghostbuttons-black.png) no-repeat;
}

.b-afterheader {
    background: #03a9f4;
/** OW_Control type:color, key:landingheaderafterbarbgColor, section: 0. Landing Settings, label: - Landing page header after bar background color **/
    color: #fff;
    padding: 60px 0 50px;
    text-align: center;
}

.btn-primary {
    background-color: #03a9f4;
/** OW_Control type:color, key:landingbtnrgeisterbgColor, section: 0. Landing Settings, label: - Landing page register button bg color **/
    border-color: #03a9f4;
/** OW_Control type:color, key:landingbtnrgeisterborderColor, section: 0. Landing Settings, label: - Landing page register button border color **/
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #03a9f4;
/** OW_Control type:color, key:landingbtnrgeisterhoverbgColor, section: 0. Landing Settings, label: - Landing page register button mouseover bg color **/
 border-color: #03a9f4;
/** OW_Control type:color, key:landingbtnrgeisterborderhoverColor, section: 0. Landing Settings, label: - Landing page register button border mouse over color **/
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 0.25);
/** OW_Control type:color, key:landingbtncontactusbgColor, section: 0. Landing Settings, label: - Landing page contactus button bg color **/
border: rgba(255, 255, 255, 0.05);
/** OW_Control type:color, key:landingbtncontactusborderColor, section: 0. Landing Settings, label: - Landing page contactus button border color **/
color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-primary {
 background-color: rgba(255, 255, 255, 0.35);
/** OW_Control type:color, key:landingbtncontactushoverbgColor, section: 0. Landing Settings, label: - Landing page contactus button mouseover bg color **/
color: #fff;
}

#pjaxcontainer > div.b-features > div > div > div:nth-child(1) > div > div {
    background-image: url(svg/i5.png);
    /** OW_Control type:image, key:Landingicon1, section: 0. Landing Settings, label: Landing page search profile image **/
    height: 160px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-position: center center;
}

#pjaxcontainer > div.b-features > div > div > div:nth-child(2) > div > div {
    background-image: url(svg/starttalk.png);
    /** OW_Control type:image, key:Landingicon2, section: 0. Landing Settings, label: Landing page Start Conversion image **/
    height: 160px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-position: center center;
}

#pjaxcontainer > div.b-features > div > div > div:nth-child(3) > div > div {
    background-image: url(svg/i10.png);
    /** OW_Control type:image, key:Landingicon3, section: 0. Landing Settings, label: Landing page Get match Soon image **/
    height: 160px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-position: center center;
}

#pjaxcontainer > div.b-mobile > div > div > div.col-sm-4 > div {
    background-image: url(svg/mobile.2.png);
    /** OW_Control type:image, key:Landingmobileimg, section: 0. Landing Settings, label: Landing page bottom mobile image **/
    height: 347px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-position: center center;
}

body.base_sign_in .ow_footer {
    width: 100% !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-top: 0px;
    background-color: #fff;
}

.landing_avatar .ow_box_cap {
    display: none;
}

.landing_avatar .ow_box_menu {
    display: none;
}

.landing_avatar .ow_box {
    background: transparent;
    border: none !important;
}

.landing_avatar .ow_box_toolbar_cont.clearfix {
    display: none !important;
}

.landing_avatar {
    width: 100%;
}

.landing_avatar .ow_avatar {
    position: relative;
    display: inline-block;
    padding: 0px !important;
    width: 9.4%;
    height: 100% !important;
}

.landing_avatar .ow_avatar img {
    vertical-align: bottom;
    width: 100% !important;
    height: auto !important;
    border-width: 5px;
    border-style:solid;
    border-color:#03a9f4;
    /** OW_Control type:color, key:landinguseravatarborderColor, section: 0. Landing Settings, label: - Landing page useravatar border color **/
}

.b-mobile {
    background-color: #f55280;
/** OW_Control type:color, key:landingbottommobilebgColor, section: 0. Landing Settings, label: - Landing page mobile area background color **/
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 12px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75);
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    height: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(230, 230, 230, 0.75);
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75);
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 5px;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    background-color: #cccccc;
    filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40);
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
    background-position: 0 -20px;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.5);
    filter: alpha(opacity=85);
    -ms-filter: alpha(opacity=85);
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.6);
    filter: alpha(opacity=90);
    -ms-filter: alpha(opacity=90);
}

.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40);
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75);
}

.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter: alpha(opacity=90);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: rgba(255,255,255,.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: rgba(255,255,255,.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: rgba(255,255,255,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: rgba(255,255,255,.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255,255,255,.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255,255,255,.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: alpha(opacity=30);
    -ms-filter: alpha(opacity=30);
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    background-repeat: repeat-x;
    margin: 6px 0;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(toright,rgba(255,255,255,.5) 0 100%;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(tobottom,rgba(255,255,255,.5) 0 100%;
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: rgba(0,0,0,.2);
    box-shadow: inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2);
    margin: 4px 0;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.1);
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255,255,255,.4);
    width: 12px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
    height: 12px;
    width: auto;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0,0,0,.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777;
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.2);
    filter: alpha(opacity=20);
    -ms-filter: alpha(opacity=20);
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.5);
    filter: alpha(opacity=50);
    -ms-filter: alpha(opacity=50);
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.2);
    filter: alpha(opacity=20);
    -ms-filter: alpha(opacity=20);
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.5);
    filter: alpha(opacity=50);
    -ms-filter: alpha(opacity=50);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: rgba(0,0,0,.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: rgba(0,0,0,.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3px 5px;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px 3px;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: rgba(255,255,255,.2);
    border-style: solid;
    border-width: 1px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: rgba(0,0,0,.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255,255,255,.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.75);
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container,.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden,.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight,.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.9);
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: alpha(opacity=30);
    -ms-filter: alpha(opacity=30);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp,.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp,.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown,.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown,.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft,.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft,.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight,.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight,.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.1);
}