﻿/* Common Css */
body {font-family:Sans-Serif;font-size:11pt;color:#444; background-color:none !important;}
.popup{border:0px solid #6F6F6F; background-color:#F4F4F4; min-height:100px;display:none;position:fixed;z-index:2000;padding:0;}
    .popup .header {
        font-size: 16px;
        color: White;
        background-color: #695c71;
        padding: 10px 5px;
    }
.popup .fa { color:#fff; margin-right:5px; }
.popup .body { padding:10px !important; }
.popup .panel-body { padding:15px !important; }
.popup .body iframe { position:relative; top:-12px;  }
#DownloadPopup .body iframe, #DemoPopup .body iframe { top: 0px; }
.popup .body hr { border:1px solid #ccc; margin:5px 0 10px 0; }
.popup .sep{background-color:#6F6F6F;}
.popup .close,.popup .close:hover{display:block; height:30px;width:26px; font-size:14pt; position:absolute;top:10px; right:5px; cursor:pointer; opacity:1;filter:alpha(opacity=100); }
.popup .close .fa { color:#fff; display:block;height:30px; font-size:14pt; }
.popup .avatar { height:40px;width:40px;background-color:#fff}
.popup .body{margin:0 5px 0 5px;padding:5px}

.float-box { position: fixed; bottom: 15px; right: 15px; background-color: #0090CB; z-index: 9999999; padding: 5px; border-radius: 10px; color: #fff; text-align: center; }
.float-box .float-box-white-bg { background: #fff; border-radius: 10px; overflow: hidden; margin-bottom: 5px; }
.float-box .float-box-header { color: #0090CB; padding: 15px; font-size: 18pt; }
.float-box .float-box-header .close { position: relative; top: -5px; right: -12px; }
.float-box .float-box-body .float-box-social-link { margin-bottom: 15px; float: left; }
.float-box .float-box-body { text-align: left; padding: 15px; }


.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}


#Comment-not-selected .right-content { padding-top: 10px !important; }

#rfvAddCategoryExists .right-content, #rfvAddCategoryRequired .right-content { padding-top: 8px !important; }