﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}
.column,columns:{direction:rtl; float:right;} 
.k-grid-header .k-header {
    overflow: visible;
    white-space: normal /*!important*/;
}

.pull-left {
    float: left;
}

li.ui-menu-item {
    text-align: left !important;
}

.star {
    color: red;
}

.pull-right {
    float: right;
}

.language {
    color: #fff;
    padding: 0px 24px;
}

    .language a {
        color: #007ec6;
        text-decoration: none;
    }

.header_menu {
    padding-top: 4px !important;
}

.lang_seprator {
    color: #1e9296;
}

.profile_image img {
    margin: 1px 5px 3px 5px;
    vertical-align: middle;
}

.button_container {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.btn-group input:hover, .btn_seprator input:hover {
    cursor: pointer;
}

.btn {
    background: rgba(94,176,230,1);
    background: -moz-linear-gradient(top, rgba(94,176,230,1) 0%, rgba(2,104,168,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(94,176,230,1)), color-stop(100%, rgba(2,104,168,1)));
    background: -webkit-linear-gradient(top, rgba(94,176,230,1) 0%, rgba(2,104,168,1) 100%);
    background: -o-linear-gradient(top, rgba(94,176,230,1) 0%, rgba(2,104,168,1) 100%);
    background: -ms-linear-gradient(top, rgba(94,176,230,1) 0%, rgba(2,104,168,1) 100%);
    background: linear-gradient(to bottom, rgba(94,176,230,1) 0%, rgba(2,104,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb0e6', endColorstr='#0268a8', GradientType=0 );
    padding: 5px 15px;
    margin: 3px;
    border: none;
    border-radius: 10px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
}
.btnGray {
    background: rgba(114, 116, 140, 0.1);
    background: -moz-linear-gradient(top, rgba(114, 116, 140, 0.1) 0%, rgba(192,192,192,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(114, 116, 140, 0.1)), color-stop(100%, rgba(192,192,192,1)));
    background: -webkit-linear-gradient(top, rgba(114, 116, 140, 0.1) 0%, rgba(192,192,192,1) 100%);
    background: -o-linear-gradient(top, rgba(114, 116, 140, 0.1) 0%, rgba(192,192,192,1) 100%);
    background: -ms-linear-gradient(top, rgba(114, 116, 140, 0.1) 0%, rgba(192,192,192,1) 100%);
    background: linear-gradient(to bottom, rgba(114, 116, 140, 0.1) 0%, rgba(192,192,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb0e6', endColorstr='#0268a8', GradientType=0 );
    padding: 5px 15px;
    margin: 3px;
    border: none;
    border-radius: 10px 0px 10px 0px;
    color: #D3D3D3;
    cursor: pointer;
}
.btn-disabled{
    opacity: 0.6;  
}
    .btn:hover {
        background: #3f9edb;
        color: #fff;
    }

.btn_seprator {
    border-bottom: 2px solid #868686;
    margin: 6px 0;
    border-top: 2px solid #868686;
    padding: 5px;
    background: #EFEFEF;
    height: 24px;
}

.title {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    border-radius: 10px 0px 10px 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #fff;
    background: rgba(7,124,199,1);
    background: -moz-linear-gradient(top, rgba(7,124,199,1) 0%, rgba(101,180,233,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,124,199,1)), color-stop(100%, rgba(101,180,233,1)));
    background: -webkit-linear-gradient(top, rgba(7,124,199,1) 0%, rgba(101,180,233,1) 100%);
    background: -o-linear-gradient(top, rgba(7,124,199,1) 0%, rgba(101,180,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(7,124,199,1) 0%, rgba(101,180,233,1) 100%);
    background: linear-gradient(to bottom, rgba(7,124,199,1) 0%, rgba(101,180,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#077cc7', endColorstr='#65b4e9', GradientType=0 );
}

.loginForm {
    max-width: 400px;
    min-height: 220px;
    border-radius: 50px 0px 50px 0px;
    border: 7px solid #ccc;
    margin: 0px auto;
    background: rgba(232,232,232,1);
    background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(227,227,227,1)));
    background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 100%);
    background: -o-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom, rgba(232,232,232,1) 0%, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e3e3e3', GradientType=0 );
    box-shadow: 5px 5px 15px 2px #777;
}




.login {
    padding-top: 0px;
    padding-left:50px;
}

    .login ul {
        padding: 0px;
        margin: 0px;
        width: 100%;
        clear: both;
    }

    .login li {
        margin: 1px 5px 10px 10px;
        float: left;
        display: inline;
        list-style-type: none;
        font-size: 14px;
        line-height: 25px;
       
    }

        .login li input {
            margin-top: -2px;
            width: 180px;
            border-radius: 3px;
            border: none;
            height: 25px;
            border: 1px solid #ccc;
            font-size: 12px;
            padding: 3px;
             text-align:right;
            /*color: #999;*/
        }

        .login li span {
            margin-top: 2px;
            font-size: 12px;
            color: #999;
            background-color: none !important;
        }

            .login li span a {
                margin-top: 2px;
                font-size: 12px;
                color: #666;
                background-color: #e7e7e7 !important;
                text-decoration: none;
            }


                .login li span a:hover {
                    margin-top: 2px;
                    font-size: 12px;
                    color: #000;
                    text-decoration: underline;
                }

.loginBTN {
    position: absolute;
    width: 60px;
    float: right;
    margin-right: 335px;
    margin-top: 30px;
}


.topNav {
    height: 25px;
    line-height: 25px;
    text-align: right;
    font-size: 12px;
    padding-right: 10px;
    background-position: center;
    width: 960px;
    margin: 0px auto;
    color: #007ac2;
}

.Govlogo {
    height: 72px;
    margin: 0px auto;
    width: 960px;
    border-top: 2px solid #0072bc;
    border-bottom: 2px solid #0072bc;
    padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
    margin-top: 5px;
}

    .Govlogo > div {
        float: left;
        width: 480px;
    }

.dashboard_shapecintainer {
    width: 304px;
    height: 300px;
    margin: 0px auto;
}

.shapecintainer {
    padding-top: 10px;
}

    .shapecintainer ul {
        padding: 0px;
        margin: 0px;
        width: 100%;
        clear: both;
    }

    .shapecintainer li {
        margin: 1px 1px 1px 1px;
        float: left;
        display: inline;
        list-style-type: none;
        font-size: 14px;
    }

.footer {
    height: 50px;
    background-color: #0072bc;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    font-size: 12px;
    line-height: 50px;
    text-align: right;
}




ul {
    padding: 0;
    list-style: none;
}

    ul li {
        text-align: center;
        line-height: 24px;
    }

        ul li a {
            padding: 5px 10px;
            color: #333;
            background: #f2f2f2;
            text-decoration: none;
            line-height: 30px;
        }

            ul li a:hover {
                color: #fff;
                background: #939393;
            }

        ul li ul {
            display: none;
        }

        ul li:hover ul {
            display: block;
            position: absolute; /* display the dropdown */
        }



.table-row {
    display: table;
    padding: 2px;
    overflow: hidden;
    max-width: 550px;
    margin: 0px auto;
}

    .table-row:last-child {
        border-bottom: none;
    }

.row-div {
    display: table-cell;
    width: 100%;
    /*    line-height:25px;*/
    text-align: left;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    padding-left: 10px;
    white-space: normal;
}

.row-div1 {
    padding: 2px 2px;
    white-space: nowrap;
}

.div-row {
    display: block;
    margin-bottom: 5px;
    white-space: normal;
    min-width: 150px;
}

.div-cell {
    display: table-cell;
    white-space: normal;
    width: 100%;
    padding-left: 20px;
    /*padding-right: 20px;*/
    line-height: 15px;
    vertical-align: middle;
}


.row-label {
    display: table-cell;
    width: 100%;
    line-height: 25px;
    text-align: right;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    padding-left: 10px;
    white-space: normal;
}

.row-input {
    padding: 2px 2px;
    white-space: nowrap;
}

.table-row {
    display: table;
    padding: 2px;
    overflow: hidden;
}

    .table-row:last-child {
        border-bottom: none;
    }

.search_container {
    width: 98%;
    margin: 0px auto;
}


table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #d7eefe;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #222;
    padding: 4px;    
    background-repeat: repeat;
}

tr {
    background: #e2e2e2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #222;
    /*background-image: url(../../image/tr-bgalt.png);*/
    background-repeat: repeat;
}

th {
    background: #3f4343;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

td, th {
    padding: 4px 14px;
    text-align: left;
    border: 1px solid #ccc;
}

input[type=text], select {
    color: #979797;
    margin-bottom: 0px;
    padding: 3px;
    margin-top: 1px;
}
/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
       
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        padding: 4px;
        border-bottom: 1px dotted #666666;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 4px;
            left: 4px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    /*
		Label the data
		*/
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body, td, tr {
        padding: 0;
        margin: 0;
        width: 320px;
        border-bottom: 1px dotted #666666;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        width: 495px;
        color: #000;
    }
}




/*Dialouge Box CSS*/

.ui-dialog {
    background: #efefef;
    border: 2px solid #0072BC !important;
    border-radius: 4px;
    padding: 20px 10px 10px 10px;
    box-shadow: 0px 0px 24px 4px rgba(148, 144, 144, 0.76);
}

.ui-dialog-content.ui-widget-content {
    min-height: 20px !important;
    max-height: 100% !important;
}


.popup-msg {
    text-align: center;
}

.ui-dialog-buttonpane {
    text-align: center;
}

/*Dialouge Box CSS*/






.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    color: #fff;
    background-color: #5AA4D7 !important;
    border-color: #2B92D4 !important;
}




.give {
    background-image: url(../../content/img/1_front.png);
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border: 1px solid #C0C0C0;
    border-radius: 50%;
    }

    .give:hover {
        background-image: url(../../content/img/1_front.png);
        height: 30px;
        width: 30px;
        border-radius: 50%;
        box-shadow: 0px 0px 3px 3px #BABABA;
        border: 1px solid #fff;
        border-radius: 50%;

    }

.giveall {
    background-image: url(../../content/img/2_front.png);
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border: 1px solid #C0C0C0;
    border-radius: 50%;

}

    .giveall:hover {
        background-image: url(../../content/img/2_front.png);
        height: 30px;
        width: 30px;
        border-radius: 50%;
        box-shadow: 0px 0px 3px 3px #BABABA;
        border: 1px solid #fff;
        border-radius: 50%;


    }

.take {
    background-image: url(../../content/img/1_back.png);
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border: 1px solid #C0C0C0;
    border-radius: 50%;
}

    .take:hover {
        background-image: url(../../content/img/1_back.png);
        height: 30px;
        width: 30px;
        border-radius: 50%;
        box-shadow: 0px 0px 3px 3px #BABABA;
        border: 1px solid #fff;
        border-radius: 50%;

    }

.takeall {
    background-image: url(../../content/img/2_back.png);
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border: 1px solid #C0C0C0;
    border-radius: 50%;
}

    .takeall:hover {
        background-image: url(../../content/img/2_back.png);
        height: 30px;
        width: 30px;
        border-radius: 50%;
        box-shadow: 0px 0px 3px 3px #BABABA;
        border: 1px solid #fff;
        border-radius: 50%;

    }






/*------------------------------*/



/* Nav Demo Styles -------------------- */
.main-nav a {
    background: #fff;
}

.trigger:hover {
    color: #000;
}


.trigger {
    background: transparent !important;
    padding: 0px 4px 0px 0px !important;
    font-weight: normal;
    color: #fff !important;
}


.drop-nav {
    background: #a0a0a0;
    width: 150px;
}

    .drop-nav li a img {
        vertical-align: middle;
        padding: 0 10px;
    }


    .drop-nav li a {
        line-height: 25px !important;
    }

.main-nav {
    float: right;
    border-radius: 4px;
    margin: 9px;
    border: solid 1px #a0a0a0;
    font-size: 14px;
    padding: 0px 5px 0px 10px;
    background: #007ec6;
}

    .main-nav > li {
        float: left;
        border-left: solid 1px #1e2a36;
    }

    .main-nav li:first-child {
        border-left: none;
    }

    .main-nav a {
        color: #000;
        display: block;
        padding: 2px 0px;
        text-decoration: none;
        text-align: left;
    }

.dropdown,
.flyout {
    position: relative;
}

/*.dropdown:after {
            content: "\25BC";
            font-size: .7em;
            display: block;
            position: absolute;
            top: 12%;
            right: 12%;
            color:#000;
        }*/

.drop-nav,
.flyout-nav {
    position: absolute;
    display: none;
    z-index: 9999;
    margin-top: 1px;
    right: -6px;
    padding: 1px;
    border-radius: 2px;
    box-shadow: 2px 2px 5px 0px #000;
}

/*.drop-nav li {
            border-bottom: 1px solid rgba(255,255,255,.2);
        }*/

.dropdown:hover > .drop-nav,
.flyout:hover > .flyout-nav {
    display: block;
}

.flyout-nav {
    left: 100%;
    top: 0;
}

.flyout:hover a,
.flyout-nav {
    background: #395066;
}


.loadingImage {
    margin-top: 14px !important;
}





<!-- CSS styles for standard search box -->
#tfheader {
}

#tfnewsearch {
    float: right;
    padding: 10px 0px;
    margin-left: 80px;
    margin-right: 50px;
    width: 85%;
}


    #tfnewsearch input[type=text] {
        width: 88%;
        height: 25px;
        border: 1px solid #A9A9A9;
        border-radius:0px !important;
        line-height:25px !important;
    }

    #tfnewsearch .btn {
        height: 33px;
        width: 69px;
    }

