@import url("http://fonts.googleapis.com/css?family=Oxygen:400,700&subset=latin,latin-ext");
html,
body {
  padding: 0;
  margin: 0;
  outline: none;
}
/* general styles */
a {
  text-decoration: none;
}
.left {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
}
.right {
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50%;
  padding-left: 20px;
}
.personellisteduzenle {
  float: right;
  width: 30%;
  height: 100%;
  padding-left: 5px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  margin: 0 40px 0 0;
  position: relative;
  top:10px;
}
.personelright {
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100px;
  height: 100px;
  box-shadow: 0 1px 3px rgba(255,255,255,0.5);
  overflow: hidden;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.6);
  border-radius: 100px;
}

.personelright span {
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
  display: inline-block;
  height: 100%;
  width: 100%;
  right: 0;
  position: absolute;
  z-index: 9;
}
.personelright img {
  height: 100%;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.d_block {
  display: block;
}
.d_i_block {
  display: inline-block;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.pos_personel{
 text-align: right;
 position:relative;
 top:-120px;
 right:30px;
}
.clear {
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
input {
  outline: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
input:focus {
  box-shadow: 0 0 10px rgba(63,169,75,0.5) !important;
  border: 1px solid #3fa94b !important;
  background-color: #fff !important;
}
.vertical-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.m_auto {
  margin: auto;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt0 {
  margin: 0 !important;
}
.mtb-10 {
  margin: 10px 0 !important;
}
.p_10 {
  padding: 10px;
}
.p_15 {
  padding: 15px;
}
.p_20 {
  padding: 20px;
}
ul,
li,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
/************************/
.row {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 0 30px 0;
}
/* form */
label {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
}
label > b {
  font-weight: normal;
  display: inline-block;
  float: left;
  padding: 10px 5px 0 0;
}
b + input {
  float: left;
  width: inherit !important;
}
input[type=text],
input[type=password],
input[type=email],
input[type=date] {
  padding: 9px 12px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
  font: 13px 'Helvetica Neue', Arial;
  color: #333;
  background-color: #fefff5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
input[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}
label.block {
    width: 100% !important;
    margin:10px 0 !important;
}
label.block input {
    margin-left:0 !important;
}
label.block textarea {
    padding: 9px 12px;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    font: 13px 'Helvetica Neue', Arial;
    color: #333;
    background-color: #fefff5;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline:none;
}
label.short {
  width: 78px;
}
label.middle {
  width: 110px;
}
label.long {
  width: 200px;
}
label.verylong {
  width: 220px;
}

select {
  opacity: 0;
  z-index: 2;
  position: relative;
  margin: 9px 0;
  cursor: pointer;
}
select + span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 80%;
  height: 14px;
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: 9px 10px 10px 10px;
  font: bold 12px 'Helvetica Neue', Arial;
  background-color: #fff;
  color: #333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 3px rgba(0,0,0,0.05), inset 0 -10px 15px rgba(0,0,0,0.06);
  cursor: pointer;
  text-align: left;
}
select + span:before {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  content: '';
  background: url("../images/sprite.png") -18px -548px;
  width: 11px;
  height: 13px;
}
/* form #end */
.hr {
  height: 1px;
  background: rgba(0,0,0,0.2);
  box-shadow: 0 1px 0 0 #fff;
  margin: 30px 0;
}
/* table */
table {
  border: 1px solid #dedede;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 3px rgba(0,0,0,0.05);
  border-radius: 2px;
  font: 14px 'Oxygen', Arial;
  font-weight: 400;
  color: #333;
}
table thead tr {
  background: #fff9f1;
}
table thead tr td {
  padding: 20px;
  font-weight: 700;
  border-bottom: 1px solid #dedede;
}
table tbody tr:hover {
  background: #f7fffc;
}
table tbody tr td:first-child {
  position: relative;
  left: 20px;
  padding-left: 20px;
}
table tbody tr:last-child td {
  border-bottom: none;
}
table tr td {
  border-bottom: 1px solid #eaeaea;
  padding: 15px 20px;
}
table tr td strong {
  display: block;
}
/* table #end */
/* buttons */
.green-button.with-icon,
.red-button.with-icon,
.blue-button.with-icon {
  padding-left: 40px !important;
  position: relative;
}
.green-button.with-icon:before,
.red-button.with-icon:before,
.blue-button.with-icon:before {
  background: url("../images/sprite.png");
  display: inline-block;
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  top: 11px;
  left: 11px;
}
.green-button,
.red-button,
.blue-button {
  display: inline-block;
  border: none;
  background: url("../images/sprite.png");
  height: 37px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  font: 14px 'Oxygen', Arial;
  font-weight: 700;
  border-top: none;
  border-bottom: none;
  padding: 10px 30px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  margin: 0 10px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.green-button:hover,
.red-button:hover,
.blue-button:hover {
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
.green-button:active,
.green-button.selected,
.red-button:active,
.red-button.selected,
.blue-button:active,
.blue-button.selected {
  box-shadow: 0 0 0, inset 0 1px 5px rgba(0,0,0,0.4);
}
.green-button {
  background-position: 0 -117px;
  color: #256943;
  border-left: 1px solid #2c9f32;
  border-right: 1px solid #2c9f32;
}
.blue-button {
  background-position: 0 0;
  color: #2b5a7d;
  border-left: 1px solid #2c759f;
  border-right: 1px solid #2c759f;
}
.red-button {
  background-position: 0 -57px;
  color: #9a1e1e;
  border-left: 1px solid #a21515;
  border-right: 1px solid #a21515;
}
.grey-button {
  height: 13px;
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: 6px 10px;
  font: bold 11px 'Helvetica Neue', Arial;
  display: inline-block;
  background-color: #fff;
  color: #333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 3px rgba(0,0,0,0.05), inset 0 -10px 15px rgba(0,0,0,0.06);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.grey-button:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 3px rgba(0,0,0,0.05), inset 0 -10px 15px rgba(0,0,0,0.06), 0 1px 6px rgba(0,0,0,0.2);
}
.grey-button:active {
  box-shadow: 0 0 0, 0 0 0, inset 0 1px 5px rgba(0,0,0,0.3);
}
.small {
  padding: 5px 10px !important;
  font: bold 11px 'Helvetica Neue', Arial !important;
  height: 25px !important;
}
/* buttons #end */
body {
  background: url("../images/bg.jpg") center top fixed no-repeat;
  font-family: 'Helvetica Neue', Arial;
}
h1 {
  font: 28px 'Oxygen', Arial;
  color: #555;
  font-weight: 400;
  position: relative;
}
h1 .all {
  position: absolute;
  right: 0;
  top: 12px;
  padding: 4px 8px;
  border-radius: 20px;
  color: #fff;
  background: #8da0b0;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);
  font: bold 11px 'Helvetica Neue', Arial;
}
h1 i {
  font: 10px 'Helvetica Neue', Arial;
  color: #888;
  display: inline-block;
}
h2 {
  font: bold 18px 'Helvetica Neue', Arial;
  color: #333;
  margin: 0 0 15px 0;
}
h3 {
  font: bold 14px 'Helvetica Neue', Arial;
  color: #333;
  padding: 0 0 10px 0;
}
.login {
  width: 300px;
  margin: 100px auto 0 auto;
  font: 14px 'Oxygen', Arial;
  color: #555;
  font-weight: 700;
}
.login .title {
  font: 18px 'Oxygen', Arial;
  font-weight: 700;
  text-align: center;
  margin: 0 0 80px;
  color: #555;
}
.login .title strong {
  font-size: 48px;
  display: block;
}
.login label {
  margin: 10px 0 0 0;
  display: block;
}
.login input[type=text],
.login input[type=password] {
  background-color: rgba(255,255,255,0.5);
  box-shadow: inset 0 0 7px rgba(0,0,0,0.3);
  border-radius: 3px;
  border: 1px solid #949494;
  padding: 15px 20px;
  color: #333;
  font: 15px 'Helvetica Neue', Arial;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.login .t-center {
  margin: 25px 0 0 0;
}
.grid-960 {
  width: 960px;
  margin: 30px auto;
}
.header {
  height: 100px;
}
.header .left {
  width: 470px !important;
}
.header .right {
  margin: 20px 0 0 0;
  text-align: right;
}
.user-box {
  display: inline-block;
  width: 100%;
  margin: 10px 0 20px 0;
  position: relative;
}
.avatar {
  width: 85px;
  height: 85px;
  border-radius: 170px;
  box-shadow: 0 1px 3px rgba(255,255,255,0.5);
  overflow: hidden;
  text-align: center;
  float: left;
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
  border: 1px solid rgba(0,0,0,0.6);
}
.avatar span {
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
  display: inline-block;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 9;
  border-radius: 170px;
}
.avatar img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.avatar .target {
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 53%;
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
}
.user-box .target-text {
  position: absolute;
  left: 50%;
  margin: -12px 0 0 -35px;
  color: #fff;
  z-index: 100;
  top: 50%;
  width: 70px;
  text-align: center;
  font: 22px 'Oxygen', Arial;
  text-shadow: 0 0 4px rgba(0,0,0,0.4);
  font-weight: 700;
}
.avatar .target2 {
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 53%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.user-box .target-text2 {
  position: absolute;
  left: 50%;
  margin: -12px 0 0 -35px;
  color: #fff;
  z-index: 100;
  top: 50%;
  width: 70px;
  text-align: center;
  font: 22px 'Oxygen', Arial;
  text-shadow: 0 0 4px rgba(0,0,0,0.4);
  font-weight: 700;
}
.user-infos {
  font: 14px 'Helvetica Neue', Arial;
  color: #555;
  float: left;
  width: 330px;
}
.user-infos > div {
  margin: 4px 0;
  display: inline-block;
  width: 100%;
}
.user-infos > div:first-child {
  margin: 0;
}
.user-infos strong {
  font: 22px 'Oxygen', Arial;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  line-height: 34px;
  float: left;
}
.user-infos strong span {
  display: inline-block;
  padding: 3px 5px;
  font: bold 10px 'Helvetica Neue', Arial;
  color: #fff;
  border-radius: 3px;
  background-color: #bbb;
  position: relative;
  top: -4px;
}
.user-infos a {
  color: #333;
}
.user-infos a:hover {
  text-decoration: underline;
}
.user-box .ciro {
  background: #469a0e;
  padding: 3px 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  float: left;
  margin: 8px 0 0 10px;
}
.egitim {
  font: 16px 'Helvetica Neue', Arial;
  color: #555;
  width: 330px;
  min-height:300px;
}
.egitim a {
  color: #333;
}
.egitim a:hover {
  text-decoration: underline;
}
.header .blue-button.profile:before {
  background-position: -37px -180px;
}
.header .red-button.logout:before {
  background-position: -78px -179px;
}
.header .green-button.logout:before {
  background-position: -78px -179px;
}
.user-box.shop-gov {
  float: right;
  width: auto !important;
  margin: 0;
}
.user-box.shop-gov .avatar {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  margin-right: 0;
}
.user-box.shop-gov .user-infos strong {
  font-size: 20px;
  line-height: 17px;
}
.user-box.shop-gov .user-infos > div {
  margin: 3px 0;
  text-align: right;
}
.shop-detail {
  width: 100%;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
}
.shop-detail > .left {
  width: 300px;
}
/* menu */
.show-menu {
  display: none;
}
ul.nav {
  background: url("../images/sprite.png") 0 -449px;
  height: 48px;
  margin: 20px 0 0 0;
  font: 14px 'Oxygen', Arial;
  font-weight: 700;
  color: #555;
  border-radius: 4px;
  border-left: 1px solid #b1aea0;
  border-right: 1px solid #b1aea0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
ul.nav > li {
  display: inline-block;
  list-style: none;
  position: relative;
  float: left;
}
ul.nav > li a.home:before {
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -8px;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/sprite.png") -77px -256px;
}
ul.nav > li > a.settings {
    padding-left:44px;
}
ul.nav > li > a.settings:before {
    position: absolute;
    left: 14px;
    top: 16px;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background: url("../images/sprite.png") -77px -223px;
}
ul.nav > li > a {
  display: block;
  padding: 15px 20px;
  color: #4c4c4c;
  border-left: 1px solid #b1aea0;
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
}
ul.nav > li.menu-right {
    float:right;
}
ul.nav > li.menu-right a {
    border-right:none !important;
}
ul.nav > li.menu-right .sub-menu {
    right:-1px !important;
    left:auto !important;
}
ul.nav > li:first-child > a {
  border-left: none;
  box-shadow: none;
}
ul.nav > li:nth-last-child(2) > a {
  border-right: 1px solid #b1aea0;
}
ul.nav > li:hover,
ul.nav > li > a:hover,
ul.nav > li > a.selected {
  background: url("../images/sprite.png") 0 -626px;
  box-shadow: none;
}
/* submenu */
ul.nav > li:hover .sub-menu {
    display:block;
}
ul.nav > li .sub-menu {
    position:absolute;
    left:0;
    background:#edece8;
    border-radius:0 0 3px 3px;
    top:47px;
    padding:10px 0;
    list-style:none;
    z-index:99;
    border:1px solid #bbb;
    border-top:none;
    box-shadow:0 20px 15px rgba(0,0,0,0.3);
    display:none;
}
.sub-menu li {
    display:block;
}
.sub-menu li a {
    padding:9px 20px;
    display:block;
    white-space:nowrap;
    color:#594e22;
    font-size:13px;
}
.sub-menu li a:hover {
    background-color:rgba(0,0,0,0.05);
}


.content {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    padding: 30px 40px;
    margin: 15px 0 0 0;
    position:relative;
}
.content p {
  font: 13px 'Helvetica Neue', Arial;
  color: #333;
  margin: 10px 0 20px 0;
  line-height: 18px;
}
.content h1 {
  margin: 0 0 25px 0;
}
.content h2 {
  margin: 0 0 25px 0;
}
ul.tab-bar {
    display:inline-block;
    width:100%;
    margin:0 0 20px 0;
    padding:0 0 20px 0;
    border-bottom:1px solid #ddd;
}
ul.tab-bar li {
    display:inline-block;
    float:left;
    margin: 0 0 10px 0;
}
ul.tab-bar li a {
    display:block;
    padding:4px 15px;
    border-radius:20px;
    background:#fff;
    border:1px solid #333;
    color:#333;
    font: 13px 'Oxygen', Arial;
    font-weight:700;
    margin-right:10px;
    position:relative;
}
ul.tab-bar li a:hover,
ul.tab-bar li a.selected {
    background-color:#eff5f2;
}
ul.tab-bar li a:hover:before,
ul.tab-bar li a.selected:before {
    content:'';
    display:inline-block;
    width:0;
    height:0;
    position:absolute;
    left:50%;
    margin-left:-5px;
    bottom:-10px;
    border:5px solid transparent;
    border-top:5px solid #333;
}    

/* adding filter */
.adding-filter {
    
}
.adding-filter .filter-block {
    margin:0 0 10px 0;
    font:11px 'Helvetica Neue', Arial;
}
.filter-block strong {
    margin:0 10px 0 0;
    width:80px;
    display:inline-block;
}
.filter-block label {
    background-color:#d2ddd7;
    border-radius:3px;
    padding:4px 11px;
    cursor:pointer;
    margin-bottom: 6px;
}
.filter-block label:hover {
    background-color:#bdcec6;
}
.filter-button {
    margin:0 0 0 93px;
}
#dis_bolme { 
width:100%; 
  border-radius: 2px 2px 0 0;
  border-top: 1px solid #d2d2d2;
}
.ic_bolme{
	float:left;
    padding: 20px;
    border: 1px solid #d2d2d2;
    border-top: none;
    box-shadow: inset 0 -2px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
    font: 12px 'Helvetica Neue', Arial;
    line-height: 20px;
    color: #646464;
	margin:15px;
}
.egitimic_bolme{
	float:left;
	width:45%;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-top: none;
    box-shadow: inset 0 -2px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
    font: 12px 'Helvetica Neue', Arial;
    line-height: 20px;
    color: #646464;
	margin: 5px;
	text-align:left;
}
.post {
    padding: 20px;
    border: 1px solid #d2d2d2;
    border-top: none;
    box-shadow: inset 0 -2px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
    font: 12px 'Helvetica Neue', Arial;
    line-height: 20px;
    color: #646464;
    position:relative;
}
.post > .del {
    position:absolute;
    right:6px;
    z-index:10;
    top:7px;
    display:none;
    background:url(../img/sprite.png) -3px -178px;
    width:18px;
    height:18px;
    cursor:pointer;
}
.post:hover > .del {
    display:inline-block;
}
.post label {
  display: block;
  padding: 5px 0;
  cursor: pointer;
}
.posts .post:first-child {
  border-radius: 2px 2px 0 0;
  border-top: 1px solid #d2d2d2;
}
.posts .post:last-child {
  border-radius: 0 0 2px 2px;
}
.post h2 {
  margin-bottom: 8px;
}
.post h2 a {
  color: #333;
}
.post a {
  color: #555;
}
.post strong {
  display: block;
  margin: 0 0 8px 0;
  color: #67a2c3;
  font-size: 12px;
  font-weight: normal;
}
.footer {
  color: #999;
  font: 13px 'Oxygen', Arial;
  padding: 20px 0;
}
.footer a {
  color: #666;
  font: 13px 'Oxygen', Arial;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.footer a:hover {
  color: #e35555;
}
/* adding box */
.adding-box {
  border: 1px solid #dedede;
  padding: 20px 20px 0 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 3px rgba(0,0,0,0.05);
  border-radius: 2px;
  font: 14px 'Helvetica Neue', Arial;
  color: #333;
  margin: 0 0 50px 0;
}
.adding-box .head {
  margin: -20px -20px 20px -20px;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-sizing: inherit !important;
  -webkit-box-sizing: inherit !important;
  -moz-box-sizing: inherit !important;
  background: #eff5f2;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 3px rgba(0,0,0,0.05);
}
.adding-box select {
  width: 100%;
}
/* product table */
.store-name {
  width: 200px;
}
.product {
  width: 140px;
}
.count {
  width: 40px;
}
.stock {
  width: 40px;
}
.date {
  width: 60px;
}
.price {
  width: 70px !important;
}
.graphic-card {
    width:90px;
}
td.edit-del {
    width:60px;
}
.grey-button.del,
.grey-button.edit {
  background: url("../images/sprite.png") #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding-left: 7px;
  padding-right: 7px;
}
.grey-button.del {
  background-position: -76px -542px;
}
.grey-button.edit {
  background-position: -43px -542px;
}
/* pagination */
.pagination {
  margin: 30px 0 0 0;
  display: inline-block;
  float: right;
}
.pagination a,
.pagination span {
  height: 16px;
  border: 1px solid #dadada;
  border-left: none;
  padding: 9px 18px;
  font: 14px 'Oxygen', Arial;
  font-weight: 700;
  display: inline-block;
  float: left;
  background-color: #fff;
  color: #333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 3px rgba(0,0,0,0.05), inset 0 -10px 15px rgba(0,0,0,0.04);
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  position: relative;
}
.pagination a:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 3px rgba(0,0,0,0.05), inset 0 -10px 15px rgba(0,0,0,0.04), 0 1px 6px rgba(0,0,0,0.1);
}
.pagination a:active {
  box-shadow: 0 0 0, 0 0 0, inset 0 1px 5px rgba(0,0,0,0.3);
}
.pagination a.selected {
  background-color: #eaeaea;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
}
.pagination a.prev:before,
.pagination a.next:before {
  background: url("../images/sprite.png");
  content: '';
  display: inline-block;
  width: 8px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
}
.pagination a.prev {
  border-left: 1px solid #dadada;
  border-radius: 3px 0 0 3px;
}
.pagination a.prev:before {
  background-position: -13px -516px;
}
.pagination a.next {
  border-radius: 0 3px 3px 0;
}
.pagination a.next:before {
  background-position: -29px -516px;
}
/* pagination #end */
/* weekly photo */
.upload-weekly-photo {
  display: inline-block;
  width: 100%;
  margin: 0 0 50px 0;
}
.upload-weekly-photo .upload {
  float: left;
  display: inline-block;
  width: 300px;
  position: relative;
}
.upload-weekly-photo .upload .custom-upload:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 62px;
  background: url("../images/sprite.png") 0 -217px;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
}
.upload-weekly-photo .upload .custom-upload {
  width: 100%;
  height: 180px;
  background: #fafafa;
  position: relative;
  border: 2px dashed #dadada;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
  border-radius: 3px;
}
.upload-weekly-photo .upload .custom-upload .green-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 20px 0 0 -70px;
  z-index: 8;
}
.upload-weekly-photo .upload input.custom-file {
  position: absolute;
  top: 120px;
  cursor: pointer;
  opacity: 0;
  z-index: 9;
  left: 0;
  width: 100%;
}
.upload-weekly-photo .desc {
  display: block;
  margin-left: 340px;
  font: 13px 'Helvetica Neue', Arial;
  color: #333;
}
.upload-weekly-photo .desc input.green-button {
  margin-left: 0;
}
.upload-weekly-photo .desc strong {
  display: block;
  margin: 15px 0 0 0;
}
.row a.photo {
  display: inline-block;
  margin: 10px;
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.7);
}
a.photo span {
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 0;
  height: 150px;
  text-align: center;
}
a.photo span img {
  border: none;
  height: 100%;
}
a.photo strong {
  display: none;
  background: url("../images/sprite.png") 0 -310px;
  height: 40px;
  color: #fff !important;
  font: 20px 'Oxygen', Arial;
  font-weight: 700;
  padding: 50px 10px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
a.photo:hover strong {
  display: block;
}
/* personel foto */
.upload-personel-photo {
  display: inline-block;
  margin: 0 0 20px 0;
}
.upload-personel-photo .upload {
  float: left;
  display: inline-block;
  width: 300px;
  position: relative;
}
.upload-personel-photo .upload .custom-upload:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 62px;
  background: url("../images/sprite.png") 0 -217px;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
}
.upload-personel-photo .upload .custom-upload {
  width: 100%;
  height: 180px;
  background: #fafafa;
  position: relative;
  border: 2px dashed #dadada;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
  border-radius: 3px;
}
.upload-personel-photo .upload .custom-upload .green-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 20px 0 0 -70px;
  z-index: 8;
}
.upload-personel-photo .upload input.custom-file {
  position: absolute;
  top: 120px;
  cursor: pointer;
  opacity: 0;
  z-index: 9;
  left: 0;
  width: 100%;
}
.upload-personel-photo .desc {
  display: block;
  margin-left: 340px;
  font: 13px 'Helvetica Neue', Arial;
  color: #333;
}
.upload-personel-photo .desc input.green-button {
  margin-left: 0;
}
.upload-personel-photo .desc strong {
  display: block;
  margin: 15px 0 0 0;
}
.row a.photo {
  display: inline-block;
  margin: 10px;
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.7);
}
a.photo span {
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 0;
  height: 150px;
  text-align: center;
}
a.photo span img {
  border: none;
  height: 100%;
}
a.photo strong {
  display: none;
  background: url("../images/sprite.png") 0 -310px;
  height: 40px;
  color: #fff !important;
  font: 20px 'Oxygen', Arial;
  font-weight: 700;
  padding: 50px 10px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
a.photo:hover strong {
  display: block;
}
/* personel foto */
/* lightbox */
.lightbox-bg {
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.lightbox {
  position: fixed;
  text-align: center;
  z-index: 11;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
}
.lightbox .close-button {
  position: absolute;
  background: url("../images/sprite.png") -75px -511px;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.lightbox .contain {
  display: inline;
  position: relative;
}
.lightbox .contain .lightbox-content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 80%;
}
.lightbox .contain .lightbox-content img {
  max-height: 80%;
  max-width: 80%;
}
/* lightbox #end */
.test-ok input {
  margin: 30px 0 0 0;
}
table.personal {
  width: 100%;
}
table.personal td .avatar {
  height: 50px;
  width: 50px;
  margin: 0;
}
table.personal tbody tr td {
  padding: 10px;
  left: 0 !important;
  height: 25px;
}
table.personal tr td:first-child {
  padding-left: 10px;
}
table.personal tr td.user {
  width: 50px;
}
table.personal tr td.user .left {
    margin:5px 0 0 20px;
}
table.personal tr td.user .photos {
    display:none;
}
table.personal tr td.user .left {
    color:#333;
}
table.per-week tr td.user {
    cursor:pointer;
    color:#fff;
}
table.personal tr td strong {
  font-size: 18px;
  color: #333;
}
table.personal tr td.price {
  font: bold 12px 'Helvetica Neue', Arial;
  letter-spacing: 0px;
  color: #8da0b0 !important;
  width: 80px !important;
  text-align: center;
}
table a {
  color: #666;
}
table.sistemegirmeyen {
  width: 100%;
}
table.sistemegirmeyen td .avatar {
  height: 50px;
  width: 50px;
  margin: 0;
}
table.sistemegirmeyen tbody tr td {
  padding: 10px;
  left: 0 !important;
  height: 25px;
}
table.sistemegirmeyen tr td:first-child {
  padding-left: 10px;
}
table.sistemegirmeyen tr td.user {
  width: 50px;
}
table.sistemegirmeyen tr td.user .left {
    margin:5px 0 0 20px;
}
table.sistemegirmeyen tr td.user .photos {
    display:none;
}
table.sistemegirmeyen tr td.user .left {
    color:#333;
}
table.sistemegirmeyen tr td strong {
  font-size: 18px;
  color: #333;
}
table.sistemegirmeyen tr td.price {
  font: bold 30px 'Helvetica Neue', Arial;
  letter-spacing: -2px;
  color: #8da0b0 !important;
  width: 40px !important;
  text-align: center;
}
.breadcrumbs {
  margin: 15px 0 0 0;
  font: 13px 'Helvetica Neue', Arial;
  color: #888;
}
.breadcrumbs a {
  color: #888;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* table filter */
.table-filter {
  margin: 0 0 20px 0;
  background: #eee;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.table-filter .left {
  width: auto !important;
}
.table-filter .blue-button.small {
  margin: 8px 15px 0 0 !important;
}
/* datepicker css overwriting */
.ui-icon-circle-triangle-w {
  background-position: -96px 0 !important;
}
.ui-icon-circle-triangle-e {
  background-position: -33px 0 !important;
}
.ui-datepicker .ui-datepicker-prev {
  top: 4px !important;
  left: 4px !important;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  top: 4px !important;
  right: 4px !important;
  cursor: pointer;
}
.ui-state-hover {
  background: #ddd !important;
  border: none !important;
  border-radius: 20px !important;
}
#ui-datepicker-div {
  width: 173px !important;
  margin-top: -1px !important;
  z-index: 999 !important;
}
a.ui-state-default {
  color: #000 !important;
}
a.ui-state-default:hover {
  background-color: #333 !important;
  color: #fff !important;
}
.ui-datepicker td {
  padding: 0 !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
  padding: 4px !important;
    margin:0;
}
.ui-datepicker {
  padding: 0 !important;
}
.ui-widget-content {
  border: 1px solid #aaa !important;
  box-shadow: 0 7px 30px rgba(0,0,0,0.5);
}
.ui-widget-content table {
  border: none !important;
  box-shadow: none;
  margin: 0 !important;
}
.ui-widget-content td {
  left: 0 !important;
  border-bottom: 1px solid #fafafa !important;
  border-left: 1px solid #fafafa !important;
}
.ui-datepicker .ui-datepicker-header {
  padding: 5px 0 !important;
}
.ui-widget-header {
  background: none !important;
  border: none !important;
}
.ui-widget {
  font: 12px 'Helvetica Neue', Arial !important;
}
.ui-state-default {
  background: none !important;
  border: none !important;
}

/* test button */
.new-test {
    position:absolute;
    right:20px;
    top:30px;
}
.make-new-test label {
    display:inline-block;
    width:100%;
}
.make-new-test label input {
    margin-right: 10px;
    width:auto !important;
}
.make-new-test h2 label {
    display:inline;
    margin-left:10px;
}
.make-new-test h2 label input {
    width:400px !important;
}
.add-new-que {
    margin:20px 0 0 0;
}