/* ******** */
/* Settings */
/* ******** */
a:visited,
a:hover,
a:active,
a {
    color: #0099ff; }

#settings_popup {
    width: 618px;
    height: 580px;
    background: #f6f6f6;
    padding: 15px 19px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
#settings_popup #loader {
    position: absolute;
    top: 125px;
    left: 95px; }

.box_style {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 11px 11px 0;
    margin-top: 17px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* *********** */
/* top section */
/* *********** */
.top_section {
    height: 152px;
    width: 550px;
    padding: 12px 10px;
    margin: 0 0 20px; }
.top_section #logo {
    height: 100%;
    padding: 0 10px 0 4px;
    border-right: 1px solid #a9a9a9; }
.top_section #logo img {
    margin-top: 6px; }

/* connect */
.connect {
    position: relative;
    height: 100%;
    width: 425px;
    padding: 12px 0 8px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.connect p {
    font-size: 14px;
    margin-right: 20px;
    color: #3a3a3a; }
.connect p a {
    text-decoration: underline; }
.connect .create_account,
.connect .more_info,
.connect div {
    position: absolute;
    bottom: 8px;
    left: 20px;
    color: #0099ff; }
.connect div {
    color: #fa5f0d; }
.connect .disconnect, .connect .connect_button {
    position: absolute;
    right: 0;
    bottom: 8px; }
.connect .create_account {
    color: #8e8e8e;
    font-size: 12px;
    width: 150px; }

/* ************** */
/* Style settings */
/* ************** */
.box_title {
    height: 38px;
    padding-left: 25px;
    pointer: cursor; }
.box_title h2 > a {
    display: block;
    position: relative;
    margin-right: 15px;
    color: #0099ff; }
.box_title h2 > a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -25px;

    height: 16px;
    width: 16px;
    display: inline-block; }
.box_style.opened .box_title h2 > a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
.box_title p {
    color: #8e8e8e; }

.style_setting {
    border-top: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px; }
.style_setting label {
    display: inline-block;
    color: #3a3a3a; }
.style_setting_tran {
    display: inline-block;
    color: #3a3a3a; }
.style_setting label:first-child {
    width: 253px;
    text-indent: 20px;
    color: #3a3a3a; }
.style_setting .color {

    height: 21px;
    width: 45px;
    display: inline-block;
    vertical-align: middle;

}
.style_setting .color:hover {
    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black; }

.layout_img:hover{
    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black; 
    cursor:pointer;
}
.layout_img_selected{
    -webkit-box-shadow: 0 0 2px #1F98D8;
    -moz-box-shadow: 0 0 2px #1F98D8;
    box-shadow: 0 0 2px #1F98D8; 

}
.layout_img_selected:hover{
    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black; 
    cursor:pointer;
}

.style_setting .color:active {
    -webkit-box-shadow: 0 2px 1px #cccccc inset;
    -moz-box-shadow: 0 2px 1px #cccccc inset;
    box-shadow: 0 2px 1px #cccccc inset; }

.style_setting .otherfield {

    height: 21px;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px; }
.style_setting .otherfield:hover {
    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black; }
.style_setting .otherfield:active {
    -webkit-box-shadow: 0 2px 1px #cccccc inset;
    -moz-box-shadow: 0 2px 1px #cccccc inset;
    box-shadow: 0 2px 1px #cccccc inset; }





/*.style_setting input[type="checkbox"] {
 display: block; }
.style_setting input[type="checkbox"] + label:before {
 content: "";
 margin-right: 7px;
 position: relative;
 top: 1px;

 height: 13px;
 width: 14px;
 display: inline-block; }
.style_setting label.checked:before,
.style_setting input[type="checkbox"]:checked + label:before {
 
 height: 13px;
 width: 14px;
 display: inline-block; }
.style_setting input[type="checkbox"] + label:first-child {
 text-indent: 0; }*/

/*.style_setting_expanded {
  line-height: 41px;
  padding: 10px 0;
  height: auto; }
  .style_setting_expanded label {
    color: #8e8e8e; }
  .style_setting_expanded input[type="checkbox"] + label {
    width: 100%;
    color: #3a3a3a; }
  .style_setting_expanded label + label {
    margin-left: 19px; }
  .style_setting_expanded .color {
    margin: 0 15px 0 5px; }
  .style_setting_expanded input[type="text"] {
    width: 150px;
    display: inline-block;
    margin-left: 5px; }*/

.table_width{
    width: 570px;

}
.connect_input{

    width:100px;
}

.style_setting2 {
    border-top: 1px solid #e6e6e6;
    height: 40px;
    line-height:35px; 
}
.style_setting2 label {
    display: inline-block;
    color: #3a3a3a; 
}
.style_setting2 label:first-child {
    width: 253px;
    text-indent: 20px;
    color: #3a3a3a; 
}


.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

#MenuLoader{
    top:0px;
    position: fixed;
    text-align:center;	
    width	:99.9%;
    border  : 1px solid #aaaaaa; 
    background: #ffffff; 
    color: #222222; 
    opacity: 0.5;
    height:100%
}

#MenuLoader img {
    padding: 20% 20%;
}
.hide{
    display:none;
}

.layouts {
  text-align: center;
  padding-bottom: 30px;
}
.layouts figure {
  margin: 0 5px;
  list-style: none;
  display: inline-block;
  height: 71px;
  width: 98px;
  /* background-image: url('../../images/layouts.png'); */
  background-position: top;
  background-repeat: no-repeat;
}
.layouts figure figcaption {
  font-size: 12px;
  position: relative;
  top: 75px;
  margin: 0;
  cursor: pointer;
  color: #737373;
}
.layouts figure.horizon {
  background-image: url('../../images/layout1.jpg');
  /* background-position: 0 0; */
}
.layouts figure.matrix {
  background-image: url('../../images/layout2.jpg');
  /* background-position: 0 0; */
}
.layouts figure.pro {
  background-image: url('../../images/layout3.png');
  /* background-position: 0 0; */
}
.layouts figure.executive {
  background-image: url('../../images/layout4.png');
  /* background-position: 0 0; */
}
.layouts figure.callout {
  background-image: url('../../images/layout5.png');
  /* background-position: 0 0; */
}
.layouts figure.bubble {
  background-image: url('../../images/layout6.png');
  /* background-position: 0 0; */
}
.layouts figure.coolborder {
  background-image: url('../../images/layout7.png');
  /* background-position: 0 0; */
}
.layouts figure.fancycallout {
  background-image: url('../../images/layout8.png');
  /* background-position: 0 0; */
}
.layouts figure.square {
  background-image: url('../../images/layout10.png');
  /* background-position: 0 0; */
}
.layouts figure.boxes {
  background-position: 0 0;
}
.layouts figure.full {
  background-position: 0 -87px;
}
.layouts figure.grid {
  background-position: 0 -174px;
}
.required {
    color:#d9534f;
}

.rating-input {
    color: gold;
}

.rating-input .glyphicon {
    font-size: 20px;
}
.rating-input .glyphicon-star-empty {
    color: #929292;
}
.uilib-popup {
    top: 10% !important;
    margin-top: auto !important;
}