.tftextinput {
    margin: 0px !important;
    padding: 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#666;
}

.tfclear {
    clear: both;
}


.block_box {
    margin: 0px 50px;
}

.searc_box {
    margin: 0px 0px;
    background-image: url(../../content/img/serch_bg.png);
    background-repeat:repeat;
   
}


.block_image {
    vertical-align: middle;
    padding: 10px 20px 10px 30px;
    margin: 7px;
}

.block_name {
    color: #ffffff;
    font-size: 17px;
    /*padding: 10px;*/
    text-align: center;
    margin: 0px;
}


.statements_report {
    border-radius: 30px 0px;
    border: 2px solid #ffffff;
    background: #740a67;
    height: 100%;
    box-shadow: inset 0px 0px 60px 20px rgba(0, 0, 0, 0.25);
}

    .statements_report p {
        display: inline-block;
        vertical-align: middle;
    }

.general_search {
    border-radius: 30px 0px;
    border: 2px solid #ffffff;
    background: #0178c4;
    height: 100%;
    box-shadow: inset 0px 0px 60px 20px rgba(0, 0, 0, 0.25);
}

    .general_search p {
        display: inline-block;
        vertical-align: middle;
    }

.seach_by_service {
    border-radius: 30px 0px;
    border: 2px solid #ffffff;
    background: #009bde;
    height: 100%;
    box-shadow: inset 0px 0px 60px 20px rgba(0, 0, 0, 0.25);
}

    .seach_by_service p {
        display: inline-block;
        vertical-align: middle;
    }




