﻿.input-small, .input-medium, .input-mini, .input-large {

    padding: 3px 6px 3px 6px !important;
    line-height: 1.42857143;
    height: 26px !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    border-radius: 0;

}

    .input-small:focus, .input-medium:focus, , .input-mini:hover, .input-large:hover {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

.widget-header .widget-title {
    line-height: 26px !important;
}

.widget-toolbar {
    line-height: 26px !important;
}

.widget-header {
    height: 26px !important;
    min-height: 26px !important;
}

.widget-main {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.jqmWindow
{
    display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 3px;
}

.jqmWindowBox
{
    display: none;
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -300px;
    width: 555px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 3px;
}


.jqmOverlay
{
    background-color: #000;
}


.table {
    margin-bottom: 0px !important;
}

h5 {
    font-size:14px !important;
}


/*
.widget-header {
    height: 34px !important;
}
*/

.customRow {
    width:auto; 
    clear:both;
}

.paramName {
    background-color: #EDF3F4;
    border-top: 1px solid #F7FBFF;
    text-align: right;
    padding: 1px 10px 1px 4px;
    font-weight: normal;
    color: #667E99;
    border-top: 1px dotted #D5E4F1;
    display: table-cell;
    width: 110px;
    vertical-align: middle;
}

.paramHeader {
    color: #336199;
    background-color: #EDF3F4;
    border-top: 1px solid #F7FBFF;
    text-align: center;
    font-weight: bold;
    border-top: 1px dotted #D5E4F1;
    display: table-cell;    
}

.paramDetail {
    text-align: center;
    display: table-cell;
}

.table {
    border: 1px solid #DCEBF7;
}

.table tr td {
    padding:0px !important;
    padding-top:3px !important;
    padding-right:8px !important;
    padding-left:8px !important;
    vertical-align: text-bottom !important;
}

.table tr .tableFooterRight {
    border: 1px solid #DCEBF7;
    text-align:right;
    padding:8px !important;
}
.table tr .tableFooterLeft {
    border: 1px solid #DCEBF7;
    text-align:left;
    padding:8px !important;
}

.ui-datepicker {
    line-height: 1 !important;
    font-size: 12px !important;
}


/* dg select */
td.list-parameters{
    color: #555;
cursor:pointer;
border: 1px solid #585858;
}
td.list-parameters:focus,td.list-parameters:hover{
    background-color:#EDF3F4;
    text-decoration:none;
    text-align:center;
}
table.list-parameterstbl{
    border-collapse: collapse; 
    max-width:300px; 
    width:100%; 
    background-color:lightblue; 
}
/* ! dg select */

body {
    font-family:sans-serif !important;
}

.search-field {
    height:30px !important;
    font-family:sans-serif !important;
    color:#b5b5b5 !important;
}

.default {
    height:30px !important;
    font-family:sans-serif !important;    
    color:#b5b5b5 !important;
}

#mainFrame {
    padding-left:0px;
    padding-right:0px;
    border:0px;    
}

#mainContainer {
    padding-left:0px;
    padding-right:0px;     
}

label {
    margin-bottom:0px !important;
    margin-top:5px !important;
}

/* ------------------------- STANDART KAYIT GİRİŞİ -------------------------*/
.record-user-info {
  display: table;
  width: 98%;
  width: calc(100% - 24px);
  margin: 0 auto;
}
.record-info-row {
  display: table-row;
}
.record-info-name {
  text-align: right;
  padding: 1px 10px 1px 4px;
  font-weight: normal;
  color: #667E99;
  background-color: transparent;
  border-top: 1px dotted #D5E4F1;
  display: table-cell;
  width: 110px;
  vertical-align: middle;
}
.record-info-value {
  display: table-cell;
  padding: 1px 4px 1px 6px;
  border-top: 1px dotted #D5E4F1;
}

.record-info-footer {
  display: table-cell;
  text-align: right;
  width: 100%;
  padding: 10px 4px 10px 6px;
}
.record-info-value > span + span:before {
  /* for a list of values (such as location city & country) put a comma between them */
  display: inline;
  content: ",";
  margin-left: 1px;
  margin-right: 3px;
  color: #666;
  border-bottom: 1px solid #FFF;
}
.record-info-value > span + span.editable-container:before {
  display: none;
}
.record-info-row:first-child .record-info-name {
  border-top: none;
}
.record-info-row:first-child .record-info-value {
  border-top: none;
}
.record-user-info-striped {
  border: 1px solid #DCEBF7;
}
.record-user-info-striped .record-info-name {
  color: #336199;
  background-color: #EDF3F4;
  border-top: 1px solid #F7FBFF;
}

