body {
   font-size: .9rem;
}
.no_show {
  display: none;
}
.sms_content {
    max-width: 100%;
}
.box {
    width: 500px;
    margin: 200px 0;
}
.connections {
    display: none;
}
#preview, #secondary_girl_number_id {
    margin-bottom: 20px;
}
#add_timetable_btn {
    display: none;
}
.shape1{
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    float: left;
    margin-right: -50px;
}
.shape2 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    margin-top: -30px;
    float: left;
}
.shape3 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    margin-top: -30px;
    float: left;
    margin-left: -31px;
}
.shape4 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    margin-top: -25px;
    float: left;
    margin-left: -32px;
}
.shape5 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    float: left;
    margin-right: -48px;
    margin-left: -32px;
    margin-top: -30px;
}
.shape6 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    float: left;
    margin-right: -20px;
    margin-top: -35px;
}
.shape7 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    float: left;
    margin-right: -20px;
    margin-top: -57px;
}
.float {
    position: absolute;
    z-index: 2;
}

.form {
    margin-left: 145px;
}
.gallery_img {
  position: relative;
  display: inline-block;
  padding-right: 3px;
}
.delete_image {
   position: absolute;
   top: 0;
   right: 3px;
   width: 20px;
   height: 20px;
   background-color: #000;
   color: #fff;
   text-align: center;
   cursor: pointer;
}
.template_line {
   position: relative;
}
.delete_template {
   position: absolute;
   top: 0;
   right: 3px;
   width: 20px;
   height: 20px;
   background-color: #000;
   color: #fff;
   text-align: center;
   cursor: pointer;
   z-index: 5;
}

#currstatus {
   width: 70%;
}
.btn_info {
   vertical-align: top;
}
#templates {
  display: none;
}
.delete_number {
  color: #ff0000;
  cursor: pointer;
}
#exit {
  
}
#exit > a > img {
  height: 40px;
  
}
.item_active {
  background-color: lightgreen;
}
.conversation {
 min-height: 50px;
 height: auto;
 overflow: hidden;
}
.conversation.in {

}
.conversation.out {
  background-color: darkgray;
}

.list-group-item {
    padding: 0 .5rem;
}
.template {
   padding: 0 1.5rem 0 0;
}

.btn {
   padding: .105rem .35rem;
   font-size: .9rem;
}
a {
    color: #f15424;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 5px;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}

.badge { 
   display: inline-block; 
   padding: 0.25em 0.4em;
   font-size: 75%;
   font-weight: 700;
   line-height: 1;
   text-align: center;
   color: #fff;
   background-color: #777;
   white-space: nowrap; 
   vertical-align: baseline; 
   border-radius: 0.25rem;
 }


.blink-bg {
  animation: blinkingBackground 2s infinite;
}

.full-screen {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}
.delete_template {
   display: none;
}
.modal-body textarea {
   width: 100%;
}

.text_center {
   text-align: center;
}
#now {
   font-size: 120%;
   font-weight: bold;
}
@keyframes blinkingBackground{
		0%		{ background-color: #ff0000;}
		100%	        { background-color: #fff;}
}
.timetable_options {
   cursor: pointer;
}
.note_today {
   background-color: lightgray;
}
.note_edit {
    display: inline-block;
}
.note_text {
    white-space: nowrap;
    overflow: hidden;
}

.note_delete {
    display: inline-block;
    float: right;
}
.modal-footer .error {
   color: #ff0000;
   position: absolute;
   left: 10px;
}
#templates_options {
  display: none;
}
.error {
   border-color: red;
}

.sms_settings {
  padding: 20px;
}
.div-table {
  display: table;         
  width: auto;         
  ibackground-color: #eee;         
  border: 1px solid #666666;         
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
  display: table-row;
  width: auto;
  clear: both;
}
.div-table-col {
  float: left; /* fix for  buggy browsers */
  display: table-column;         
  width: 100px;         
  background-color: #eee;         
}
.div-table-col1 {
  width: 210px;         

}
.girl_message {
  text-align: right;
  background-color: #F5F5F5;
}
#export_btn {
  float: right;
}