﻿input[type="checkbox"] {
    vertical-align: top;
}

.fa {
    margin-right: 15px;
}

.box-content .file_list{
    padding-left: 15px;
    padding-right:15px;
}

.ajax-circle {
    display:none;
}

.ajax-circle img {
    height: 27px;
    width: 27px;
}

#login {
    margin-top:100px;
}

.logo_login {
  color: #FFFFFF;
  /*text-shadow: #86B6F7 2px 2px 2px;*/
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  background-color: #292A46;
  font-family: georgia,serif;
  padding-left: 30px;
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  line-height: 50px;
}

.logo_login img{
    height: 90px;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;

}

.login_logo {
  float: right;
  text-align: center;
  font-weight: bold;
  font-family: georgia,serif;
  font-size: 16px;
}

.login_logo a {
  color:white;
}

#loginForm {
    border: 3px solid #8D8CB3;
    border-style: ridge;
    padding: 20px;
    background-color: white;
}

.validation-summary-errors, .field-validation-error, .field-validation-valid {
    color:red;
}

.field-validation-ok {
    color:blue;
}

.panel-menu .fa{
    margin-right: 0px;
    margin-left: 15px;
}

.panel-menu .fa-power-off{
    border: 2px solid;
    color: red;
}

.panel-status {
    padding: 10px;
}

.stat-icon {
    position: absolute;
    top: auto;
    bottom: 11px;
    right: 15px;
    z-index: 0;
    font-size: 15px;
    color: white;
    opacity: .4;
}

.panel-status:hover .stat-icon {
    font-size: 20px;
    bottom: 8px;
    right: 10px;
    opacity: .7;
}

#top-panel .agency_logo{
    /*background-color: white;*/
    max-height: 45px;
    max-width: 210px;
    float: left;
    /*padding: 4px;*/
}

    #top-panel .agency_logo img {
        width: 205px;
        height: 40px;
        border: 3px solid #6A707E;
        background: white;
        /*margin-left: -15px;*/
        padding: 2px;
    }

#top-panel .agency_name{
    margin-top: 2px;
    font-family: georgia,serif;
    padding-left: 20px;
    font-size: 25px;
    float: left;
}

.p_element .agency_logo {
    padding:3px;
}

.p_element .agency_logo img {
    width: 140px;
    height: 35px;
}

.web_theme_list img{
    height: 100px;
}

#post-loader {
	position: absolute;
    left: 45%;
	width: 50px;
	height: 50px;
	border: 8px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 25px 2px #eee;
    display:none;
}

#ajaxloader
{
	animation: spin 1s linear infinite;
}

@keyframes spin
{
	from { transform: rotate(0deg);   opacity: 0.2; }
	50%  { transform: rotate(180deg); opacity: 1.0; }
	to   { transform: rotate(360deg); opacity: 0.2; }
}

/*
table tbody tr:hover {
    background:#f5f5f5;
}
*/

#smartpagi-contents tr:hover {
    background:#f5f5f5;
}

.btn
{
    min-width: 100px;
}

.btn-app-md {
    width: 13%;
    height: 40px;
    padding: 0;
    font-size: 15px;
    padding-left: 12px;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
    min-width: 180px;
}
.btn-app-md i {
    position: absolute;
    top: auto;
    bottom: 11px;
    right: 0px;
    z-index: 0;
    font-size: 20px;
    color: white;
    /*opacity: .4;*/
    display: block;
}

.btn-app-inside {
    width: 9%;
    height: 30px;
    padding: 0;
    font-size: 14px;
}

.btn-app-wizard {
    width: 12%;
    height: 30px;
    padding: 0px;
    padding-top: 2px;
    font-size: 12px;
    min-width: 170px;
}

.row-fluid {
    margin-bottom: 10px;
    padding-right: 25px;
}

.inner-button-group {
    float:right;
}

#agency_field, #ajax_field{
    display:block;
    /*padding-left: 30px;*/
    /*padding-right: 0px;*/
}

#LogoValTxt, #PicValTxt, .PicValTxt {
    color:red;
    margin-left: 10px;
}

