﻿html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: auto;
}

body {
    background: white;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 90%;
}

a {
    color: White;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

a:link, a:visited,
a:active, a:hover {
    color: #F3F3F3;
}

a:hover {
    background: rgba(255,255,255,.3);
}

/* MediaAdmin2 *******************************************/
.AppBody {
     background: url(/Images/mediaadminfinalpng.png) no-repeat center center fixed; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}

#FrameImage {
    position: fixed !important;
    bottom: 0 !important;
    right: 200px !important;
}

.center {
    display: table;
    margin: 0 auto !important;
}

/* lista horizontal */
.listhorizontal {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%
}

.listhorizontal li {
    display: inline-block;
}

.listhorizontal form {
    display: inline-block;
}

/* Cabecero ***********************************************/
.maheader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    background: #31BDEB; /* #159ccb - Azul syncfusion */
    margin: 0 0 5px 0;
    z-index: 1000;
}

.maheader .left {
    display: inline-block;
}

.maheader .right {
    display: inline-block;
    text-transform: capitalize;
    float: right;
    margin-top: 1.5rem;
    margin-right: 1.0rem;
}

/* Menu ***************************************************/
.mamenu {
    position: fixed;
    left: 0;
    margin-right: 5px;
    z-index: 1000;
    height: 100%;
    background: #F2F7F9;
}

.mamenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Sombra al pasar el mouse sobre un elemento */
.mamenu li:hover {
    background: rgba(0,0,0, 0.1);
}

/* Boton que Extiende el panel */
.mamenu .menu-button {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    /* background-position: -490px 5px; */
}

/* Panel que se Contrae y se Extiende */
.mamenu .menu-panel {
    position: fixed;
    background: #F2F7F9;
    display: none;
    top: 49px;
    left: 55px;
    border-left: 7px solid Gray;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

/* Panel */
.mamenu .menu-panel div,
.mamenu .menu-panel ul {
    display: inline-block;
    vertical-align: top;
}

/* Titulo del Panel */
.mamenu .menu-panel .title,
.mamenu .menu-panel ul li:first-child {
    background: #FFC200;
    color: white;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

/* Boton dentro del Panel  */
.mamenu .menu-panel a {
    display: block;
    color: Black;
    padding: 5px 10px;
}

/* Abrir menu */
.mamenu .menu-button:hover + div,
.mamenu .menu-button + div:hover {
    display: block;
}

#mnuConfig {
    background-image: url('../../Images/menu/config.png');
}

#mnuSales {
    background-image: url('../../Images/menu/cartera.png');
}

#mnuTraffic {
    background-image: url('../../Images/menu/bitacora.png');
}

#mnuAdmin {
    background-image: url('../../Images/menu/ordenes.png');
}

#mnuDownloads {
    background-image: url('../../Images/menu/descargas.png');
}

#mnuReport{
    background-image: url('../../Images/menu/report.png');
}

/* Espacio de trabajo ****************************/
.maworkspace {
    margin-bottom: 23px;
    margin-top: 49px;
    padding: 5px 5px 0;
}

/* formularios ****************************/
.maform,
.maform form {
    background: #F2F7F9;
    margin: 0;
    margin-top:10px;
}