.user_block {
    border-radius: 15px 0px;
    border: 0px solid #ffffff;
    background: #740a67;
    width: 100%;
    box-shadow: inset 0px 0px 60px 20px rgba(0, 0, 0, 0.25);
}


    .user_block:hover {
        background: #4a4a4a;
    }

    .user_block p {
        display: inline-block;
        vertical-align: middle;
        word-break: break-word;
        width: 185px;
    }

.privleges_block {
    border-radius: 15px 0px;
    border: 0px solid #ffffff;
    background: #0178c4;
    width: 100%;
    box-shadow: inset 0px 0px 60px 20px rgba(0, 0, 0, 0.25);
}

    .privleges_block p {
        display: inline-block;
        vertical-align: middle;
        word-break: break-word;
        width: 171px;
    }

    .privleges_block:hover {
        background: #4a4a4a;
    }

.settings_block {
    border-radius: 15px 0px;
    border: 0px solid #ffffff;
    background: #009bde;
   
    width: 100%;
    box-shadow: inset 0px 0px 60px 20px rgba(0, 0, 0, 0.25);
}

    .settings_block p {
        display: inline-block;
        vertical-align: middle;
        word-break: break-word;
        width: 171px;
    }


    .settings_block:hover {
        background: #4a4a4a;
    }

