ul {
  list-style: none; }

a:hover {
  text-decoration: none; }

.text-center {
  text-align: center; }

.login-wrap {
  width: 500px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 30px;
  padding-top: 20px;
  margin: 60px auto; }
  .login-wrap .login-content h3 {
    margin-bottom: 30px; }
  .login-wrap .input-text-group {
    position: relative; }
  .login-wrap .icon {
    position: absolute;
    left: 9px;
    top: 9px;
    color: #5bc0de; }
  .login-wrap input[type="text"] {
    padding-left: 29px; }
  .login-wrap .errorTip {
    display: none;
    text-align: left;
    color: red;
    margin-top: 6px; }

.header {
  height: 90px;
  background-color: #3893e6;
  color: #ffffff;
  padding-top: 30px;
  padding-left: 35px; }
  .header h3 {
    margin-top: 0; }

.main-nav {
  display: block;
  width: 224px;
  background-color: #3e9ff0;
  position: absolute;
  top: 90px;
  bottom: 0;
  margin-bottom: 0;
  z-index: 99; }
  .main-nav li {
    height: 55px;
    line-height: 55px;
    color: #3893e6;
    font-size: 16px;
    border-bottom: 1px solid #dddddd; }
    .main-nav li a {
      display: block;
      color: #ffffff;
      padding-left: 35px; }
    .main-nav li.active {
      background-color: #ffffff; }
      .main-nav li.active a {
        color: #3e9ff0; }

.main-wrap {
  width: 100%;
  padding-left: 235px !important;
  position: absolute;
  top: 90px;
  bottom: 0; }
  .main-wrap .main-content {
    height: 100%; }

iframe {
  display: block;
  height: 100%;
  width: 100%; }

.table > tbody > tr > td {
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #dddddd; }

.col-md-3, .col-md-8 {
  padding: 0; }

#editor, #first-editor, #second-editor {
  max-height: 350px;
  height: 350px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid #cccccc;
  padding: 4px;
  box-sizing: content-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07451) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.07451) 0 1px 1px 0 inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: scroll;
  outline: none; }

#editor:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none; }

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown-menu a {
  cursor: pointer; }

.btn-toolbar {
  padding: 10px 0px 10px 0px; }

[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-placeholder); }

.placeholderText {
  color: #777; }

.imgUpload {
  width: 0;
  height: 0;
  position: absolute; }

/*
	Font Sizes 
	fs represents the font-size attribute; therefore,
	fs-five would be the equivalent to font-size: 5;	
*/
.fs-One {
  font-size: x-small; }

.fs-Three {
  font-size: medium; }

.fs-Five {
  font-size: x-large; }

/* Font Color */
/* Black */
a[data-edit="foreColor #000000"]::before {
  content: "\f0c8  ";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  font-size: 18px;
  top: 10px;
  left: 0; }

/* Blue */
a[data-edit="foreColor #0000FF"]::before,
a[data-edit="backColor #00FFFF"]::before {
  content: "\f0c8  ";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #0000FF;
  font-size: 18px;
  top: 10px;
  left: 0; }

/* Green */
a[data-edit="foreColor #30AD23"]::before,
a[data-edit="backColor #00FF00"]::before {
  content: "\f0c8  ";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #30AD23;
  font-size: 18px;
  top: 10px;
  left: 0; }

/* Orange */
a[data-edit="foreColor #FF7F00"]::before,
a[data-edit="backColor #FF7F00"]::before {
  content: "\f0c8  ";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #FF7F00;
  font-size: 18px;
  top: 10px;
  left: 0; }

/* Red */
a[data-edit="foreColor #FF0000"]::before,
a[data-edit="backColor #FF0000"]::before {
  content: "\f0c8  ";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #FF0000;
  font-size: 18px;
  top: 10px;
  left: 0; }

/* Yellow */
a[data-edit="foreColor #FFFF00"]::before,
a[data-edit="backColor #FFFF00"]::before {
  content: "\f0c8  ";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #FFFF00;
  font-size: 18px;
  top: 10px;
  left: 0; }

/*# sourceMappingURL=adminstyle.css.map */