.maform hgroup h1 {
    background-color: #386975;
    color: white;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.maform section {
    padding: 15px;
}

.maform fieldset {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    background: Transparent;
}

.maform fieldset legend {
    /* background: #FFC200;
    padding: 5px 15px; */
    border-radius: 15px 0px;
}
    
.maform fieldset ol {
    display: inline-block;
    padding: 15px;
    margin: 0;
    list-style: none;
    vertical-align: top;
    border-right: 1px solid gainsboro;
}

.maform fieldset ol:last-of-type {
    border: none;
}

.maform fieldset ol li {
    padding-bottom: 5px;
}

.maform fieldset label {
    display: block;
}

.maform fieldset label.checkbox {
    display: inline-block;
}

.maform fieldset input[type="text"],
.maform fieldset input[type="password"],
.maform fieldset input[type="tel"],
.maform fieldset input[type="email"],
.maform fieldset input[type="number"],
.maform fieldset textarea,
.maform fieldset select {
    border: 1px solid #e2e2e2;
    color: #333;
    margin: 5px 0 6px 0;
    padding: 5px;
}

.maform fieldset input[type="text"]:focus,
.maform fieldset input[type="password"]:focus,
.maform fieldset input[type="tel"]:focus,
.maform fieldset input[type="email"]:focus,
.maform fieldset input[type="number"]:focus,
.maform fieldset textarea:focus {
    border: 1px solid #FFC200;
    outline: none;
}

.maform fieldset input[type="password"],
.maform fieldset input[type="text"] {
    width: 300px;
}

.maform fieldset input[type="tel"] {
    width: 120px;
}

.maform fieldset input[type="email"] {
    width: 250px;
}

.maform fieldset input[type="number"] {
    width: 100px;
}

.maform fieldset textarea {
    width: 300px;
}

.maform fieldset input[type="submit"] {
    display: block;
}

.maform a {
    color: Navy;
    font-weight: bold;
}

.maform a:hover {
    background: rgba(0, 0, 0, .1);
}

/*Syncfusion Changes*/

   .EditorDialog 
    {
       padding: 0px !important;
    }
   .EditorDialog td 
    {
       padding: 0px 0px 3px 3px !important;
    }

  div[id$="ToolTip"] table td
  {
     padding:0px;
  }

 .tabstyle
    {
     background:#F9F9F9;
     border-radius:10px;
     border: 1px solid #99CFE3;
     display:block;
       
    }
    .sf-samples .column
        {
        width: 24%;
        height:24px;
        font-size:14px;
        color:#616161;
        list-style-type: circle;
        position:relative; 
        
        }
    .desc
    {
        font-size:12px;
        color:#616161;        
    }
    .ulstyle
    {
        margin: 0px; 
        padding-left:20px;
        display: inline-block;
    }
    .list
    {
      float:left;
      color:#99CFE3;
      line-height: 10px;
       min-width: 177px;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    display: table;
    width: 100%;
    bottom: 0;
    position: fixed;    
    background: url("../../Images/black_tile.jpg") repeat scroll 0 0 #000000;
    color: #999;
    padding: 5px;
    z-index: 1000;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border:none; 
	padding:4px 0;
}

    fieldset legend {
        color: #3378A5;
        display: block;
        font-size: 12pt;
        font-weight: 600;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    font-weight: 600;
    color: #808080 !important;
    display: inline-block;
    width: auto;
}

label.checkbox {
    display: inline;
}


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"], input[type="reset"], button {
    cursor: pointer;
    font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif !important;
    font-size: 14px !important;
    font-weight: 600;
    padding-bottom: 2px;
    margin-right: 8px;
    width: auto;
    height: 30px;
    z-index: 1003;
    min-width: 90px;
    
	border: 1px solid #0895C1;

	color: #FFFFFF;

    background: #386975;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));

}

.expand-button {
    border: 1px solid gray !important;
    border-radius: 0 !important; 
    -moz-border-radius: 0 !important; 
    -webkit-border-radius: 0 !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
    padding: 2px 11px 2px 24px !important;
    width: auto !important
}

.expand-button:hover {
    box-shadow:none !important;
    background-color: #A09E9E !important;
}

.spritesplitdropdownbutton {
    width: 18px;
    min-width: 18px;
}


input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	/*background: linear-gradient(to bottom, #4EB5ED 0px, #119FEB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); */
	box-shadow: 0 1px 1px 0 #64BEF1 inset;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-color: #119FEB;
	
}

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 {
    background: #00CC00;
    color: #fff;
    font-size: 1.1em;
    font-size: 1.1em;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #e80c4d !important;
}

.input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    background: #ee0101;
    color: #fff;
    font-size: 1.1em;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.validation-summary-errors ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    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;
}

.sf-grid-edit-buttons {
    margin-left: 0 !Important;
}

