.SumoSelect p { margin: 0; }
.SumoSelect { width: inherit; }
.SelectBox { padding: 2px 0px; font-size: 12px; color: #47A8E7; font-weight: 500; font-family: roboto; letter-spacing: 0.5px; background-image: url(../images/triangledown.png); background-position: 2px 7px; background-repeat: no-repeat; padding-left: 24px; }
.SelectBox:hover { color: #F61A77; background-image: url(../images/triangledown_hov.png); background-repeat: no-repeat; }
.sumoStopScroll { overflow: hidden; }
.prevnext_count { font-size: 11px; text-transform: none; padding-top: 3px; margin-right: 10px; font-family: roboto; display: inline-block; width: 10px; height: 20px; color: #9BD8FA; font-weight: 500; position: relative; left: 8px; top: -6px; text-align: centre;}
/* Filtering style */
.SumoSelect .hidden { display: none; }
.SumoSelect .search-txt { display: none; outline: none; }
.SumoSelect .no-match { display: none; padding: 6px; }
.SumoSelect.open .search-txt { display: inline-block; position: absolute; top: 0; left: 0; width: 100%; margin: 0; padding: 5px 8px; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; }
.SumoSelect.open > .search > span, .SumoSelect.open > .search > label { visibility: hidden; }
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SelectClass { z-index: 1; }
.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label { user-select: none; font-family: roboto; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.SumoSelect { display: inline-block; position: relative; border-style: solid; border-width: 0px 0px 0px 0px; border-color: lightgrey; /*margin-right: 10px; */ position: relative; left: 0px; top: -1px; }
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont { }
.SumoSelect > .CaptionCont { position: relative; border: 0px solid #D2D2D2; min-height: 14px; margin: 0; }
.SumoSelect > .CaptionCont > span { display: block; padding-right: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: default; text-align: left; color: #3BADF7; font-size: 13px; font-weight: 500; font-family: roboto; cursor: pointer; cursor:hand; }
.SumoSelect > .CaptionCont > span:hover { color: #F61A77; }
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder { font-size: 12px; }
.SumoSelect > .CaptionCont > span.placeholder:hover { background-repeat: no-repeat; }
.SumoSelect > .CaptionCont > label { position: absolute; top: 0; left: 90px; bottom: 0; width: 30px; }
.SumoSelect > .CaptionCont > label > i { background-position: center center; width: 16px; float: right; height: 16px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-repeat: no-repeat; opacity: 0.2; }
.SumoSelect > .optWrapper { display: none; z-index: 1; top: 30px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #FFF; border: 1px solid #EEEEEE; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.11); border-radius: 0px; overflow: hidden; }
.SumoSelect.open > .optWrapper { top: 25px; display: block; font-family: roboto; }
.SumoSelect.open > .optWrapper.up { top: auto; bottom: 100%; margin-bottom: 5px; }
.SumoSelect > .optWrapper ul { list-style: none; display: block; padding: 0; margin: 0; overflow: auto; /*+placement: ;*/ position: relative; left: 0; top: 0; }
.SumoSelect > .optWrapper > .options { border-radius: 0px; position: relative; /*Set the height of pop up here (only for desktop mode)*/ max-height: 250px; }
.SumoSelect > .optWrapper > .options li.group.disabled > label { opacity: 0.5; }
.SumoSelect > .optWrapper > .options li ul li.opt { padding-left: 22px; }
.SumoSelect > .optWrapper.multiple > .options li ul li.opt { padding-left: 50px; }
.SumoSelect > .optWrapper.isFloating > .options { max-height: 100%; }
.SumoSelect > .optWrapper > .options li.opt { padding: 4px 4px; position: relative; border-bottom: 1px solid #F5F5F5; }
.SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
.SumoSelect > .optWrapper > .options > li.opt:last-child { border-radius: 0 0 2px 2px; border-bottom: none; }
.SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }
.SumoSelect > .optWrapper > .options li.opt.sel { background-color: #A1C0E4; border-bottom: 1px solid #A1C0E4; }
.SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; cursor: pointer; font-family: Pt sans; color: #434242; }
.SumoSelect > .optWrapper > .options li span { display: none; }
.SumoSelect > .optWrapper > .options li.group > label { cursor: default; padding: 8px 6px; font-weight: bold; font-family:inherit;}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit; pointer-events: none; }
.SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px; cursor: pointer; }
.SumoSelect > .optWrapper.multiple > .options li.opt span, .SumoSelect .select-all > span { position: absolute; display: block; width: 30px; top: 0; bottom: 0; margin-left: -35px; }
.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i { position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; width: 14px; height: 14px; border: 1px solid #AEAEAE; border-radius: 0px; background-color: #FFF; }
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #DDD; background-color: #FFF; }
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 3px; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; color: #0A77BF; letter-spacing: 1px; font-weight: 900; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: rgba(254, 188, 216, 0.183); color: #F61A77; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 0px; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 0px 0; }
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
.SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i { background-color: #0A77BF; box-shadow: none; border-color: transparent; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC'); background-repeat: no-repeat; background-position: center center; }
/*disabled state*/
.SumoSelect.disabled { opacity: 0.7; cursor: not-allowed; }
.SumoSelect.disabled > .CaptionCont { border-color: #CCC; box-shadow: none; }
/**Select all button**/
.SumoSelect .select-all { border-radius: 3px 3px 0 0; position: relative; border-bottom: 1px solid #DDD; background-color: #FFF; padding: 8px 0 3px 35px; height: 20px; cursor: pointer; }
.SumoSelect .select-all > label, .SumoSelect .select-all > span i { cursor: pointer; }
.SumoSelect .select-all.partial > span i { background-color: #CCC; }
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }
.SumoSelectWide p { margin: 0; }
.SumoSelectWide { width: 400px; }

/* Filtering style */
.SumoSelectWide .hidden { display: none; }
.SumoSelectWide .search-txt { display: none; outline: none; }
.SumoSelectWide .no-match { display: none; padding: 6px; }
.SumoSelectWide.open .search-txt { display: inline-block; position: absolute; top: 0; left: 0; width: 100%; margin: 0; padding: 5px 8px; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; }
.SumoSelectWide.open > .search > span, .SumoSelectWide.open > .search > label { visibility: hidden; }
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
/*.SelectClass,.SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SelectClass{z-index: 1;}*/
.SumoSelectWide > .optWrapper > .options li.opt label, .SumoSelectWide > .CaptionCont, .SumoSelectWide .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.SumoSelectWide { display: inline-block; position: relative; outline: none; }
.SumoSelectWide:focus > .CaptionCont, .SumoSelectWide:hover > .CaptionCont, .SumoSelectWide.open > .CaptionCont { /*box-shadow: 0 0 2px #7799D0;*/ /*border-color: #7799D0;*/ }
.SumoSelectWide > .CaptionCont { position: relative; border: 1px solid #A4A4A4; min-height: 14px; background-color: #FFF; border-radius: 2px; margin: 0; }
.SumoSelectWide > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: default; }
/*placeholder style*/
.SumoSelectWide > .CaptionCont > span.placeholder { color: #CCC; font-style: italic; }
.SumoSelectWide > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px; }
.SumoSelectWide > .CaptionCont > label > i { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII='); background-position: center center; width: 16px; height: 16px; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-repeat: no-repeat; opacity: 0.8; }
.SumoSelectWide > .optWrapper { display: none; z-index: 1000; top: 30px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #FFF; border: 1px solid #DDD; /*box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);*/ border-radius: 3px; overflow: hidden; }
.SumoSelectWide.open > .optWrapper { top: 35px; display: block; }
.SumoSelectWide.open > .optWrapper.up { top: auto; bottom: 100%; margin-bottom: 5px; }
.SumoSelectWide > .optWrapper ul { list-style: none; display: block; padding: 0; margin: 0; overflow: auto; }
.SumoSelectWide > .optWrapper > .options { border-radius: 2px; position: relative; /*Set the height of pop up here (only for desktop mode)*/ max-height: 250px; /*height*/ }
.SumoSelectWide > .optWrapper > .options li.group.disabled > label { opacity: 0.5; }
.SumoSelectWide > .optWrapper > .options li ul li.opt { padding-left: 22px; }
.SumoSelectWide > .optWrapper.multiple > .options li ul li.opt { padding-left: 50px; }
.SumoSelectWide > .optWrapper.isFloating > .options { max-height: 100%; /*box-shadow: 0 0 100px #595959;*/ }
.SumoSelectWide > .optWrapper > .options li.opt { padding: 6px 6px; position: relative; border-bottom: 1px solid #F5F5F5; }
.SumoSelectWide > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
.SumoSelectWide > .optWrapper > .options > li.opt:last-child { border-radius: 0 0 2px 2px; border-bottom: none; }
.SumoSelectWide > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }
.SumoSelectWide > .optWrapper > .options li.opt.sel { background-color: #A1C0E4; border-bottom: 1px solid #A1C0E4; }
.SumoSelectWide > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; cursor: pointer; }
.SumoSelectWide > .optWrapper > .options li span { display: none; }
.SumoSelectWide > .optWrapper > .options li.group > label { cursor: default; padding: 8px 6px; font-weight: bold; }
/*Floating styles*/
.SumoSelectWide > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }
/*disabled state*/
.SumoSelectWide > .optWrapper > .options li.opt.disabled { background-color: inherit; pointer-events: none; }
.SumoSelectWide > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }
/*styling for multiple select*/
.SumoSelectWide > .optWrapper.multiple > .options li.opt { padding-left: 35px; cursor: pointer; }
.SumoSelectWide > .optWrapper.multiple > .options li.opt span, .SumoSelectWide .select-all > span { position: absolute; display: block; width: 30px; top: 0; bottom: 0; margin-left: -35px; }
.SumoSelectWide > .optWrapper.multiple > .options li.opt span i, .SumoSelectWide .select-all > span i { position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; width: 14px; height: 14px; border: 1px solid #AEAEAE; border-radius: 2px; /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);*/ background-color: #FFF; }
.SumoSelectWide > .optWrapper > .MultiControls { display: none; border-top: 1px solid #DDD; background-color: #FFF; /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);*/ border-radius: 0 0 3px 3px; }
.SumoSelectWide > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }
.SumoSelectWide > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
.SumoSelectWide > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
.SumoSelectWide > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
.SumoSelectWide > .optWrapper.multiple > .MultiControls > p:hover { background-color: #F1F1F1; }
.SumoSelectWide > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
.SumoSelectWide > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; }
/*styling for select on popup mode*/
.SumoSelectWide > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }
/*styling for only multiple select on popup mode*/
.SumoSelectWide > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
.SumoSelectWide > .optWrapper.multiple.isFloating { padding-bottom: 43px; }
.SumoSelectWide > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelectWide .select-all.selected > span i, .SumoSelectWide .select-all.partial > span i { background-color: #0A77BF; box-shadow: none; border-color: transparent; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC'); background-repeat: no-repeat; background-position: center center; }
/*disabled state*/
.SumoSelectWide.disabled { opacity: 0.7; cursor: not-allowed; }
.SumoSelectWide.disabled > .CaptionCont { border-color: #CCC; box-shadow: none; }
/**Select all button**/
.SumoSelectWide .select-all { border-radius: 3px 3px 0 0; position: relative; border-bottom: 1px solid #DDD; background-color: #FFF; padding: 8px 0 3px 35px; height: 20px; cursor: pointer; }
.SumoSelectWide .select-all > label, .SumoSelectWide .select-all > span i { cursor: pointer; }
.SumoSelectWide .select-all.partial > span i { background-color: #CCC; }
/*styling for optgroups*/
.SumoSelectWide > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }

/*widths for country monitor tab*/
.sumo_ctryfilter {width: 250px;}
.sumo_ctryfilter_new_content {width: 250px; height: 42px;}
.sumo_polfilter {width: 200px;}
.sumo_orgfilter {width: 250px;}
.sumo_docfilter {width: 200px;}
.sumo_mpfilter {width: 160px;}
.sumo_msfilter {width: 180px;}
.sumo_mrfilter {width: 155px;}
.sumo_mafilter {width: 192px;}
.sumo_masfilter {width: 120px;}
.sumo_mcfilter {width: 200px;}