﻿.select2-dropdown {
    /*-webkit-box-shadow: 7px 7px 24px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 24px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 24px 0px rgba(50, 50, 50, 0.75);*/
}

.dropdown-menu table {
    width: 200px;
}

.dropdown-menu tr td:first-child {
    width: 16px;
}

.dropdown-menu tr td i {
    width: 16px;
    margin: -10px -10px auto -10px;
}

.dropdown-menu-li-a i {
    width: 24px !important;
    height: 30px !important;
    position: absolute !important;
    padding: 6px !important;
}

.dropdown-menu-li-a a {
    padding: 5px !important;
    height: 30px !important;
    margin-left: 23px !important;
    margin-top: 5px !important;
}

table[role=grid] tbody tr {
    cursor: pointer;
}

.ui-widget-content {
    background: none;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999999;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #555555;
    white-space: nowrap;
    font-size:12px;
    border-bottom:1px solid #f2f2f2;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {

    border: none;
}

.overlay {
    position:relative;
    z-index:99999;
}

.taspinarTree{

}
.taspinarTree ul,.taspinarTree ol,.taspinarTree li{
    list-style-type:none;
}

/********************/
/* EXPANDABLE LIST  */
/********************/
#listContainer{
  margin-top:15px;
}

#expList ul, li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}
#expList p {
    margin:0;
    display:block;
}
#expList p:hover {
    background-color:#121212;
}
#expList li {
    line-height:140%;
    text-indent:0px;
    background-position: 1px 8px;
    padding-left: 20px;
    background-repeat: no-repeat;
}
#expList li:hover {
   /*background-color:#ECEBEB;*/ 
}
/* Collapsed state for list element */
#expList .collapsed {
    background-image: url('img/collapsed.png');
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url('img/expanded.png');
}
#expList {
    clear: both;
}