/* new menu */
/* main menu styles */
.menu {
    background-color: #EFEFEF;
    margin: 5px 0 0 26px;
    text-align: left;
    min-width: 470px;
	width: 46%;
}
.menu > span {
    display:inline-block;
    margin:0 auto;
}
#nav {
    display:inline;
    text-align:left;
    position:relative;
    list-style-type:none;
}
#nav > li {
    float:left;
    padding:0;
    position:relative;
}
#nav > li > a {
    border:1px solid transparent;
    color:gray;
    display:block;
    font-size:100%;
    font-weight: bold;
    padding:10px 11px 6px 28px;
    position:relative;
    text-decoration:none;
}
#nav > li > a:hover {
    background-color:#e4ecf4;
    border-color:#999
}
#nav > li.selected  > a {
    background-color:#FFFFFF;
    border-color:#999999 #999999 #FFFFFF;
    z-index:2;
    color: black;
}

#nav li div {
    position:relative;
}
#nav li div div {
    background-color:#FFFFFF;
    border:1px solid #999999;
    padding:2px 0 0 0;
    display:none;
    font-size:0.75em;
    margin:0;
    position:absolute;
    top:-1px;
    z-index:1;
    width:190px;
}
#nav li div div.wrp2 {
    width:850px;
}
#nav .sep {
    left:165px;
    border-left:1px solid #E3E3E3;
    bottom:0;
    height:auto;
    margin:15px 0;
    position:absolute;
    top:0;
    width:1px;
}
#nav li div ul {
    padding-left:5px;
    padding-right:5px;
    position:relative;
    width:155px;
    float:left;
    list-style-type:none;
}
#nav li div ul li {
    margin:0;
    padding:0;
}
#nav li div ul li h3 {
    border-bottom:1px solid #30BDEB;
    color:#185D8A;
    font-weight:bold;
    margin:0 5px 1px;
    font-size:1.1em;
    padding-bottom:3px;
    padding-top:2px;
}
#nav li ul ul {
    padding:0 0 8px;
}
#nav li ul ul li {
    margin:0;
    padding:0;
}
#nav li ul ul li a {
    color:#565656;
    display:block;
    padding:3px 5px;
    text-decoration:none;
    font-size:1.2em;
}
/*#nav li ul ul li a:hover{
    background-color:#31BDEB;
    color:#fff;
}*/
.normal-hover {
    background-color:#31BDEB !important;
    color:#fff !important;
}
.empty-hover {
    background-color:#808080 !important;
    color:#fff !important;
}

