/* here you can put your own css to customize and override the theme */

/*Index*/
/* 0. General */
/* 1. Dashboard - Default Page */
/* 2. MasterPage */
/* 3. Kullanici Page */


/* 0. General */
.seperate-right-1 {
    margin-right: 10px;
}

.seperate-left-and-right-1 {
    margin-right: 10px;
    margin-left: 10px;
}

.btn > i {
    margin-left: 4px;
    margin-right: 4px;
}

.grid-table-id {
    width: 40px;
}

.grid-table-edit-delete {
    width: 60px !important;
}

/* 1. Dashboard - Default Page */
.dashboard-stat .details .desc u {
    margin-left: 6px;
}

.dashboard-stat .details .number {
    color: rgb(10,10,10);
}

.dashboard-stat .details .desc {
    font-size: 13px;
}

.dashboard-stat .visual i {
    color: #333333;
}

.dashboard-stat .yellow .details .desc {
    color: rgb(10,10,10);
}

.dashboard-stat .visual {
    padding-left: 12px;
}


/* 2. MasterPage */
.theme-panel > .theme-options > .theme-option > span {
    text-transform: none;
}

.header .navbar-nav > li.dropdown.user .dropdown-menu i {
    margin-right: 6px;
}

.theme-panel > .toggler {
    top: 20px;
}

.btn-group-xs > .btn {
    padding: 2px 4px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 4px 2px;
}

.selected-company-info {
    display: block;
    float: right;
    color: #1d1d13;
    padding-top: 14px;
    padding-bottom: 4px;
    padding-right: 4px;
}

/* 3. Kullanici Page */
.profile-thumbnail {
    min-width: 100px;
    max-width: 200px;
    min-height: 100px;
    max-height: 150px;
}

.profile-fu-exists {
    width: 200px;
    height: 150px;
    line-height: 20px;
}

.fileupload-preview-img {
    max-height: 150px;
}


/*Kullanici-Yetki Page*/
.profile-account #imgKullanici {
    max-width: 280px;
    max-height: 250px;
}

.yetki-firma-alert {
    padding: 5px;
    margin-bottom: 10px;
}

.ver-inline-menu .kullanici-yetki-profile-pic {
    margin-bottom: 46px;
    border: 1px solid #cecece;
}

.portlet-height-1 {
    height: 213px;
}



/*Media Queries*/
@media (max-width: 480px) {
    .selected-company-info {
        padding-top: 14px;
        padding-bottom: 4px;
        text-align: center;
    }

    .header .navbar-brand {
    display:none !important;}

}

h1.loading2 { font-size:14px;font-family:'trebuchet ms', verdana, arial; margin-top: 10px;font-weight: bold !important;
    letter-spacing: 1px;}

.zorunlu {  border-color: #B94A48 !important;
    box-shadow: none;}

.form-group {
    margin-bottom: 10px !important;
}
.form-group-login {
    margin-bottom: 3px !important;
}
