/*========================================== navigation ==========================================*/ #navigation{ width:100%; height:auto; background:#37B660;/*#ececec;*/ } .nav_main{ width:100%; height:auto; } /*----------------------------*/ .nav_rght{ width:100%; overflow:hidden; } .nav_rght ul{ width:100%; overflow:hidden; } .nav_rght ul li{ list-style:none; float:left; padding:0px 13px; border-right:1px solid #ddd; } .nav_rght ul li:last-child{ border-right:none; } .nav_rght ul li a{ font-size: 12px; font-weight: bold; color: #013ed8; line-height:38px; font-family: 'Open Sans', sans-serif; text-transform: uppercase; -webkit-transition: color 0.25s ease-out; -moz-transition: color 0.25s ease-out; -ms-transition: color 0.25s ease-out; -o-transition: color 0.25s ease-out; transition: color 0.25s ease-out; } .nav_rght ul li a:hover{ text-decoration:none; color: #c00c0c; } .menu_width{ width:250px !important; } #cssmenu { position: relative; /*background: #2b2f3a;*/ width: auto; } #cssmenu ul { list-style: none; padding: 0; margin: 0; line-height: 1; } #cssmenu > ul { position: relative; display: block; /*background: #2b2f3a;*/ width: 100%; z-index: 500; } #cssmenu:after, #cssmenu > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #cssmenu.align-right > ul > li { float: right; } #cssmenu.align-center ul { text-align: center; } #cssmenu.align-center ul ul { text-align: left; } #cssmenu > ul > li { display: inline-block; position: relative; margin: 0; padding: 0; /*color: #fff; font-size: 14px !important; background-color:#37b660; border: 3px solid #4395C7; margin-right: 2px; font-family: Tahoma, Verdana, Segoe, sans-serif; */ } #cssmenu > ul > #menu-button { display: none; } #cssmenu ul li a { display: block; font-family: Helvetica, sans-serif; text-decoration: none; } #cssmenu > ul > li{ /*border-right:3px solid #4395C7;*/ } #cssmenu > ul > li:last-child{ border-right:none; } #cssmenu > ul > li > a { font-size: 13px; font-weight: bold; padding: 13px 7px; /*color: #013ed8;*/ color: white; font-family: 'Open Sans', sans-serif; text-transform: capitalize; -webkit-transition: color 0.25s ease-out; -moz-transition: color 0.25s ease-out; -ms-transition: color 0.25s ease-out; -o-transition: color 0.25s ease-out; transition: color 0.25s ease-out; } #cssmenu > ul > li.has-sub > a { padding-right: 32px; } #cssmenu > ul > li:hover > a { color:blue;/*#c00c0c;*/ } #cssmenu li.has-sub::after { display: block; content: ""; position: absolute; width: 0; height: 0; } #cssmenu > ul > li.has-sub::after { right: 10px; top: 18px; border: 5px solid transparent; border-top-color: #013ed8; } #cssmenu > ul > li:hover::after { border-top-color: #37B660;/*#c00c0c;*/ } #indicatorContainer { position: absolute; height: 12px; width: 100%; bottom: 0px; overflow: hidden; z-index: -1; } #pIndicator { position: absolute; height: 0; width: 100%; border: 12px solid transparent; border-top-color: #013ed8; z-index: -2; -webkit-transition: left .25s ease; -moz-transition: left .25s ease; -ms-transition: left .25s ease; -o-transition: left .25s ease; transition: left .25s ease; } #cIndicator { position: absolute; height: 0; width: 100%; border: 12px solid transparent; border-top-color: #013ed8; top: -12px; right: 100%; z-index: -2; } #cssmenu ul ul { position: absolute; left: -9999px; top: 70px; opacity: 0; -webkit-transition: opacity .3s ease, top .25s ease; -moz-transition: opacity .3s ease, top .25s ease; -ms-transition: opacity .3s ease, top .25s ease; -o-transition: opacity .3s ease, top .25s ease; transition: opacity .3s ease, top .25s ease; z-index: 9999999 !important; } #cssmenu ul ul ul { top: 37px; padding-left: 5px; border-radius:3px; } #cssmenu ul ul li { position: relative; } #cssmenu > ul > li:hover > ul { left: auto; top: 38px; opacity: 1; } #cssmenu.align-right > ul > li:hover > ul { left: auto; right: 0; opacity: 1; } #cssmenu ul ul li:hover > ul { left: 170px; top: 0; opacity: 1; } #cssmenu.align-right ul ul li:hover > ul { left: auto; right: 170px; top: 0; opacity: 1; padding-right: 5px; } #cssmenu ul ul li{ border-bottom:1px solid #fff; } #cssmenu ul ul li:last-child{ border-bottom:none; } #cssmenu ul ul li a { font-family: 'Open Sans', sans-serif; width: 180px; border-bottom: 1px solid #eeeeee; padding: 10px 12px; font-size: 13px; color: #093ab5; /*background:rgba(236, 236, 236, 0.9);*/ /*For Glass Transparent*/ /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%); */ background:rgba(55, 182, 96, 0.9); -webkit-transition: all .35s ease; -moz-transition: all .35s ease; -ms-transition: all .35s ease; -o-transition: all .35s ease; transition: all .35s ease; z-index:99999999 !important; } #cssmenu.align-right ul ul li a { text-align: right; } #cssmenu ul ul li:hover > a { background: #dfdfdf; color: #37B660;/*#c00c0c;*/ } #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last > a { border-bottom: 0; } #cssmenu > ul > li > ul::after { content: ''; border: 6px solid transparent; width: 0; height: 0; border-bottom-color: #ffffff; position: absolute; top: -12px; left: 30px; } #cssmenu.align-right > ul > li > ul::after { left: auto; right: 30px; } #cssmenu ul ul li.has-sub::after { border: 4px solid transparent; border-left-color: #013ed8; right: 10px; top: 12px; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease; } #cssmenu.align-right ul ul li.has-sub::after { border-left-color: transparent; border-right-color: #013ed8; right: auto; left: 10px; } #cssmenu ul ul li.has-sub:hover::after { border-left-color: #ffffff; right: -5px; -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); } #cssmenu.align-right ul ul li.has-sub:hover::after { border-right-color: #ffffff; border-left-color: transparent; left: -5px; -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); } @media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) { #cssmenu { width: auto; } #cssmenu.align-center ul { text-align: left; } #cssmenu.align-right > ul > li { float: none; } #cssmenu ul { width: auto; } #cssmenu .submenuArrow, #cssmenu #indicatorContainer { display: none; } #cssmenu > ul { height: auto; display: block; } #cssmenu > ul > li { float: none; } #cssmenu li, #cssmenu > ul > li { display: none; } #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu ul > li:hover > ul, #cssmenu ul ul > li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul ul ul, #cssmenu.align-right ul > li:hover > ul, #cssmenu.align-right ul ul > li:hover > ul { position: relative; left: auto; top: auto; opacity: 1; padding-left: 0; padding-right: 0; right: auto; } #cssmenu ul .has-sub::after { display: none; } #cssmenu ul li a { padding: 12px 20px; } #cssmenu ul ul li a { border: 0; background: none; width: auto; padding: 8px 35px; } #cssmenu.align-right ul ul li a { text-align: left; } #cssmenu ul ul li:hover > a { background: none; color: #f11d1d; } #cssmenu ul ul ul a { padding: 8px 50px; } #cssmenu ul ul ul ul a { padding: 8px 65px; } #cssmenu ul ul ul ul ul a { padding: 8px 80px; } #cssmenu ul ul ul ul ul ul a { padding: 8px 95px; } #cssmenu > ul > #menu-button { display: block; cursor: pointer; } #cssmenu #menu-button > a { padding: 14px 20px; text-transform:uppercase; } #cssmenu ul.open li, #cssmenu > ul.open > li { display: block; } #cssmenu > ul.open > li#menu-button > a { color: #f11d1d; border-bottom: 1px solid rgba(150, 150, 150, 0.1); } #cssmenu ul ul::after { display: none; } #cssmenu #menu-button::after { display: block; content: ''; position: absolute; height: 3px; width: 22px; border-top: 2px solid #093ab5; border-bottom: 2px solid #093ab5; right: 20px; top: 15px; } #cssmenu #menu-button::before { display: block; content: ''; position: absolute; height: 3px; width: 22px; border-top: 2px solid #093ab5; right: 20px; top: 25px; } #cssmenu ul.open #menu-button::after, #cssmenu ul.open #menu-button::before { border-color: #f11d1d; } } /*============================================== sidebar ================================================*/ .sidebar_title{ background: rgb(74,129,165); /* Old browsers */ background: -moz-linear-gradient(top, rgba(74,129,165,1) 0%, rgba(0,116,153,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,129,165,1)), color-stop(100%,rgba(0,116,153,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(74,129,165,1) 0%,rgba(0,116,153,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(74,129,165,1) 0%,rgba(0,116,153,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(74,129,165,1) 0%,rgba(0,116,153,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(74,129,165,1) 0%,rgba(0,116,153,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a81a5', endColorstr='#007499',GradientType=0 ); /* IE6-9 */ min-height: 20px; text-align: center; vertical-align: middle; padding: 5px; color: #fff; font-weight: bold; font-size: 14px; border-top-right-radius:10px; border-top-left-radius:10px; } .side_pic{ width: 10%; height: 100%; padding-left: 4px; background-image: url('images/sidebar.png'); background-repeat: no-repeat; min-height: 200px; } .sidebar_content{ background-color: #fff; color: #000; min-height: 230px; padding-top: 2px; padding-bottom:2px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; margin-bottom: 8px; } .sidebar_content ul { color: #fff; left: -20px; list-style-type: none; position: relative; } .sidebar_content ul li { color: #fff; list-style-type: none; } .sidebar_content ul li a{ left: 0px; display: block; margin: 0px; padding: 3px 0px; text-decoration: none; font-size: 14px; font-weight: 300; list-style-type: none; color: #fff; } .sidebar_content ul li a:hover{ color: #1D799E; background-color: white; list-style-type: none; } .sidebar_content ul li a:active{ color: #1D799E; background-color: white; list-style-type: none; } .sidebar_content img{ margin-left: 5px; border:1px solid gray; padding: 2px; } .sidebar_content p{ font-size: 12px; margin-left: 8px; } .sidebar ul{ position: relative; background-color: #4395C7; color: #fff; list-style-type: none; } .sidebar ul li { color: #fff; list-style-type: none; } .sidebar ul li a:hover{ color: #1D799E; background-color: white; list-style-type: none; } .sidebar ul li a:active{ color: #4395C7; background-color: white; list-style-type: none; } .active{ color:#4395C7; background-color:#aeaeae; text-decoration: none; }