/*************** Actual Layout************/
.maheader
    {
		z-index: 1001;
		background: -moz-linear-gradient(top,  rgba(49,189,235,0.8) 0%, rgba(49,189,235,0.9) 48%, rgba(129,209,234,0.96) 80%, rgba(195,235,247,1) 99%, rgba(195,235,247,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee0101), color-stop(48%,#3e5667), color-stop(80%,rgba(129,209,234,0.96)), color-stop(99%,rgba(195,235,247,1)), color-stop(100%,rgba(195,235,247,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(49,189,235,0.8) 0%,rgba(49,189,235,0.9) 48%,rgba(129,209,234,0.96) 80%,rgba(195,235,247,1) 99%,rgba(195,235,247,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #00CC00 0%,Navy 48%,rgba(129,209,234,0.96) 80%,rgba(195,235,247,1) 99%,rgba(195,235,247,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #386975 0%,rgba(49,189,235,0.9) 48%,rgba(129,209,234,0.96) 80%,rgba(195,235,247,1) 99%,rgba(195,235,247,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #447E8C 0%,#4A8998 48%,#4D8F9F 80%,#549AAC 99%,#447E8C 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc31bdeb', endColorstr='#c3ebf7',GradientType=0 ); /* IE6-9 */

		border-color: #7DD5F0;
		border-image: none;
		border-style: solid;
		border-width: 2px 0 1px;

    }

	.login-partial
    {
		font-weight:bold;
		color: #E9F5F4;
		font-size: 1.1em;
    }
	.menu-parent
    {
		border: 1px solid #E7E7E7;
		border-top: none;
		border-right: none;

		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }

	.mamenu
    {
		border: 1px solid #E7E7E7;
    }

	.logo-header
    {
		margin-left:18px;
    }
	.layout_area{
		text-align: center;
		vertical-align: 7px;
    }
	.layout_area_center{ 
		cursor: pointer;
	}
	.layout_area_center span{
		/*border: 2px solid #FFFFFF;*/
		color: #F3F3F3;
		font-weight: bold;
		max-width: 44px;
		padding: 2px 5px;
	}
	.maheader
    {
    	height: 49px;
    }
	.ma-sub-header
    {
		border-color: #7DD5F0;
		border-image: none;
		border-style: solid;
		border-width: 2px 0 1px;
		z-index: 1000;
		min-height: 115px;
		margin-top: -223px;
    }
	.submenu-search
    {
		color: #FFFFFF;
		font-weight: bold;
    }
    
	.submenu-search #search-button {
		cursor: pointer;
		float: left;
		margin-top: 3px;
		width: 21px;
	}

	.submenu-search input[type="text"]
    {
		background: none;
		border: none;
		border-bottom:2px dotted white;
		color: #FFFFFF;
		font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;
		font-size: 1.5em;
		font-weight: bold;
		margin-left: 7px;
		min-width: 200px;
		width: 45%;
    }
    
	.submenu-space
    {
		margin: 15px 26px 0;
		padding-bottom: 6px;
    }
	.submenu-footer
    {
		margin-top: 16px;
		text-align: center;
		vertical-align: bottom;
		cursor: pointer;
    }
    .submenu-footer span {
	    width: 26px;
        height: 26px;
    }
    #search-result {
        margin: 0 50px;
    }
    #search-result a{
        background: none repeat scroll 0 0 #31BDEB;
        border: 1px solid #FFFFFF;
        display: inline-block;
        font-size: 0.85em;
        font-weight: bold;
        height: 39px !important;
        line-height: 1.15;
        margin: 4px 5px 0 0;
        padding: 3px 4px 3px 6px;
        text-align: left;
        vertical-align: top;
        width: 104px !important;
    }
    #search-result a:hover{
        box-shadow: 0 1px 1px 0 #64BEF1 inset;
	    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
        background-color: #119FEB;
    }

	.layout_area_center div{
		border-bottom: 1px solid #ffffff;
		margin: 2px;
	}
	
	.header-text-sepator
    {
		color: #31BDEB;
    }
    
    /* End of new layout */
    
    .SimpleMsgDialog {
        background: white !important;
    }
    
    .SimpleMsgDialog section{
        text-align: right;
    }
    
    .SimpleMsgDialog p {
        font-size: 16px;
        margin: 0 auto 15px;
        text-align: center;
        width: 100%;
    }
    
    .SimpleMsgDialog input[type="button"] {
        margin: 15px 76px 0 0;
    }

	.hr-light-line
    {
		background: url("../../Images/hr.png") repeat scroll 50% 0 rgba(0, 0, 0, 0);
		border: medium none;
		color: #E0E0E0;
		display: inline-block;
		height: 1px;
		margin: 25px auto;
		outline: medium none;
		width: 900px;
    }
	.hr-line-form
    {
		background: url("../../Images/hr.png") repeat scroll 50% 0 rgba(0, 0, 0, 0);
		border: medium none;
		color: #E0E0E0;
		display: inline-block;
		height: 1px;
		margin: 15px auto;
		outline: medium none;
		width: 90%;
    }

	

	.form-body
    {
		background: #ffffff; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover,  #ffffff 47%, #f0f2f4 68%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(47%,#ffffff), color-stop(68%,#f0f2f4)); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 47%,#f0f2f4 68%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover,  #ffffff 47%,#f0f2f4 68%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover,  #ffffff 47%,#f0f2f4 68%); /* IE10+ */
		background: radial-gradient(ellipse at center,  #ffffff 47%,#f0f2f4 68%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f2f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

	.section-borders
    {
		padding: 0px 8px; 
		border: 1px solid rgb(211, 211, 211);
    }

	.page_title
    {
		color: #3378A5;
		font-size:24px;
    }
    
    .disablebutton {
        background: #DBDBDB !important;
        cursor: default !important;
	    border: 1px solid #BBBBBB !important;
	    box-shadow:none !important;
        opacity: 1 !important;
        /* font-size:16px !important; */
    }

    .disableGridbutton {
        cursor: default !important;
	    box-shadow:none !important;
        opacity: 0.30 !important;
    }
    
    .gray-button {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
        border: 1px solid #808080 !important;
        border-radius: 0 !important;
        padding: 2px 11px 2px 24px !important;
        width: auto !important;
    }
    /*.formError {
        z-index: auto !important;
    }*/
    .start-wrapper {
        background: none repeat scroll 0 0 #88D6EE;
        border-bottom: 1px solid #E5E5E5;
        height: 200px;
        margin-left: -61px;
        margin-right: -5px;
        padding-top: 20px;
        width: auto;
        margin-top: -2px;
    }
    .start-wrapper-lastElement {
        border-bottom: none;
    }
    .start-wrapper p {
        width: 300px;
    }
    #left-area-start, #right-area-start {
        display: inline-block;
        padding-top: 20px;
        width: 39%;
        vertical-align: top;
    }
    #left-area-start {
         width: 50%;
    }
    #title-area-start {
        font-size: 26pt;
        font-weight: bold;
        margin: 0;
    }
    #subTitle-area-start {
        font-size: 16pt;
        margin: -9px 0 5px 1px;
    }
    #content-area-start {
        margin: 0;
    }
    
    #content-area-start a {
        color: #185d8a;
        text-decoration: underline;  
    }
    /* Modal Dialog Background */
    .ui-widget-overlay {
        background-color: #5F5F5F !important;
    }
    .line-home-separator {
        border-image: url("../../Images/hr.png") 100 130 100 130;
        border-style: solid;
        border-width: 1px;
        float: left;
        margin: 0 120px;
        width: 76%;
    }
    #search-menu::-webkit-input-placeholder { /* WebKit browsers */
        color:    #f0ffff;
        opacity:  0.5;
    }
    #search-menu:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #f0ffff;
        opacity:  0.5;
    }
    #search-menu::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #f0ffff;
        opacity:  0.5;
    }
    #search-menu:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #f0ffff;
        opacity:  0.5;
    }
    #message-confirm-msgDialog{
        word-wrap: break-word;
    }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

}

