/*--------------------------------------------------
  BASE STYLES
--------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
}
html {
  overflow-x: hidden;
}
body, .btn {
  font-size: 12.5px;
}
a {
  color: #1570a6;
}
a:hover {
  color: #083047;
}

/*--------------------------------------------------
  SCROLLBAR STYLING
--------------------------------------------------*/
::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*--------------------------------------------------
  IMAGE STYLES
--------------------------------------------------*/
img {
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*--------------------------------------------------
  RESET & HELPER CLASSES
--------------------------------------------------*/
body * {
  border-radius: 0 !important;
}
.display-inline-block {
  display: inline-block;
}

/*--------------------------------------------------
  THUMBNAILS
--------------------------------------------------*/
.thumbnail {
  width: 70% !important;
  padding: 0;
  border: none !important;
  border-radius: 7px !important;
  box-shadow: 1px 2px 3px #c5c5c5;
  overflow: hidden;
}
.thumbnail img {
  width: 70% !important;
}

/*--------------------------------------------------
  BUTTON GROUPS
--------------------------------------------------*/
.btn-group {
  border-radius: 46px !important;
  overflow: hidden;
  border: none;
}

/*--------------------------------------------------
  COLORBOX ELEMENTS
--------------------------------------------------*/
#colorbox,
#cboxWrapper,
#cboxContent,
#cboxLoadedContent,
#cboxLoadedContent img {
  width: 100% !important;
}
#cboxLoadedContent img {
  height: auto !important;
}
#colorbox {
  left: 0 !important;
}
#cboxLoadedContent {
  height: auto !important;
}

/*--------------------------------------------------
  MISCELLANEOUS ELEMENTS
--------------------------------------------------*/
.btn-danger {
  border: none !important;
}
.page-navigation {
  background-color: whitesmoke;
}
#contact_qid {
  border: 1px solid silver;
  padding: 5px;
}
.errorMessage {
  color: red;
}
.site-logo img {
  max-width: 70%;
  height: auto;
}
.big_outer {
  width: 1240px;
  margin: 0 auto;
}
#mainmenu.navbar {
  box-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
}
.navbar-nav a {
  color: #fff !important;
  font-weight: 700 !important;
}
.outer {
  background-color: #d2d2d2;
  border-radius: 9px !important;
}
.title-header {
  margin-bottom: 20px;
  border-bottom: 2px solid silver;
  border-top: 7px solid #61B2DF;
}
.title-header .heading {
  font-size: 13px;
  padding: 7px 0;
  font-weight: 700;
  margin: 0;
}
.toolbar_area {
  margin-bottom: 20px;
}
.supptabs {
  margin-bottom: 15px;
}
.loading_outer .ui-dialog-titlebar {
  display: none;
}
select[name="category"] {
  display: inline-block;
  width: 200px;
}
.topborder {
  padding: 5px;
  background-color: #222;
}
#header {
  padding: 5px 0;
  box-shadow: 1px 2px 3px #c5c5c5;
  background: #FFF;
}
.ad_menu {
  background-color: #EFEFEF;
  padding: 5px;
  text-align: center;
}
.seperator_35 {
  height: 35px;
}
.seperator_15 {
  height: 15px;
}
#mainmenu {
  border-top: 12px solid #1570A6;
}
#mainmenu .dropdown-menu a {
  color: #000 !important;
}
#mainmenu .navbar-default {
  border-radius: 0;
  border: none;
  margin: 0;
}
#mainmenu .navbar-default .navbar-inner > ul > li > a {
  color: #fff;
}
#mainmenu .navbar-default .navbar-nav > .open > a,
#mainmenu .navbar-default .navbar-nav > .open > a:hover,
#mainmenu .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(100,100,100,0.1);
}
#mainmenu .dropdown-menu {
  border-radius: 0;
}
#mainmenu .searchWidget {
  width: 250px;
}
#secondmenu .navbar {
  border-radius: 0;
  min-height: 10px;
}
#secondmenu .navbar-nav > li > a {
  padding: 10px 0;
}
#secondmenu .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#secondmenu .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#secondmenu .navbar .navbar-nav .open .dropdown-menu > .active > a,
#secondmenu .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#secondmenu .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #333;
}
#secondmenu .dropdown-menu {
  border-radius: 0;
}
#footermenu .navbar-inverse {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
#footermenu .navbar-inverse .navbar-nav > .open > a,
#footermenu .navbar-inverse .navbar-nav > .open > a:hover,
#footermenu .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgba(0,0,0,0.3);
}
#footermenu .navbar-nav > li > a {
  padding: 10px 0;
}
.navbar-header .navbar-btn2 {
  display: none;
}

/*--------------------------------------------------
  HEADINGS
--------------------------------------------------*/
.page-heading {
  margin: 0;
  border-top: 2px solid #1570a6;
  border-bottom: 2px solid silver;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}
