﻿body {
	background-color: #fff;
	font-family: 'Droid Sans', sans-serif!important;
	line-height: 1;
	font-size: 14px;
    color:#000!important;
}

.container
{
    width:1300px!important
}
/*MENU*/
.menu-outer{
 border: 1px solid #e2e2e2;

  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin-bottom: 0;
    min-height: 50px;
    transition: margin-left 0.3s ease-in-out 0s;



}


.no-padd {
 padding:0px!important
}


#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#cssmenu {
  height: 42px;
  display: block;
  border: 1px solid;
  border-radius: 0px;
  width: auto;
  border-color: #365f91;
  margin: 0;
  padding: 0;
  float:right;
}
#cssmenu > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > li {
  list-style: inside none;
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-size: 15px;
  border-color: #365f91;
  color: #ffffff;
  padding: 12px 20px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 0px;
}
#cssmenu > ul > li > a:after {
  content: "";
  position: absolute;
  border-right: 1px solid #1a4c89;
  top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;
  
}
#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#cssmenu > ul > li.has-sub:hover > a {
  padding-bottom: 14px;
  z-index: 999;
  border-color: #365f91;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}
#cssmenu > ul > li.has-sub > a:hover,
#cssmenu > ul > li.has-sub:hover > a {
  background: #365f91;
  border-color: #365f91;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  background: #365f91;
  border-radius: 0 0 5px 5px;
  z-index: 999;
  padding: 10px 0;
}
#cssmenu ul li > ul {
  width: 200px;
}
#cssmenu ul ul ul {
  position: absolute;
}
#cssmenu ul ul li:hover > ul {
  left: 100%;
  top: -10px;
  border-radius: 0px;
}
#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 8px 20px;
}
#cssmenu,
#cssmenu ul ul > li:hover > a,
#cssmenu ul ul li a:hover {
  background: #365f91;
  /*background: -moz-linear-gradient(top, #365f91 0%, #032C5F 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #365f91), color-stop(100%, #032C5F));
  background: -webkit-linear-gradient(top, #365f91 0%, #032C5F 100%);
  background: -o-linear-gradient(top, #365f91 0%, #032C5F 100%);
  background: -ms-linear-gradient(top, #365f91 0%, #032C5F 100%);
  background: linear-gradient(top, #365f91 0%, #032C5F 100%);*/
}
#cssmenu > ul > li > a:hover {
  background: #365f91;
  color: #ffffff;
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
}
#cssmenu > ul > lilast {
  border-right: none!important;
}
/*END MENU*/
.nice-mrg 
{
    margin-top:10px;
}
.titile-pannel 
{
    font-size:16px !important; 
    font-weight:normal !important; 
    color:#00aeef !important;
}


.Text-titile 
{
    font-size:24px !important; 
    font-weight:normal !important; 
}
.box-input
 {
    border-radius:0 !important; 
    height:34px !important; 
   
    border:solid #e4e4e4 0.5px;
}

.search-bg {
    background: url(Images/search.png) left no-repeat;
}
.right-float 
{
    float:right !important; 
}
.full-bdr 
{
    border:solid #222 1px;
}

.no-padding 
{
    padding:0 !important; 
}
.top-mrg
{
    margin-bottom: 10px;
    margin-top: 20px;
}
.margs 
{
    margin-bottom: 10px;
    margin-top: 10px;
}
.margs-right
{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right:50px;
}
.brd-lef 
{
     border-left:solid #e4e4e4 1px;
}
.padding-inner 
{
    padding-bottom:15px;
    padding-top:15px;
}
.tab-inner
{
     border-left:solid #e4e4e4 1px;
     border-bottom:solid #e4e4e4 1px;
     border-right:solid #e4e4e4 1px;
     padding:15px;

}
.no-radious 
{
    border-radius:0 !important; 
}
.no-tabbg 
{
    background:#eee !important; 
}
.height-fixed
{
    height:165px !important; 
    overflow:auto;
    clear:both;
}

