﻿.datatablelanguage {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
}

.form-control::placeholder {
    font-size: 13px;
    color: #999;
}

.form-control[disabled]:hover {
    content: '\1F6AB';
    cursor: not-allowed;
}

.passwordBox {
    padding: 50px 20px 20px 20px !important;
}

.img-preview:hover,
.img-preview-active {
    border: #66b7e2 2px solid;
    cursor: pointer;
    box-shadow: 0 3px 7px #777;
    transition: all 0.3s;
}

.previewFont {
    font-size: 20px !important;
    margin-top: 10px !important;
}

#openSectionFormBtn {
    font-size: 18px;
    width: 100px;
}

.text-right {
    text-align: right !important;
    padding-top: 25px;
}

.btn-primary {
    color: #fff !important;
    background-color: #1AB394;
    border-color: #1AB394;
}

.wrapper-content {
    padding: 20px 0 40px !important;
}

.client-detail{
    height:450px !important;
}

#resourceContainer {
    height: 435px;
}

.btn-action {
    padding-top: 0px !important;
}

/*modal*/
input#DocumentFile {
    display: inline-block;
    width: 100%;
    padding: 120px 0 0 0;
    height: 100px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698394-icon-130-cloud-upload-512.png) center center no-repeat;
    background-size: 60px 60px;
    border: none !important;
    cursor: pointer;
}

#DocumentName.form-control {
    height: 46px;
    padding: 12px;
    border: #e6e6e6 2px solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#urlTextBox {
    display: none;
}

p.dropzone {
    margin: -45px 0px 0px !important;
}

div#file {
    border-radius: 15px;
    border: 2px dashed #e4e4e4;
    background-color: #fff;
}

fileLabel.dropzone {
    padding: 0px!important;
}

.dropzone {
    min-height: 0px !important;
    border: none !important;
    padding: 0px !important;
}

.disabled:hover {
    cursor: not-allowed !important;
}

.modal-title{
    font-size:16px !important;
}

.error {
    color: #cc5965;
}

.ibox #sectionTypeLabel .label {
    font-size: 14px !important;
}

.padding20{
    padding-top:20px;
    padding-bottom:20px;
}