.page-heading2 {
  margin: 0;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 17px;
  border-bottom: 4px double silver;
}
.breadcrumb {
  margin: 0;
  border-radius: 0;
}

/*--------------------------------------------------
  FOOTER
--------------------------------------------------*/
#footer {
  background-color: #222;
  padding: 10px 20px;
  color: #fff;
  margin-top: 12px;
}
#footer .widget_title {
  color: #fff;
}
#footer .widget_title h1 {
  font-size: 20px;
  border-bottom: 5px double #383838;
  font-weight: 700;
}
#footer .widget_body ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
#footer .widget_body li {
  padding: 3px 0;
  border-bottom: none;
}
#footer .widget_body a {
  color: #fff;
}
#footer .copyright {
  color: silver;
  padding: 5px;
}
#footer .credit {
  color: gray;
  padding: 5px;
  font-size: 12px;
}
#footer .credit a {
  color: silver;
}

/*--------------------------------------------------
  SLIDER & SLIDESHOW
--------------------------------------------------*/
.slider-wrapper {
  margin-top: 20px;
}
.theme-default .nivo-controlNav {
  margin: 0;
  padding: 5px;
}
.theme-default .nivoSlider {
  box-shadow: none;
}
.slideshow_outer {
  background-color: #EFEFEF;
  padding: 10px;
  margin-bottom: 20px;
}
.slideshow_inner {
  margin: 0 auto;
}

/*--------------------------------------------------
  CONTENT AREA
--------------------------------------------------*/
.page-content {
  padding: 0 10px;
  line-height: 1.6em;
}
.epost {
  margin-bottom: 35px;
}
.form-horizontal,
.input-group {
  box-shadow: 1px 2px 3px #c5c5c5 !important;
}
.epost-title {
  font-size: 15px;
  margin: 5px 0 0;
  text-align: center;
}
.epost-title a {
  color: #1570a6;
}
.epost-title:hover {
  color: #083047;
}
.epost-title a:hover {
  text-decoration: none;
}
.epost-date {
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
  color: gray;
  display: block;
}
.epost-category {
  text-align: center;
}
.fcategorylist-block .description h4 {
  margin: 10px 0 5px;
}
.fcategorylist-block .description p {
  color: gray;
}
.edition_date {
  font-size: 14px;
  margin-left: 20px;
  font-weight: 400;
  color: gray;
}
.widget {
  margin-bottom: 35px;
}
.widget_title h1 {
  border-bottom: 7px solid #E5E5E5;
  padding: 10px;
  font-size: 20px;
  margin: 0 0 10px;
}
.widget_title i {
  margin-right: 10px;
  display: inline-block;
  font-size: 1.2em;
}
.widget_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_body ul ul {
  margin-left: 15px;
}
.widget_body ul li {
  padding: 10px 0;
  border-bottom: 1px solid #EFEFEF;
}
.widget_body .ed_desc {
  color: gray;
}
.widget_body .epost-date {
  text-align: left;
  color: #000 !important;
  text-transform: uppercase;
}

/*--------------------------------------------------
  NAVIGATION & PAGINATION
--------------------------------------------------*/
.page-navigation .pagination {
  margin: 0 !important;
}
.page-navigation {
  padding: 4px 0 5px;
  background-color: #d4a0a0;
}
.title-heading {
  border-bottom: 10px solid #EFEFEF;
  padding-bottom: 10px;
}
.description {
  padding: 10px 10px 0;
}
.subcategory-block {
  margin-bottom: 20px;
}
.subcategory-block .content {
  padding: 10px 0;
  border-bottom: 20px solid #F0F0F0;
}
.subcategory-block h2 {
  font-weight: 700;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #EEE;
  font-size: 18px !important;
}
.subcategory-block h2:hover {
  cursor: pointer;
  background-color: #DFDFDF;
}
.subcategory-block .glyphicon {
  font-size: 18px !important;
}
.subcategory-block .image {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.subcategory-block .description {
  width: 150px;
  float: left;
  padding-left: 0;
}
.subcategory-block .description h3 {
  font-size: 16px;
  margin: 0 0 5px;
}
.subcategory-block .description p {
  color: gray;
  font-size: 12px;
}
.pagination a {
  border-radius: 0 !important;
}
.pager-block {
  border: 1px solid #CFCFCF;
  background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  margin-bottom: 5px;
}
.scrollable {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}
.scrollable img {
  padding: 4px;
  border: 1px solid silver;
  margin: 12px;
  background-color: #fff;
}
.scrollable .items {
  width: 20000em;
  position: absolute;
}
.items div {
  float: left;
}
.scrollable .current img,
.modal-body a.current {
  border: 4px solid #EFA53B;
  padding: 0;
}
.browse {
  margin-top: 55px;
  border-radius: 25px;
}
.browse.prev {
  margin-left: 10px;
}
.cal_outer {
  width: 150px;
  background: #1728c1 linear-gradient(180deg, #212a31, #212a31) repeat-x !important;
}
.navbar-btn2 {
  margin-top: 10px;
  border: none;
}

/*--------------------------------------------------
  MAIN CONTENT AREA
--------------------------------------------------*/
.mainContent {
  width: 100%;
  max-width: 1400px;
  margin: 0 0;
  padding: 0px 0px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.8;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/*--------------------------------------------------
  DATEPICKER
--------------------------------------------------*/
#ui-datepicker-div {
  z-index: 5000000000 !important;
}
#btnCrop {
  margin-right: 5px;
}
.pbox {
  margin-bottom: 15px;
}
.pbox-title {
  margin-top: 0;
  font-size: 18px;
}
.edition-block {
  box-shadow: 0 8px 16px 0 rgb(162 169 204 / 24%);
  background: #fff;
  margin-top: 5px;
  border-radius: 15px !important;
}