.sys_code_block {
    border-radius: 15px 0px;
    border: 0px solid #ffffff;
    background: #c32e92;
 
    width: 100%;
    box-shadow: inset 0px 0px 60px 20px rgba(0, 0, 0, 0.25);
}

    .sys_code_block p {
        display: inline-block;
        vertical-align: middle;
        word-break: break-word;
        width: 190px;
    }

    .sys_code_block:hover {
        background: #4a4a4a;
    }




/*Mega Menu*/


/* Menu Container */




.language .mega_menu {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
    margin: 0px;
}


/* Menu List */
 



.mega_menu li a:hover {
    color: #333;
    background: none;
}


/* Menu Links */
.mega_menu > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 21px;
    padding: 0 5px;
    line-height: 31px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fcfcfc;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
    background: none;
    color: #333;
    /* border-left: 1px solid #4b4441;
                border-right: 1px solid #312a27;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}




/*.mega_menu > li:hover > a {
                background: #4b4441;
            }*/

.mega_menu > li:first-child > a {
    border-radius: 3px;
    border-left: none;
}

/* Search Form */
.mega_menu > li.nav-search > form {
    position: relative;
    width: inherit;
    height: 54px;
    z-index: 510;
    border-left: 1px solid #4b4441;
}

.mega_menu > li.nav-search input[type="text"] {
    display: block;
    float: left;
    width: 1px;
    height: 24px;
    padding: 15px 0;
    line-height: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #999999;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
    background: #372f2b;
    -webkit-transition: all .3s ease 1s;
    -moz-transition: all .3s ease 1s;
    -o-transition: all .3s ease 1s;
    -ms-transition: all .3s ease 1s;
    transition: all .3s ease 1s;
}

    .mega_menu > li.nav-search input[type="text"]:focus {
        color: #fcfcfc;
    }

    .mega_menu > li.nav-search input[type="text"]:focus, .mega_menu > li.nav-search:hover input[type="text"] {
        width: 110px;
        padding: 15px 20px;
        -webkit-transition: all .3s ease .1s;
        -moz-transition: all .3s ease .1s;
        -o-transition: all .3s ease .1s;
        -ms-transition: all .3s ease .1s;
        transition: all .3s ease .1s;
    }

