/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.width-30{
    width:30px; 
}
.width-40{
    width:40px; 
}
.width-50{
    width:50px; 
}
.width-60{
    width:60px; 
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px; 
    font-weight: 700;
    color: #8e8181;
}
.padding-top-3px{
    padding-top: 3px;
}
.form-control {
  font-size: 14px;
  font-weight: normal;
  color: #777;
  background-color: #fff;
  border: 1px solid #d2d1d1;
  box-shadow: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.form-control .select2-choice {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    background-image: none;
    filter: none;
    height: 34px;
    padding: 3px 0 0px 12px;
    color: #777;
}

.file-drop-zone {
    border: 1px dashed #ddd;
    padding: 4px;
    margin: 5px;
    text-align: center;
}
.file-drop-zone.clickable:hover {
    border: 1px dashed #ddd;
}
.cursor-pointer{
    cursor: pointer;
}
.with-30{
    width: 30px;
}

/*.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    border: none;
    box-shadow:none
}
.krajee-default.file-preview-frame {
    margin: 0px;
    border: none;
    box-shadow:none;
    padding: 0px;
    float: left;
    text-align: center;
}
.krajee-default.file-preview-frame .kv-file-content {
     width: 100%; 
     height: 200px;
}*/
/* Para desativar o upload de imagem do summernote */
.note-group-select-from-files {
  display: none;
}
