﻿.ui-widget-overlay {
    background: none;
}

.validationMessage {
    border: 1px solid #ff6a00;
    background-color:red;
    color:#fff !important;
    border-radius: 4px;
    position: absolute;
    bottom: 36px;
    left: 12px;
    line-height:24px;
    font-size:12px;
    padding:0 10px;

}

.ui-datepicker{z-index:2000 !important;}
.alert {
    padding: 8px 35px 8px 10px;
    text-shadow: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #333;
}

.home{ width:100%;height:100%}
.home .center{transform:translate(-50%,-50%); width: 500px; height: auto; left: 50%; top: 50%;}
.home .item{width: 100%; float: left;}
.home .item ul{margin:0; padding:5px; width: 100%;}
.home .item ul li{float: left;  height: 40px;  line-height: 30px; padding: 0 5px;list-style:none;}
.home .item ul li a{display: block; background-color: transparent; border:1px solid #fff; color: #393939; border-radius: 5px;text-decoration:none;padding:0 15px; border: 1px solid #ccc;}
.home .item ul li.active a{background-color: #428bca; border:1px solid #428bca;color:#fff; }
.home{ background-size: cover;}
.tabs-choose{}
.tabs-choose td{border:1px #666 solid;padding:5px 10px;}
.tabs-choose input{ border: 1px solid;}

/*#dialog-confirm {
    height: auto !important;
}

.control-label width {
    width: 70%;
}

#editor {
    max-height: 250px;
    height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}

#voiceBtn {
    width: 20px;
    color: transparent;
    background-color: transparent;
    transform: scale(2.0, 2.0);
    -webkit-transform: scale(2.0, 2.0);
    -moz-transform: scale(2.0, 2.0);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu a {
    cursor: pointer;
}

.fileinput-button input[type="file"] {
    width: 40px;
    top: -10px;
    left: -13px;
    transform: none !important;
}

.noData {
    text-align:center;
    padding:90px 0px 90px 0px !important;
}*/