.mega_menu > li.nav-search input[type="submit"] {
    display: block;
    float: left;
    width: 20px;
    height: 54px;
    padding: 0 25px;
    cursor: pointer;
    background: #372f2b url(../img/search-icon.png) no-repeat center center;
    border-radius: 0 3px 3px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

    .mega_menu > li.nav-search input[type="submit"]:hover {
        background-color: #4b4441;
    }

/* Menu Dropdown */
.mega_menu > li > div {
    position: absolute;
    display: block;
    width: 220px;
    top: 23px;
    left: -65px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
      z-index:99999;
    height:224px !important;
    overflow:auto !important;
}




.mega_menu > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
      z-index:99999;
}

/* Menu Content Styles */
.mega_menu .nav-column {
    float: left;
    width: 100%;
    /*padding: 2.5%;
            border:2px solid #0072bc;*/
    border-radius: 4px;
    background: #fff;
    z-index:99999;
}

    .mega_menu .nav-column h3 {
        margin: 20px 0 10px 0;
        line-height: 18px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #372f2b;
        text-transform: uppercase;
    }

        .mega_menu .nav-column h3.orange {
            color: #ff722b;
        }

    .mega_menu .nav-column li a {
        display: block;
        line-height: 26px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 13px;
        color: #888888;
    }

        .mega_menu .nav-column li a:hover {
            color: #666666;
        }



