﻿.mybtn {
    font-size: 12px !important;
    padding: 3px 8px !important;
}

th {
    font-weight: normal;
}

.GridPager td span:hover, .GridPager td span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.GridPager .active span, .GridPager .active span:hover, .GridPager .active span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

.GridPager a, .GridPager span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

.GridPager tr td:first-child > a, .GridPager tr td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.GridPager tr td:last-child > a, .GridPager tr td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.Sort {
    background-image: url(../assets/img/arrow_down.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}
/*
.Sort th a {
    display:block; padding:0 4px 0 15px;
    background:url(assets/img/arrow_up.gif) no-repeat;
}*/



.box-header h2 {
    color: #01a9ca !important;
}


.nav-tabs.nav-stacked > li.active > ul > li.active > a {
    color: #6FC647 !important;
}

label {
    font-weight: 400;
    color: #666 !important;
}

.my-noty {
    border-width: 1px;
    border-style: solid;
    position: fixed;
    opacity: 0.7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*margin-top: -1px;*/
    /*margin-left: 65%;*/
    z-index: 9999999;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: bold;
    right: 40px;
    top: 70px;
    float: right;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: none;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') repeat-x scroll left top #fff;
}


tbody > tr > td {
    padding: 3px !important;
}

.month, .year
{
    padding-right:3px !important;
}

#content {
    padding-top:0px !important;
}

 .datepicker .active {
    font-weight:bold !important;
}

/*.datepicker-switch {
    text-align:center;
    max-width:100%;
}*/

.datatable th,.datatable th a{
    color: #01a9ca !important;
}

#Import a {
     color: #01a9ca !important;
}

/*.table > tbody > tr > th {
    background-color:orange !important;
    background-image:url("../assets/img/arrow_down.gif") !important;
    background-position-x:right !important;
}*/



#main_FileManager1_ToolBar div {
    margin-top:-10px;
}




