table{
    border-collapse: collapse;
    border-spacing: 0;
}

.red{
    color: red !important;
}

.inline-block{
    display: inline-block !important;
    width:auto;
}

.error_msg{
    background-color: pink;
    font-size: 14px;
    border:1px solid #000;
    padding:15px;
    margin:15px 0px;
}

.dialog{
    background-color: #eee;
    border:1px solid #34495e;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #34495e;
    padding:2px;
    z-index: 999;
}
.dialog_container{
    background-color: #fff;
    border: 1px solid #cdcdcd;
}
.dialog_headline{
    margin-top:-2px;
    padding:5px 3px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    background-color:#fff;
    background: -moz-linear-gradient(top,#fff,#f5f5f5);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#fff,endColorstr=#f5f5f5,GradientType=0); zoom: 1;
    background: linear-gradient(top,#fff,#f5f5f5);
}
.dialog_headline .title{
    font-size: 16px;
}
.dialog_close_ico{
    width:15px;
    height: 15px;
    background: url('/images/bkmark_x.png');
    position:absolute;
    top:8px;
    right: 5px;
    cursor: pointer;
}
.dialog_content{
    padding:10px;
}

input.error, textarea.error, select.error{
    border:1px solid pink;
}
input.error:hover, textarea.error:hover, select.error:hover{
    border:1px solid red;
}
small{
    color:#cdcdcd;
}
.lang-btn{
position: fixed;
top: 0px;
bottom: 0px;
left: -51px;
width: 130px;
overflow: hidden;
border-color: #333 #333 #333 -moz-use-text-color;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
z-index: 99999999;
height: 30px;
transition: all 0.3s ease-in-out 0s;
transform: rotate(-90deg);
margin: auto;
box-shadow: 0px 1px 3px rgb(51, 51, 51);
border-width: 1px;
border-style: solid;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: rgba(255, 255, 255, .7);
}
.lang-btn a{
    color:#333;
    display:block;
    padding:2px 5px 5px;
    text-align: center;
    
}
.lang-btn:hover{
    height: 90px;
    padding-top:40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile-show{
    display:none;
}
@media(max-width:992px){
    .mobile-show{
        display:block;
    }
    .mobile-hidden{
        display:none !important;
    }
    .lang-btn{
        width: 30px;
        left:-1px;
    }
}



.tab-pane.fade{
    display:none;
}
.tab-pane.fade.in{
    display:block;
}
.nav-tabs > li.active > a h2{
    color:#FF8B77;
}
.nav-tabs > li > a:hover h2{
    color:#FF8B77;
    transition: all 0.5s ease-in-out;
}
.pagination .links li{
    list-style-type: none;
    float: left;
}
.pagination .links li a{
    float:left;
    margin-left: -1px;
    border: 1px solid #D2D2D2;
    margin-bottom: 5px;
    text-decoration: none;
    background: none repeat scroll 0% 0% #FFF;
    display: inline-block;
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
}
.pagination .links li.disabled a:hover{
    cursor: not-allowed;
}
.pagination .links li.active a{
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.padding0{padding:0px;}
.offset-0{padding-left:0px;}
@media(min-width:992px){
.right{float: right;}
.left{float: left;}
}

.clear{
    clear:both;
    height: 1px;
    width: 100%;
}
.margtop15{
    margin-top:15px;
}
.padding20{
    padding-top:20px;
}
.load_image_editor{cursor: pointer;}

.scrolltop{
    background-color: #0E3460;
    border:1px solid #fff;
    font-size:24px;
    padding: 2px 10px;
    position: fixed;
    right: 50px;
    bottom: 40px;
    z-index:999999;
    color:#fff;
    cursor: pointer;
    display: none;
    opacity: 0.8;
}
.scrolltop:hover{
    box-shadow: 0px 0px 5px #fff;
}

.toast-message a:first-child{
    border-bottom: 2px solid #fff;
    display: block;
    margin-bottom: 5px;
    font-size:18px;
}
.toast-message a:last-child{
    border-top:2px solid #fff;
    display: block;
    margin-top: 5px;
}
.help-block{
    display:none;
    position: absolute;
    top:-100px;
    right: 40px;
    background-color: #fff;
    z-index: 1000;
    border:1px solid #f1f1f1;
    border-radius: 3px;
    box-shadow: 0px 5px 5px #999;
}
.help-title{
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    height: 32px;
    background-color: #f1f1f1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.help-title h3{
    padding:3px 15px;
    float:left;
    text-align: left;
}
.help-title a{
    float:right;
    padding:8px 15px;
}
.help-message{
    padding:15px;
}
.input-group-addon:hover .help-block{
    display:block;
}
.right{
    float:right;
}
.left{float:left};
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.padding0{
    padding:0px;
}
.margin0{
    margin:0px;
}
.margtop30{
    margin-top:30px;
}
.margtop20{
    margin-top:20px;
}
.margtop25{
    margin-top:25px;
}
.margtop5{
    margin-top:5px;
}
.margtop10{
    margin-top:10px;
}
.margtop15{
    margin-top:15px;
}

.white-bg{
    background-color: #fff;
}
.grey{
    color:#777;
}
.grey a{
    color:#777;
}