﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: white;
    font-family: Roboto;
    color: #8a8989;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.lr-label {
    text-align: right;
}

.attribute-label {
    margin: 4px 0 4px;
}

.attribute-field {
    font-weight: bold;
    text-align: left;
    margin: 4px 0 4px;
}

.attribute-readonly {
    border: 1px solid rgb(205, 205, 205);
    border-radius: 2px !important;
    background-color: rgb(235, 235, 235);
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    min-height: 34px;
}

.controls {
    max-width: 1200px;
}

.required:after {
    content: "*";
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 85% !important;
    }
}

a.dxbButton_Moderno {
    color: #fff;
    background-color: #5c9bd1;
    border-radius: 25px !important;
    padding: 1px 5px;
    text-decoration: none;
}

.btn-xs {
    padding: 1px 8px 4px 7px;
}

.portlet-body h3 {
    border-bottom: solid 1px;
}

.dxgvDataRowAlt_Moderno {
    background-color: #f9f9f9;
}

table.dxgvControl_Moderno tbody td.dxgv {
    border-right: 1px solid rgb(221, 221, 221);
    border-top: 1px solid rgb(221, 221, 221);
}

/*Header*/
#animated-header {
    background-color: white;
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
    opacity: 0;
}

.header {
    padding-top: 30px;
    height: 140px;
    position: relative;
    margin-bottom: 20px;
}

/*Notifications*/
.notifications {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    z-index:20;
}

    .notifications a {
        text-decoration: none;
    }

.notification {
    vertical-align:top;
    text-align: center;
    width: 160px;
    padding: 2px 5px;
    border: 1px solid #d4d4d4;
    display: inline-block;
    margin-left: 12px;
    border-top-width: 0;
    background-color: #f7f7f7;
}

.notification-img {
    height: 22px;
    width: 22px;
    border: 1px solid #002d57;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    margin: 0 auto 3px;
    color: #002d57;
}

    .notification-img i {
        font-size: 13px;
        padding-top: 3px;
    }

.notification-header {
    color: #c00;
    font-weight: bold;
}

.notification-body {
    color: #002d57;
}



/*Menu*/
.menu {
    font-family: Roboto;
    font-size: 12px;
    margin-top:92px;
    /*
    position: absolute;
    bottom: 0;
    right: 0;*/
}

logo{

}

html {
    font-size: 16px;
}


.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 22; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: rgb(49, 49, 49) !important; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

#SideNavHamburgerBtn {
    position: fixed;
    z-index:20;
    top:0;
    right:0;
    cursor:pointer;
    display: none;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    color: rgb(198, 198, 198) !important;
    display: block;
    transition: 0.3s;
    line-height: 28px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #005cb2 !important;
    text-decoration: none !important;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 14px;
    }
}

.HiddenSideNav{
    display:none;
}


@media only screen and (min-width: 768px) {
    header {
        display: none;
    }
}


