@CHARSET "UTF-8";
.navbar{
  background-color: #FBFBFB;
  border-radius: none !important;
}

html { height: 100%; width: 100%; }
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'robotoregular';
  font-size: 100%;
  background-color: #FFFFFF;
  color: #4C5E6D;
  letter-spacing: 0.3px;
}
body.noaccess { background-color: #F9FCFE; }
p { font-size: 13px; line-height: 16px; margin: 0; }
.rte-text p { padding: 5px 0;}
a { font-family: 'robotoregular'; font-size: 11px; color: #00a5e0; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
h4.gold { color: #FFD700; }
.intentleft { text-indent: -10000px; }
.whitecolor { color: #FFFFFF !important; }

/* Helpers */
.clearfix:before,.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Common */
.float-right { float: right; }
.float-left { float: left; }
.inline-block { display: inline-block; }
.hidden { display: none; }
.word-wrap {word-wrap: break-word;}

/* Header */
header {
  display: block;
  width: 100%;
  max-height: 50px;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 140;
}
header .logo {
  display: inline-block;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  min-width: 60px;
  min-height: 49px;
  background-color: #FFFFFF;
  background-position: center;
  background-size: cover;
}
header nav { display: block; width: 100%; height: 50px; margin: 0; padding: 5px 20px 5px 190px; text-align: right; }
header nav .alerts { padding: 0 20px 0 0; border: 0; }
header nav .alerts a { font-size: 16px; color: #767e88; }

/* Navbar */
.navbar{
  min-height: 40px;
}
.navbar-custom {
  position: relative;
  background-color: #FFFFFF;
  border: 0 none;
  border-radius: 0;
  color: #767e89;
  margin: 0;
}
.navbar-custom .navbar-nav > li { float: none; }
.navbar-custom .navbar-nav > li > a { padding: 0; }
.navbar-custom .navbar-nav > li > a img { max-height: 40px; max-width: 40px; }
.navbar-custom .navbar-nav > li > a { padding: 0; line-height: normal; }
.navbar-custom .nav > li { display: table-cell; vertical-align: middle;  height: 40px;}
.navbar-custom .nav > li > a { display: inline-block; padding: 0px; }
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover { background-color: #FFFFFF; }
.navbar-custom .navbar-nav > li > .dropdown-menu { margin-top: 6px; right: -5px; border-top: none; background-color: #FFFFFF;  }
.navbar-custom .navbar-nav > li > .dropdown-menu li a {
    color: #000000;
    font-family: "robotoregular";
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    padding: 6px 15px;
}
.nav-open { display: none; }


section { display: block; width: 100%; min-height: 100%; position: relative; }
section .content { display: block; width: 100%; padding: 60px 20px 10px 190px; }
section .fullcontent {padding-left:30px !important; }
/* MainMenu */
.mainmenu {
  display: inline-block;
  position: absolute;
  width: 170px;
  min-height: 100%;
  z-index: 120;
  color: #FFFFFF;
  padding: 60px 0 0 0;
  background-color: #323232;
}
.m-logo {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 57px;
  height: 49px;
  padding: 0;
  margin: 1px;
  background-color: #FFFFFF;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}

.mainmenu nav {
  display: block;
  width: 100%;
  padding: 0 0 25px 0;
  font-family: 'robotoregular';
  font-size: 12px;
  color: #00bdc5;
}
.mainmenu nav .opengroup { display: block; }
.mainmenu nav .closedgroup { display: block; }

.mainmenu nav a {
  display: block;
  width: 100%;
  padding: 8px 0 8px 12px;
  font-family: 'robotoregular';
  font-size: 12px;
  color: #edf1f5;
  text-decoration: none;
  cursor: pointer;
  border-left: 3px solid transparent;
}
.mainmenu nav a span.text {
  display: inline;
  white-space:nowrap;
  overflow:hidden;
  padding: 0 10px;
}
.mainmenu nav a:hover,
.mainmenu nav a.active { border-left: 3px solid #FA241A; background-color: #000000; color: #FFFFFF; text-decoration: none; }
.mainmenu nav .separator {
  display: block;
  width: 100%;
  padding: 8px 0 8px 12px;
  position: relative;
  font-family: 'robotoregular';
  font-size: 11px;
  color: #00bdc5;
  text-transform: uppercase;
}
.mainmenu nav .separator .arrow {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 25px;
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
}
.mainmenu nav .arrow-down .arrow { background-image: url('../images/arrow_dropdown-blue.png'); }
.mainmenu nav .arrow-up { background-color: #005664; color: #FFFFFF; }
.mainmenu nav .arrow-up .arrow { background-image: url('../images/arrow_dropup-blue.png'); }
.mainmenu nav .list { display: none; width: 100%; }

/* DashBoard */
.welcome { padding: 40px 0 60px; }
.welcome span { font-size: 28px; line-height: 36px; }


/* Before Sign-In */
.authentication { display: block; width: 100%; margin: 10% 0 0 0; }
.authentication .auth-tb {
  display: block;
  width: 100%;
  padding: 5% 10%;
  text-align: center;
  border: 1px solid #DEDEDE;
  background-color: #FFFFFF;
}
.authentication .heading {
  display: block;
  width: 100%;
  font-family: 'robotoregular';
  font-size: 16px;
  color: #001123;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}
.authentication .btn { width: 100% !important; text-transform: uppercase;   }
.authentication p { padding: 10px 0; font-size: 11px;}
.authentication .instruction { display: block; padding: 12%; }
.authentication .instruction .action { padding: 20px 0; }
.authentication .email {
  display: block;
  width: 100%;
  margin: 20px 0;
  height: 47px;
  background-image: url('../images/mail.png');
  background-repeat: no-repeat;
  background-position: top center;
}
.signin { display: block; padding: 15px 0 0; }
.signbtn { padding: 15px 0; }
.signin .forgotlink { padding: 0 0 20px; text-align: center;  }
.signin .signuplink { font-size: 13px; text-align: center; padding: 0; }
.signin .signuplink a { font-size: 13px; }
.forgotpassword { display: block; padding: 30px 0 0; }
.section-pad { padding: 60px 0 0 0; }

/* div Table */
.tb { display: table; width: 100%; }
.tb .tb-head-group { display: table-header-group; }
.tb .tb-row-group { display: table-row-group; }
.tb .tb-row-group .tb-row, .tb .tb-head-group .tb-row { display: table-row; }
.tb .tb-head-group .tb-row { background-color: #323232; font-size: 13px; font-weight: bold; color: #FFFFFF;  }
.tb .tb-row .tb-cell { display: table-cell; vertical-align: top; padding: 6px 8px; }
.tb .tb-row .tb-label { font-size: 12px; font-weight: bold; }
.tb .tb-row .tb-title { font-size: 22px; }
.tb .tb-row .tb-category { font-size: 13px; color: #4c5e6d; }
.tb .tb-row .tb-width { max-width: 200px; width: 200px; }
.tb .tb-row .tb-cell-width { max-width: 200px; min-width: 120px; width: 33%; }
.tb .tb-row .tb-cell-middle { vertical-align: middle; }
.tb .tb-row .tb-cell label { font-size: 14px !important; }
.tb .tb-row .tb-cell-width-25 { width: 25%; padding: 10px 15px !important; }
.tb-colored .tb-row-group .tb-row { background-color: #FFFFFF; }
.tb-colored .tb-row-group .tb-row:nth-of-type(2n+1) { background-color: #f3f3f3; }

/* Page Heading */
.pageheader {
  position: relative;
  padding: 30px 0 10px;
  font-size: 18px;
  line-height: 23px;
  color: #001123;
  text-align: left;
}
.pageheader .actions { display: inline-block; position: absolute; right: 0px; top: 5px; }

/* Dataform */
.dataform,
.datalist { display: block; width: 100%; position: relative; padding: 10px 0 0 0; }
.dataform .frmlist { display: block; width: 100%; padding: 10px 0; margin: 0 0 10px 0; border-bottom: 1px solid #DDDDDD; }
.datalist .basefilters { display: inline-block; width: 100%;/* position: absolute;*/ left: 0; top: 10px; }
.datalist .basefilters .inst { font-size: 16px; line-height: 18px; color: #00a5e0; }

/* Forms */
.form { display: block; text-align: left; }
.form-320 { max-width: 320px; }
.form .actions { display: block; padding: 10px 0; }
textarea { display: block; padding: 4px 9px; resize: none; width: 100%; }

.textarea-big { display: block; min-height: 155px; }

.error { display: block; }
.error p {
  display: block;
  width: 100%;
  padding: 3px 0 !important;
  color: #FD3841;
  font-family: 'robotoregular';
  font-size: 13px;
}

/* form Sub Heads */
.form-sub-head { display: block; width: 100%; position: relative; }
.form-sub-head fieldset {
  display: block;
  border: 0;
  border-top: 1px solid #E0E0E0;
}
.form-sub-head fieldset legend {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 5px 20px 5px 0;
  color: #095c6c;
  font-family: 'robotoregular';
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  text-transform: none;
  margin: 0;
  border: 0;
  font-weight: bold;
}
.form-subsub-head {
  color: #095c6c;
    display: block;
    font-family: "robotoregular";
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 10px 0;
    text-transform: none;
}

/* Bootstrap Modal Styling */
.modal-content .modal-header{
  padding: 10px;
}
.modal-content .modal-header .modal-title{
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.modal-content .modal-footer{
  padding: 7px;
}
/* Bootstrap Modal Styling */

/* Jquery UI Overwrite */
.alert { padding: 0; }
.alert .ui-dialog-title {
    font-size: 14px !important;
    font-weight: normal;
    font-family: "robotoregular";
    font-size: 16px;
    line-height: 20px;
}
/*.ui-widget.ui-widget-content { z-index: 2000 !important ;}
.ui-front { z-index: 1990 !important ;}*/
/* Resource Not Found */
.resourcenotfound {
    display: table;
    font-family: "robotoregular";
    font-size: 16px;
    line-height: 20px;
    min-height: 400px;
    padding: 50px 20px;
    text-align: center;
    width: 100%;
}
.resourcenotfound .cell { display: table-cell; vertical-align: middle; }
.resourcenotfound .cell .head {
    font-family: 'robotoregular';
    font-size: 26px;
    line-height: 32px;
    padding: 20px 0 20px;
}
.resourcenotfound p { padding: 20px 0; }
.resourcenotfound .action { padding: 20px 0; }


/* Images Editor */
.crop-overlay {
  background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 110;
}
.crop-dialog {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.crop-dialog .crop-table {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}
.crop-dialog .crop-table .crop-cell {
    display: table-cell;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.crop-dialog .crop-table .crop-cell .content {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    text-align: center;
}
.crop-dialog .crop-table .crop-cell .content .dialog {
  display: inline-block;
    position: relative;
    background-color: #FFFFFF;
    width: 60%;
    height: 50%;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.crop-dialog .crop-table .crop-cell .content .dialog .header {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 10px;
  background-color: #f6f7f9;
  color: #1d2129;
  font-family: 'robotomedium';
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.05em;
  box-shadow:         0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.crop-dialog .crop-table .crop-cell .content .dialog .header a.crop-close {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 6px;
  color: #656565;
  font-size: 14px;
}
.crop-dialog .crop-table .crop-cell .content .dialog .playground {
  display: block;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
}


/* BootStrap OverWrite */
.row { margin: 0; }
.row .col-noleft-pad { padding-left: 0 !important; }
.row .col-noright-pad { padding-right: 0 !important; }
.form-group { margin-bottom: 8px; }
label {
  display: block;
  font-family: 'robotoregular';
  font-size: 12px;
  font-weight: normal;
  color: #2D2D2D;
  margin-bottom: 2px;
}
.form-control {
  border-radius: 0px;
  border-color: #dedede;
  font-family: 'robotoregular';
  font-size: 12px;
  color: #757575;
  /*padding: 5px 8px;*/
  height: auto;
}
.thumbnail { margin: 0; }
.form-group input[type="file"] {
  font-family: 'robotoregular';
  font-size: 13px;
  font-weight: normal;
  color: #2D2D2D;
}
input[type=checkbox],
input[type=radio]{
  margin: 0    !important;
  vertical-align: middle;
}
.nav-tabs > li > a { font-size: 13px; }
/* Button */
.btn {
  font-family: 'robotomedium';
  font-size: 11px !important;
  font-weight: normal;
  min-width: 100px;
  /*padding: 6px 10px;*/
  border-radius: 3px;
}
.btn-primary,
.btn-success {
  color: #FFF !important;
}
.btn-inline { min-width: 0; }
.basefilters .btn { font-size: 11px; }
/* Link */
.btn-link { color: #00a5e0; font-family: 'robotoregular'; font-size: 11px; }

/* Panel */
.nobrd-bottom-panel {
    border-bottom: medium none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.nobrd-top-panel {
    border-top: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nobrd-panel { border: medium none; box-shadow: none; }
.noradius-panel { border-radius: 0 !important; }
.navbar-right { margin: 0; }
.navbar-collapse { padding: 0; }
.no-panel-padding { padding: 15px; }
.panel-placeholder { border: 1px dashed black; margin: 0 1em 1em 0; height: 50px; }
.panel-heading-custom {
    color: #001123;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.panel-body-nopad { padding: 0px !important; }

/* Bootstrap Select */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width: 100%; }
.bootstrap-select .btn { font-family: 'robotoregular'; font-size: 13px; border-radius: 0px; padding: 7px 25px 6px 12px; min-width: 0px; }

/* Datatable */
table.dataTable td, table.dataTable th,
div.dataTables_wrapper div.dataTables_length label { font-family: 'robotoregular'; font-size: 11px; }
div.dataTables_wrapper div.dataTables_filter label { display: inline-block; font-family: 'robotoregular'; font-size: 11px; }
div.dataTables_wrapper div.dataTables_info { font-size: 11px; padding: 16px 0 0 0; }
div.dataTables_wrapper div.dataTables_paginate { padding: 6px 0 0 0; }


div.dataTables_wrapper div.row div.col-sm-1,
div.dataTables_wrapper div.row div.col-sm-10,
div.dataTables_wrapper div.row div.col-sm-11,
div.dataTables_wrapper div.row div.col-sm-12,
div.dataTables_wrapper div.row div.col-sm-2,
div.dataTables_wrapper div.row div.col-sm-3,
div.dataTables_wrapper div.row div.col-sm-4,
div.dataTables_wrapper div.row div.col-sm-5,
div.dataTables_wrapper div.row div.col-sm-6,
div.dataTables_wrapper div.row div.col-sm-7,
div.dataTables_wrapper div.row div.col-sm-8,
div.dataTables_wrapper div.row div.col-sm-9 { padding: 0 !important; }

table.dataTable.nowrap td { word-wrap: break-word; white-space: inherit; }
table.dataTable.nowrap td a.table-edit { padding: 0 5px; font-size: 10px; }
table.dataTable td.textwrap { max-width: 300px; word-wrap: break-word; white-space: inherit; }
table.dataTable td.textellipsis { max-width: 300px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
table.dataTable td.uuid a, table.dataTable td.adminid a  { font-size: 13px; }
.pagination > li > a, .pagination > li > span { font-size: 11px; }

table.dataTable td.nopad { padding: 0 !important; }
table.dataTable table.child-tb { width: 100%; }
table.dataTable table.child-tb tr:nth-child(even) { background-color: #d8d8d8; }
table.dataTable table.child-tb tr:nth-child(odd) { background-color: #f3f3f3; }
table.dataTable table.child-tb tr td { padding: 8px; }


/* auto suggest css */
.suggestions {background-color: #d3d3d3;cursor: pointer;font-size: 13px;list-style: none;max-height: 234px;padding: 0 9px;
}

/* Alerts */
.alert {}
.alert p {
  font-size: 11px;
  line-height: 14px;
  padding: 2px 0px 2px 14px;
  /*margin: 0 0 0 24px;*/
  background-image: url("../images/error_arrow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
.alert .heading {
  display: block;
  padding: 8px 0 8px 10px;
  font-size: 13px;
  font-family: 'robotobold';
  position: relative;
  margin: 0;
  background: none;
}
.alert .sub-heading {
  display: block;
  padding: 8px 0 8px 0px;
  margin: 0 0 0 28px;
  font-size: 13px;
  font-family: 'robotoregular';
  position: relative;
  color: #095c6c;
  background: none;
}
.alert .errors { color: #FF0000; }
.alert .warns { color: #D7DF01; }
.alert .notes { color: #04B404; }
.alert button.custombtndialog { font-size: 12px; }
.alert .ui-dialog-title { font-size: 14px !important; font-family: 'robotobold'; }
.alert p.confirmation {
  background: none;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-family: 'robotomedium';
}
/*
.jQDialog { overflow: auto !important; max-height: 400px !important; max-width: 450px !important; min-width: 450px !important;  }
*/

/* File Uploader */
.fileerror, .output {
  font-size: 13px;
  font-family: 'robotoregular';
  position: relative;
  color: #095c6c;
}
.fileerror { color: #FF0000; }

.icon-cross{position: absolute;right: 22px;top: 10px; cursor: pointer;}

.bg-fe0000{ background-color: #FE0000; }
.bg-323232{ background-color: #323232 !important; }
.bg-ff0000{ background-color: #FF0000; }
.color-fe0000{ color: #FE0000; }
.bdr-fe0000{border: 1px solid #fe0000;}
.bdrTop-fe0000{border-top: 1px solid #fe0000;}
.bdrRight-fe0000{border-right: 1px solid #fe0000;}
.bdrBtm-fe0000{border-bottom: 1px solid #fe0000;}
.bdrLeft-fe0000{border-left: 1px solid #fe0000;}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.networkstorylist {
  position: fixed;
  top: 0;
  right: -650px;
  max-width: 650px;
  min-width: 500px;
  height: 100%;
  z-index: 11 ;
  background-color: #dddddd !important;
  overflow: hidden;
}
.networkstorylist .heading {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #337ab7 !important;
    color: #fff;
    min-height: 27px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    z-index: 12;
}
.networkstorylist .listing {
  display: block;
  position: absolute;
  padding-top: 27px;
  color: #000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.networkstorylist .networkstoryclose {
  display: inline-block;
  left: -4px;
  background-image: url("../images/icons_sprite.png");
  background-position: -2px -39px;
  background-repeat: no-repeat;
    height: 22px;
    position: absolute;
    top: 7px;
    width: 22px;
    cursor: pointer;
    z-index: 12;
}

.storyblogaction{
  position: absolute;
  top:0;
  cursor:pointer;
}
.editstoryblogitem, .editrelatedstoryitem{
  right:15px;

}

.removestoryblogitem, .removerelatedstoryitem{
  right:0px;
}

.polladd{
  position: absolute;
  right: 36px;
  top: 11px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .mainmenu.m-open{
    width: 100%;
  }
}

.formActionsContainer{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
  background-color: #FFF;
}

.blockUI {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
	left: 0;
	top: 0;
	z-index: 9999;
}
.blockUI .table { display: table; width: 100%; height: 100%; margin: 0; }
.blockUI .table .cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}
.blockUI .table .cell .waitcursor {
	background-image: url("../images/loading.gif");
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 48px;
    width: 48px;
}
.posttitle { font-size: 18px; line-height: 22px; font-weight: bold; padding: 10px 0; }
.storytext p { margin: 10px 0; }
.storytext a { color: #00a5e0; }
.storytext .embedimgblock { display: block; width: 100%; }
.storytext .embedimgblock img { display: block; width: 100%; height: auto; }
.storytext .embeddedContent iframe { width: 100%; }
.storytext .embeddedContent {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.storytext .embeddedContent iframe,
.storytext .embeddedContent object,
.storytext .embeddedContent embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.storytext h1 a, .storytext h2 a, .storytext h3 a { font-size: inherit !important;}
.storytext ul, .storytext ol { margin: 10px 12px 10px 20px;; }
.storytext ul li,.storytext ol li { margin: 3px 0; }
.storytext br {line-height:2em;}

.visibility { font-size: 12px; line-height: 14px; display: inline; padding-left: 6px; }
.visibility.true { color: #00a5e0; }
.visibility.false { color: #afa7a7; }

.storytext ol {
    counter-reset: item;
}
.storytext ol li {
    display: block;
    position: relative;
}
.storytext ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px;
}
.accesslabel{
  min-width: 33%;
  white-space: nowrap;
}
.accessaction { display: inline-block; min-width: 25%; padding: 5px 5px 5px 0px; }
.accessaction .label { font-size: 12px !important; font-weight: normal; color: #4C5E6D;  }
.gallary-list img { width: 100% !important; }

.dialog-preview-overlay {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 9999;
	text-align: center;
	opacity: 0.8;
}
.diglog-preview {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	text-align: center;
}
.diglog-preview .ct-table { display: table; width: 100%; height: 100%; }
.diglog-preview .ct-table .ct-table-cell { display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: middle; }
.diglog-preview .content-box {
	display: inline-block;
	width: 320px;
	height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid;
	position: relative;
	background-color: #FFFFFF;
	opacity: 1.0;
}
.diglog-preview .content-box .preview-close {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	z-index: 999999;
	cursor: pointer;
}
.diglog-preview .content-box:hover .preview-close { display: inline-block;}
.diglog-preview .component-load { width: 540px !important; height: 480px !important; }
.diglog-preview .component-load iframe { padding: 10px;}

.diglog-preview .preview-header {
	color:#FFF;
	background:#FF0000;
	height:38px;
	text-align:center;
	width:100%;
 	padding:10px 0;
 	position:relative;
 }
 .preview-header .title {
 	font-size:14px;
 	font-weight:bold;
 	overflow:hidden;
 	white-space:nowrap;
 	text-overflow:ellipsis;
    position: absolute;
    margin:0 5%;
    left: 0;
    right: 0;
 }
.color-00a5e0 {  color:#00a5e0}
.linkItembox { display: none; }
.fullloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #000000;
    opacity: 0.8;
    text-align: center;
}
.fullloader div { display: block;
    width: 100%;
    padding: 100px 0px 0px 0px;
    color: #FFFFFF;
    font-size: 13px;
}
#showImageBox span.layer-count {
   margin-left: 10px;
    background: red;
    padding: 10px 20px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    border-radius: 25px;
    display: inline-block;
    width: 50px;
    font-weight: 700;
  }

  .basefilters .inline-block {
    vertical-align: top;
  }

/*#showImageBox  .panel-heading {padding: 3px 15px;}
.bootstrap-select {z-index: 2001 !important;}
*/
