/* Full screen commands don't have a vertical scrollbar, you need to specify this within the CSS */
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
  overflow: auto !important;
}

body {
  color: #2A3F54;
}

.requiredField {
  border-left: 1px solid #f00;
}

.fine {
  color: #333;
  font-style: italic;
  font-size: 14px;
}

.textareaError {
  left: 0px !important;
  top: 0px !important;
}

footer p {
  margin: 5px -17px;
  padding: 8px 20px 0;
  color: #666;
}

footer p a {
  color: #222;
  font-weight: bold;
}

.box {
  border-radius: 3px;
  border-top: 2px solid #ff605c !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #2A3F54;
}

/* Bulk process */
tr.rowSelected {
  background-color: #fffbdb !important;
}

small > a {
  color: #666;
  font-size: 13px;
}

/* Used in Edit View -> Upload Image functionality -> Overlay*/
.imageContainer {
  display:table-cell;
  position: relative;
  width: 150px;
  height:150px;
  border:1px solid #ddd;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align:middle;
  text-align:center;
  padding:2px;
}

.imageContainer .previewImage {
  max-width: 150px;
  display:inline-block;
  max-height: 150px;
 }

.imageContainer .changeImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.imageContainer:hover .changeImage {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.changeImage a {
  text-decoration: none;
}

.changeImage a > i {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  display: block;
  height: 30px;
  padding: 5px;
  margin: 40%;
  text-align: center;
}

.changeImage a > i:before {
  color: #008d4c;
 }

.imageContainer .imageInput {
  padding: 0;
  display: none;
}

.allowedFormatText {
  color: #777;
  font-size: 11px;
  margin-top: 15px;
}

/* Modal & other form error */
label .error, .error {
  font-weight: normal;
  color: #C9302C;
  font-family: Lato;
  font-size: 12px;
}

.colorRed {
  color: #C9302C;
}

/* Data table */
.dataTableResponsive {
  margin: 0 15px;
  overflow-y: hidden;
  padding: 0 15px;
  width: 97%;
}

/* Datepicker functionality */

/* For Jquery Datepicker plugin.*/
.ui-datepicker-year, .ui-datepicker-month {
  color: #333;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover,
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  color: #ccc;
}

table tr.inactive,
table tr.inactive:hover {
  background-color: #ebebeb;
  color: #888;
  font-style: italic;
}

table tr.inactive .fine {
  color: #888;
}

table tr.inactive a,
.table tr.inactive td a[href^="mailto"] {
  color: #888;
}

.table-striped > tbody > tr.inactive:nth-of-type(2n+1) {
  background-color: #ebebeb;
}

table.dataTable tr > th,
table.dataTable tr > td {
  border-bottom: 0;
  border-left: 0;
  border-width: 1px 1px 0 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color:#efefef;
 }

.table-hover > tbody > tr:hover {
 background-color:#fffbdb;
 }

.alert {
  padding: 7px;
}

.table td a {
  color: #006fcf;
}

.table td a:hover {
  color: #444;
}

.table td a[href^="mailto"],
.box .box-primary a[href^="mailto"] {
  color: #006fcf;
  font-style:italic;
}

.table td a[href^="mailto"]:hover {
  color: #00004d;
}

.table td a[href^="mailto"].alternate_email {
  color: #006fcf;
}

.searchSection {
  background-color: #f1f1f1;
  border-bottom: 1px solid #333;
}

.searchSection #filter {
  margin: 0;
}

.searchSection .btn-primary {
  background: none;
  border: 2px solid #337ab7;
  color: #000;
  margin-right: 5px;
}

.searchSection .btn-danger {
  background: none;
  border: 2px solid #dd4b39;
  color: #000;
}

.searchSection .btn-primary:hover {
  background: #337ab7;
  color: #fff;
}

.searchSection .btn-danger:hover {
  background: #dd4b39;
  color: #fff;
}

a.alternate_email {
  color: #888;
}

.form-horizontal .control-label {
  padding-top: 5px;
}

input[type='file'] {
  border: 0;
}

/* Edit View - Tincy MCE Editor wrapping */
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
  white-space: normal !important;
}

/* Page Navigation */

.pageNavigation {
  color: #fff;
  font-weight: bold;
}

.pageNavigation input {
  color: #222;
  text-align: center;
  font-size: 12px;
}

.blocksCenteralized {
  text-align: center;
}

.activeTransition {
  color: #DFF;
}

.inactiveTransition {
  color: #9BB;
}

.listEndText {
  margin: 10px auto;
  text-align: center;
  display: none;
  font-size: 13px;
  color: #2A3F54;
  font-weight: 400;
}

.listEndText h5 {
  padding: 7px;
  margin-top: -17px;
  background-color: #334d66;
  color: #FFF;
  text-align: right;
}

.greyText {
  color:#777;
  font-style:italic;
}

/* Search Filter */
.filterHeader {
  margin-bottom: 0px;
  border-bottom: 1px solid #2A3F54;
}

.filterHeader, .searchSection {
  color: #2A3F54;
  cursor: pointer;
}

.filterHeader a {
  display: inline-block;
  margin-top: 5px;
  color: #2A3F54;
}

#search_filter {
  text-decoration: none;
  font-size: 15px;
}

.searchSection {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.searchSection label {
  color: #2A3F54;
}

.actionBtn, .actionColumn, .dataTableActColumn {
  font-size: 20px;
}

td a > i {
  font-size: 15px;
}

/* Hack for fixing width, specially for firefox */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}

