﻿/* yardımcı classlar */
.nopadding {padding:0 !important;}
.noborder {border:none;}
.nomargin {margin:0;}

.row.no-gutters{margin-right:0;margin-left:0}
.row.no-gutters>[class^="col-"],.row.no-gutters>[class*=" col-"]{padding-right:0;padding-left:0}

.tz, .clear{clear:both;display:block;}
.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}
.db{display:block;}
.dib{display:inline-block;}
.fw{width:100%}
.bold{ font-weight: bold;}
.tj{text-align: justify;}
.pre-line{white-space: pre-line}
.invisible {
    visibility: hidden;
}

/*.label{font-size: 100%}*/

.dayBox{
    width:240px;
    float:left;
    margin-right:5px;
}

.dayBox ul {
    padding: 0px;
    margin: 0px;
    padding-left: 2px;
    margin-left: 2px;
    }

    .dayBox ul li {
    padding-left: 2px;
    margin-left: 2px;
    }

.input-group .ajax__calendar_container {
    width: 175px;
}

.select2-container, .select2-dropdown-open {
    width: 100% !important;
}

.scroll_div_200 {
    /*height: auto; width: auto;*/
    color:#000;

    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: white;
    padding: 4px;

    overflow: -moz-scrollbars-vertical !important;
    overflow: auto;

    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
    height: 200px;
}
/*.scroll_div label, .scroll_div_200 label {
    display: inline;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    font-size:11px;
}*/

.table tbody tr > td.success {
    background-color: #dff0d8 !important;
}

.table tbody tr > td.error {
    background-color: #f2dede !important;
}

.table tbody tr > td.warning {
    background-color: #fcf8e3 !important;
}

.table tbody tr > td.info {
    background-color: #d9edf7 !important;
}

.table-hover tbody tr:hover > td.success {
    background-color: #d0e9c6 !important;
}

.table-hover tbody tr:hover > td.error {
    background-color: #ebcccc !important;
}

.table-hover tbody tr:hover > td.warning {
    background-color: #faf2cc !important;
}

.table-hover tbody tr:hover > td.info {
    background-color: #c4e3f3 !important;
}



.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f055";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f056";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px #333;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    display: block;
}


.label-sm {
    font-size: 60%
}

.label-md {
    font-size: 90%
}

.label-lg {
    font-size: 110%
}

/*.label{font-size: 100%}*/

.chkSec input[type="checkbox"]:checked + label {
    border: solid 1px #000;
    background-color: green
}

input[type="radio"]:checked + label {
    font-weight: bold;
}

.checkbox label, .radio label {
    padding-left: 0;
}