#_preview{
    width: 100%;
}

#logo_preview {
    width: 100%;
  /* height: 40%; */
    max-height: 100px;
}

#agency_pic_preview {
    width: 100%;
    max-height: 350px;
}

#contact_pic_preview {
    width: 40%;
    height: 100%;
    max-height: 180px;
}

#theme_preview, .slider_preview {
    width: 100%;
    max-height: 220px;
}

.thumb_preview {
    width: 33%;
    max-height: 200px;
}

#theme_preview {
    max-height: 320px;
}

.logo_preview {
    max-height: 50px;
    margin-bottom:5px;
}

.picture_preview  {
    width: 100%;
    max-height: 220px;
    margin-bottom:5px;
}

.supplier_pic_preview  {
    width: 100%;
    height: 250px;
    margin-bottom:5px;
}

.modal {
/*z-index: 10000;*/
}

.property_photos{
    display: block;
}

.property_photos img{
    width:100%;
    height: 140px; 
    /* min-width: 180px; */
    /* max-width: 230px; */
    max-height: 300px;
    max-width: 450px;
    margin-bottom: 20px;
}

.sortable { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}

.sortable li { 
    margin-bottom: 20px;
    float: left;
    font-size: 4em; 
    text-align: center;
}

.pic-icon {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 0;
    font-size: 15px;
    font-weight:bold;
    padding: 3px 7px;
    line-height: 1;
    color: #FFFFFF;
    background-color: rgba(20, 58, 139, 0.56);
    border-radius: 10px;
}

.pic-delete {
    position: absolute;
    top: 150px;
    left: 25px;
    z-index: 0;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 7px;
    line-height: 1;
    color: #FFFFFF;
    background-color: rgba(231, 0, 0, 0.56);
    border-radius: 10px;
}

.pic-delete a {
    color:white;
}

.video-delete {
    position: absolute;
    top: 20px;
    left: 580px;
    z-index: 0;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 7px;
    line-height: 1;
    color: #FFFFFF;
    background-color: rgba(231, 0, 0, 0.56);
    border-radius: 10px;
}

.video-delete a {
    color:white;
}

.btn-app-photo {
    width:100%;
    height:100%;
}

#inspection_list {
    padding: 20px;
}

#main_val_message {
    margin-top: 20px;
}

.picture-in-list img{
    width: 90px;
    max-height: 50px;
}

.dashbord_content .box{
    margin-right: 0px;
}

.list-group-item {
    padding: 5px 10px;
}

.list-group-item:focus {
  background: red;
}

#TabContent {
    padding-top:20px;
}

.panel-heading {
    padding: 5px 10px;
}

.tab-content {
    padding-left: 0px;
    padding-right: 0px;
}

.tabbable, .tab-content {
    padding-left: 0px;
}

.tab-content {
    padding-right: 0px;
}

.modal-header {
    background-color: rgba(48, 77, 196, 0.34);
}

.modal-uploadXML {
    width: 1200px;
}

.modal-ezihelp {
    width: 800px;
}

.form-group .control-label.required:after {
  content:"*";
  color:red;
  position: absolute;
  margin: -1px 0px 0px 7px;
  font-size: x-large;
  padding: 0 5px 0 0;
}

/* css for timepicker */
/*
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 20px 10px 10px 30%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }
*/

.pdf_preview {
    margin-top: 15px;
    margin-bottom: 10px;
}

    .pdf_preview img {
        width:100%;
    }


.one-result a {
    color: #4148C2 !important;
}

.panel-menu .panel-question {
    font-size: 24px;
}

.navbar-brand {
    color: black;
    background: #E3E4EC;
}

#PureText .mce-fullscreen {
    position: fixed;
    top: 55px;
    left: 150px;
}

#wizard-tab-title {
    font-size:20px;
    margin: 15px;
}

#wizard-tab-title .badge {
    font-size: 17px;
    vertical-align: top;
    margin-top: 2px;
}

.help {
  margin-right: 0px;
}

.pad-l-20 {
    padding-left:20px;
}
.left-15 {
    left:15px;
}