.cyan-color 
{
    color:#00aeef !important;
}
.inner-BG 
{
    background:#00aeef;
    margin:0 auto;
}
.noBG
{
    background:none !important;
    border:none !important;
    box-shadow:none !important;
}
.login-box 
{
    margin:15% auto;
    background:#00aeef;
    border-radius:0 !important;
    padding:25px 50px 10px 50px;
    float:none !important;
}
.myhome-larg-btn {
    background: none repeat scroll 0 0 #90d40e !important;
    border: 0.5px solid #c1faa5 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    height: auto;
    line-height: 35px;
    padding: 10px !important;
    width: 100%;
    margin-top:3%;
    
}
.clr-clr { clear:both;}
.right-float
{
    float:right !important;
}
.white-text 
{
    color:#fff !important;
}

.nav-tabs
{
    background-color: #e8e8e8;
}

button, input, optgroup, select, textarea
{
    color:#000
}
.ui-datepicker-title option { color:#000;
}


.ui-datepicker-title select { color:#000;
}
input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    /*font-family: inherit;*/
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
.ui-datepicker th
{

}

.ui-datepicker td span, .ui-datepicker td a
{
        background: none!important;    color: #000!important;text-align: center; padding:.2em; font-weight:normal!important; line-height:16px;
}

.ui-datepicker .ui-widget-header
{
    background:none; border:none;
}
.ui-datepicker-prev
{
    border-radius:0px;
}
.ui-datepicker-next
{
    border-radius:0px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    background:#365f91!important; color:#fff!important
}

.ui-state-highlight
{
    background: #fcefa1!important; color:#fff!important
}
.ui-datepicker tbody tr
{
 border:none!important
}

.table-responsive th {
    font-size: 16px!important;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    font-weight:normal!important;
    background:#365f91;
    color: #fff!important;
    
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}



    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #fff!important;
        font-weight: normal;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #fff;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

/*Pop styles*/

@media (max-width:9000px) {
.modal-dialog {
    margin: 10px auto 50px;
    width: 800px;
}
}
@media (max-width:1023px) {
    .modal-dialog {
    width: 80%;
    margin-left:10%;
    margin-right:10%;
}
}
.modal-header {
    border: none!important;
}
.popup-mand-hdr {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 10px;
}
.modal-body {
    padding: 15px 5px!important;
    position: relative!important;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: none!important;
}
.modal-content {  border-radius: 0px!important;
}
/*End Pop styles*/
/* chks checkbox & rds-Radio Box */
.chks-checkbox input, .rds-radio input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.chks-checkbox .check, .rds-radio .check {
    background-color: #FFFFFF;
    border: 1px solid #365f91;
    display: inline-block;
    height: 18px;
    line-height: 17px;
    margin: 0 5px 0 -20px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 18px;
}
.rds-radio .check {
    border-radius: 100%;
    padding-left: 5px;
    padding-top: 5px;
}
.rds-radio input[type="radio"]:hover ~ .check {
    border-color: #365f91;
}
.chks-checkbox input[type="checkbox"]:checked ~ .check:after {
    color: #365f91;
    content: "";
    font-family: 'FontAwesome';
    font-size: 15px;
	font-weight:normal;
    margin: 1px;
    top: 0;
}
.rds-radio input[type="radio"]:checked ~ .check:after {
    background-color: #365f91;
    border-radius: 100%;
    content: "" !important;
    display: block;
    height:10px;
    /*margin: 3px;*/
    width: 10px;
}
.chks-checkbox input[type="checkbox"]:disabled ~ .check, .rds-radio input[type="radio"]:disabled ~ .check {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
    background-color: #EFEFEF;
}
.rds-outer label { font-size:15px;
}
/*End chks checkbox & rds-Radio Box */
    .submit
{
   background: #365f91 !important;
    border: 1px solid #365f91 !important;
    border-radius: 0 !important;
    color: #fff;
    display: inline-block;
    font-weight: normal !important;
    min-width: 120px;
    padding: 4px 0;
    text-align: center;
}
    .submit:hover
    {
        background:#fff !important;
        color:#365f91!important;
         border: 1px solid #365f91 !important;
    }
        .submit1
{
   background: #fff !important;
    border: 1px solid #365f91 !important;
    border-radius: 0 !important;
    color: #365f91;
    display: inline-block;
    font-weight: normal !important;
    min-width: 120px;
    padding: 4px 0;
    text-align: center;
}
    .submit1:hover
    {
        background:#365f91 !important;
        color:#fff!important;
         border: 1px solid #365f91 !important;
    }