.listControl{
  margin-bottom: 15px;
}
.listControl a {
    border: 1px solid #555555;
    color: #555555;
    cursor: pointer;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 4px 10px;
}
.listControl a:hover {
    background-color:#555555;
    color:#222222; 
    font-weight:normal;
}
.treeview,.treeview ul{padding:0;margin:0;list-style:none}
.treeview a{text-decoration:none}
.treeview ul{margin: 0 !important;}
.treeview .hitarea{height:20px;width:20px;margin-left:-20px;margin-top:4px;float:left;cursor:pointer}
.treeview .collapsable{background:url('img/remove-20.png') no-repeat 0 0}
.treeview .expandable{background:url('img/add-20.png') no-repeat 0 0}
.treeview .selectedNode {background: #D1D6D6;    border-radius: 0px; }
.treeview .selectedNode ul{background: white}
ul.treeview span {padding-left: 10px;}
 
.treeDiv li { 
	/*margin: 0 !important;*/
    margin: 5px 0 5px 20px;
    text-align:left;
    font-weight:300;
    color:#000000;
}

.treeDiv input[type="checkbox"] {
    display: inline !important;
}
.treeDiv{ min-height: 100px;width:80%;margin: 15px;}
.button{width: 25%}
.updprocess{position:absolute;z-index:1000;height:100%;width:100%;background-image:url(img/dataloader.gif);
background-repeat:no-repeat;background-attachment:fixed;background-position:center;background-size:100px;top:0}
.form-group.required .control-label:after {
  content:" * ";
  font-weight:700;
  color:red;
}
 
.required .control-label:after {
  content:" * ";
  font-weight:700;
  color:red;
}
.text-align-left{
  text-align:left; 
}
.inputNot{
width: 100% !important;
height: 100% !important; 
border: 0 !important;
text-align: center !important;
    outline: #ddd solid thin;
    outline-offset: -1px;
    -moz-outline-radius: 2px;
}
.inputNot:focus{
    outline: #53abf9 solid thin;
    outline-offset: -1px;
    -moz-outline-radius: 2px;
}
.padding0{
    padding:0 !important;
    margin:0 !important;
}
.paddingTop0{
    padding-top:0 !important;
}
.tree input[type="checkbox"] {
    display: inline-block !important;  
}
.border-right-left0{
    border-right:0px !important;
    border-left:0px !important;

}
.padding4{
 padding: 4px !important;
}   

.select2-container {
    border-radius: 3px;
    color: #333;
    display: inline-block;
    outline: 0 none;
    position: relative;
    text-align: left;
    vertical-align: middle;
    /*width: 100%;*/
}
.select2-container[class*="border-"] .select2-choice, .select2-container.select2-dropdown-open.select2-drop-above[class*="border-"] .select2-choice, .select2-container.select2-dropdown-open.select2-drop-above[class*="border-"] .select2-choices {
    border-color: inherit;
}
.select2-container.border-lg .select2-choice, .select2-container.border-lg .select2-choices {
    border-width: 2px;
}
.select2-container[class*="bg-"] .select2-choice {
    background-color: inherit;
    border-color: inherit;
    color: #fff;
}
.select2-container[class*="bg-"] .select2-choice:hover, .select2-container.select2-dropdown-open[class*="bg-"] .select2-choice {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.select2-container.select2-container-disabled[class*="bg-"] .select2-choice {
    box-shadow: none;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #fafafa;
    box-shadow: none;
    color: #999;
    cursor: not-allowed;
}
.select2-container.select2-container-disabled .select2-choice abbr {
    cursor: not-allowed;
}
.select2-container.select2-container-disabled[class*="bg-"] {
    border-color: rgba(255, 255, 255, 0.4);
}
.select2-container.select2-container-disabled[class*="bg-"] .select2-choice {
    background-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.8);
}
.select2-choice {
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    height: 36px;
    line-height: 1.53846;
    padding: 7px 0 7px 11px;
    position: relative;
    white-space: nowrap;
}
.select2-choice, .select2-choice:hover, .select2-choice:focus {
    color: #333;
}
.select2-choice:hover {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.select2-dropdown-open .select2-choice {
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}
.select2-drop-above .select2-choice {
    border-radius: 0 0 3px 3px;
}
.select2-choice .select2-chosen {
    display: block;
    float: none;
    margin-right: 28px;
    overflow: hidden;
    padding-left: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}
.select2-choice .select2-chosen > i {
    margin-right: 10px;
}
.select2-choice .select2-chosen > i.icon-undefined {
    margin-right: 0;
}
.select2-choice abbr {
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: none;
    line-height: 1;
    margin-top: -8px;
    opacity: 0.8;
    outline: 0 none;
    position: absolute;
    right: 9px;
    top: 50%;
}
.select2-choice abbr:hover {
    opacity: 1;
}
.select2-choice abbr::after {
    /*content: "";*/
    display: inline-block;
    font-family: "icomoon";
    font-size: 16px;
}
.select2-container[class*="bg-"] .select2-choice abbr, .select2-container[class*="bg-"] .select2-choice abbr:hover {
    color: #fff;
}
.select2-allowclear .select2-choice abbr {
    display: inline-block;
}
.select2-choice .select2-arrow::after {
    color: inherit;
    /*content: "";*/
    display: inline-block;
    font-family: "Icomoon";
    font-size: 16px;
    line-height: 1;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    text-align: right;
    top: 50%;
    width: 16px;
}
.select2-dropdown-open .select2-choice .select2-arrow::after {
    /*content: "";*/
}
.select2-allowclear .select2-choice .select2-arrow::after {
    content: none;
}
.select2-drop-mask {
    background-color: #fff;
    border: 0 none;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 9998;
}
.select2-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #333;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
}
.select2-drop-above {
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
    border-top-width: 1px;
}
.select2-drop-active {
    border-radius: 0 0 3px 3px;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-radius: 3px 3px 0 0;
}
.select2-drop-auto-width {
    width: auto;
}
.select2-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.select2-search {
    display: block;
    margin: 0;
    /*padding: 12px 12px 7px;*/
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}
.select2-search::after {
    color: inherit;
    /*content: "";*/
    display: block;
    font-family: "icomoon";
    font-size: 12px;
    left: 24px;
    line-height: 1;
    margin-top: -4px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
}
.select2-search input {
    border: 1px solid #ddd;
    border-radius: 0px;
    height: 30px;
    outline: 0 none;
    padding: 7px 12px 7px 36px;
    width: 100%;
}
.select2-drop[class*="bg-"] .select2-search input {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: transparent;
    color: #fff;
}
.select2-results {
    margin: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 0;
    position: relative;
}
.select2-results .select2-result-sub {
    margin: 0;
    padding-left: 0;
}
.select2-results li {
    display: list-item;
    list-style: outside none none;
}
.select2-results li em {
    font-style: normal;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    cursor: default;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.82;
    margin-bottom: 2px;
    margin-top: 2px;
    text-transform: uppercase;
}
.select2-results li.select2-result-with-children:first-child > .select2-result-label {
    margin-top: 0;
}
.select2-results li.select2-result-with-children .select2-result > .select2-result-label {
    padding-left: 24px;
    padding-right: 24px;
}
.select2-results .select2-more-results {
    background: #f8f8f8 none repeat scroll 0 0;
    display: list-item;
}
.select2-results .select2-result-label {
    -moz-user-select: none;
    cursor: pointer;
    margin: 0;
    padding: 7px 12px;
    position: relative;
}
.select2-results .select2-result-label > i {
    margin-right: 10px;
}
.select2-results .select2-result-label > i.icon-undefined {
    display: none;
}
.select2-results .select2-result-label > span {
    left: 10px;
}
.select2-results .select2-highlighted {
    background-color: #f5f5f5;
}
.select2-results .select2-highlighted ul {
    background-color: #fff;
    color: #333;
}
.select2-results .select2-highlighted em {
    background-color: transparent;
}
.select2-drop[class*="bg-"] .select2-results .select2-highlighted {
    background-color: rgba(0, 0, 0, 0.1);
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background-color: #f8f8f8;
    border-radius: 0;
    border-top: 1px solid #ddd;
    color: #999;
    margin-bottom: -5px;
    padding: 7px 12px;
}
.select2-drop[class*="bg-"] .select2-results .select2-no-results, .select2-drop[class*="bg-"] .select2-results .select2-searching, .select2-drop[class*="bg-"] .select2-results .select2-selection-limit {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.select2-results .select2-disabled {
    color: #999;
    display: list-item;
}
.select2-results .select2-disabled .select2-result-label {
    cursor: not-allowed;
}
.select2-drop[class*="bg-"] .select2-results .select2-disabled {
    color: #fff;
    opacity: 0.5;
}
.select2-results .select2-selected {
    display: none;
}
.select2-results ul ul > li .select2-result-label {
    padding-left: 24px;
}
.select2-results ul ul ul > li .select2-result-label {
    padding-left: 36px;
}
.select2-results ul ul ul ul > li .select2-result-label {
    padding-left: 48px;
}
.select2-results ul ul ul ul ul > li .select2-result-label {
    padding-left: 60px;
}
.select2-results ul ul ul ul ul ul > li .select2-result-label {
    padding-left: 72px;
}
.select2-results ul ul ul ul ul ul ul > li .select2-result-label {
    padding-left: 84px;
}
.select2-container-multi .select2-choices {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: text;
    margin: 0;
    outline: 0 none;
    overflow: hidden;
    padding: 0 0 3px;
    position: relative;
}
.select2-container-multi .select2-choices::after {
    clear: both;
    content: "";
    display: table;
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: outside none none;
}
.select2-container-multi .select2-choices.ui-sortable > li {
    cursor: move;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none;
    color: #333;
    margin-top: 3px;
    outline: 0 none;
    padding: 7px 12px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    -moz-user-select: none;
    background-clip: padding-box;
    border-radius: 3px;
    cursor: default;
    margin: 3px 0 0 3px;
    position: relative;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin-left: 0;
    margin-right: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice > div {
    background-color: #455a64;
    border-radius: 3px;
    color: #fff;
    padding: 7px 30px 7px 12px;
}
.select2-container-multi .select2-choices .select2-search-choice > div > i {
    margin-right: 10px;
}
.select2-container-multi .select2-choices .select2-search-choice.select2-locked > div {
    padding: 7px 12px;
}
.select2-container-multi .select2-choices .select2-search-choice[class*="bg-"] > div {
    background-color: inherit;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-close {
    line-height: 1;
    margin-top: -8px;
    opacity: 0.6;
    position: absolute;
    right: 9px;
    top: 50%;
}
.select2-container-multi .select2-choices .select2-search-choice-close:hover {
    opacity: 1;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice-close {
    left: 6px;
    right: auto;
}
.select2-container-multi .select2-choices .select2-search-choice-close::after {
    color: #fff;
    content: "\2716";
    display: block;
    font-family: "icomoon";
    font-size: 16px;
}
.select2-container-multi[class*="bg-"] .select2-choices {
    background-color: inherit;
    border-color: inherit;
}
.select2-container-multi[class*="bg-"] .select2-choices .select2-search-choice > div {
    background-color: rgba(0, 0, 0, 0.3);
}
.select2-container-multi[class*="border-"] .select2-choices {
    border-color: inherit;
}
.select2-container-multi.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}
.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
    border-radius: 0 0 3px 3px;
}
.select2-container-multi .select2-default, .select2-container-multi .select2-default:hover, .select2-container-multi .select2-default:focus {
    color: #999;
}
.select2-container-multi .select2-default .select2-arrow, .select2-container-multi .select2-default:hover .select2-arrow, .select2-container-multi .select2-default:focus .select2-arrow {
    color: #333;
}
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f8f8f8;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    color: #fff;
    opacity: 0.6;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice > div {
    padding-right: 12px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
.select-lg .select2-choice {
    font-size: 14px;
    height: 40px;
    padding: 9px 0 9px 15px;
}
.select-lg .select2-choice abbr, .select-lg .select2-choice .select2-arrow::after {
    right: 15px;
}
.select-lg.select2-container-multi .select2-choices .select2-search-choice > div {
    font-size: 14px;
    padding: 9px 37.5px 9px 15px;
}
.select-lg.select2-container-multi .select2-choices .select2-search-choice-close {
    right: 12px;
}
html[dir="rtl"] .select-lg.select2-container-multi .select2-choices .select2-search-choice-close {
    left: 12px;
    right: auto;
}
.select-lg.select2-container-multi .select2-choices .select2-search-field input {
    padding: 9px 15px;
}
.select-sm .select2-choice {
    height: 34px;
    padding: 6px 0 6px 11px;
}
.select-sm .select2-choice abbr, .select-sm .select2-choice .select2-arrow::after {
    right: 11px;
}
.select-sm.select2-container-multi .select2-choices .select2-search-choice > div {
    padding: 6px 27.5px 6px 11px;
}
.select-sm.select2-container-multi .select2-choices .select2-search-choice-close {
    right: 8px;
}
html[dir="rtl"] .select-sm.select2-container-multi .select2-choices .select2-search-choice-close {
    left: 8px;
    right: auto;
}
.select-sm.select2-container-multi .select2-choices .select2-search-field input {
    padding: 6px 11px;
}
.select-xs .select2-choice {
    font-size: 12px;
    height: 32px;
    line-height: 1.66667;
    padding: 5px 0 5px 10px;
}
.select-xs .select2-choice abbr, .select-xs .select2-choice .select2-arrow::after {
    right: 10px;
}
.select-xs.select2-container-multi .select2-choices .select2-search-choice > div {
    font-size: 12px;
    padding: 5px 25px 5px 10px;
}
.select-xs.select2-container-multi .select2-choices .select2-search-choice-close {
    right: 7px;
}
html[dir="rtl"] .select-xs.select2-container-multi .select2-choices .select2-search-choice-close {
    left: 7px;
    right: auto;
}
.select-xs.select2-container-multi .select2-choices .select2-search-field input {
    font-size: 12px;
    padding: 5px 10px;
}
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
    border: 0 none !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    height: 1px !important;
    left: 0 !important;
    margin: 0 !important;
    outline: 0 none !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important;
}
.select2-display-none {
    display: none;
}
.select2-measure-scrollbar {
    height: 100px;
    left: -10000px;
    overflow: scroll;
    position: absolute;
    top: -10000px;
    width: 100px;
}

.ogrenciSayfasi .col-lg-1,
.ogrenciSayfasi .col-lg-10, .ogrenciSayfasi .col-lg-11, 
.ogrenciSayfasi .col-lg-12, .ogrenciSayfasi .col-lg-2, 
.ogrenciSayfasi .col-lg-3,  .ogrenciSayfasi .col-lg-4, 
.ogrenciSayfasi .col-lg-5,  .ogrenciSayfasi .col-lg-6, 
.ogrenciSayfasi .col-lg-7,  .ogrenciSayfasi .col-lg-8, 
.ogrenciSayfasi .col-lg-9,  .ogrenciSayfasi .col-md-1, 
.ogrenciSayfasi .col-md-10, .ogrenciSayfasi .col-md-11, 
.ogrenciSayfasi .col-md-12, .ogrenciSayfasi .col-md-2, 
.ogrenciSayfasi .col-md-3,  .ogrenciSayfasi .col-md-4, 
.ogrenciSayfasi .col-md-5,  .ogrenciSayfasi .col-md-6, 
.ogrenciSayfasi .col-md-7,  .ogrenciSayfasi .col-md-8, 
.ogrenciSayfasi .col-md-9,  .ogrenciSayfasi .col-sm-1, 
.ogrenciSayfasi .col-sm-10, .ogrenciSayfasi .col-sm-11, 
.ogrenciSayfasi .col-sm-12, .ogrenciSayfasi .col-sm-2, 
.ogrenciSayfasi .col-sm-3,  .ogrenciSayfasi .col-sm-4, 
.ogrenciSayfasi .col-sm-5,  .ogrenciSayfasi .col-sm-6, 
.ogrenciSayfasi .col-sm-7,  .ogrenciSayfasi .col-sm-8, 
.ogrenciSayfasi .col-sm-9,  .ogrenciSayfasi .col-xs-1, 
.ogrenciSayfasi .col-xs-10, .ogrenciSayfasi .col-xs-11, 
.ogrenciSayfasi .col-xs-12, .ogrenciSayfasi .col-xs-2, 
.ogrenciSayfasi .col-xs-3,  .ogrenciSayfasi .col-xs-4, 
.ogrenciSayfasi .col-xs-5,  .ogrenciSayfasi .col-xs-6, 
.ogrenciSayfasi .col-xs-7,  .ogrenciSayfasi .col-xs-8, 
.ogrenciSayfasi .col-xs-9 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.padding5{
    padding:5px;
} 
.paddingleft5{
    padding-left:5px !important;
}
.paddingtop{
    padding-top: 10px !important;
}
.paddingright5{
    padding-right:5px !important;
}
.top0{
    top:0px !important;
}
.borderright0{
      border-right: none !important;
}
.border-left0{
    border-left: none !important;
}
.marginleft0{
    margin-left:0 !important;
}
.margin-right0{
    margin-right:0 !important;
}
.imgButton:hover{
    background-color: #F2F4F7;
}
.minimgMenu{
    min-height:66px;
}
.margintop20
{
    margin-top: 20px;
}
.padding-left0{
    padding-left:0 !important;
}
.margin-left0{
    margin-left:0 !important;
}
.typeahead_wrapper .message_list_block {
    float: left;
    padding: 10px;
    border-bottom: 1px solid #ECECEC; 
    width: 100%;
}
.typeahead_wrapper .left .avatar_holder {
    width: 50px;
    height: 50px;
    float: left;
}
.display-inline{
    display: inline !important;
}
.typeahead_wrapper .left .avatar_holder img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #e9ecf2;
}
.typeahead_wrapper .right {
    margin-left: 60px;
}
.typeahead_wrapper .right .name {
    font-size: 14px;
    color: #2196f3;
    display: inline-block;
    width: 66%;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    font-family: 'Nunito', sans-serif;
}
.typeahead_wrapper .right .right_details {
color: #b8c1d1;
    font-size: 12px;
    width: 34%;
    float: right !important;
    text-align: right;
    display:block !important;
}
.typeahead_wrapper .pull-right {
    float: right;
}

.typeahead_wrapper .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.typeahead_wrapper .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.typeahead_wrapper .right .right_details li {
    padding: 2px;
}

.typeahead_wrapper .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.typeahead_wrapper .right h4 {
    margin: 0;
    font-size: 12px;
    color: #707780;
    /* height: 20px; */
    overflow: hidden;
    /* white-space: nowrap; */
    font-weight: 300;
    line-height: 16px;
    text-overflow: ellipsis;
    font-family: 'Nunito', sans-serif;
    width: 100%;
}
.typeahead_wrapper .message_list_block:hover{
    background-color:#f3f4f8;
}  
.minheight0{
    min-height:0px !important;
    padding:0px !important;
}



#breadcrumb, #breadcrumb2 { float: left; display: block; }
#breadcrumb ul, #breadcrumb2 ul { list-style: none; padding-left:46px;}

.crumbs { display: block; }
.crumbs li {  display: inline; }
.crumbs li.first { padding-left: 8px; }
.crumbs li a, .crumbs li a:link, .crumbs li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -13px; padding: 7px 17px 11px 25px; position: relative; text-decoration: none; }

.crumbs li a { background-image: url('img/bg-crumbs.png');  background-repeat: no-repeat; background-position: 100% 0; position: relative; }
.crumbs li a:hover { color: #333; background-position: 100% -48px; cursor: pointer; }
.crumbs li a:active { color: #333; background-position: 100% -96px; }
.crumbs li.first a span { height: 29px; width: 3px; border-left: 1px solid #d9d9d9; position: absolute; top: 0px; left: 0px; }


.crumbs2 { display: block; margin-left: -13px; padding: 0; }
.crumbs2 li { display: inline; }
.crumbs2 li a, .crumbs2 li a:link, .crumbs2 li a:visited { color: #666; display: block; float: left; font-size: 12px; padding: 7px 16px 7px 19px; position: relative; text-decoration: none; border: 1px solid #d9d9d9; border-right-width: 0px; }

.crumbs2 li a  { 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(241,241,241)),color-stop(0.73, rgb(245,245,245)));

	background-image: -moz-linear-gradient( center bottom, rgb(241,241,241) 45%, rgb(245,245,245) 73%);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5)";
}

.crumbs2 li.first a { border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.crumbs2 li.last a { border-right-width: 1px; border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }

.crumbs2 li a:hover { 
	border-top-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(241,241,241)),color-stop(0.73, rgb(248,248,248)));
	background-image: -moz-linear-gradient( center bottom, rgb(241,241,241) 45%, rgb(248,248,248) 73%);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#f1f1f1);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#f1f1f1)";
	
	color: #333;
	
	-moz-box-shadow: 0px 2px 2px #e8e8e8;
	-webkit-box-shadow: 0px 2px 2px #e8e8e8;
	box-shadow: 0px 2px 2px #e8e8e8;
}

.crumbs2 li a:active {
	border-top-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(224,224,224)),color-stop(0.73, rgb(235,235,235)));
	background-image: -moz-linear-gradient( center bottom, rgb(224,224,224) 45%, rgb(235,235,235) 73%);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebebeb, endColorstr=#e0e0e0);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebebeb, endColorstr=#e0e0e0)";
	
	color: #333; 
	
	box-shadow: -1px 1px 1px 0px #dadada inset;
	-webkit-box-shadow: -1px 1px 1px 0px #dadada inset;
	-moz-box-shadow: -1px 1px 1px 0px #dadada inset;
}
.circle {
    display: block;
    min-height:120px;
    min-width:120px;
    max-height: 186px;
    margin: 1em auto; 
    /* -webkit-border-radius: 99em; 
    -moz-border-radius: 99em;
     border-radius: 99em; */
    border: 5px solid #eee;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    background: url(img/photo.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.cursor-pointer{
    cursor:pointer;
}

