﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

:root {
    --primary: #0866ff /*00AEEF*/;   
}

/* Client A */
html[data-client="Eventpedia"] {
    --primary: #0866ff ;    
}

/* Client B */
html[data-client="Conexsys"] {
    --primary: #1E40CA;    
}



body { background: #EEE; /*min-width:1035px; removed this to adjust width of Modal dialog box and it's content*/ }
body.demo-single {}
    .holds-the-iframe {
        background: url(../Images/loader.gif) center center no-repeat;
        background-size: 85% auto;
        border-radius: 30px;
    }
.centered-head {
    box-shadow: none;
    background: var(--primary) !important;
    border-bottom: 0px solid #fff
    /*
background: -moz-linear-gradient(top, #3eaae1 0%, #4294d3 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3eaae1), color-stop(100%, #4294d3)); 
background: -webkit-linear-gradient(top, #3eaae1 0%, #4294d3 100%); 
background: -o-linear-gradient(top, #3eaae1 0%, #4294d3 100%);
background: -ms-linear-gradient(top, #3eaae1 0%, #4294d3 100%); 
background: linear-gradient(top, #3eaae1 0%, #4294d3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eaae1', endColorstr='#4294d3', GradientType=0 );  */
}
#contArea .title-grid { background:#ffffff; border:none; border-bottom: 1px solid #bf2d1a; box-shadow: none; font: 18px 'Poppins', sans-serif; color: #bf2d1a; display: block; padding: 4px 5px 4px 10px; text-decoration: none; height: 30px; line-height: 30px; position: relative; /* font-weight: 600; */ }
.subTitle { font: 17px "Cuprum", Helvetica, Arial, sans-serif; color: #F96808; display: block; margin-bottom: 12px }
.content-gird.design01 { /* background:url("../Images/menu-bg.jpg") repeat scroll 0 0 #F5F5F5; */ border: 1px solid #ddd; padding: 10px; margin-bottom: 15px; border-radius: 3px; background: #f5f5f5; }
ul#main-menu li a { display: flex; align-items:center; overflow: hidden; /*width:205px; height:77px; */ color: #333333; margin: 0px; }
ul#main-menu li:hover a, ul#main-menu li.SelectedMenu a {
    display: block;
    display: flex !important;
    align-items: center;
    color: #333333;
    text-shadow: 0 2px 3px #fff;
    text-decoration: none;
}
.button-a { color: #f1f1f1; moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.30); -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.30); /* box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.30); */ /* border: 1px solid #404040; */ background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100.png) 50% 50% repeat-x; font-weight: normal; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: .4em 1em; font-size: 1.2em; }
.ui-state-default-menuList .upload { display: inline-block; border-radius: 4px; margin-left: 5px; padding: 6px; border: none; color: #fff; text-align: center; background: rgb(125,126,125); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125,126,125,1)), color-stop(100%, rgba(14,14,14,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0 ); /* IE6-8 */
}
.ui-state-default-menuList .upload:hover { color: Black; background: rgb(163,163,163); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzYTNhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDU0NTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(163,163,163,1) 0%, rgba(84,84,84,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(163,163,163,1)), color-stop(100%, rgba(84,84,84,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(163,163,163,1) 0%, rgba(84,84,84,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(163,163,163,1) 0%, rgba(84,84,84,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(163,163,163,1) 0%, rgba(84,84,84,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(163,163,163,1) 0%, rgba(84,84,84,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#545454', GradientType=0 ); /* IE6-8 */
}
.innerUploadCont ul li .imgBorder .eventImg { max-width: 100% }
.innerUploadCont ul li .ui-button, #sortable li a.ui-button { padding: 6px 5px; -webkit-transition: background 1s; -moz-transition: background 1s; -o-transition: background 1s; -ms-transition: background 1s; transition: background 1s; color: #ffffff; z-index: 9999; /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */ /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; */ background-color: #66B0EA; background-image: -moz-linear-gradient(top, #379CF1, #087EE1); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#379CF1), to(#087EE1)); background-image: -webkit-linear-gradient(top, #379CF1, #087EE1); background-image: -o-linear-gradient(top, #379CF1, #087EE1); background-image: linear-gradient(to bottom, #379CF1, #087EE1); background-repeat: repeat-x; border-color: #379CF1 #379CF1 #379CF1; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#379CF1', endColorstr='#087EE1', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
box-shadow: none; border: none; }
div.wijmo-wijdialog { width: auto !important; /* box-shadow:0 0 5px #777; */ padding: 3px 3px 0; z-index: 999999 !important; }
.ui-dialog .ui-widget-header {
    background: #bf2d1a;
    border: none;
    box-shadow: none;
    border-radius: 4px 4px 0 0;
    font: 17px 'Poppins', sans-serif;
    color: #fff;
    display: block;
    padding: 1px 5px 1px 10px;
    text-decoration: none;
    height: 30px;
    /* line-height: 30px; */
    position: relative;
}
.iphoneSkin {
    background-image: url(../images/EventpediaImages/iPhone10Skin.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 485px;
    width: 256px;
    position: relative;
    z-index: 1;
}
.iphoneSkin .application { position: absolute; /* background-color: #f7f7f7; */ width: 323px; height: 661px; left: 18px; top: 16px; border-radius: 30px; overflow: hidden; }
.redBtn a { height: 45px; display: block; text-transform: uppercase; padding: 0 15px 0 0; overflow: hidden; font: normal 18px/45px "Cuprum", Helvetica, Arial, sans-serif; moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.30); /* -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.30); */ /* box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.30); */ font-weight: normal; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: all 500ms; -moz-transition: all 500ms; -o-transition: all 500ms; -ms-transition: all 500ms; transition: all 500ms; color: #ffffff; /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */ background-color: #e64a05; background-image: -moz-linear-gradient(top, #e64a05, #b83c04); /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e64a05), to(#b83c04)); */ /* background-image: -webkit-linear-gradient(top, #e64a05, #b83c04); */ background-image: -o-linear-gradient(top, #e64a05, #b83c04); /* background-image: linear-gradient(to bottom, #e64a05, #b83c04); */ background-repeat: repeat-x; border-width: 0px; border-style: solid; /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e64a05', endColorstr='#b83c04', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bluBtn a { height: 45px; display: block; text-transform: uppercase; padding: 0 15px 0 0; overflow: hidden; font: normal 18px/45px "Cuprum", Helvetica, Arial, sans-serif; moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.30); -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.30); box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.30); font-weight: normal; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: all 500ms; -moz-transition: all 500ms; -o-transition: all 500ms; -ms-transition: all 500ms; transition: all 500ms; color: #ffffff; /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */ background-color: #087EE1; background-image: -moz-linear-gradient(top, #379CF1, #087EE1); /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#379CF1), to(#087EE1)); */ /* background-image: -webkit-linear-gradient(top, #379CF1, #087EE1); */ background-image: -o-linear-gradient(top, #379CF1, #087EE1); /* background-image: linear-gradient(to bottom, #379CF1, #087EE1); */ /* background-repeat: repeat-x; */ border-width: 0px; border-style: solid; /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#379CF1', endColorstr='#087EE1', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.blackBtn a { height: 45px; display: block; text-transform: uppercase; padding: 0 15px 0 0; overflow: hidden; font: normal 18px/45px "Cuprum", Helvetica, Arial, sans-serif; moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.30); -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.30); box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.30); font-weight: normal; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: all 500ms; -moz-transition: all 500ms; -o-transition: all 500ms; -ms-transition: all 500ms; transition: all 500ms; color: #ffffff; /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */ background-color: #545454; background-image: -moz-linear-gradient(top, #545454, #111111); /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545454), to(#111111)); */ /* background-image: -webkit-linear-gradient(top, #545454, #111111); */ background-image: -o-linear-gradient(top, #545454, #111111); /* background-image: linear-gradient(to bottom, #545454, #111111); */ background-repeat: repeat-x; border-width: 0px; /* border-style:solid; */ /* border-color: #363738 #363738 #363738; */ /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#111111', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
ul.mainEventList li a { background-repeat: no-repeat; /* height:40px; */ border: none; /* padding:0px 5px; */ margin: 0px; /* line-height:40px !important; */ font-size: 13px; text-decoration: none; display: inline-block; text-align: center; padding: 10px 13px; }
ul.mainEventList li a.delete_up { padding: 10px 13px 10px 35px; background: #eee url(../Images/topmenu.png) -23px -299px no-repeat; color: #333; box-shadow: none; border-radius: 4px; }
ul.mainEventList li a.delete_up:hover { background: #ccc url(../Images/topmenu.png) -23px -299px no-repeat; /* color:#b60808; */ }
dbHeads li a { margin: 0px; padding: 0px; display: block; color: #9D9D9D; text-decoration: none; font-size: 14px; text-shadow: 0px 0px 0px #fff; height: 60px; background: rgb(89,89,89); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTNlM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(62,62,62,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(89,89,89,1)), color-stop(100%, rgba(62,62,62,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(62,62,62,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(62,62,62,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(62,62,62,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(89,89,89,1) 0%, rgba(62,62,62,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#3e3e3e', GradientType=0 ); /* IE6-8 */
text-align: center }
.dbHeads li a.current, .dbHeads li a:hover { color: #fff; background-image: url(../images/arrowB.png); background-position: bottom; background-repeat: no-repeat; background: rgb(106,191,234); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhYmZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTU5OWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(106,191,234,1) 0%, rgba(17,89,155,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106,191,234,1)), color-stop(100%, rgba(17,89,155,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(106,191,234,1) 0%, rgba(17,89,155,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(106,191,234,1) 0%, rgba(17,89,155,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(106,191,234,1) 0%, rgba(17,89,155,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(106,191,234,1) 0%, rgba(17,89,155,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6abfea', endColorstr='#11599b', GradientType=0 ); /* IE6-8 */
}
.controlWrapper .middleBox { box-shadow: 0 0 2px #ccc; min-height: 525px; }
.controlWrapper .control a {color: #2b39ef;}
.controlContent p.moreHelp a:hover, .box div.guideLink a:hover {
    text-decoration: underline;
}
.controlHeaderContentWrapper a:hover {
    text-decoration: none;
}

    .controlContent ul.myEventsList li a.button-a {
        background: #379cf1;
    }

    .controlWrapper .control .controlHeader .controlHeaderText h3, .controlHeaderText h3 {
        /*text-decoration: none !important;*/
        margin: 5px 0 5px;
        text-align: left;
        text-transform: capitalize;
        padding: 0px;
        display: block;
        font: normal 18px 'Poppins', sans-serif;
        color: #333;
        font-weight: 500;
    }
.controlHeader .controlHeaderContentWrapper a h3 {font-size:16px !important;}
.controlWrapper .control .controlHeader .controlHeaderText h2 {
    height: 60px;
    width: 60px;
    margin: 0 10px 0 0;
    background-size: 60px 60px !important;
    float: left;
}
.controlWrapper .control .controlHeader .controlHeaderText p {
    padding-left: 53px;
    margin: 0px 0 5px;
    text-align: left;
    font: italic normal 13px/18px "Cuprum", Helvetica, Arial, sans-serif;
    color: #999
}

.control.box ul li { list-style: none; display: block; line-height: 1.3; text-align: left; font: 14px 'Open sans', sans-serif; list-style-position: inside; padding: 0 0 8px 15px; border-bottom: 0px solid #cecece;  color: #666; margin-bottom: 8px; background: url(../Images/landing-sprite.png) 0 -271px no-repeat; }
.controlContent .resourceBtn span, .clearData .resourceBtn { font: normal normal 18px/40px 'Poppins', sans-serif; color: #fff; -webkit-transition: all 500ms; -moz-transition: all 500ms; -o-transition: all 500ms1s; -ms-transition: all 500ms; transition: all 500ms; }
.resOption div.class h5, .resOption div.class h5 a { font: 15px 'Poppins', sans-serif; /* text-decoration: underline !important; */ }
.buttons a { background: rgb(106,191,234); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhYmZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTU5OWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(106,191,234,1) 0%, rgba(17,89,155,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106,191,234,1)), color-stop(100%, rgba(17,89,155,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(106,191,234,1) 0%, rgba(17,89,155,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(106,191,234,1) 0%, rgba(17,89,155,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(106,191,234,1) 0%, rgba(17,89,155,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(106,191,234,1) 0%, rgba(17,89,155,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6abfea', endColorstr='#11599b', GradientType=0 ); /* IE6-8 */
color: #FFF; text-shadow: 0px 1px 2px #8B8B8B; padding: 12px 40px; border-radius: 4px; text-decoration: none; font-size: 16px; margin: 4px }
.TopMenu a, .TopMenu a:visited { background: #bf2d1a url(../Images/topmenu.png) 0 0 no-repeat; text-decoration: none !important; box-shadow:0 0 0px #000;  border: 2px solid #bf2d1a; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 20%; float: left; width: 21px; height: 21px; padding: 3px; margin-right: 10px; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; -ms-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }
    .TopMenu a:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        background-color: #bf2d1a;
    }

pMenu a:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); /* background-color:#d65304 */ }
#uploader .plupload_wrapper .plupload_filelist_footer .plupload_button { cursor: pointer; background-color: #7ab744; background-image: -moz-linear-gradient(top, #74c03b, #55981a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74c03b), to(#55981a)); background-image: -webkit-linear-gradient(top, #74c03b, #55981a); background-image: -o-linear-gradient(top, #74c03b, #55981a); background-image: linear-gradient(to bottom, #74c03b, #55981a); background-repeat: repeat-x; /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74c03b', endColorstr='#55981a', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
border: none; }
.spinner > div { width: 18px; height: 18px; background-color: #fff; margin: 0 2px; border-radius: 100%; display: inline-block; -webkit-animation: bouncedelay 1.4s infinite ease-in-out; animation: bouncedelay 1.4s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */ -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.landing #container-main { margin: 7px; border: 1px solid #ddd; background: #FFF; box-shadow:none; padding: 7px; border-radius: 15px; }
#container-main .landing .container-wrap { margin: 0 7px 10px; border: 1px solid #ddd; /* background:url("../Images/menu-bg.jpg") repeat scroll 0 0 #F5F5F5; */ background: #F5F5F5; box-shadow:none; padding: 10px; border-radius: 15px; }
.createEvent { border: 1px solid #ddd; margin: 0 7px 20px; /* background:url("../Images/menu-bg.jpg") repeat scroll 0 0 #FFF*/ box-shadow:none;
padding: 10px; border-radius: 15px; }
.eventName .eventImg { background: #fff; width: 80px;  margin-right: 15px; border-radius: 0 0 8px 8px; /* box-shadow:0 0 10px #333; */ padding: 0px 4px 4px; position: absolute;box-sizing:content-box; }
.eventName h4, .eventName h2 { color: #fff; font-size: 32px; font-family: 'Poppins', sans-serif; padding-left: 95px; font-weight: 500; line-height: 50px; display: block; /* text-shadow:0 1px 1px #444; */ float: left; /*width: 45%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis*/ }
#breadcrumb li div {
    color: #333 /*444*/;
    font: normal 12px calibri;
    text-decoration: none;
    background: #0866ff06; /*0866ff0f*/ /*ecdede47*/ /*ecdeded9*/
    position: relative;
    display: block;
    float: left; /*IE hack*/
}
    #breadcrumb li div:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 52px solid transparent; /* Go big on the size, and let overflow hide */
        border-bottom: 40px solid transparent;
        border-left: 18px solid #0866ff06; /*0866ff0f*/ /*ecdeded9*/
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2
    }
#breadcrumb li div:before { content: " "; display: block; width: 0; height: 0; border-top: 52px solid transparent; /* Go big on the size, and let overflow hide */ border-bottom: 44px solid transparent; border-left: 20px solid white; position: absolute; top: 50%; margin-top: -50px; margin-left: 0px; left: 100%; z-index: 1 }
.bigTitle { font: 22px/48px 'Poppins', sans-serif; color: #F96808; display: block; margin-bottom: 12px; height: 48px; margin: 0px 5px 0; padding-bottom:0px;  background:none; text-align: center; }
#leftSide { float: left; width: 180px; padding: 2px; border-radius: 0 8px 8px 0; margin-bottom: 8px; box-shadow: 0 0 0px #DDDDDD inset; position: relative; background: #fff; border: 2px solid #d7d8dc; border-left: none; transition: margin 500ms ease 0s; }
.slidetoggle { display: block; position: absolute; right: -16px; top: 0; z-index: 999; width: 15px; background: #fff; border-radius: 0 3px 3px 0; }
.wizButtons fieldset input.ui-state-default, fieldset .button-a, .ui-sortable .button-a { border: none; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; -ms-transition: all 1s; transition: all 1s; color: #ffffff; /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */ background-color: #379cf1;/*  background-image: -moz-linear-gradient(top, #379cf1, #087ee1); *//* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#379cf1), to(#087ee1)); */ /* background-image: -webkit-linear-gradient(top, #379cf1, #087ee1); */ /*background-image: -o-linear-gradient(top, #379cf1, #087ee1); background-image: linear-gradient(to bottom, #379cf1, #087ee1); background-repeat: repeat-x;*/ /* border-color: #348fea #348fea #348fea; */ /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#379cf1', endColorstr='#087ee1', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.wizButtons input.button-a {
    cursor: pointer;
    color: var(--primary); /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */ /* text-shadow: 0 -1px 0 rgba(0,0,0,0.25); */ /*background-color: #7ab744; background-image: -moz-linear-gradient(top,#74c03b,#55981a); background-image: -webkit-gradient(linear,0 0,0 100%,from(#74c03b),to(#55981a)); background-image: -webkit-linear-gradient(top,#74c03b,#55981a); background-image: -o-linear-gradient(top,#74c03b,#55981a); background-image: linear-gradient(to bottom,#74c03b,#55981a); background-repeat: repeat-x; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74c03b',endColorstr='#55981a',GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)*/
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #979797;
    text-shadow: none;
    transition: none;
}
    .wizButtons input.button-a:hover {
        color: #ffffff; /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */ /* text-shadow: 0 -1px 0 rgba(0,0,0,0.25); */ /*background-color: #7ab744; background-image: -moz-linear-gradient(top,#74c03b,#55981a); background-image: -webkit-gradient(linear,0 0,0 100%,from(#74c03b),to(#55981a)); background-image: -webkit-linear-gradient(top,#74c03b,#55981a); background-image: -o-linear-gradient(top,#74c03b,#55981a); background-image: linear-gradient(to bottom,#74c03b,#55981a); background-repeat: repeat-x; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74c03b',endColorstr='#55981a',GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)*/
        background-color: var(--primary);
        background-image: none;
        border: 1px solid var(--primary);
        text-shadow: none;
        transition: none;
    }

.blueBtn { padding: 0; height: 50px; width: 250px; display: block; margin: 0 auto; color: #fff !important; font: 18px/50px 'Poppins', sans-serif; }
.blueBtn span { height: 43px; width: 48px; background: url(../Images/landing-sprite.png) -526px -187px no-repeat; display: block; float: left; margin-right: 12px; border-right: 1px solid #ccc; }
#prevArea { width: 25%; position: absolute; top: -15px; right: -5px; }
    #prevArea .preview {
        background: url("../images/EventpediaImages/iPhone10Skin-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0px solid #CCCCCC;
        border-radius: 0 0 0 10px;
        box-shadow: none;
        min-height: 479px;
        padding: 10px 0;
        position: absolute;
        text-align: center;
        top: 25px;
        transition: width 1000ms ease 0s;
        width: 15px; /*z-index:11111111*/
    }
#prevArea .preview .application { height: 730px; left: 18px; position: absolute; top: 16px; transform: scale(0.62); -ms-transform: scale(0.62); -webkit-transform: scale(0.62); transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; -webkit-transform-origin: 0 0 0; width: 358px; border-radius: 32px; overflow: hidden; }
#prevArea .publish { background: url(../Images/publishBtn1.png) no-repeat 0 0; height: 50px; width: 221px; text-decoration: none; position: absolute; left: 20px; bottom: -32px; }
    #prevArea .width200 {
        width: 250px;
    }
.ui-widget-content .tableCont tr.wijmo-wijgrid-headerrow, .customTable tr.tableHead { /* border-bottom:1px solid #6a9d36; */ background: #e8f2ff !important; background: -moz-linear-gradient(top, #eaf1fa 0%, #c9d5e4 100%); /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf1fa ), color-stop(100%,#c9d5e4)); */ /* background: -webkit-linear-gradient(top,  #eaf1fa  0%,#c9d5e4 100%); */ background: -o-linear-gradient(top, #eaf1fa 0%, #c9d5e4 100%); background: -ms-linear-gradient(top, #eaf1fa 0%, #c9d5e4 100%); /* background: linear-gradient(to bottom,  #eaf1fa  0%,#c9d5e4 100%); */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1fa ', endColorstr='#c9d5e4', GradientType=0 );
}
.ui-widget-content .tableCont tr th div a.wijmo-wijgrid-headertext { padding: 0.3em 0.2em; font: lighter 17px "Cuprum", Helvetica, Arial, sans-serif; }
.wijmo-wijgrid .wijmo-wijpager ul li { background: #fff; border: 1px solid #2B3F5E; border-radius: 0px; }
.wizardContentBG .title-grid a { display: block; float: right; height: 24px; width: 24px; margin: 2px; padding: 1px; text-decoration: none; background: #bf2d1a url(../Images/topmenu.png) 0 0 no-repeat; /*border:2px solid #fff; box-shadow:0 0 2px #000; border-radius:6px; -webkit-transition: background-color 500ms ease-in-out; -moz-transition: background-color 500ms ease-in-out; -o-transition: background-color 500ms ease-in-out; -ms-transition: background-color 500ms ease-in-out; transition: background-color 500ms ease-in-out*/ }
.panelGrid { overflow: hidden; border-top: 1px solid #d7d8dc; padding-top: 15px; }
    .panelGrid ul li {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
        border-radius: 15px;
    }
        .panelGrid ul li .panel {
            width: 246px;
            position: relative;
            height: 164px;
            padding: 5px;
            display: block;
            border-radius: 10px;
            background: #fff;
            -webkit-transition: all 500ms;
            -moz-transition: all 500ms;
            transition: all 500ms;
            box-shadow: none;
            margin: 0px;

        }
            .panelGrid ul li .panel:hover {
                box-shadow: none;
            }
            .panelGrid ul li .panel img {
                float: none;
                margin: 0 auto;
                transition: all 1s;
            }
.panelGrid ul li .panel .imp { background: url(../Images/controlPanel/imp.png) 0 0 no-repeat; height: 20px; width: 80px; position: absolute; left: 0px; top: 0px; display: block; }
.panelGrid ul li .panel .impImg { background: url(../Images/controlPanel/No-longer-available.png) 0 0 no-repeat; display: block; height: 20px; left: -9px; position: absolute; top: -8px; width: 180px; display: block }
.panelGrid ul li .ribbon { background-color: #a00; overflow: hidden; white-space: nowrap; /* top left corner */ position: absolute; right: -32px; top: 2px; /* 45 deg ccw rotation */ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); /* shadow */ /* -webkit-box-shadow: 0 0 10px #888;
     -moz-box-shadow: 0 0 10px #888;
          box-shadow: 0 0 10px #888;*/ }
        
.panelGrid ul li .ribbon span { border: 1px solid #faa; color: #fff; display: block; font: 12px "Cuprum", Helvetica, Arial, sans-serif; margin: 1px 0; padding: 5px 30px; text-align: center; text-decoration: none; /* shadow */ text-shadow: 0 0 5px #444; letter-spacing: 2px; }
.panelGrid ul li .panel .head { /* font: 17px open sans-serif; */ color: #000000b5 !important; display: block; font-family: 'Open Sans', sans-serif !important; font-size: 18px; font-weight: 500; margin-top: 10px; margin-bottom: 10px; }
.panelGrid ul li .panel .desc { font: normal 13px arial; color: #222222b0; line-height: 17px; float:none; width: 138px; }
#dvthumbnail .filter ul.mainTab li a { float: left; cursor: pointer; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; -ms-transition: all 1s; transition: all 1s; color: #ffffff; /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */ background-color: #379cf1; background-image: -moz-linear-gradient(top, #379cf1, #087ee1); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#379cf1), to(#087ee1)); background-image: -webkit-linear-gradient(top, #379cf1, #087ee1); background-image: -o-linear-gradient(top, #379cf1, #087ee1); background-image: linear-gradient(to bottom, #379cf1, #087ee1); background-repeat: repeat-x; /* border-color: #348fea #348fea #348fea; */ /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#379cf1', endColorstr='#087ee1', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
display: block; font-size: 14px; padding: 4px 12px; /* border:1px solid #404040; */ /* border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; border-radius: 0 4px 4px 0; height: 22px; line-height: 22px; }
#srchBox { padding: 10px 10px; border: 0px solid #ccc; background: #f1f1f1; /* border-radius:5px; */ margin: 0px !important; overflow: hidden; }
#menuDashNav .box { background: rgba(0, 0, 0, 0) url(../images/EventpediaImages/iPhone10Skin.png) no-repeat scroll 0 0 / 100% auto; height: 532px !important; /* overflow: hidden;*/ padding: 88px 27px 105px 17px; width: 280px !important; position: relative; }
#menuDashNav .box aside { box-sizing: border-box; box-sizing: border-box; background: #cecece; margin: 0px 0 0; /*overflow:hidden*/ }
#menuDashNav .box aside .setting { /*overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        top: 40%;
        right: -165px;*/ /*background:#465B7A*/ overflow: hidden; box-sizing: border-box; position: absolute; top: 30%; right: -137px; }
#menuDashNav .box.MM aside .shape { overflow: hidden; box-sizing: border-box; position: absolute; top: 40%; left: -137px; -webkit-transition: all 500ms; /* Safari */ transition: all 500ms; }
#menuDashNav .box aside.menuList section #listLCM { background: #f4f4f4; position: static !important; /*absolute;  bottom: 30px; */ top: 14px; border-radius: 20px; right: 17px; width: 224px; height: 456px; }
#menuDashNav .box aside.menuList section #listLCM li .wrap { /*padding: 10px 8px;*/ padding: 4px 2px !important; overflow: hidden; background: #ffffff }
#menuDashNav .box.MM { margin: 0; width: 24%; height: auto; padding: 90px 16px 19px 17px; }
Nav .box aside#ML { width: 224px; /*  width: 223px; */ overflow: auto; max-height: 456px; /*  max-height: 452px; */ margin-top: -74px; border-radius: 20px; scroll-margin: 20px; }
#menuDashNav .box aside #Mbanner { overflow: hidden; margin:0px 0px 0px 0px; box-sizing: border-box; position: relative; border: 1px solid #bbb; border-radius: 20px 0 0 0; }
#menuDashNav .box aside #Mbanner img { width: 100%; vertical-align: middle; top: -12px; position: relative; }
#menuDashNav .box aside #Mbanner div.add { background: #fff; height: 64px; text-align: center; font: normal 20px/84px "Trebuchet MS", Arial, Helvetica, sans-serif; display: block; color: #ccc; cursor: pointer }
#menuDashNav .box aside#ML section ul#listMM li { margin: 3px; box-sizing: border-box; float: left; width: 47%; height: 72px; background: #fff; border: 1px solid #aaa; text-align: center; line-height: 115px; cursor: move; }
ul#listMM .menuWrap { overflow: hidden; display: block; height: 70px; position: relative; }
ul#listMM .menuWrap .name { height: 23px; width: 100%; position: absolute; background: rgba(0,0,0,0.4); color: #fff; font: bold 11px/28px "Trebuchet MS", Arial, Helvetica, sans-serif; text-shadow: 0 0 1px #222; bottom: 0; left: 0; text-align: center }
ul#circleMM .menuWrap { overflow: hidden; background: #f1f1f1; display: block; padding:2px 5px 2px 5px; position: relative; border: 1px solid #ddd; min-height: 80px; }
ul#circleMM .menuWrap img.icon { width: 24px; height: 24px; display: inline-block !important; margin: 20px auto 0px auto; background: #BF2D1A; border-radius: 100%; padding: 4px; }
ul#circleMM .menuWrap .name { color: #BF2D1A; font: bold 9px "Trebuchet MS", Arial, Helvetica, sans-serif; display: block; text-align: center; }
li.LCMChilds a span { color: #333333b5; font-size: 12px !important; padding-left: 9px; padding-top: 4px; }
.indent22 { float: left !important; width: 20% !important; }
/*26*/

/* .publishCont .application::before{
    background: #000;
    content: " ";
    padding: 15px 90px;
    border-radius: 0px 0 20px 20px;
 width: 200px; 
    margin: 0 auto;
 text-align: center;
 z-index: 1;
 position: absolute;
 left: 68px;
}*/
.publishCont .iphoneSkin .application iframe { border-radius: 30px }
#prevArea .application a.publish::before { }
h2.eventReporth2 { font-family: 'Poppins', sans-serif; font-size: 16px !important; font-weight: 400; }
/* 1st March UI Changes(for overriding base css) By Nilesh */
.skinWrapper { border: none; margin-top: -75px; border-radius: 20px; width: 248px; overflow: hidden; }
#menuDashNav .box aside.menuList section #listLCM li .name { font-size: 12px !important }
ul#circleMM .menuWrap { padding: 2px 0px!important; min-height: 82px !important; }
#menuDashNav .box aside#ML {
    margin-top: 0px !important; max-height: 497px;}
/*End 1st March UI Changes(for overriding base css) By Nilesh */
/* Attendee, Speaker list profile logo round */
div#gridPresenterList table#PresenterList tr td .wijmo-wijgrid-innercell img.imgListThumbnail { border-radius: 50% !important; border: 1px solid #f4f4f4 !important; }
div#gridRegistrationList table#RegistrationList tr td .wijmo-wijgrid-innercell img.imgListThumbnail { border-radius: 50% !important; border: 1px solid #f4f4f4 !important; }
/*Left menu panel slide in-out arrow*/
.slidetoggle a {
    background: url(../Images/EventpediaImages/left.png) center center no-repeat;
}
/*Events List page > "Manage" button */
.mainEventList .outerContainer .containerSix a {
    height: 16px; line-height: 16px !important;
}
.EventDate {
    line-height: normal;
}
.wijmo-wijdialog-captionbutton {
    vertical-align: middle;
}

/*  Review Unpublished flat btn----change by Nilesh */
.ylwBtn a {   
    border: none;
    box-shadow: none;
    background: #b18400;
}

/* Manage, delete btn Hover 20th March */
ul.mainEventList.list a.button-a:hover {
    background: #50abf7 !important;
    /* color: #b60808 !important;*/
    /* border: none !important; */
    /* font-weight: normal !important;*/
    /* text-shadow: none !important; */
}

.controlContent ul.myEventsList li a.button-a:hover {
    /* background:#76ac17; */
    background: #50abf7 !important;  
}

.blueBtn span {
    box-shadow: none;
    border-right: 1px solid #57aaf1 !important;
}
.blueBtn:hover span {
    border-right: 1px solid #91b5d4 !important;
    box-shadow: none !important;
}

/* End */
/* preview-publish skin gets overlap with breadcrumb */
#prevArea .width200 {
    z-index: 999;
}
#more {
    z-index: 9999999 !important
}
#pageTitle { /* session, speaker, attendee, gen info, custome page - changed page title color */
    color: #bf2d1aa3;
}
/*.landing #container-main {   height: 700px;}*/   /*Menu Landing page increased height of white background  */
.LandingPageMenu {
    height: 700px;
}
.outerContainer h3 {color: #379cf1 !important;}
.menuIcon {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    margin: 0px auto;
    float: none;
    border: 5px solid #fff;
    display: block;
}
.menuIcon img {
    margin: 7px auto !important;
}
.sub-req {   background: #cb6ce6;}
.eve-setup { background: #5ce1e6}
.data-impo { background: #ff914d}
.design-mngr {  background: #ff66c4}
.data-integ { background: #7ed957}
.loc-room {  background: #5271ff}
.type-setup {background: #8c52ff}
.quiz-rep {  background: #ff5757}

.menu-analytics {
    background: #cd3f23
}
.pre-pub {
    background: #ffde59
}
.auth {
    background: #ffbd59
}
.rating-rep {
    background: #c9e265
}
.adm-rep {
    background: #38b6ff
}
.eve-rep {
    background: #ffa7dd
}
.survey-cert {
    background: #45a5a8
}
.badge-print {
    background: #fa9494
}

/* remove link & underline from Publish-draft text  */
ul.mainEventList li a.likeLink {    text-decoration: none !important;    cursor: text;}

/*BadgePedia - Home,EventList, Dashboard small icons on top size issue*/
.BadgePediaSmallBtnFix a {
    width: 31px;
    height: 31px;
}
/*End*/