.no-padd { padding:0px!important;
}
/*Upload*/
.upload-drop-zone {
	border-width: 2px;
	margin-top:25px;
	height: 120px;
	padding:12px;
	background:url(Images/folder.png) no-repeat right center;
	background:url(images/folder.png) no-repeat right center;
}
.upload-drop-zone {
	border-color: #ccc;
	border-style: dashed;
	color: #656262;
	line-height:25px;
	text-align: center;
}
.upload-drop-zone p {
	color: #515151;
}
.upload-drop-zone span {
	color: #515151;
	font-size:16px;
}
.form-control {
	border-radius: 0 !important;
	font-size: 13px;
	height: 34px !important;
	padding: 8px 16px !important;
}
.form-control:focus {
	border:1px solid #365f91 !important;
	box-shadow:none;
}
.upload-drop-zone a:hover {
	text-decoration:none;
}

@media (max-width:992px){
	.content-outer-r{  min-height: 651px;}
	.content-outer-l{  min-height: 651px;}
	
	}
	@media (min-width: 992px) and (max-width: 1200px) {
		.content-wrapper p{ font-size:14px;}
		}
	@media (max-width:767px){
	.content-outer-r{   min-height: 348px;}
	.content-outer-l{  min-height: 651px;}
	}
	.upload-drop-zone label{ text-align:center;}
	label.myLabel input[type="file"] {
    position: fixed;
    top: -1000px;
}

/***** Example custom styling *****/
.myLabel {
    border: 1px solid #365f91;
    padding: 2px 5px;
    margin: 2px;
    background: #365f91;
    display: inline-block; color:#fff!important;
}
.myLabel:hover {
    background: #fff; color:#365f91!important;
}
.myLabel:active {
    background: #CCF;
}
.myLabel :invalid + span {
    color: #fff; font-weight:normal; font-size:15px !important;
}
.myLabel :valid + span {
    color: #4A4;
}
/*entity.cshtml*/
.inner-cnt-outer {
    font-weight: normal;
    border: solid 1px #eee;
    padding: 6px;
    background-color: #fff;
    display: block;
    margin-bottom: 65px;
    margin-top: 20px;
}
h4 {
    background-color: none!important;
    /*border: none !important;*/
    margin-bottom: 5px;
    padding: 5px 0px;
    font-size:17px!important;
     border-bottom: 1px solid #365f91; float: left; padding-bottom: 3px;
}
h2 {
    font-size: 22px !important; margin:5px 0px; border-bottom: 1px solid #365f91; float: left; padding-bottom: 3px;
}
label {
    display: inline-block;
    margin: 5px 0px!important;
}
    .cntrl {
        margin: 3px 0px; font-weight:normal!important;
    }
.mand {
    color: #cd3333!important;font-weight:bold; font-size:16px;
}
.popup-mand-hdr { float: left; padding-bottom: 0; padding-left: 30px; padding-right: 0; padding-top: 10px; }
/*Tree grid table*/

/*End Tree grid table*/
/*Add Drirectors*/
.add-dctr-outr{float: right; margin-top: 0px;}
.add-dctr-innr{float: right; margin-right: 9px;}
@media only screen and (min-width: 1083px) {
.add-dctr-outr{float: right; margin-top: 0px;}
    }
@media only screen and (max-width: 1082px) {
.add-dctr-outr{float: right; margin-top: 15px;}
.add-dctr-innr{float: right; margin-right: -19px;}
    }
@media only screen and (min-width: 1311px) {
.add-dctr-innr{float: right; margin-right: 9px;}
    }
@media only screen and (max-width: 1310px) {
.add-dctr-innr{float: right; margin-right: 28px;}
    }
/*End Add Directors*/
/*Footer*/
.ftr-outr { width: 100%; float: left; bottom: 0px;position: fixed; background:#e0e0e0;z-index: 5001;
}
.ftr-innr { float: left; padding:10px 30px;
}
/*End Footer*/
.k-persn-inpt {
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 4px;
    margin-top: 0;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
}