.width_img{
    width: 120px;
}
.check-radio-show input[type="radio"]{
    display:inline !important;
}
.check-checkbox-show input[type="checkbox"]{
    display:inline !important;
}
.ogrenci_resim{
    text-align:center;
}
.ogrenci_resim_img{
    width:40px;
}
.padding-right-none-with-border{
    padding-right: 0;
    border-right: 1px solid #ECECEC;
}

.padding-right-none{
    padding-right: 0; 
}
.padding-left-none{
    padding-left: 0;
}
.margin-left4{
    margin-left: -4px;
}
.width50{
    width:50px;
}
.width64{
    width:64px !important;
}
.width80{
    width:80px !important;
}
.width100{
    width:100px;
}
.width150{
    width:150px;
}
.width200{
    width:200px;
}
.width250{
    width:250px;
}
.width300{
    width:300px;
}
.back-color-red-01{
   background-color: #FFF1F1;
}

.mazeret-check{
    padding: 0 !important;
    margin: 2px !important;
    height: 13px !important;
    position: relative;
    top: 3px;
}
.onHover{
    float: left;
    position: fixed;
    left: 210px;
    width: 234px;
    margin-top: -31px;
    display:none
}
.showOnHover{
   
}

li.showSubMenu:hover  .onHover {
    display: block;
}
.onHover {
    border: 1px solid #ececec;
    background-color: #FDFDFD;
    -webkit-transition: all 1s ease-out;
    max-height: 420px;
    overflow: auto;
    z-index: 99;
    padding-bottom: 0;
    padding:0;
    left: 251px;
}

.onHover li{
    color: #101010;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-decoration: none;
    text-transform: capitalize;
}

.onHover > li:hover {
    background-color: #e9ecf2;
}
.showOnHover {
    line-height: 30px;
    padding: 3px;
    padding-left: 10px !important;
}
.showOnHover>i {
    padding-right: 10px !important;
}
.kurumsalRenk01{
    background-color:#068b92 !important
}