.btn{
  width: 150px;
  border-radius: 30px;
  padding: 11px 0 8px;
  cursor: pointer;
  z-index: 1;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.btn-blue{
  color:#fff;
  background-color: #016EB7;
  border-color: #016EB7;
}
.btn-green{
  color:#fff;
  background-color: #00913A;
  border-color: #00913A;
}
.btn-default{
  color:#333;
  background-color: #fff;
  border-color: #CAD0E0;
}
.btn-logout{
  margin:0;
}
button.pull-right{
  margin: 5px 0;
}
.btn:hover, .btn:focus, .btn.focus {
    color:#fff;
    opacity: .8;
    text-decoration: none;
}
.btn-default:hover,.btn-default:focus{
  color:#333;
}
.fileinput-button{
  position: relative;
}
.fileinput-button input{
  position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.container{
  margin:0;
  padding:0;
  width: 100%;
  height:auto;
}
/*admin*/
.admin-board{
  width: 463px;
  margin:0 auto;
  padding-top:18%;
}
.admin-board *{
  padding: 0;
  margin:0;
}
.admin-board h1{
  text-align: center;
}
.admin-board h1 a{
    background-image: url(/images/flow.png);
    background-image: none,url(/images/flow.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 126.5px;
    margin: 0 auto 80px;
    padding: 0;
    width: 231.5px;
    text-indent: -9999px;
    outline: 0;
    display: block;
}
.admin-board .btn-instagram{
  width: 100%;
  height:45px;
  line-height: 43px;
  border-radius: 5px
}
/*form*/
div.form-holder{
  padding:35px 45px;
  background-color: #f0f0f0;
  border-radius: 5px;
}
form.form-horizontal,
div.setting_url{
  width: 90%;
  margin:50px auto;
}
div.imagecheck{
  height: calc(100vh - 50px);
  text-align: center;
}
.form-control:focus{
  border-color:#016EB7;
  box-shadow: none;
}
.title-holder {
    line-height: 22px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    max-width: 900px;
}
.title-holder h2 {
    float: left;
    margin:0;
    padding-left:35px;
}
.title-holder h2 img {
    height: 50px;
}
.title-holder p {
    float: left;
    font-size: 14px;
    border-left: solid 1px #a6a6a6;
    padding-left: 30px;
    margin: 0 30px;
    line-height: 50px
}
th,td{
  text-align: left;
    vertical-align: middle !important;
    empty-cells: show;
}
tr td div{
  float: left;
  display: block;
  width: 35%
}
tr td label{
    width: 100%;
    text-align: center;
}
input{  
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5em;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0;
  border: 1px solid #CAD0E0;
  box-shadow:none;
  -webkit-appearance: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus{
  outline:none;
}
.form-box th{
  text-indent: 2px;
  width: 300px;
  padding: 50px 0;
  font-size: 15px;
  background: none;
/*  border-bottom: 1px solid #E3E3E3; */
  font-weight: normal
}
.form-box td{
    width: 80%;
/*    border-bottom: 1px solid #E3E3E3; */
    padding: 0;
}
.form-title{
  width: 30%
}
.form-title h2{
  margin:0;
}
.form-content{
  width: 70%;
  text-align: left;
  padding: 40px;
}
input[type=radio]{
  display: none;
}
.radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 72px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover:after {
  border-color: #00913A;
}
.radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 26%;
  left: 20px;
  display: block;
  margin-top: -10px;
  width: 36px;
  height: 36px;
  border: 2px solid #bbb;
  border-radius: 30px;
  content: '';
}
.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 21%;
  left: 23px;
  display: block;
  margin-top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #00913A;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
select {
  box-shadow: none !important;
    -webkit-appearance: none;
    background-image: url(/images/toggle.gif) !important;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff;
}

#site-row td label,
#browser-row td label,
#screen-row td label,
#caption-row td label{
  display: inline-block;
}
#backgroundimg-row td div,
#submit1-row td div,
#submit2-row td div,
#screen-row td div,
#caption-row td div{
  display: inline-block;
}

#site-row td label img,
#browser-row td label img,
#screen-row td label img,
#caption-row td label img{
  height: 29px;
  display: block;
  margin: 0 auto 5px;
  opacity: 1;
}
#site-row .radio:before,
#browser-row .radio:before,
#screen-row .radio:before,
#caption-row .radio:before{
  top:23%;
}
/*imagecheck*/
div.imagecheck-container{
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
  height:100%;
}
div.content,
div#imagecheck{
  width: 100%;
  max-width: 900px;
  margin:0 auto;
}
/*
div.imagecheck .title-holder{
  display: block;
}
*/
div.imagecheck .alt-title{
  display: none;
}
#top-area{
    height: 200px;
}
#top-area .owl-item{
  max-width: 160px !important;
  max-height: 160px !important;
}
#picker-top .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-pagination{
  max-height: 27px;
  overflow: hidden;
}
#middle-area {
    height: 200px;
}
#picker-middle .owl-wrapper-outer {
    height: 154px;
}
#bottom-area{
    height: 200px;
}
#bottom-area .owl-item{
  max-width: 160px !important;
  max-height: 160px !important;
}
#picker-bottom .item img {
    display: block;
    width: 100%;
    height: auto;
}
/*setting_url*/
.setting_url_table{
  padding:35px 45px;
  background-color: #f0f0f0;
  border-radius: 5px;
}
.setting_url td,
.setting_url th{
  width: auto;
  padding:15px;
  max-width: 200px;
}
.setting_url tr th:first-child,
.setting_url tr td:first-child{
  width: 20px;
  text-align: center;
  vertical-align: middle;
}
.setting_url tr th:last-child,
.setting_url tr td:last-child{
  width: 150px;
  text-align: center;
}
@media(max-width:992px){
  tr td div{
    width: 50%;
  }
}
@media(max-width:583px){
  input{
    border:none;
    border-bottom: 1px solid #CAD0E0;
  }
  .btn{
    width: 100px;
  }
  div.form-holder{
    padding:0;
    background-color:#fff;
  }
  .setting_pick tbody,
  .setting_pick table,
  .setting_pick tr,
  .setting_pick th,
  .setting_pick td{
    display: block !important;
    width: 100%;
    border:none;
  }
  .setting_url thead{
    display: none;
  }
  .setting_url_table{
    padding:0;
  }
  .setting_url tbody,
  .setting_url table,
  .setting_url tr,
  .setting_url th,
  .setting_url td{
    display: block !important;
    width: 100% !important;
    max-width: none;
    white-space: normal !important;
  }
  .setting_url td{
    padding: 20px 10px !important;
  }
  .setting_url td:first-child{
    background-color: #424242;
    color: #fff;
    border: none;
  }
  .setting_pick th{
    padding: 20px 0 20px 10px;
    background-color: #fff;
    color: #016EB7;
    font-weight: bold;
  }
  .setting_pick td{
    padding:0 10px 50px;
    overflow: hidden; 
  }
  .setting_pick td div{
    width: 50%;
    float: left
  }
  .setting_pick td label{
    width: 100%;
    height:86px;
  }
  .radio:before{
    top:37% !important;
  }
  .radio:after{
    top:39%;
  }
  #site-row td label img,
  #browser-row td label img,
  #screen-row td label img,
  #caption-row td label img{
    margin:10px auto;
  }
  .title-holder{
    padding-left:10px;
  }
  .title-holder h2{
    padding:0;
  }
  .admin-board{
    width: 236.5px
  }
  form.form-horizontal,
  div.setting_url,
  div.imagecheck{
    margin:30px 0 0;
  }
  div.imagecheck-container{
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    height:100%;
  }
  div.imagecheck .alt-title{
    display: none;
  }
  #top-area{
    height: 144px;
  }
  #top-area .owl-item{
    max-width: 107px !important;
  }
  #picker-top .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .owl-pagination{
    max-height: 27px;
    overflow: hidden;
  }
  #middle-area {
    height: 144px;
  }
  #picker-middle .owl-wrapper-outer {
    height: -webkit-calc(100% - 43px);
    height: calc(100% - 43px);
  }
  #bottom-area{
    height: 144px;
  }
  #bottom-area .owl-item{
    max-width: 107px !important;
  }
  #picker-bottom .item img {
    display: block;
    width: 100%;
    height: 100px;
  }
}
@media(max-width:320px){
  input{
    border:none;
    border-bottom: 1px solid #CAD0E0;
  }
  .btn{
    width: 100px;
  }
  div.form-holder{
    padding:0;
    background-color:#fff;
  }
  .setting_pick tbody,
  .setting_pick table,
  .setting_pick tr,
  .setting_pick th,
  .setting_pick td{
    display: block !important;
    width: 100%;
    border:none;
  }
  .setting_url thead{
    display: none;
  }
  .setting_url_table{
    padding:0;
  }
  .setting_url tbody,
  .setting_url table,
  .setting_url tr,
  .setting_url th,
  .setting_url td{
    display: block !important;
    width: 100% !important;
    max-width: none;
    white-space: normal !important;
  }
  .setting_url td{
    padding: 20px 10px !important;
  }
  .setting_url td:first-child{
    background-color: #424242;
    color: #fff;
    border: none;
  }
  .setting_pick th{
    padding: 20px 0 20px 10px;
    background-color: #fff;
    color: #016EB7;
    font-weight: bold;
  }
  .setting_pick td{
    padding:0 10px 50px;
    overflow: hidden; 
  }
  .setting_pick td div{
    width: 50%;
    float: left
  }
  .setting_pick td label{
    width: 100%;
    height:86px;
  }
  .radio:before{
    top:37% !important;
  }
  .radio:after{
    top:39%;
  }
  #site-row td label img,
  #browser-row td label img,
  #screen-row td label img,
  #caption-row td label img{
    margin:10px auto;
  }
  .title-holder{
    padding-left:10px;
  }
  .title-holder h2{
    padding:0;
  }
  .admin-board{
    width: 236.5px
  }
  form.form-horizontal,
  div.setting_url,
  div.imagecheck{
    margin:30px 0 0;
  }
  div.imagecheck-container{
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    height:100%;
  }
  div.imagecheck .title-holder{
    display: none;
  }
  div.imagecheck .alt-title{
    display: block;
  }
  #top-area{
    height: 144px;
  }
  #top-area .owl-item{
    max-width: 107px !important;
  }
  #picker-top .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .owl-pagination{
    max-height: 27px;
    overflow: hidden;
  }
  #middle-area {
    height: 144px;
  }
  #picker-middle .owl-wrapper-outer {
    height: -webkit-calc(100% - 43px);
    height: calc(100% - 43px);
  }
  #bottom-area{
    height: 144px;
  }
  #bottom-area .owl-item{
    max-width: 107px !important;
  }
  #picker-bottom .item img {
    display: block;
    width: 100%;
    height: 100px;
  }
}