.content-outer-l label {
    font-weight: normal;
}
/*Status Buttons*/
    .cmplt-btn
{
   background: #93a92a !important;
    border: 1px solid #93a92a !important;
    border-radius: 0 !important;
    color: #fff;
    display: inline-block;
    font-weight: normal !important;
    min-width: 120px;
    padding: 0px;
    text-align: center;
}
    .cmplt-btn:hover
    {
        background:#93a92a !important;
        color:#fff!important;
         border: 1px solid #93a92a !important;
    }
    .pndng-btn
{
   background: #cd3333 !important;
    border: 1px solid #cd3333 !important;
    border-radius: 0 !important;
    color: #fff;
    display: inline-block;
    font-weight: normal !important;
    min-width: 120px;
    padding: 0px;
    text-align: center;
}
    .pndng-btn:hover
    {
        background:#cd3333 !important;
        color:#fff!important;
         border: 1px solid #cd3333 !important;
    }

/*DATA Table Pagination*/
.dataTables_paginate ul { float: right;} 
.dataTables_paginate li { width: auto; float: left; padding: 5px;}

.cmn-outer {padding: 0px 100px;}
@media only screen and (max-width: 1500px) {
.cmn-outer {padding: 0px 40px;}}
@media only screen and (max-width: 1300px) {
.cmn-outer {padding: 0px 20px;}}

@media screen and (max-width: 880px) {
 .table-responsive { border: none!important;}
}






/*buttons*/

.boxs-s a
{
 color: #000 !important;
    float: left;
    width: 100%;
}

    .boxs-s a:hover
    {
        text-decoration:none;
    }

.boxs-s .fa
{
     color: #fff !important;
    font-size: 26px;
}

.info-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #eee;
    display: block;
    margin-bottom: 15px;
    min-height: 90px;
    width: 100%;
}

.bg-yellow {
    background-color: #ff2c66 !important;
}

.info-box-content {
   border-top: 1px solid #eee;
    margin-left: 90px;
    padding:20px 10px 39px !important;
}

.progress-description, .info-box-text
{
      float: left;
    font-size: 13px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase;
}

.info-box-number
{
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.bg-blue {
    background-color: #3980b5!important;
    border-top: 0 solid #fff;
    color: #fff;
}

.info-box-icon {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 2px 0 0 2px;
    display: block;
    float: left;
    font-size: 45px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
}

.bg-ylow {
    background-color: #ffba00;
    border-top: 0 solid #fff;
    color: #fff;
}


.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #cd3333 !important;
}


.bg-green {
    background-color: #00a65a;
  }




/*tab*/


.swMain {
  position:relative;
  display:block;
  margin:0;
  padding:0;
  border: 0 solid #CCC;
  overflow:visible;
  float:left;
  width:980px;
}
.swMain .stepContainer {
  display:block;
  position: relative;
  margin: 0;
  padding:0;    
  border: 0 solid #00a65a;
  overflow-x: hidden;
  overflow-y: scroll;
  clear:both;
  height:690px!important; border: 1px solid #00a65a;
}

.swMain .stepContainer div.content {
  display:block;
  position: absolute;  
  float:left;
  margin: 0;
  padding:5px;    

  font: normal 12px ; 
  color:#5A5655;   
  background-color:#fff;  
  text-align:left;
  overflow:visible;    
  z-index:88; 
  -webkit-border-radius: 5px;
  -moz-border-radius  : 5px;
  width:968px;
  clear:both; padding:10px 20px;min-height: 690px;
}

.swMain div.actionBar {
 background-color: #fff;
    border: 1px solid #00a65a;
    clear: both;
    color: #5a5655;
    display: block;
    height: 40px;
    left: 0;
    margin: 3px 0 0;
    overflow: auto;
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 88;
}
    
.swMain .stepContainer .StepTitle {
  display:block;
  position: relative;
  margin:0;   
  border:1px solid #E0E0E0;
  padding:5px;   
  font: bold 16px ; 
  color:#5A5655;   
  background-color:#E0E0E0;
  clear:both;
  text-align:left; 
  z-index:88;
  -webkit-border-radius: 5px;
  -moz-border-radius  : 5px;    
}
.swMain ul.anchor {
  position: relative;
  display:block;
  float:left;
  list-style: none;
  padding: 0;
  margin: 10px 0;      
  clear: both;
  border: 0 solid #CCCCCC;
  background: transparent; /*#EEEEEE */
}
.swMain ul.anchor li{ 
  position: relative; 
  display:block;
  margin: 0;
  padding: 0 3px;
  border: 0 solid #E0E0E0;
  float: left;
}
/* Anchor Element Style */
.swMain ul.anchor li a {
  display:block;
  position:relative;
  float:left;
  margin: 5px 0 0 0;
  padding:3px;
  height:auto;
  width:230px;
  text-decoration: none;
  outline-style:none;
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:99;
}
.swMain ul.anchor li a .stepNumber{
  position:relative;
  float:left;
  width:auto;
  text-align: center;
  padding: 0 5px 5px;
  font: bold 45px;
}
.swMain ul.anchor li a .stepDesc{
     display: block;
    float: left;
    font-size: 17px;
    line-height: 34px;
    padding: 0 30px;
    position: relative;
    text-align: left;
}


