﻿/* Sticky footer styles
-------------------------------------------------- */
@font-face {
	font-family: 'GEDinkum-Regular';
	src: url('/fonts/GEDinkum-Regular.eot');
	src: local('☺'), url('/fonts/GEDinkum-Regular.woff') format('woff'), url('/fonts/GEDinkum-Regular.ttf') format('truetype'), url('/fonts/GEDinkum-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
			}

@font-face {
	font-family: 'GEDinkum-Light';
	src: url('/fonts/GEDinkum-Light.eot');
	src: local('☺'), url('/fonts/GEDinkum-Light.woff') format('woff'), url('/fonts/GEDinkum-Light.ttf') format('truetype'), url('/fonts/GEDinkum-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GEDinkum-Bold';
	src: url('/fonts/GEDinkum-Bold.eot');
	src: local('☺'), url('/fonts/GEDinkum-Bold.woff') format('woff'), url('/fonts/GEDinkum-Bold.ttf') format('truetype'), url('/fonts/GEDinkum-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
     font-family: 'GEDinkum-Regular', Tahoma;
     font-size:16px;
   

}

h1, h2, h3 {
     font-family: 'GEDinkum-Light', Tahoma !important;


}

.footer {
    position: absolute;
    bottom: 0;
    width: 90%;
    /* Set the fixed height of the footer here */
    height: 60px;
    
    text-align:center;
}

}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    /* inline-block space fix */
    margin-right:-4px;
}
   


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


.form-signin {
    max-width: 330px;
    padding: 15px;
}



h1 {
    color: #9a9a9a;
}

#login-title {
    color: #5aa0cd;
}

.btn-primary {
    color: white !important;
    background-color: #5aa0cd !important;
    border-color: #2e6da4;
    top: 5px;
    right: -105px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff !important;
        background-color: #007ac9 !important;
        border-color: #204d74;
    }


/* menu style start*/

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}

#custom-bootstrap-menu.navbar-default {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-radius: 6px;
}

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        color: rgba(119, 119, 119, 1);
        background-color: rgba(255, 255, 255, 1);
    }

        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
            color: rgba(255, 255, 255, 1);
            /*background-color: rgba(51, 122, 183, 1);*/
            background-color: #5aa0cd;
            /*background-color:#007ac9;*/
        }

        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
            background-color: #007ac9;
        }

    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
        color: rgba(255, 255, 255, 1);
        /* background-color: rgba(90, 160, 205, 1);*/
        background-color: #5aa0cd;
    }

    #custom-bootstrap-menu.navbar-default .navbar-toggle {
        border-color: #5aa0cd;
    }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
            background-color: #5aa0cd;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: #5aa0cd;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #ffffff;
        }

/* menu style end */

.line-split-header {
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}


.LinkbtnFont {
    font-size: larger;
    color: #1e09cf;
    font-weight: bold;
}

#welcome-msg {
}

#welcome-user:before {
    content: none;
}

#table-nomargin {
    margin-bottom: 0px !important;
}

.modalBackground {
    padding: inherit;
    margin: inherit;
    background-color: #8A8A8A;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.lightbox {
    background-color: white;
    padding: 20px 20px 20px 20px;
}

.ImagesInGridView {
    width: 150px;
    height: 70px;
}

.GridPager a, .GridPager span {
    display: block;
    height: 25px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #99CCFF;
    color: #000000;
    border: 1px solid #969696;
}

.Titlebackground {
    background-color: #B0B0B0;
    color: white;
    padding: 5px 5px 5px 5px;
}

    /*.Titlebackground:hover {
        color: #397ddb;
    }*/
    .Titlebackground a {
        background-color: #B0B0B0;
        color: white;
        
        padding: 5px 5px 5px 5px;
    }

        .Titlebackground a:hover {
            background-color: #B0B0B0;
            color: #f6d371;
           
            padding: 5px 5px 5px 5px;
        }

    .Titlebackground th {
        background-color: #B0B0B0;
        color: white;
       
        padding: 5px 5px 5px 5px;
    }


.btn-link {
    color: #c3c8c8;
}

    .btn-link:hover {
        color: #007ac9;
    }

    .btn-link:disabled {
        color: #9a9a9a;
    }

#SiteMapPathAdmin a {
    left: 0px !important;
}

#SiteMapPathCmp a {
    left: 0px !important;
}




.panelWidth {
    width: 500px;
}

.RowPadding {
    padding: 5px 5px 5px 5px !important;
}

.FontSize {
    /*Color:#5aa0cd;*/
    Font-Size: 20px;
}

.FontSize16 {
    /*Color:#5aa0cd;*/
    Font-Size: 16px;
}

#SiteMapPathDept a {
    left: 0px !important;
}

.Top {
    padding-top: 90px !important;
}

.Center {
    text-align: center !important;
}

.LeftPadding {
    padding-left: 0px;
    text-align: left;
}

.LeftTextAlign {
    text-align: left;
}

.displaynone {
    display: none;
}

.ImageListItem {
    clear: both;
    border: 1px solid #DADADA;
    width: 99%;
}

.ImageListmainLayout {
    width: 650px;
    padding: 2px;
}

.ImageListGroup {
    /* i used 200px ,because the main layout width is 600px , and the width for each group is 200px.*/
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    width: 170px;
    float: right;
    margin: 3px;
    padding: 2px;
}



.EngStyle {
    color: blue;
}

.ArabicStyle {
    color: blue;
}

.blink_me {
    color: blue;
    font-size: 13px;
    font-weight: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.popupBox {
    width: 250px;
    height: 250px;
}

.image {
    display: block;
    float: right;
    height: 130px;
    margin-top: 8px;
    width: 120px;
}


#MenuDynamic a {
    left: 0px !important;

}
.TxtboxColor {
    background-color:white !important;
    color:black !important;
}
.btnColor 
{
    background-color:#2e9fff !important;
    color:white !important;
    
}
    .btnColor :hover {
         background-color:#257fcc !important ;
    }


hr {

    border-top: 1px solid #ced7df !important;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 4px 0 !important;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