.deleteImage {
  position: absolute;
  height: 100px;
  top: 5px;
  width: 79%;
  display: none;
}

.thumbnail:hover .deleteImage {
  display: block;
  background-color: rgba(1, 1, 1, 0.5);
}

.deleteImageIcon {
  background-color:#fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-top: 35px;
  padding-top: 3px;
}

.userEditHeader .imgBox {
  display:inline-block;
  width:50px;
  height:50px;
  border-radius:50%;
  border:1px solid #ccc;
  padding:1px;
  margin-right:4px;
  overflow:hidden;
  vertical-align:middle;
  position:relative;
}

actionColumn {
  vertical-align: initial;
}

.fa-trash-o:before {
  color: #f44336;
  font-size: 18px;
}

.fa-pencil:before {
  color: #FFC107;
  font-size: 18px;
}

.editFormTitle .fa-pencil:before,
.actionButtn .fa-pencil:before,
.actionButtn .fa-floppy-o:before {
  color: #d8a300;
  font-size: 14px;
  padding: 3px 4px;
  border:1px solid;
  border-radius:4px;
}

.box-title .fa-trash-o:before,
.actionButtn .fa-times:before {
  color: #f44336;
  font-size: 14px;
  padding: 3px 4px;
  border: 1px solid;
  border-radius:4px;
}

.actionColumn .fa-pencil:before,
.actionBtn .fa-pencil:before,
.dataTableActColumn .fa-pencil:before,
.actionColumn .fa-trash-o:before,
.actionBtn .fa-trash-o:before,
.dataTableActColumn  .fa-trash-o:before,
.dataTableActColumn .fa-eye-slash:before,
.actionColumn .fa-plus-circle:before {
  padding: 3px 4px;
  font-size: 14px;
  border:1px solid;
  position:relative;
  top:-5px;
  border-radius:4px;
}

.actionColumn .fa-pencil:before,
.actionBtn .fa-pencil:before,
.dataTableActColumn .fa-pencil:before {
  color: #5580aa;
}

.actionColumn .fa-trash-o:before,
.actionBtn .fa-trash-o:before,
.dataTableActColumn  .fa-trash-o:before,
.dataTableActColumn .fa-eye-slash:before {
  color: #f44336;
}

.imageColumn {
  width:30px;
  padding:8px 0 8px 0 !important;
}

.imageColumn .imgBox {
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid #ccc;
  padding:1px;
  overflow:hidden;
  vertical-align:middle;
  position:relative;
}

.imageColumn .imgBox img {
  width:40px;
  height:auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#listBlock thead {
  font-size: 14px;
  margin-top: 0;
}

#listBlock thead a, .x_title span a {
  color: #2A3F54;
}

.table > thead > tr > th {
  border-bottom: none;
  vertical-align: middle;
  padding: 8px;
}

#backtotop {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 70px;
  font-size: 90%;
  padding: 5px 8px;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  color: #FFF;
  font-size: 14px;
  z-index: 1000;
  right: 10px;
}

#backtotop:hover {
  background-color: #2A3F54;
  opacity: 1;
}

#gotobottom {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 20px;
  font-size: 90%;
  padding: 9px;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  -webkit-border-radius : 50px;
  -moz-border-radius : 50px;
  filter : alpha(opacity=20);
  -khtml-opacity : 0.2;
  -moz-opacity : 0.2;
  opacity : 0.2;
  color: #FFF;
  font-size: 14px;
  z-index: 1000;
  right: 10px;
}

#gotobottom:hover {
  background-color: #2A3F54;
  opacity: 1;
}

.limitHorizontalTextareaExpand {
  resize: vertical;
}

.formError .formErrorContent {
  border: 1px solid #FFF !important;
  box-shadow: 3px 3px 6px #2A3F5E !important;
  color: #fff !important;
  font-size: 13px !important;
  text-shadow: none !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.bulkDeleteBtn {
  margin: 0;
  padding: 5px;
  font-size: 13px;
}

.modal-footer .btn + .btn {
  margin-bottom: 5px;
}

.starRating {
  color: #FC0;
  font-size: 25px;
  padding: 2px;
}

.menuListHeader {
  background-color: rgba(30, 50, 75, 0.75);
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
  border-bottom: 1px solid #2A3F54;
}

.checkAllCheckbox {
  width: 50px;
  padding-left: 11px !important;
}

.addNewBtn {
  border-radius: 3px;
  border: 1px solid #5a738e !important;
  font-size: 12px;
  padding: 3px 5px;
}

.addNewBtn span {
  color: #FFF;
}

.hintText {
  font-size: 11px;
  color: #2A3F54;
  font-style: italic;
}

.selectUsers {
  min-height: 320px;
}

.selectUsers option {
  padding : 4px;
}

.pulseAnimation {
  color: rgba(165, 25, 25, 1);
  -webkit-animation: pulseAnimation 1s linear infinite;
  -moz-animation: pulseAnimation 1s linear infinite;
  -ms-animation: pulseAnimation 1s linear infinite;
  animation: pulseAnimation 1s linear infinite;
}

@keyframes "pulseAnimation" {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulseAnimation {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes "pulseAnimation" {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
}

@-ms-keyframes "pulseAnimation" {
  0% {
   -ms-transform: scale(1.1);
   transform: scale(1.1);
  }
  50% {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
   -ms-transform: scale(1);
   transform: scale(1);
  }
}

.timingsDropDown {
  display: inline-block;
  margin: 4px 0;
  padding: 4px;
  width: 105px;
}