/*NOTIFICATIONS WIDGET*/
#notification_li {
    position:relative
}
#notificationContainer {
    background-color: white;
    border: 1px solid gray;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 26px;
    margin-left: -170px;
    width: 435px;
    z-index: -1;
    display: none; 
}
#notificationOrderContainer {
    background-color: white;
    border: 1px solid gray;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 54px;
    margin-left: -180px;
    width: 435px;
    z-index: -1;
    display: none; 
}
/*Popup Arrow*/
#notificationContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: -19px;
    margin-left: 188px;
}
notificationOrderContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: -19px;
    margin-left: 188px;
}
#notificationTitle {
    background-color: white;
    border-bottom: 1px solid #dddddd;
    color: black;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    position: fixed;
    width: 384px;
    z-index: 1000;
}
#notificationsBody {
    padding: 33px 0px 0px 0px !important;
    min-height:300px;
}
#notificationFooter {
    background-color: #fcfcfc;
    /*border-top: 1px solid #dddddd;*/
    border-top: 1px solid lightgray;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}
#notificationFooter a {
    color: #333333 !important;  
} 

.notification_count {
    border-radius: 9px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 23px;
    margin-top: -11px;
    padding: 3px 7px;
    position: absolute;
    display: none;
}

#notification_count  {
    background: none repeat scroll 0 0 #F9BB32;
}

#invoicenotification_count {
    background: none repeat scroll 0 0 #cc0000;
}

#notificationOrder_count {
    background: none repeat scroll 0 0 #F5A9BC;
}

