﻿/*Suvey Tab*/

ul.survey-tab
 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.survey-tab li {
    float: left;
    margin-right: -1px;
    border: 1px solid #ccc;
    border-top-width: 0;
    padding: 8px 25px 8px 25px;
    background-color: #f2f2f2;
    color: #666666;
    cursor: pointer;
}
.survey-tab-container   {
    border-bottom: 1px solid #ccc;
    clear: both;
}
.survey-tab li.active {
    background-color: #FFF;
    color: #000;
       margin-top: -3px;
    padding-top: 10px;
}

/* Login */

.browser-warning{text-align:center;padding:5px;color:#e56d2e}
.bold {font-weight: bold}
a {color: #493d55}
a:hover {color: #40353A}
a.force-hover:hover {color: #40353A !important}
.login-block .dx-texteditor{ border: 1px solid #493d55;}

a.anchor-default-color{
    color: #337ab7;
}

.dx-selection a.anchor-default-color{
    color: #fff;
}

.dx-datagrid .dx-link.remove-underline{
    text-decoration: none;
}

.dialog-custom-header.dx-toolbar-before {
    width: 100%;
}

.grid-view .dx-datagrid-rowsview{
    border-top:0px;
}
.upload-validation .button-err:after{
      pointer-events: none;
    font-weight: bold;
    background-color: #d9534f;
    color: #fff;
    content: '!';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    margin-left: 3px;
}
.dx-datagrid-export-button .dx-button-content{padding:5px;}
.dx-datagrid-export-button .dx-icon-export-excel-button{font-size:16px;width:auto;}
.dx-button.btn-export{border:0;padding:0;font-weight:600;}
.btn-wrap{border: 1px #EAEAEA solid;background-color:#FFF;}
.btn-wrap .dx-button{border:0;}
.btn-wrap .dx-button.dx-state-hover{background:none;}
.btn-wrap .dx-button-has-text .dx-button-content{padding: 10px 15px;border-left:1px #EAEAEA solid;}

/*.export-button { margin-bottom: 5px;}*/
.export-button a{padding: 9px 10px;text-align:center;color:#9ba3a8;display: block;background: #fff;}

.vertical-align-top{
    vertical-align: top !important;
}

.max-height-auto{
    max-height:none;
}


/*photo gallery*/
.gallery-wrap ul li {margin-bottom: 15px;}
.gallery-wrap ul li > .thumb-content {border: 1px #f2f2f2 solid;padding-bottom: 20px;}
.lg-thumb-outer.lg-grab {display: none;}
.lg-sub-html h4 {margin-bottom: 5px;color: #333;font-size: 16px;font-weight: 300;}
.gallery-textbox {border: 1px #cacaca solid;padding: 5px 10px;width: 50%;margin-right: 5px;color: #333;}
.gallery-textbox:focus {border: 1px #b3b3b3 solid;outline: none;}
.btn-gallery-save {background: #0078D7;border: 1px solid #0078D7;color: #fff;padding: 5px 15px;}
.btn-gallery-cancel {background: #FE6868;border: 1px solid #FE6868;color: #fff;padding: 5px 15px;}
.image-title {font-size: 14px;text-align: left;padding: 5px;color: #888;}
.thumb-content {position: relative;}
.thumb-content > .delete-link {color: #ff4b4b;position: absolute;right: 10px;bottom: 5px;}
#lg-share, #lg-actual-size, #lg-zoom-out, #lg-zoom-in, .lg-fullscreen, .lg-autoplay-button, #lg-download {display: none;}
.galleryImage {-ms-border-radius: 0;border-radius: 0;}
.number-title{color: #0078D7;}
