html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/****************************************************************************************/
.yii-example {
    padding: 0 5px;
    color: red;
}

h1 {
    margin-bottom: 30px;
}

#content .hint {
    font-size: 1.1em;
    font-style: italic;
    padding: 5px;
    background-color: #eee;
}
.claim_table.table > thead > tr > th,
.claim_table.table > tbody > tr > th,
.claim_table.table > tfoot > tr > th,
.claim_table.table > thead > tr > td,
.claim_table.table > tbody > tr > td,
.claim_table.table > tfoot > tr > td{
    font-size: 12px;
}
.claim_table th, .claim_table td {
    text-align: center;
}
.claim_table th.claim_id,
.claim_table td.claim_id{
    width: 5%;
}
.claim_table .claim_id_filter{
    padding: 6px 0;
    text-align: center;
}
table.table-striped.claim_table tbody tr.newClaim{
    background-color: rgb(150, 255, 150);
}
/* dispatcher */
.claim_table .claim_time_dispatcher{
    width: 8%;
}
.claim_table .claim_content{
    width: 20%;
    text-align: left;
}
.claim_table .claim_offer_dispatcher{
    width: 20%;
    text-align: left;
}
.claim_table th.time_in_process_dispatcher{
    color: #337ab7;
}
.claim_table .time_in_process_dispatcher{
    width: 10%;
}
.claim_table .claim_result_dispatcher{
    width: 15%;
}
.claim_table .claim_result_dispatcher_select{
    padding: 6px 3px;
}
.claim_table .claim_action{
    width: 10%;
}
.claim_table .claim_action a{
    padding: 5px;
}

form.claim_list_dispatcher label.result {
    display: block;
}
form.claim_list_dispatcher label.result {
    display: block;
    margin-bottom: 3px;
}
form.claim_list_dispatcher label.btn-result {
    display: inline-block;
    margin-right: 10px;
}
/* admin */
.claim_table .claim_time_admin{
    width: 10%;
}
.claim_table .claim_content_admin{
    width: 55%;
    text-align: left;
}
.claim_table .claim_offer_admin{
    width: 25%;
    text-align: left;
}
/*.claim_table .claim_result_admin{
    width: 15%;
    text-align: center;
}*/
.claim_table .claim_result_admin_select{
    padding: 6px 3px;
}
.claim_table .claim_action_admin{
    width: 5%;
    text-align: center;
}

form.claim_list_admin label.result {
    display: block;
}
form.claim_list_admin label.result {
    display: block;
    margin-bottom: 3px;
}
form.claim_list_admin label.btn-result {
    display: inline-block;
    margin-right: 10px;
}

form.claim_list_admin .admin-update {
    padding-top: 20px;
}

/***********************************************/

table.user_table th,
table.user_table td {
    text-align: center;
}
.user_table th.user_main_num,
.user_table td.user_main_num {
    width: 5%;
    text-align: center;
}
.user_table .user_main_name,
.user_table .user_main_username,
.user_table .user_main_role {
    width: 29%;
}

.user_table th.user_num,
.user_table td.user_num {
    width: 5%;
    text-align: center;
}
.user_table .user_name,
.user_table .user_username,
.user_table .user_role {
    width: 25%;
}
.user_table .user_online {
    width: 10%;
    color: #337ab7;
}
.user_table .user_action {
    width: 8%;
}

/****************** REPORTS *********************/

div.reports h1 {
    margin-bottom: 15px;
}
div.reports ul#reportMenu {
    margin-bottom: 10px;
    font-size: 1.2em;
}

div.reports th {
    text-align: center;
    color: #337ab7;
}
div.reports td {
    font-size: 0.9em;
    text-align: center;
}
#content div.reports .filter_claim_id_reportlist {
    padding: 6px 3px;
}
#content div.reports .claim_id_reportlist {
    width: 4%;
}
#content div.reports .claim_time_reportlist {
    width: 7%;
}
#content div.reports .claim_content_reportlist {
    width: 35%;
}
#content div.reports td.claim_content_reportlist {
    text-align: left;
}
#content div.reports .claim_customer_name_reportlist,
#content div.reports .claim_phone_reportlist,
#content div.reports .claim_phone_order_reportlist {
    width: 10%;
}
#content div.reports .claim_result_reportlist {
    width: 8%;
}
#content div.reports .claim_who_open_reportlist,
#content div.reports .claim_who_closed_reportlist {
    width: 12%;
}
#content div.reports tr.filters td {
    padding: 3px
}
#content div.reports .form-control {
    padding: 3px;
    /*line-height: 1;*/
    height: 25px;
    font-size: 12px;
}

#content div.reports div.periodReport #setTimeInterval,
#content div.reports div.periodReport div#showPeriod {
    float: left;
}
#content div.reports div.periodReport div#showPeriod {
    padding: 10px 0 0 20px;
    font-style: italic;
}

#content form.selectDate label {
    display: block;
    padding-top: 15px;
}
#content form.selectDate span,
#content form.selectDate input {
    display: inline-block;
    font-weight: normal;
}
#content form.selectDate span{
    width: 50%;
    text-align: right;
    padding-right: 10px;
}
#content form.selectDate input {
    width: 45%;
}
/*********************************************/
div.reports .user_username_reportlist {
    width: 14%;
}
div.reports .user_name_reportlist {
    width: 25%;
}
div.reports .user_role_reportlist {
    width: 14%;
}
div.reports .user_registered_reportlist,
div.reports .user_claims_positive_reportlist,
div.reports .user_claims_negative_reportlist {
    width: 15%;
}
