

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    height: 100%;
    padding-bottom: 50px;
    font-family: Helvetica Neue,Helvetica,sans-serif;
    color: #4a4a4a;
    font-size: 13px;
}

.header {    
    background-color: #F9F9F9;
    background-image: none;
    width: 100%;
    height: 80px;
    padding: 9px;
    position:fixed;
    top:0px;
    display: inline-block;
    z-index: 500;

}


.header-text {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%;  
    position: relative;
    text-transform: uppercase;
}


.header-text-template {
    top: 0px;
}

.service_title {
    font-size: 16px;
    color: #000;
    position: relative;
    display: block;
    top: 16px;
    font-weight: bold;
    color: #333333;    

}

.service_number {
    font-size: 14px;
    color: #F73DAC;
    position: relative;
    display: block;
    top: 12px;
    
}

.logged-field {
    
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    width: 100%;  
    color: #F73DAC;
    top: 10px;
    position: relative;
    padding-right: 10px;
    
}

.logged-field a {
    
    color: #4a4a4a;
    font-size: 12px;
    
}

.link-text {
    
    text-align: center;
    width: 100%;  
    color: #F73DAC;
    display: inline-block;
    position: relative;
    
}

.link-text a {
   
    color: #F73DAC;
   text-decoration: none;
   cursor: pointer;
}

.link-text a:hover {
    
    color: #F73DAC;
    text-decoration: underline;
    
    
}

.container-fluid {
    margin: 0 auto;
    height: 100%;
    padding: 20px 0;
  

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid {
    margin: 0 auto;
    height: 100%;
    padding: 20px 0;
  

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar {
    background-color: #ECECEC;
    background-image: none;
    height: 80px;
}

.darkgray {
    background-color: #414141;
}

footer {
    height: 40px;
    text-align: center;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: inline-block;
    padding: 10px;
    z-index: 499;
    
}

footer p {
    display: inline-block;
    position: relative;
    font-size: 12px;
    
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.inMsgList {
	min-height: 150px;
	background-color: rgb(253, 253, 253);
	border: 0px solid;
    border-radius: 10px;
    padding: 10px;
    z-index: 100;
    margin: 40px -10px 0px -10px;
}

#outmsgList {
    z-index: 100;
    background-color: rgb(200, 255, 200);
    padding: 10px;
    margin: 0px -10px;
    border: 0px solid;
    border-radius: 10px;
    min-height: 150px;
}

#msgList {
    
    z-index: 100;
    
}


.message {
    
    padding: 10px;
    
    
    
}

.viber_message .message-box {
	background-color: #59267C;
	color: #FFFFFF;
}

.viber_message .message-box .nickname-button {
	display: none;
}

.message-box {
    background-color: #F4F4F4;
    padding: 10px 15px 10px 10px;
    cursor: grabbing;
    border: 0px solid;
    border-radius: 10px;
    left: 0px;
    word-wrap: break-word;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
     -webkit-user-drag: none;
    
}

#dropzone {
    
    z-index: 99;
    top: -52px;
}

.partner_icon {
	padding: 10px;
}

.partner_icon a {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
color: #555555;
}

.topic_area {
	cursor: pointer;
}

.droptarget {
    width: 130px;
    height: 130px;
    padding: 10px;
    margin-bottom: 7px;
    border: 3px dotted;
    border-color: #D9D9D9;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: baseline;
    text-align: center;
    color: #929292;
    font-size: 11pt;
    
    
}

.holder {
    position: fixed;
}

.onDrag {
    
    border: 3px dotted #F962BC;
}

.onDrop {
    
    border: 3px solid #F962BC;
}

.ui-dropable {
    border: none;
}


.func_btn {
    
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: block;
    
}

.back {
	visibility: hidden;
}
    
.visible {
    visibility: visible;
}

.add_button {
	margin: 10px 0px;
}

.button {
    background-color: #fff;
    border: 2px solid #F73DAC;
    color: #F73DAC;
    height: 50px;
    width: 140px;
    border-radius: 25px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: 15px;
}

.inputfield {
 
    height: 50px;
    border-radius: 10px;

    
}

.title {
    
    color: #F73DAC;
    font-size: 30px;
    text-align: center;
    font-size: 25px;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
    width: 100%;

}


.bg{background:#167efb;color:#167efb;}

/* Radio group */
.segmented {
    display:flex;
    flex-flow:row wrap;
    box-sizing:border-box;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    text-align:center;
   
    
}
.segmented label {
    display:block;
    flex:1;
    box-sizing:border-box;
    border:2px solid #F73DAC;
    border-right:none;
    color:#F73DAC;
    margin:0;
    padding:.4em;
    cursor: pointer;
    user-select:none;
    -webkit-user-select:none;
     font-weight: normal;
}
.segmented label.checked {
    background:#F73DAC;
    color:#fff;
}
.segmented.inverted label {
    border-color:#fff;
    color:#fff;
    background:none;
}
.segmented.inverted label.checked {
    background:#fff;
    color:inherit;
}
.segmented label:first-child {
    border-radius:.4em 0 0 .4em;
    border-right:0;
}
.segmented label:last-child {
    border-radius:0 .4em .4em 0;
    border-right:1px solid;
}
.segmented input[type="radio"] {
    appearance:none;
    -webkit-appearance:none;
    margin:0;
    position: absolute;
    display:none;
}


.topicbox {
    
    background-color: #FAFAFA;
    padding: 20px;
    border-radius: 20px;
    
}

.marked {
    background-color: #b8d0ea; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hide {
   
   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

textarea {
 
            width: 90%;
            height: 100%;
            background-color: #fdfdfd;
            border-radius: 10px;
            border: none;
            padding: 5px;
            display: inline-block;
}

#overlay_form{
position: absolute;
border: 5px solid gray;
padding: 10px;
background: white;
width: 270px;
height: 190px;
}
#pop{
display: block;
border: 1px solid gray;
width: 65px;
text-align: center;
padding: 6px;
border-radius: 5px;
text-decoration: none;
margin: 0 auto;
}

.done {
   background-color: none;
   border: 1px solid #F962BC;
   border-radius: 8px;
   padding: 2px;
   color: #F962BC;
   width: 35px;
   text-align: center;
   cursor: pointer;
   display: inline-block;
   margin-left: 8px;
   vertical-align: top;
 
}

a.done {
    color: #F962BC;
   
}

.ui-widget.ui-widget-content {
     border: none;
     background-color: none;
    
}

.ui-widget-content {
    
    border: none;
    background: none;
    
}

.ui-panel .ui-panel-content {
    
    padding: 0;
    
}

#nick{
    width: 200px;
    height: 20px;
}

#aliasBtn {
    margin-left: -50px;

    background: blue;
    color: white;
    border: 0;
    -webkit-appearance: none;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    background-color: #ececec;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #f83dac;
    background: #ffffff;
    font-weight: normal;
    color: #000;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    
    border: 1px solid #f83dac;
    background: #f83dac;
    color: #ffffff;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #f83dac;
    color: #fff;
    font-weight: bold;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 70px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-text {
	display: inline-block;
	padding-top: 8px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #F73DAC;
}

input:focus + .slider {
  box-shadow: 0 0 1px #F73DAC;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.modal-title {
	font-weight: bold;
}

#scroller {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 2000;
    position: absolute;
    display: block;
    top: 0px;
    

}
