@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: 12px;
  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;
}
.maxwidth450 {
  max-width: 450px;
}
.minwidth80 {
  min-width: 80px;
}

/* Common */
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.inline-block {
  display: inline-block;
}
.hidden {
  display: none;
}
.lineHeight24 {
  line-height: 24px;
}

/* Header */
header {
  display: block;
  width: 100%;
  height: 52px;
  background-color: #ffffff;
  position: fixed;
  z-index: 4;
}
header .logo {
  display: inline-block;
  background-image: url("../images/home_logo.jpg");
  background-repeat: no-repeat;
  min-width: 170px;
  min-height: 50px;
  background-position: center;
  background-size: contain;
}
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: 72px 20px 10px 190px;
}
section .fullcontent {
  padding-left: 30px !important;
}
/* MainMenu */
.mainmenu {
  display: inline-block;
  position: absolute;
  width: 170px;
  min-height: 100%;
  z-index: 2;
  color: #ffffff;
  padding: 60px 0 0 0;
  background-color: #323232;
}
.m-logo {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 170px;
  height: 50px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  background-image: url("../images/home_logo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  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% 5%;
  text-align: center;
  border: 1px solid #dedede;
  background-color: #ffffff;
}
.authentication .heading {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  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-row-group {
  display: table-row-group;
}
.tb .tb-row-group .tb-row {
  display: table-row;
}
.tb .tb-row-group .tb-row .tb-cell {
  display: table-cell;
  vertical-align: top;
  padding: 6px 8px;
}
.tb .tb-row-group .tb-row .tb-label {
  font-size: 12px;
  font-weight: bold;
}
.tb .tb-row-group .tb-row .tb-title {
  font-size: 22px;
}
.tb .tb-row-group .tb-row .tb-category {
  font-size: 13px;
  color: #4c5e6d;
}
.tb .tb-row-group .tb-row .tb-width {
  max-width: 200px;
  width: 200px;
}
.tb .tb-row-group .tb-row .tb-cell-width {
  max-width: 200px;
  min-width: 120px;
  width: 33%;
}

.tb-colored .tb-row {
  background-color: #ffffff;
}
.tb-colored .tb-row:nth-of-type(2n + 1) {
  background-color: #f3f3f3;
}

/* Page Heading */
.pageheader {
  position: relative;
  padding: 10px 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;
  color: #fd3841;
}
.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;
}
.boxlarge {
  width: 80% !important;
  height: 60% !important;
}
.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-info,
.btn-warning,
.btn-danger,
.btn-success {
  color: #fff !important;
}
.btn-inline {
  min-width: 0;
}
.basefilters .btn {
  font-size: 12px;
}
/* Link */
.btn-link {
  color: #00a5e0;
  font-family: "robotoregular";
  font-size: 12px;
}

/* 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);
}
.marginbtm10 {
  margin-bottom: 10px !important;
}
.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;
}

/* 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: 12px;
}
div.dataTables_wrapper div.dataTables_filter label {
  display: inline-block;
  font-family: "robotoregular";
  font-size: 11px;
}
div.dataTables_wrapper div.dataTables_info {
  font-size: 12px;
  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: 5px;
}

.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: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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;
}
.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;
}
.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;
}

.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;
}
/*login */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.account-wall {
  margin-top: 20px;
  padding: 40px 0px 20px 0px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.need-help {
  margin-top: 10px;
}
.new-account {
  display: block;
  margin-top: 10px;
}

.intl-tel-input {
  display: block !important;
}
.intl-tel-input .country-list {
  z-index: 5 !important;
}
#chefProfile img {
  width: 100%;
}

.order-status {
  padding: 10px 0px 0px 0px;
}

.order-status span {
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 12px;
}

.order-status-actions {
  text-align: right;
}

.order-status label {
}

.field {
  display: block;
  width: 100%;
  padding-bottom: 3px;
  position: inherit;
  font-size: 12px !important;
}

.itemboxcontainer,.questioncontainer{
  list-style: none;
  padding: 0;
  padding-bottom: 0px;
  margin: 0;
}

.ui-sortable li {
  cursor: move !important;
}

.section-heading {
  width: 100%;
  background-color: #808080 !important;
  padding: 5px 0px 0px 10px;
  text-align: left;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.evaluation-text {
  font-size: 13px;
}

.row-color, .duration-color {
  color :#00a5e0;
}

.evaluations-input {
  width: 40px;
  height: 20px;
  text-align: center;
}

.student-input {
  text-align: center;
}


.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