/*--------------------------------------------------
  RIGHT THUMB BAR
--------------------------------------------------*/
.rthumb_bar {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 1070px;
  margin-top: 20px;
  padding: 5px;
}
.rthumb_bar .pagethumb {
  margin: 20px 0;
  display: contents;
  text-align: center;
  padding: 0;
}
.rthumb_bar .current img {
  border: 2px solid #1e1e1e;
  padding: 0;
  border-radius: 0 !important;
}

/*--------------------------------------------------
  MEMBERSHIP
--------------------------------------------------*/
.membership_area h1 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 4px double silver;
}
.membership_widget {
  text-align: right;
}
.membership_widget .caret {
  margin-right: 0;
}
.membership_widget a,
.membership_widget span {
  margin-right: 10px;
  display: inline-block;
  color: #fff !important;
}
.membership_widget a {
  padding: 6px 0;
}
.membership_widget .dropdown-menu a {
  color: #000 !important;
}
.membership_area .table thead {
  font-weight: 700;
  background: #DFDFDF;
  border: 1px solid silver;
}
.membership_area .table thead th {
  border-bottom: 1px solid silver;
}

/*--------------------------------------------------
  MOBILE TOOLBAR
--------------------------------------------------*/
.mobile-toolbar {
  position: fixed;
  z-index: 50000;
  bottom: 0;
  width: 100%;
  padding: 5px 0 10px;
  display: none !important;
  margin: 0;
  margin-left: -5px;
}
body {
  position: relative;
}
.mobile-toolbar .pagination > .disabled > span,
.mobile-toolbar .pagination > .disabled > span:hover,
.mobile-toolbar .pagination > .disabled > span:focus,
.mobile-toolbar .pagination > .disabled > a,
.mobile-toolbar .pagination > .disabled > a:hover,
.mobile-toolbar .pagination > .disabled > a:focus,
.mobile-toolbar .pagination > li > a,
.mobile-toolbar .pagination > li > span,
.mobile-toolbar .pagination > .active > a,
.mobile-toolbar .pagination > .active > span,
.mobile-toolbar .pagination > .active > a:hover,
.mobile-toolbar .pagination > .active > span:hover,
.mobile-toolbar .pagination > .active > a:focus,
.mobile-toolbar .pagination > .active > span:focus {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------
  SWAP MESSAGE
--------------------------------------------------*/
.swap-msg {
  position: fixed;
  top: 50%;
  z-index: 10000;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.swap-msg h3 {
  font-size: 20px;
}
.outer {
  width: 100%;
  padding: 0;
}
#mainmenu {
  width: 100%;
  display: none;
}
.navbar {
  width: 1200px;
  display: inline-block;
}

/*--------------------------------------------------
  PAGE TITLE & PAGINATION OVERRIDES
--------------------------------------------------*/
.page-title {
  text-align: left;
}
.pagination {
  box-shadow: 0 2px 2px 0 #000, 0 3px 1px -2px #000, 0 1px 5px 0 #000;
  background: #1728c1 linear-gradient(180deg, #3a48ca, #1728c1) repeat-x !important;
  padding: 0px;
  font-weight: 700;
  border-radius: 5px !important;
}
.pagination a {
  border: none !important;
}
.pagination a:active {
  border-radius: 50px !important;
}
.pagination > .active > a {
  border-radius: 50px !important;
}
.pull-left {
  margin-left: 10px;
  padding: 3px;
}
.dropdown-menu a {
  font-weight: bold;
  color: red;
}
.input-group {
  margin-left: 10px;
  box-shadow: 0 2px 2px 0 #000, 0 3px 1px -2px #000, 0 1px 5px 0 #000;
  padding: 3px 0;
  background: #e01b24 linear-gradient(180deg, #e53d45, #e01b24) repeat-x;
  border-radius: 5px !important;
}
#datebtn_cal {
  box-shadow: none !important;
  font-weight: 700;
  border: none;
  border-radius: 50px !important;
}
.form-horizontal {
  box-shadow: 0 2px 2px 0 #000, 0 3px 1px -2px #000, 0 1px 5px 0 #000;
  padding: 3px;
  background: #1728c1 linear-gradient(180deg, #212a31, #212a31) repeat-x !important;
  border-radius: 5px !important;
}
#ddlistPage {
  background-color: transparent !important;
  color: #FFF !important;
  font-weight: 700;
  border: none !important;
  border-radius: 23px !important;
  box-shadow: none;
}
#datetext_cal {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 700;
  border: none !important;
  border-radius: 40px !important;
}
.glyphicon-th-large {
  color: #FFF !important;
}
#linkbtnThumb {
  background: transparent !important;
  color: #FFF;
}
.fa-scissors {
  color: #FFF;
  font-size: 23px !important;
}
.fa-calendar {
  font-size: 19px;
}
.pagination > .disabled > a {
  background-color: transparent !important;
}
.pagination > li > a {
  background-color: transparent !important;
}
#btnAdd {
  background: #e01b24 linear-gradient(180deg, #e53d45, #e01b24) repeat-x !important;
  border-color: #e01b24 !important;
}
.cal_outer {
  background: #1728c1 linear-gradient(180deg, #212a31, #212a31) repeat-x !important;
}
#datebtn_cal,
#datetext_cal {
  background-color: transparent;
  color: #FFF;
}
.pagination > li > a {
  color: #FFF !important;
}
.pagination > .active > a {
  border-radius: 40px !important;
  background: #fff !important;
  color: navy !important;
  font-weight: bold !important;
  font-size: 18px;
  padding: 2px 10px !important;
}
#header img {
  width: 430px;
  margin-bottom: 12px;
}
.shareit_outer {
  background: #E81A86;
  width: 1962px;
  padding: 0 !important;
  border-radius: 5px !important;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 #000, 0 3px 1px -2px #000, 0 1px 5px 0 #000;
}
.cboxElement {
  margin-top: 10px;
}
.modal-content {
  border-radius: 10px !important;
  overflow: hidden !important;
}
.modal-header {
  background: #FFF !important;
}
.modal-body {
  background: #f0f0f0 !important;
}
.modal-title {
  font-weight: 700;
}
.area-unsaved {
  background-color: rgba(0,0,0,0.3);
}