.record-user-info-striped .record-info-value {
  border-top: 1px dotted #DCEBF7;
  padding-left: 12px;
}
.record-picture {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 4px;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.record-activity {
  padding: 10px 4px;
  border-bottom: 1px dotted #D0D8E0;
  position: relative;
  border-left: 1px dotted #FFF;
  border-right: 1px dotted #FFF;
}
.record-activity:first-child {
  border-top: 1px dotted transparent;
}
.record-activity:first-child:hover {
  border-top-color: #D0D8E0;
}
.record-activity:hover {
  background-color: #F4F9FD;
  border-left: 1px dotted #D0D8E0;
  border-right: 1px dotted #D0D8E0;
}
.record-activity img {
  border: 2px solid #C9D6E5;
  border-radius: 100%;
  max-width: 40px;
  margin-right: 10px;
  margin-left: 0px;
  box-shadow: none;
}
.record-activity .thumbicon {
  background-color: #74ABD7;
  display: inline-block;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  margin-left: 0px;
  text-shadow: none !important;
}
.record-activity .time {
  display: block;
  margin-top: 4px;
  color: #777;
}
.record-activity a.user {
  font-weight: bold;
  color: #9585BF;
}
.record-activity .tools {
  position: absolute;
  right: 12px;
  bottom: 8px;
  display: none;
}
.record-activity:hover .tools {
  display: block;
}
.user-profile .ace-thumbnails li {
  border: 1px solid #CCC;
  padding: 3px;
  margin: 6px;
}
.user-profile .ace-thumbnails li .tools {
  left: 3px;
  right: 3px;
}
.user-profile .ace-thumbnails li:hover .tools {
  bottom: 3px;
}
.user-profile .user-title-label:hover {
  text-decoration: none;
}
.user-profile .user-title-label + .dropdown-menu {
  margin-left: -12px;
}
.record-contact-links {
  padding: 4px 2px 5px;
  border: 1px solid #E0E2E5;
  background-color: #F8FAFC;
}
.btn-link:hover .ace-icon {
  text-decoration: none !important;
}
.record-social-links > a {
  text-decoration: none;
  margin: 0 1px;
}
.record-social-links > a:hover > .ace-icon {
  text-decoration: none;
}
.record-skills .progress {
  height: 26px;
  margin-bottom: 2px;
  background-color: transparent;
}
.record-skills .progress .progress-bar {
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 0 8px;
}
.record-users .user {
  display: block;
  position: static;
  text-align: center;
  width: auto;
}
.record-users .user img {
  padding: 2px;
  border-radius: 100%;
  border: 1px solid #AAA;
  max-width: none;
  width: 64px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.record-users .user img:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.33);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.33);
}
.record-users .memberdiv {
  background-color: #FFF;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: center;
  margin: 0 8px 24px;
}
.record-users .memberdiv .name a:hover .ace-icon {
  text-decoration: none;
}
.record-users .memberdiv .body {
  display: inline-block;
  margin: 8px 0 0 0;
}
.record-users .memberdiv .popover {
  visibility: hidden;
  min-width: 0;
  max-height: 0;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  top: -5%;
  left: auto;
  right: auto;
  opacity: 0;
  display: none;
  position: absolute;
  -webkit-transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, max-height 0s linear 0.2s, max-width 0s linear 0.2s, min-width 0s linear 0.2s;
  -o-transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, max-height 0s linear 0.2s, max-width 0s linear 0.2s, min-width 0s linear 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, max-height 0s linear 0.2s, max-width 0s linear 0.2s, min-width 0s linear 0.2s;
}
.record-users .memberdiv .popover.right {
  left: 100%;
  right: auto;
  display: block;
}
.record-users .memberdiv .popover.left {
  left: auto;
  right: 100%;
  display: block;
}
.record-users .memberdiv > :first-child:hover .popover {
  visibility: visible;
  opacity: 1;
  z-index: 1060;
  max-height: 250px;
  max-width: 250px;
  min-width: 150px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.record-users .memberdiv .tools {
  position: static;
  display: block;
  width: 100%;
  margin-top: 2px;
}
.record-users .memberdiv .tools > a {
  margin: 0 2px;
}
.record-users .memberdiv .tools > a:hover {
  text-decoration: none;
}
.user-status {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #FFF;
  border: 3px solid #AAA;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 1px;
}
.user-status.status-online {
  border-color: #8AC16C;
}
.user-status.status-busy {
  border-color: #E07F69;
}
.user-status.status-idle {
  border-color: #FFB752;
}
.tab-content.record-edit-tab-content {
  border: 1px solid #DDD;
  padding: 8px 32px 32px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}
@media only screen and (max-width: 480px) {
  .record-info-name {
    width: 80px;
  }
  .record-user-info-striped .record-info-name {
    float: none;
    width: auto;
    text-align: left;
    padding: 6px 4px 6px 10px;
    display: block;
  }
  .record-user-info-striped .record-info-value {
    margin-left: 10px;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .user-profile .memberdiv {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}
  .modal-xl {
    width: 100%!important;
   max-width:1200px;
  }