.swMain ul.anchor li a.selected{
 background: #ffba00 none repeat scroll 0 0;
    border: 1px solid #ffba00;
    box-shadow: 5px 5px 8px #888;
    color: #f8f8f8;
    cursor: text;
    text-align: center;
    width: 100%;
}
.swMain ul.anchor li a.selected:hover {
  color:#F8F8F8;  
  background: #ffba00;  
}

.swMain ul.anchor li a.done { 
  position:relative;
  color:#FFF;  
  background: #00a65a;  
  border: 1px solid #00a65a;   
  z-index:99; width:100%
}
.swMain ul.anchor li a.done:hover {
  color:#fff;  
  background: #00a65a ; 
}
.swMain ul.anchor li a.disabled {
  background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #999;
    cursor: text;
    text-align: center;
    width: 100%;
}
.swMain ul.anchor li a.disabled:hover {
  color:#CCCCCC;  
  background: #F8F8F8;     
}

.swMain ul.anchor li a.error {
  color:#6c6c6c !important;  
  background: #f08f75 !important;
  border: 1px solid #fb3500 !important;      
}
.swMain ul.anchor li a.error:hover {
  color:#000 !important;       
}


    .swMain label
    {
        margin:0px !important; padding:4px 0 10px;
    }
.swMain .buttonNext {
  display:block;
  float:right;
  margin:5px 3px 0 3px;
  padding:5px;
  text-decoration: none;
  text-align: center;
  font: bold 13px ;
  width:100px;
  color:#FFF;
  outline-style:none;
  background-color:   #365f91;
  border: 1px solid #365f91;
  -moz-border-radius  : 5px; 
  -webkit-border-radius: 5px;    
}
.swMain .buttonDisabled {
  color:#F8F8F8  !important;
  background-color: #CCCCCC !important;
  border: 1px solid #CCCCCC  !important;
  cursor:text;    
}
.swMain .buttonPrevious {
  display:block;
  float:right;
  margin:5px 3px 0 3px;
  padding:5px;
  text-decoration: none;
  text-align: center;
  font: bold 13px ;
  width:100px;
  color:#FFF;
  outline-style:none;
  background-color:   #365f91;
  border: 1px solid #365f91;
  -moz-border-radius  : 5px; 
  -webkit-border-radius: 5px;    
}
.swMain .buttonFinish {
  display:block;
  float:right;
  margin:5px 10px 0 3px;
  padding:5px;
  text-decoration: none;
  text-align: center;
  font: bold 13px;
  width:100px;
  color:#FFF;
  outline-style:none;
  background-color:   #365f91;
  border: 1px solid #365f91;
  -moz-border-radius  : 5px; 
  -webkit-border-radius: 5px;    
}

.swMain h6 {
    font-weight:bold!important; color:#365f91;
}

.swMain h4
    {
        color:#365f91; border-bottom:none!important
    }


.swMain .rds-radio .check {
    border-radius: 100%;
    padding-left: 5px;
    padding-top: 5px;
}
    .swMain .chks-checkbox .check, .rds-radio .check
    {
        width: 22px;
        height:22px;
    }

    .swMain .rds-radio input[type="radio"]:checked ~ .check::after
    {
         height: 12px;
    width: 12px;
    }

.swMain .fa-hand-o-right
{
    padding-right: 10px; color:#365f91
}
    .swMain .Tokenize
    {
        display: inline-block;
        position: relative;
        width: 97%;
    }

    .swMain .form-control
    {
        height:100px!important
    }
/* Form Styles */