/*--------------------------------------------------
  ANIMATION KEYFRAMES
--------------------------------------------------*/
@keyframes blink {
  0% {
    border-color: red;
  }
  50% {
    border-color: transparent;
  }
  100% {
    border-color: red;
  }
}
.area-unsaved::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid transparent;
  animation: blink 2s linear infinite;
}
#uid-1223915011405543400 {
  width: 215.4px;
  height: 215.4px;
}

/*--------------------------------------------------
  SHARE & DELETE BUTTONS
--------------------------------------------------*/
.btnShare {
  position: relative;
  top: -36px !important;
  left: 0;
  padding: 4px 20px;
  background: #e01b24 linear-gradient(180deg, #e53d45, #e01b24) repeat-x;
  border-color: #e01b24;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}
.btnShare span {
  font-size: 21px;
}
.btnDelete {
  position: relative;
  left: 67px !important;
  padding: 4px 20px;
  top: -36px !important;
  background: #1728c1 linear-gradient(180deg, #3a48ca, #1728c1) repeat-x;
  border-color: #1728c1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}
.btnDelete span {
  font-size: 21px;
}

/*--------------------------------------------------
  RESIZABLE HANDLES
--------------------------------------------------*/
.ui-resizable-ne,
.ui-resizable-sw,
.ui-resizable-se {
  z-index: 90;
  background: red;
  width: 9px;
  height: 9px;
}

/*--------------------------------------------------
  DROPDOWN MENU BUTTON
--------------------------------------------------*/
#dropdownMenuButton {
  padding: 4px 14px !important;
  border-radius: 4px !important;
  background: #e01b24 linear-gradient(180deg, #e53d45, #e01b24) repeat-x !important;
  border-color: #e01b24 !important;
  box-shadow: 1px 2px 3px #c5c5c5 !important;
  font-size: 22px;
}

/*--------------------------------------------------
  PRINT STYLES
--------------------------------------------------*/
@media print {
  body {
    background-color: #fff;
    padding: 0;
  }
  .mainContent {
    width: 100%;
    max-width: 100%;
    padding: 50px;
    font-size: 18px;
    background-color: #fff;
    box-shadow: none;
  }
}
