@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
.board{
    width: 100%;
    font-family: 'Roboto', sans-serif;
    /*margin: 60px auto;*/
    /*height: 500px;*/
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
    background: #f5f5f5;
}
.tab-content>.active{
    min-height: 100vh;
}
.table_info_form {
    background: #fff;
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    min-height: 118px;
    margin: 0 auto;
    box-sizing: border-box;

}
.no_padding{
    padding-left: 0;
    padding-right: 0;
}
.board > div.board-inner {
    width: 151px;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}
/* admin ui theme color */
.top_color{
    background: #e74c3c;
}
.board-inner .nav-tabs>li.active>a{
    background: #fff;
}
.top_color{
    height: 70px;
}
.attc_table_short_code {
    text-align: center;
    box-shadow: 0 2px 2px rgba(0,0,0,0.20);
    margin-bottom: 30px;
    padding: 101px 0;
}
.attc_table_short_code p {
    font-size: 16px;
    margin-bottom: 15px;
}
.attc_table_short_code input[type="text"] {
    line-height: 45px;
    padding: 0 10px;
    text-align: center;
    color: #e74c3c;
    border-radius: 3px;
    font-size: 18px;
    background: #fcfcfc;
}
.attc_table_short_code input[type="text"]:focus,
.attc_option input:focus{
    outline: none;
    box-shadow: 0 0 0;
}
.attc_option{
    position: relative;
    margin-bottom: 20px;
    width: 160px;
}
.attc_option:last-child{
    margin-bottom: 0;
}

.attc_option input {
    border-radius: 3px;
    padding: 0 20px;
    line-height: 46px;
    width: 100%;
    border: 1px solid #009688;
    background: #009688;
    color: #fff;
}
.attc_option input::-webkit-input-placeholder{
    color: #fff;
}
.attc_option input::-ms-input-placeholder{
    color: #fff;
}
.attc_option input::-moz-input-placeholder{
    color: #fff;
}
.attc_option input:focus{
    border-color: #009688;
    background: transparent;
}

.attc_option .option_btn {
    position: absolute;
    height: 100%;
    right: 0;
    background: #009688;
    color: #fff;
    font-size: 16px;
    outline: 0;
    padding: 0 12px;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 0 0;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #77bb92;
    border-right: none;
    top: 0;
}
.attc_option .option_btn:focus{
    box-shadow: 0 0 0;
    outline: 0;
}
.attc_setting_options{
    width: 50%;
    display: inline-block;
    margin-right: -4px;
}
.attc_setting_options:nth-child(1){
    position: relative;
}
.attc_setting_options:nth-child(1):before {
    position: absolute;
    height: calc(100% - 50px);
    top: 50%;
    width: 1px;
    content: "";
    right: 86px;
    background: #ededed;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.attc_table_setting h4{
    padding-bottom: 30px;
    font-size: 20px!important;
}
.delete_icon{
    display: inline-block;
    margin-left: 5px;
}
/*p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    /*border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #FF9800;border: 2px solid #FF9800;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}*/

/*.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}*/
.nav-tabs > li {
    width: 100%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
/*.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 50%;
    opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    transform: translateX(-50%);

}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    opacity: 1;
    margin: 0 auto;
    bottom: -8px;
    border: 10px solid transparent;
    left: 50%;
    border-bottom-color: #337ab7;
    transform: translateX(-50%);
}
.nav-tabs > li a{
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}


.btn-pref .btn {
    -webkit-border-radius:0 !important;
}


.tab-content{
}
.tab-pane{
    position: relative;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    /*color: #ffffff;
}*/
.edit_section_wrapper{
    background: #f5f5f5;
}
.board-inner .nav.nav-tabs li{
    text-align: center;
}
.board-inner ul.nav.nav-tabs{
    border: none;
}
.board-inner ul.nav.nav-tabs li a p span{
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 26px;
}
.board-inner ul.nav.nav-tabs li a p i{
    font-size: 24px;
    line-height: 26px;
    line-height: 59px;
    width: 61px;
    color: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 50%;
}
.board-inner ul.nav.nav-tabs li.active a p i{
    background: #e74c3c;
    color: #fff;
}

.nav-tabs>li>a,
.nav-tabs>li.active>a{
    border: none;
}
.nav-tabs>li>a:focus{
    outline: 0;
    box-shadow: 0 0 0;
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
    border: none;
}
.board .tab-content {
    width: calc(100% - 200px);
    display: inline-block;
    margin-top: 30px;
}
.attc_input_field{
    width: 100%;
    line-height: 48px;
    padding: 0 17px;
    border: 1px solid #dedede!important;
    margin-bottom: 30px;
    box-shadow: 0 0 0;
}
.attc_input_field:-moz-placeholder{
    color: #929191!important;
}
.attc_input_field:-webkit-placeholder{
    color: #929191!important;
}

.attc_input_field:focus{
    box-shadow: 0 0 0!important;
    outline: 0;
    border-color: 0!important;
}

input.attc_input_field[type="number"]{
    line-height: 48px;
    height: auto;
}
.table_info_form textarea{
    height: 96px;
    line-height: 26px;
    padding-top: 12px;
}
.table_info_form label {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #424141;
    font-family: "Roboto",sans-serif;
}
.info_form_title{
    margin-bottom: 24px;
}
.info_form_title h4,
.attc_table_setting h4{
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
}
.table_info_form,
.attc_table_setting,
.attc_table_setting_wrap,
.attc_support{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-top: 25px;
    padding-left: 30px;
    box-shadow: 1px 2px 0px rgba(0,0,0,0.20);
    padding-right: 30px;
    padding-bottom: 39px;
}
.attc_btn{
    line-height: 45px;
    border-radius: 3px;
    background: #e74c3c;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    border: none;
    box-shadow: 0 0 0;
    outline: 0;
    width: 150px;
    font-size: 14px;
}
.attc_option input:focus::-webkit-input-placeholder{
    color: #333;
}
.attc_option input:focus::-ms-input-placeholder{
    color: #333;
}
.attc_option input:focus::-moz-input-placeholder{
    color: #333;
}
.attc_option input:focus{
    color: #333;
}