.txtBox {
  border:1px solid #CCCCCC;
  color:#5A5655;
  font:13px;
  padding:2px;
  width:430px;
}
.txtBox:focus {
  border:1px solid #ffba00;
}

.swMain .loader {
  position:relative;  
  display:none;
  float:left;  
  margin: 2px 0 0 2px;
  padding:8px 10px 8px 40px;
  border: 1px solid #FFD700; 
  font: bold 13px; 
  color:#5A5655;       
  background: #FFF url(../images/loader.gif) no-repeat 5px;  
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:998;
}
.swMain .msgBox {
  position:relative;  
  display:none;
  float:left;
  margin: 4px 0 0 5px;
  padding:5px;
  border: 1px solid #FFD700; 
  background-color: #FFFFDD;  
  font: normal 12px; 
  color:#5A5655;         
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:999;
  min-width:200px;  
}
.swMain .msgBox .content {
  font: normal 12px ;
  padding: 0;
  float:left;
}
.swMain .msgBox .close {
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #CCC;
  display: block;
  float: right;
  margin: 0 0 0 5px;
  outline-style: none;
  padding: 0 2px 0 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.swMain .msgBox .close:hover{
  color: #ffba00;
  border: 1px solid #ffba00;  
}
 .met-change
    {
   color:#fff!Important
         }
   
    .ui-dialog .ui-dialog-buttonpane button {
    margin: 10px 10px 10px !important;
    cursor: pointer;
    background: #365f91;
    color: #fff;
    font-size: 13px;
    padding: 7px 12px;
}
    .ui-widget-overlay
    
    {
        background:none;
        opacity:0;
    }

.ui-dialog
{
    background: #365f91 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius:0px!important
}

.ui-dialog {
    width: 361px !important;padding:0!important
}

#Overlay
{
    background-color: #000!important;
    opacity: 0.23!important;
}

.ui-dialog img
{
    height: 25px!important;
    
    margin-top: 0px!important;
    width: 25px!important;
}

.ui-draggable
{
    border:1px solid #365f91!important
}

/*.ui-widget-content 
{
     background:#fff!important
}*/

    .ui-dialog .ui-dialog-content
      {
           background-color: #365f91!important;
    color: #fff!important;
    /*line-height:56px !important;*/ height:auto!important;font-size: 14px !important;  line-height: 20px;
      }

      .ui-dialog .ui-dialog-buttonpane button
      {
          padding:5px!important;
      }
      .ui-dialog .btn-danger
      {
          width:60px!important;border: 1px solid #365f91!important; margin-top:
      }

.ui-dialog-buttonset .btn
{
    border-radius:0px!important ;
}
    .ui-dialog-buttonset .btn:hover
    {
        background:#365f91;color:#fff
    }

.modal
{
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}


.ld-vda-cklst .width-1
{
    width:7%!important; background:#cd3333
}
.ld-vda-cklst .width-2
{
    width:10%!important
}
.ld-vda-cklst .width-3
{
    width:19%!important
}
.ld-vda-cklst .width-4
{
    width:18%!important
}
.ld-vda-cklst .width-5
{
    width:10%!important
}
.ld-vda-cklst .width-6
{
    width:10%!important
}
.ld-vda-cklst .width-7
{
    width:16%!important
}


.ld-vda-cklst-0 .width-1
{
    width:10%!important; background:#cd3333
}
.ld-vda-cklst-0 .width-2
{
    width:10%!important
}
.ld-vda-cklst-0 .width-3
{
    width:25%!important
}
.ld-vda-cklst-0.width-4
{
    width:25%!important
}
.ld-vda-cklst-0 .width-5
{
    width:15%!important
}
.ld-vda-cklst-0 .width-6
{
    width:15%!important
}



.ld-vda-cklst-1 .width-1
{
    width:7%!important; background:#cd3333
}
.ld-vda-cklst-1 .width-2
{
    width:10%!important
}
.ld-vda-cklst-1 .width-3
{
    width:10%!important
}
.ld-vda-cklst-1.width-4
{
    width:18%!important
}
.ld-vda-cklst-1 .width-5
{
    width:18%!important
}
.ld-vda-cklst-1 .width-6
{
    width:12%!important
}
.ld-vda-cklst-1 .width-7
{
    width:12%!important
}
.ld-vda-cklst-1 .width-8
{
    width:13%!important
}