/* eski temalarda kullanilan generic style tanimlari burada */

/***
.failureText
.successText
.row1/2/3...
ve benzeri css tanimlari
***/

.links-edit {
    background: url('../../../../assets/images/icons/page_white_edit.png') no-repeat;
    padding-left: 20px;
}

.failureText {
    font-weight: bold;
    color: red;
}

.successText {
    font-weight: bold;
    color: green;
}

.bold {
    font-weight: bold;
}


.small {
    font-size: 8pt;
}


table caption {
    text-align: left;
    font-weight: bold;
    margin: 1px 0px;
    padding: 4px;
    background-color: #efefef;
    border-bottom: 1px solid #ccc;
    caption-side: top;
}

/*.row1 {
	background-color: #f3f8fa;
}

.row2 {
	background-color: #eceff0;
}*/
.row3 {
    background-color: #f0f0f0 !important;
}

.row4 {
    background-color: #E6E6E6 !important;
}

.row5 {
    background-color: #F2F2F2 !important;
}

.row6 {
    background-color: #A9E0B6 !important;
}

.row7 {
    background-color: #D6D2CD !important;
}

.row8 {
    background-color: #E8D0D0 !important;
}

.row9 {
    background-color: #93ced9 !important;
}

.row101 {
    background-color: #c8dbe1 !important;
}
.row102 {
    background-color: #bae8df !important;
}
.row103 {
    background-color: #d1d7ef !important;
}


#corner_box {
    position: absolute;
    right: 200px;
    bottom: 0px;
    display: block;
    visibility: visible;
    background-color: white;
    font-weight: bold;
    margin: 1px;
    padding: 3px;
    padding: 5px;
    width: 300px;
    text-align: left;
    border: 1px solid #666;

    background-color: #efefef;
    z-index: 2000;

}

span > div#corner_box {
    position: fixed;
}

#corner_box_header {
    background-color: #ccc;
    padding: 2px;
    margin: 1px;
    color: #3578E5;
}


.hints1 {
    color: #006611;
    font-size: 8pt;
}

.hints2 {
    color: #666699;
    font-size: 8pt;
}

.hints3 {
    color: #999;
    font-size: 8pt;
}

.hints4 {
    color: #660066;
    font-size: 8pt;
}

.hints5 {
    color: #006666;
    font-size: 8pt;
}

.italic {
    font-style: italic;
}


.formError {
    color: red;
}


/***
Notes
rtm 475'ten alindi.
***/
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
    margin-top: 0;
}

.note h1 .close,
.note h2 .close,
.note h3 .close,
.note h4 .close,
.note h5 .close,
.note h6 .close {
    margin-right: -10px;
}

.note p {
    margin: 0;
    font-size: 13px;
}

.note p:last-child {
    margin-bottom: 0;
}

.note code,
.note .highlight {
    background-color: #fff;
}

.note.note-default {
    background-color: white;
    border-color: #b0c1d2;
    color: black;
}

.note.note-default.note-bordered {
    background-color: #eef1f5;
    border-color: #c0cedb;
}

.note.note-default.note-shadow {
    background-color: #f1f4f7;
    border-color: #d1dbe4;
    box-shadow: 5px 5px rgba(212, 221, 230, 0.2);
}

.note.note-success {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: black;
}

.note.note-success.note-bordered {
    background-color: #a7e6ec;
    border-color: #6dd6df;
}

.note.note-success.note-shadow {
    background-color: #abe7ed;
    border-color: #81dbe3;
    box-shadow: 5px 5px rgba(134, 221, 228, 0.2);
}

.note.note-info {
    background-color: #f5f8fd;
    border-color: #8bb4e7;
    color: #010407;
}

.note.note-info.note-bordered {
    background-color: #dbe8f8;
    border-color: #a0c2ec;
}

.note.note-info.note-shadow {
    background-color: #e0ebf9;
    border-color: #b5cff0;
    box-shadow: 5px 5px rgba(185, 210, 241, 0.2);
}

.note.note-warning {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: black;
}

.note.note-warning.note-bordered {
    background-color: #f8e38c;
    border-color: #f4d249;
}

.note.note-warning.note-shadow {
    background-color: #f9e491;
    border-color: #f6d861;
    box-shadow: 5px 5px rgba(246, 217, 102, 0.2);
}

.note.note-danger {
    background-color: #fef7f8;
    border-color: #f0868e;
    color: #210406;
}

.note.note-danger.note-bordered {
    background-color: #fbdcde;
    border-color: #f39da3;
}

.note.note-danger.note-shadow {
    background-color: #fbe1e3;
    border-color: #f6b3b8;
    box-shadow: 5px 5px rgba(246, 184, 189, 0.2);
}

.note {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 0;
}