#notificationLink,#invoicenotificationlink, #versionnotificationlink {
    display: inline-block;
    width: 41px;
}
#notificationLink img, #invoicenotificationlink img, #versionnotificationlink img {
    height: 17px;
    padding-top: 0;
    vertical-align: -3px;
    width: 19px;
}
/*Notification Description*/
.notificationMsgDescription {
    border-bottom: 1px dotted gray;
    display: block;
    margin: 3px 0 0px;
    opacity: 0.8;
    cursor: pointer;
}
.notificationMsgTitle {
    background: none repeat scroll 0 0 #f4f4f4;
    color: black;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 4px;
}
.notificationMsgContent {
    display: block;
    font-weight: normal;
}
.notificationMsgSubContentLeft {
    display: inline-block;
    width: 17%;
}
.notificationMsgSubContentRight {
    color: black;
    display: inline-block;
    height: 65px;
    vertical-align: top;
    width: 80%;
}
.notificationTime {
    color: gray;
    font-size: 12px;
    opacity: 0.6;
    text-align: right;
}
.amaran-close:before {
    color: gray;
}
.amaran-wrapper.bottom {
    bottom: 19px !important;
}
.notificationImage {
    background-image: url("../../Images/User64_2.png");
}
.amaran.awesome.CheckAlert .icon {
    background-color: white !important;
    background-image: url("../../Images/CheckAlert.png");
    background-position: 0px 1px;
    background-repeat: no-repeat;
    color: #fff;
}
.amaran.awesome.CloseAlert .icon {
    background-color: white !important;
    background-image: url("../../Images/CloseAlert.png");
    background-position: 0px 1px;
    background-repeat: no-repeat;
    color: #fff;
}
.amaran.awesome.warningAlert .icon {
    background-color: white !important;
    background-image: url("../../Images/warningAlert.png");
    background-position: 0px 1px;
    background-repeat: no-repeat;
    color: #fff;
}

.amaran.awesome.userPersonalized .icon {
    background-color: white !important;
    background-image: url("../../Images/User64_2.png");
    background-position: -6px -2px;
    background-repeat: no-repeat;
    color: #fff;
}

.amaran.awesome.systemPersonalized .icon {
    background-color: white !important;
    background-image: url("../../Images/mediaadmin2.png");
    background-position: 0 -2px;
    background-repeat: no-repeat;
    background-size: 52px auto;
    border-radius: 0;
    color: #fff;
}
.NotificationMsgSuccess {
    background: #178b13;
    color: white;
}
.NotificationMsgSuccess p.bold{
    color: white;
    background: #178b13;
    height: 21px;
}
.NotificationMsgInfo {
    background: gold;
    color: white;

}.NotificationMsgInfo p.bold{
    color: white;
    background: gold;
     height: 21px;
}
.NotificationMsgError {
    background: #d82222;
    color: white ;
}
.NotificationMsgError p.bold{
    color: white;
    background: #d82222;
    height: 21px;
}
.amaran.awesome p span.light {
    color: #777;
    display: block;
    font-size: 13px;
    margin-top: 10px;
}
.NotificationSeeMore {
    color: gray;
    display: block;
    text-align: right;
    width: 96%;
}
.NotificationSeeMore:hover {
    font-weight: bolder !important;
    color: gray;
}
.amaran.awesome p span {
    font-weight: normal !important;
}

.amaran-close:before{
    color:black !important;
}

.chosen-container {
    min-width: 90px;
}
#notificationGrid {
    height: 230px;
    border: 1px solid lightgray;
    margin-left:-7px !important;
}
#notificationOrderGrid {
    height: 230px;
    border: 1px solid lightgray;
    margin-left:-7px 0px 0px -25px !important;
}
.AlertTypeModalTitle {
    border: medium none !important;
    border-radius: 0 !important;
    color: white;
    font-size: 18px !important;
    font-weight: 600 !important;
    height: 30px;
    margin-left: 0;
    padding: 6px 0 10px 10px !important;
}


.logo-station {
height:53px;
}