.admin_options, .purch_options {
    width: 100%;
}



    .admin_options a, .purch_options a {
        padding: 0px;
    }


        .admin_options a:hover, .purch_options a:hover {
            color: #333;
        }


.new_user_icon, .manage_user_icon {
    width: 50%;
    text-align: center;
    display: inline-block;
    float: left;
}

.sys_admin {
    text-align: center;
    display: inline-block;
    float: left;
    width: 128px;
    font-size: 12px;
    padding:5px;
}

    .sys_admin:hover {
        background:#d0d0d0;
        box-shadow:rgba(0, 0, 0, 0.25) 1px 10px 20px;
      
    }


.line {
    margin: 10px;
    border: 1px solid #000;
}


.clear {
    clear: both;
}

.nav-column p {
    margin: 0px;
    vertical-align: middle;
    text-align: center;
    height: 26px;
    line-height: 13px;
}






/*float Menu*/

#fl_menu {
    /*position: absolute;*/
    top: 10px;
    right: 0px;
    z-index: 9999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    #fl_menu .label {
        padding: 10px 15px;
        font-weight: bold;
        background: #007ec6;
        color: #fff;
        letter-spacing: 4px;
        float: right;
        margin: 0px 0 10px 1px;
    }

    #fl_menu .menu {
        float: right;
      
    }

        #fl_menu .menu .menu_item {
            display: block;
            background: #A6B7C2;
            color: #252525;
            margin: 0px 0 0 1px;
            padding: 13px 15px;
            text-decoration: none;
            float: right;
        }

            #fl_menu .menu .menu_item span {
                padding: 0px 5px;
            }


        #fl_menu .menu a.menu_item:hover {
            background: #333;
            color: #fff;
        }

.content {
    width: 520px;
    margin: 50px auto;
}

.k-toolbar.k-grid-toolbar.k-grid-top {
    text-align: left !important;
}

/*float Menu*/


.boxforget {
    margin-left: 58px;
    margin-right: 58px;
}

.radio_class1 {
    /*width: 38%;
    text-align: right;*/
    padding-left:20px;
}

.radio_class2 {
    width: 50%;
}



.sub-title {
    margin: 10px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}

.dash_links {
    margin: 0% 20% 0% 25%;
}

/*General Mosaic Styles*/
.mosaic-block {
    float: left;
    position: relative;
    /*overflow: hidden;*/
    width: 400px;
    height: 72px;
    margin: 10px;
    /*background: #111 url(../img/progress.gif) no-repeat center center;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
}

.mosaic-backdrop {
    display: none;
    position: absolute;
    top: 0;
    /*height: 100%;
    width: 100%;
    background: #111;*/
}

.mosaic-overlay {
    display: none;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.95);
    border-radius: 30px 0;
    border: 2px solid #fff;
}


.fade .mosaic-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: alpha(opacity=00);
    /*background: url(../img/bg-black.png);*/
}

.mosaic-overlay .details a {
    color: #d3d3d3;
}

    .mosaic-overlay .details a:hover {
        color: #fff;
    }

.mosaic-overlay .details {
    text-align: center;
}

.details ul li a {
    background: transparent;
}