@media only screen and (max-width: 992px) and (min-width: 0px) {
    .notification-img {
        display: none;
    }
    .notification-header {
        font-size:10px;
        line-height:13px;
    }
    .notification-body {
        font-size: 10px;
        line-height: 13px;
    }

    
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
    .logo img {
        height:84px !important;
    }
    .header{
        padding-top:10px;
        padding-bottom:10px;
        height:80px;
    }
    .notification {
        width: 150px;
        float:right;
    }
    .notifications {
        margin-top: 101px;
    }
    .menu{
        display:none;
    }
    header{
        display:block;
    }
    #SideNavHamburgerBtn{
        display: block;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .notification {
        width: 150px;
        margin-top: 187px;
    }

    .menu {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .header {
        padding-top: 15px;
    }

    .logo img {
        margin: 0 auto;
        display: block;
    }
    .logo{
        padding-bottom:25px;
    }
}

.menu {
    z-index: 21;
}

.topmenu a {
    text-decoration: none;
}

.topmenu > li > a,
.topmenu > li > span {
    cursor: pointer;
    text-transform: uppercase;
    background-color: transparent;
    border-style: none;
    color: #999999;
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

.topmenu > li.current > a,
.topmenu > li.current > span {
    color: #005cb2;
}

.topmenu > li > a:hover,
.topmenu > li > span:hover {
    color: #005cb2;
}

.topmenu .dir {
    position: relative;
}

.topmenu > .dir {
    display: inline-block;
    margin-right: 20px;
}

    .topmenu > .dir:after {
        padding-left: 5px;
        font: normal normal normal 10px FontAwesome;
        content: '';
        vertical-align: middle;
    }

    .topmenu > .dir > .submenu {
        display: none;
        position: absolute;
        background-color: white;
        box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
        z-index: 1;
        white-space: nowrap;
        list-style: none;
    }

.submenu {
    padding: 0;
}

    .submenu > .dir:after {
        position: absolute;
        top: 7px;
        right: 5px;
        font: normal normal normal 10px FontAwesome;
        content: '';
        vertical-align: middle;
    }

    .submenu > .dir > .submenu {
        display: none;
        position: absolute;
        top: 0px;
        left: 150px;
        background-color: white;
        box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
        z-index: 1;
        white-space: nowrap;
        list-style: none;
    }

    .submenu a {
        color: black;
        padding: 7px 60px 7px 20px;
        text-decoration: none;
        display: block;
        transition: all ease-in 100ms;
        -moz-transition: all ease-in 100ms; /* Firefox 4 */
        -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
        -o-transition: all ease-in 100ms; /* Opera */
        -ms-transition: all ease-in 100ms; /* IE9? */
    }

        .submenu a:hover {
            color: #005cb2;
        }

.dir:hover > .submenu {
    display: block;
}

/*Breadcrumb*/
.breadcrumb {
    background-color: gray;
    text-align: center;
    color: white;
    margin: 0 0 20px;
    padding-top: 110px;
    padding-bottom: 127px;
    position: relative;
}

.breadcrumb-tint {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
}

.breadcrumb-header {
    position: relative;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
}

.breadcrumb-link {
    position: relative;
    font-size: 24px;
}

    .breadcrumb-link a {
        color: white;
        transition: all ease-in 100ms;
        -moz-transition: all ease-in 100ms; /* Firefox 4 */
        -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
        -o-transition: all ease-in 100ms; /* Opera */
        -ms-transition: all ease-in 100ms; /* IE9? */
    }

        .breadcrumb-link a:hover {
            color: #005cb2;
            text-decoration: none;
        }


/*Side Menu*/

.sidemenu {
    min-height: 300px;
}

    .sidemenu img {
        display: none;
    }

    .sidemenu ul {
        padding: 0px;
        margin: 0px;
    }

        .sidemenu ul li {
            list-style: none;
        }

            .sidemenu ul li a {
                display: block;
                text-decoration: none;
                padding: 13px 10px 13px 26px;
                color: #383838;
                position: relative;
                transition: background-color ease-in 100ms;
                -moz-transition: background-color ease-in 100ms; /* Firefox 4 */
                -webkit-transition: background-color ease-in 100ms; /* Safari and Chrome */
                -o-transition: background-color ease-in 100ms; /* Opera */
                -ms-transition: background-color ease-in 100ms; /* IE9? */
            }

    .sidemenu > ul > li {
        margin-bottom: 3px;
    }

        .sidemenu > ul > li > a {
            background-color: #f3f3f3;
            border: 1px solid #e5e5e5;
            transition: all ease-in 200ms;
            -moz-transition: all ease-in 200ms; /* Firefox 4 */
            -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
            -o-transition: all ease-in 200ms; /* Opera */
            -ms-transition: all ease-in 200ms; /* IE9? */
        }

        .sidemenu > ul > li.current > a,
        .sidemenu > ul > li.current > a:hover {
            background-color: #3cceda;
            border: 1px solid #3cceda;
            color: #FFF;
        }

    .sidemenu ul li.dir > a:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 8px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        margin: -8px 0 0 0;
        text-align: center;
    }

    .sidemenu > ul > li.current.dir > a:after {
        content: "-";
        font-size: 30px;
        line-height: 12px;
        text-align: center;
    }

    .sidemenu > ul > li.current > a:after,
    .sidemenu > ul > li.current > a:hover:after {
        color: #FFF;
    }


    .sidemenu ul ul {
        display: none;
        padding: 0;
    }

        .sidemenu ul ul ul {
            padding: 5px 0px 0;
            display: none;
            margin-bottom: 0px;
            border: none;
            padding: 0;
            margin-bottom: 0px;
        }

        .sidemenu ul li.current > ul,
        .sidemenu ul ul .subcurrent > ul {
            display: block;
        }

    .sidemenu ul li li {
        margin: 0;
        border-bottom: 1px solid #e5e5e5
    }

        .sidemenu ul li li.last-item {
            border-bottom: none;
        }

        .sidemenu ul li li.dir > ul {
            border-top: 1px solid #e5e5e5
        }


        .sidemenu ul li li a {
            position: relative;
            padding: 15px 0px 15px 30px;
            line-height: 18px;
            border: none;
            white-space: normal;
            color: #666666;
            font-size: 14px;
            text-transform: none;
            transition: all ease-in 100ms;
            -moz-transition: all ease-in 100ms; /* Firefox 4 */
            -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
            -o-transition: all ease-in 100ms; /* Opera */
            -ms-transition: all ease-in 100ms; /* IE9? */
        }

            .sidemenu ul li li a:hover {
            }

            .sidemenu ul li li a:before {
                content: "";
                width: 4px;
                height: 4px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
                background-color: #8c8c8c;
                margin-bottom: 2px;
            }

    .sidemenu ul li a:hover {
    }

    .sidemenu ul li a:hover,
    .sidemenu ul li.subcurrent > a {
    }

    .sidemenu ul li li li a {
        padding-left: 45px;
    }

    .sidemenu ul li li li li a {
        padding-left: 60px;
    }


    .sidemenu ul li a {
        text-transform: capitalize;
        font-family: 'Roboto';
        font-size: 14px;
    }

    .sidemenu > ul > li.current > a,
    .sidemenu > ul > li.current > a:hover {
        background-color: #005cb2;
        border: 1px solid #005cb2;
    }

    .sidemenu ul li li a:hover,
    .sidemenu ul li a:hover,
    .sidemenu ul li a:hover,
    .sidemenu ul li li.current > a,
    .sidemenu ul li.dir > a:after {
        color: #005cb2;
    }

.footer {
    font-size: 15px;
    padding-top: 30px;
    text-align: center;
}

    .footer .contact ul {
        padding: 0;
    }

    .footer .contact li {
        list-style: none;
        padding-bottom: 18px;
        border-bottom: 1px solid #737373;
        margin-bottom: 18px;
    }

    .footer .contact i {
        font-size: 22px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .footer .contact a {
    }

    .footer .social a {
        color: #aaa;
        margin-right: 5px;
    }

        .footer .social a:hover {
            color: #339eff;
            text-decoration: none;
        }

    .footer .social i {
        font-size: 24px;
    }

    .footer .aboutus ul {
        padding: 0;
    }

    .footer .aboutus li {
        list-style: none;
        padding-bottom: 18px;
        border-bottom: 1px solid #737373;
        margin-bottom: 18px;
    }

    .footer .aboutus i {
        font-size: 22px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .footer .aboutus a {
        color: #888888;
    }

.image-list {
    padding: 0;
}

    .image-list li {
        list-style: none;
    }

    .image-list img {
        width: 100%;
    }

    .image-list .photo_box {
        margin-bottom: 5px;
    }
    
.footer-bottom {
        padding: 40px 0;
        font-size: 12px;
    }

    .footer-bottom .copywrite {
        padding: 0px 12px;
    }

    .footer-bottom .sep {
        padding: 0px 12px;
    }

    .footer-bottom .terms {
        padding: 0px 12px;
        color: #737373;
    }

        .footer-bottom .terms:hover {
            color: #005cb2;
            text-decoration: none;
        }


h3 {
    color: #000000;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0px;
}

h1 {
    color: #005cb2;
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0px;
}

.dividers_1 {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    height: 2px;
    width: 100%;
    clear: both;
    display: block;
    margin: 5px 0;
}

    .dividers_1:before {
        content: " ";
        width: 103px;
        display: block;
        margin: auto;
        height: 0px;
        border-top: 2px solid #005cb2;
        margin-bottom: -1px;
    }


.dividers_6 {
    border: none;
    height: 14px;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    background-color: #e8e8e8;
    margin: 5px 0;
}

/* ********** Buttons Style ************** */
a.Button_default,
a:link.Button_default,
a:active.Button_default,
a:visited.Button_default {
    padding: 12px 30px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #FFF;
    background-color: #005cb2;
    margin: 0px 12px 10px 0;
    border-radius: 3px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms; /* Firefox 4 */
    -webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
    -o-transition: background-color ease-in 200ms; /* Opera */
    -ms-transition: background-color ease-in 200ms; /* IE9? */
}

    a.Button_default:hover {
        background-color: black !important;
        color: #FFF;
        text-decoration: none;
    }

* + html a.Button_default {
    display: inline;
}

.dropcaps_6 {
    width: 40px;
    height: 48px;
    line-height: 40px;
    margin: 0px 8px 0px 0px;
    text-align: center;
    float: left;
    font-size: 46px;
    color: #000000;
    border-bottom: 3px solid #005cb2;
}











.attribute-label {
    font-weight: bold;
    font-size: 13px;
    color: #444;
    text-transform: uppercase;
    padding: 10px 15px 0px 15px;
    line-height: 1.25em;
    margin-bottom: 15px;
}

.attribute-field {
    margin-bottom: 15px;
}

.attribute-readonly {
    font-size: 16px;
    margin: 6px 12px;
}

.form-control {
    color: #222;
    font-size: 16px;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 #005cb2;
    -webkit-box-shadow: inset 0 -1px 0 #005cb2;
    background-color: transparent;
}

    .form-control:focus {
        -webkit-box-shadow: inset 0 -2px 0 #005cb2;
        box-shadow: inset 0 -2px 0 #005cb2;
    }

    .form-control:hover {
        -webkit-box-shadow: inset 0 -2px 0 #2196f3;
        box-shadow: inset 0 -2px 0 #2196f3;
    }

select.form-control {
    font-weight: bold;
    font-size: 13px;
    color: #005cb2;
    border: solid 1px #005cb2;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    select.form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom-width: 3px;
        padding-bottom: 4px;
    }

    select.form-control:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #2196f3;
    }

.btn {
    color: white;
    background-color: #2196f3;
    font-size: 13px;
    padding: 6px 16px;
    border: none;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

    .btn:hover {
        background-color: #0c7cd5;
        color: white;
    }

.field-validation-error {
    color: red;
}



.AtlasDataTable input {
    background-color: transparent !important;
}

.AtlasDataTable td {
    background-color: white;
    border: 0 !important;
}

.AtlasDataTable table {
    border: 0 !important;
}

    .AtlasDataTable th {
        color: rgb(0, 92, 178);
        font-weight: 400;
        font-size: 11px;
    }

        .AtlasDataTable th:last-child, .filtrow td:last-child {
        }

    .AtlasDataTable .filtrow td {
    }

    .AtlasDataTable .filt-daterange button {
        padding: 4px 8px !important;
    }

    .AtlasDataTable .filt-reset a {
        padding: 2px 8px !important;
        font-size: 11px;
    }

    .AtlasDataTable tbody td {
        color: rgb(68,68,68);
        font-size: 14px;
        font-weight: 400;
    }

    .AtlasDataTable input[type="search"] {
        border: 1px solid rgb(0, 92, 178) !important;
    }

    .AtlasDataTable tbody tr {
        cursor: pointer;
    }

    .AtlasDataTable tbody td {
        padding: 5px 8px;
    }
    
    .filtrow{
        display: none;
    }