    body {
        color:#969b9d;
   size:14px;
    }
    .table-striped>tbody>tr:nth-child(odd)>td,
    .table-striped>tbody>tr:nth-child(odd)>th {
        background-color:#eff1f2;
    }

    .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
        background-color:#e5e8e9;
    }

    .table-hover > tbody > tr > td.warning:hover, 
    .table-hover > tbody > tr > th.warning:hover, 
    .table-hover > tbody > tr.warning:hover > td, 
    .table-hover > tbody > tr.warning:hover > th {
        background-color:#e5e8e9;
    }
    #header {
        background:url('/static/images/template/green/top_bg.png') no-repeat scroll center;
        height:150px;
    }
    #appicon-bg {
    box-shadow: 0 10px 29px rgba(0,0,0,.06);; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
        width: 180px;
        height: 180px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        border: none;
        background-color:#ffffff;
        padding:30px;
        margin: auto;
        margin-top:-150px;
        margin-bottom: 30px;
    }
    .appicon{
        border: none;
    }
    .btn-u-lg, a.btn-u-lg {
        font-size: 18px;
        padding: 10px 50px;
        background-color: #28caad;
        border-radius: 5px;
    }

    .btn-u.btn-u-green {
        background-color: #28caad;
    }

    .btn-u.btn-u-green:hover,
    .btn-u.btn-u-green:focus,
    .btn-u.btn-u-green:active{
        background-color: #24bca1;
        color:#fff;
    }

    .servive-block-light, .servive-block-default {
        background:none;
    }

    .gray-text {
        color:#969b9d;
    }

    .gray-text li {
        color:#969b9d;
    }

    .breadcrumb>li+li:before {
        content:none;
    }

    .breadcrumb>li {
        padding: 0 5px;
    }

    .devider.devider-dotted {
        border-top:1px solid #e7ebed;
    }

    .content-title {
        size:20px;
        color:#333;
        margin-bottom:15px;
    }
    .table > thead > tr > th, 
    .table > tbody > tr > th, 
    .table > tfoot > tr > th, 
    .table > thead > tr > td, 
    .table > tbody > tr > td, 
    .table > tfoot > tr > td {
        border-top:0;
    }
    @media(max-width: 768px) {
        table.app_view_history>tbody>tr>td:first-child {
            padding-right: 15px;
            text-align:right;
            width: 53% !important;
        }
    }
    ul.breadcrumb {
        padding: 0;
    }
    @media(max-width: 320px) {
        table.app_view_history>tbody>tr>td:first-child {
            width: 60% !important;
        }
        table.app_view_history>tbody>tr>td:nth-child(2) {
            text-align: left;
            padding-left: 15px;
        }
    }

a.btn-lg-default,
a.btn-lg-default:hover,
a.btn-lg-default:focus {
    background-color: #95a5a6 !important;
    border-color: #95a5a6;
}

span.tryAgain {
    top:-16px;
}
