﻿body
{
}
/*** Background_Main***/
.curve_box1
{
    -moz-border-radius: 5px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px; /*border:2px #cde855 solid; border: #99999D; behavior: url(border-radius.htc);*/
}

.heading_Contact
{
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.text
{
    font-family: Calibri;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin: 5px;
    text-align: justify;
    padding-left: 12px;
}

/*** PopUp CSS***/

.modalBackground
{
    background-color: black;
    filter: alpha(opacity=80);
    opacity: 0.4;
}
.modalPopup
{
    background-color: #f2f2f2;
    border: 1px solid #0a216d;
    width: auto;
    height: auto;
    z-index: 1000; /*border: solid 1px #666;     border-radius: 10px; border-color: black;*/
    -moz-box-shadow: -15px 15px 15px -15px #000;
    -webkit-box-shadow: -15px 15px 15px -15px #000;
    box-shadow: -15px 15px 15px -15px #000;
}

.modalMsgPopup
{
    background-color: #f2f2f2;
    color: #000000;
    border-width: 5px;
    border: 1px solid #000000;
    width: 300px;
    height: 130px;
}
.tablePopUp
{
    width: 100%;
}
.PopUptdLeft
{
    width: auto;
    text-align: left;
    padding: 5px;
}
.PopUptdright
{
    width: 50%;
    text-align: right;
    padding: 5px;
}
.popUpLabel
{
    margin-right: 10px;
}
.popUptextBox
{
    margin-left: 10px;
    border: solid 1px #666;
    border-radius: 5px;
    padding: 3px;
    font-size: 12px;
}
.popmsgHeading
{
    border: solid 0px red;
    font-family: Verdana;
    font-size: 13px;
    text-align: center;
    margin-left: 8px;
}

/*------close button----*/
.close_btn
{
    width: 25px;
    height: 25px;
    background-image: url(../use_images/Close.png);
    background-repeat: no-repeat;
    margin: 2px 2px 0 0;
    cursor: pointer;
    border: 0px;
    padding: 0px;
}

.Popup_lable_text
{
    font-family: Arial Unicode MS;
    font-size: 14px;
    line-height: 20px;
    color: #0a216d;
    margin: 5px;
}
/*----Pop-Up Heading----*/
.Pop_heading
{
    background-color: #4886CF;
    color: #FFF;
    font-family: Arial Unicode MS;
    font-size: 18px;
    font-weight: bold;
}

/*** Button CSS***/
.myButton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Cambria Math;
    font-size: 15px;
    padding: 5px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    width: 80px;
}
.myButton:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    background-color: #0061a7;
}
.myButton:active
{
    position: relative;
    top: 1px;
}

/*----Login Button-----*/

.Login_btn
{
    color: #000000;
    background: #FFF;
    padding: 8px 8px;
    margin: 25px;
    font-family: 'OpenSansBold' , sans-serif;
    border: 3px solid #4886CF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #4886CF;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    width: 100px;
}
.Login_btn:hover
{
    box-shadow: inset 0 100px 0 0 #4886CF;
    color: #FFF;
}



/*----dropdown-----*/
.ddlCss
{
    margin-left: 1px;
    border: solid 1px #b9b9b9;
    border-radius: 10px 0px;
    padding: 3px;
    font-family: Arial;
    font-size: 12px;
    background-color: White;
    cursor: pointer; /*transition: all 0.3s ease-out;          box-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
}


.ddlCss:hover
{
    background: -moz-linear-gradient(top,#dedcdc ,#eeebeb);
    background: linear-gradient(to bottom,#d6d6d6,#e6e6e6); /*background: -moz-linear-gradient(top, #eda9ce,#f9e3ef,#ffffff);      background: linear-gradient(to bottom,#eda9ce,#f9e3ef,#ffffff);*/
    margin-left: 1px;
    border: solid 1px #b9b9b9;
    border-radius: 10px 0px;
    padding: 3px;
    font-size: 12px;
}
/*-----Textbox-----*/
.textbox
{
    font-family: Verdana;
    background: rgba(255, 255, 255, 0.44);
    color: #333;
    border: 1px solid #400427;
    border-radius: 5px;
    padding: 4px 8px 4px 4px !important;
    line-height: 1;
    background: rgb(255, 255, 255);
    height: 16px;
}
.textbox:focus
{
    border: 1px solid #4d90fe;
    border-radius: 5px;
    outline: none;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    background: rgb(255, 255, 255);
}
/*----numeric_textbox----*/

.numeric_textbox
{
    text-align: right;
    font-family: Verdana;
    background: rgba(255, 255, 255);
    color: #333;
    border: 1px solid #400427;
    border-radius: 5px;
    padding: 4px 8px 4px 4px !important;
    line-height: 1;
}

.numeric_textbox:hover
{
    border: 1px solid #ee2b9e;
    border-radius: 5px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
}
.numeric_textbox:focus
{
    border: 1px solid #4d90fe;
    border-radius: 5px;
    outline: none;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    background: rgb(255, 255, 255);
}
/*** Disable Textbox for numeric***/
.Rtextbox
{
    font-family: Arial;
    text-align: right;
    background-color: #e8e5e5; /*background: rgba(255, 255, 255, 0.44);*/
    color: #333;
    border: 1px solid #400427;
    border-radius: 5px;
    padding: 4px 8px 4px 4px !important;
}
/*** Disable Textbox for Text***/
.Rtext
{
    font-family: Calibri;
    font-size: 14px;
    text-align: left;
    background-color: #e8e5e5; /*background: rgba(255, 255, 255, 0.44);*/
    color: #333;
    border: 1px solid #400427;
    border-radius: 5px;
    padding: 4px 8px 4px 4px !important;
}
/****multiline textbox ****/
.textarea
{
    font-family: Calibri;
    font-size: 13px;
    background: rgba(255, 255, 255,);
    color: #333;
    border: 1px solid #400427;
    border-radius: 5px;
    padding: 4px 8px 4px 4px !important;
    line-height: 1;
    resize: none;
}
.textarea:hover
{
    border: 1px solid #ee2b9e;
    border-radius: 5px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
}
.textarea:focus
{
    border: 1px solid #4d90fe;
    border-radius: 5px;
    outline: none;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    background: rgb(255, 255, 255);
}
/*------ Textbox Watermark -------*/

.textboxWater
{
    font-family: Arial;
    background: rgba(255, 255, 255);
    border: 1px solid #400427;
    border-radius: 5px;
    padding: 4px 8px 4px 4px !important;
    line-height: 1;
    text-align: left;
    color: Gray;
    font-size: 13px;
}
/*** Checkbox CSS***/
.css-checkbox
{
    display: none;
}

.css-checkbox + label.css-label
{
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.css-checkbox:checked + label.css-label
{
    background-position: 0 -15px;
}

.css-label
{
    background-image: url(use_images\checkboxd1.png);
}
/*** Radio Button CSS***/
.radio
{
    font-family: Verdana;
    font-size: 11px;
    color: #BC1669;
    margin: 10px 0px; /*font-weight:bold;*/
}

.tdTargetTabel
{
    font-family: "Segoe UI" ,Segoe, "Roboto" , "Droid Sans" , "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-size: 15px;
    background-color: #76355b;
    text-align: center;
    color: White;
    border: 1px solid;
    border-radius: 5px;
}
/*----table heading----*/
.heading
{
    display: block;
    font-family: Arial Unicode MS;
    font-size: 15px;
    font-weight: bold;
    text-align: center; /*text-transform: uppercase;*/ /*color:#b44282;*/
    color: #0a216d;
    margin: 0px 0px 5px 1px;
    padding: 5px 5px;
    text-decoration: none;
    border-bottom: 1px solid #cacaca;
    border-radius: 5px;
    border-right: 1px solid #cacaca; /*right border between menu items*/
    -moz-box-shadow: inset 7px 0 10px rgba(72, 133, 206, 0.5), inset 0 0 15px rgba(72, 133, 206, 0.6), inset 0 0 20px rgba(72, 133, 206, 0.8); /*-moz-box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8);*/ /* Add 3 inset shadows to each menu item  */
    -webkit-box-shadow: inset 7px 0 10px rgba(72, 133, 206, 0.5), inset 0 0 15px rgba(72, 133, 206, 0.6), inset 0 0 20px rgba(72, 133, 206, 0.8);
    box-shadow: inset 7px 0 10px rgba(72, 133, 206, 0.5), inset 0 0 15px rgba(72, 133, 206, 0.6), inset 0 0 20px rgba(37, 72, 142, 0.8); /*box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);*/
    text-shadow: 0 -1px 1px #cfcfcf; /* CSS text shadow to give text some depth */
    -moz-transition: all 0.2s ease-in-out; /* Enable CSS transition between property changes */
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.heading1
{
    display: block;
    font-family: Arial Unicode MS;
    font-size: 15px;
    font-weight: bold;
    text-align: right; /*text-transform: uppercase;*/ /*color:#b44282;*/
    color: #0a216d;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border-bottom: 1px solid #cacaca;
    border-radius: 5px;
    border-right: 1px solid #cacaca; /*right border between menu items*/
    -moz-box-shadow: inset 7px 0 10px rgba(72, 133, 206, 0.5), inset 0 0 15px rgba(72, 133, 206, 0.6), inset 0 0 20px rgba(72, 133, 206, 0.8); /*-moz-box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8);*/ /* Add 3 inset shadows to each menu item  */
    -webkit-box-shadow: inset 7px 0 10px rgba(72, 133, 206, 0.5), inset 0 0 15px rgba(72, 133, 206, 0.6), inset 0 0 20px rgba(72, 133, 206, 0.8);
    box-shadow: inset 7px 0 10px rgba(72, 133, 206, 0.5), inset 0 0 15px rgba(72, 133, 206, 0.6), inset 0 0 20px rgba(37, 72, 142, 0.8); /*box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);*/
    text-shadow: 0 -1px 1px #cfcfcf; /* CSS text shadow to give text some depth */
    -moz-transition: all 0.2s ease-in-out; /* Enable CSS transition between property changes */
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.heading2
{
    font-family: Arial Unicode MS;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    background-color: #003300;
}


.Asterik
{
    vertical-align: top;
    font-family: Calibri;
    font-weight: bold;
    font-size: 14px;
    color: Red;
}



/*----Lable Heading----*/
.lable_heading
{
    background-color: #4886CF;
    color: #FFF;
    border: 1px Solid #0a216d;
    font-family: Arial Unicode MS;
    font-size: 14px;
}

/*----Grid Heading----*/
.Grd_heading
{
    background-color: #4885C6;
    border-radius: 5px;
    margin: 10px;
    font-family: Arial Unicode MS;
    font-size: 14px;
    color: #FFF;
    padding: 5px;
}


/*----Border----*/
.td_border
{
    /*text-align: right;*/
    padding-right: 10px;
    border: solid 1px #666;
    border-radius: 5px;
}
/*----lable----*/
.lable_text
{
    font-family: Arial Unicode MS;
    font-size: 15px;
    color: #0a216d; /*font-weight:bold;*/
}
.lable_text_White
{
    font-family: Arial Unicode MS;
    font-size: 15px;
    color: #FFF;
    margin: 10px 0px; /*font-weight:bold;*/
}
.lblMSG_text
{
    font-family: Arial Unicode MS;
    font-size: 15px;
    color: Red;
    text-align: center;
}
/*----Table----*/
.tbl
{
    border: solid 1px #666;
    margin: auto;
    background-color: #FFFFFF;
}

.DisplayNone
{
    display: none;
}

.lblMsg_text
{
    font-size: 15px;
    font-family: Arial Unicode MS;
    color: Red;
}
.Fieldset
{
    border: 1px Solid #bfbfbf;
    padding: 0px;
    margin: 0px;
}
.legend
{
    font-family: Arial Unicode MS;
    font-size: 15px;
    line-height: 20px;
    color: #0a216d;
    font-weight: bold;
}
.Dashboard_Lable
{
    font-family: Arial Unicode MS;
    font-size: 19px;
    color: #FFF;
}
.Dashboard_Count
{
    font-family: Calibri;
    font-size: 19px;
    color: #FFF;
    text-decoration: none;
}


.bg1
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05,#eb6a14 ), color-stop(1, #f1975b));
    background: -moz-linear-gradient(top, #eb6a14 5%, #f1975b 100%);
    background: -webkit-linear-gradient(top, #eb6a14 5%, #f1975b 100%);
    background: -o-linear-gradient(top, #eb6a14 5%, #f1975b 100%);
    background: -ms-linear-gradient(top, #eb6a14 5%, #f1975b 100%);
    background: linear-gradient(to bottom, #eb6a14 5%, #f1975b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6a14', endColorstr='#f1975b',GradientType=0);
    border-radius: 5px;
}
.bg2
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05,#0070C0 ), color-stop(1, #33aaff));
    background: -moz-linear-gradient(top, #0070C0 5%, #33aaff 100%);
    background: -webkit-linear-gradient(top, #0070C0 5%, #33aaff 100%);
    background: -o-linear-gradient(top, #0070C0 5%, #33aaff 100%);
    background: -ms-linear-gradient(top, #0070C0 5%, #33aaff 100%);
    background: linear-gradient(to bottom, #0070C0 5%, #33aaff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070C0', endColorstr='#33aaff',GradientType=0);
    border-radius: 5px;
}
.bg3
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05,#FFC000 ), color-stop(1, #ffd966));
    background: -moz-linear-gradient(top, #FFC000 5%, #ffd966 100%);
    background: -webkit-linear-gradient(top, #FFC000 5%, #ffd966 100%);
    background: -o-linear-gradient(top, #FFC000 5%, #ffd966 100%);
    background: -ms-linear-gradient(top, #FFC000 5%, #ffd966 100%);
    background: linear-gradient(to bottom, #FFC000 5%, #ffd966 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC000', endColorstr='#ffd966',GradientType=0);
    border-radius: 5px;
}
.bg4
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05,#C00000 ), color-stop(1, #ff4d4d));
    background: -moz-linear-gradient(top, #C00000 5%, #ff4d4d 100%);
    background: -webkit-linear-gradient(top, #C00000 5%, #ff4d4d 100%);
    background: -o-linear-gradient(top, #C00000 5%, #ff4d4d 100%);
    background: -ms-linear-gradient(top, #C00000 5%, #ff4d4d 100%);
    background: linear-gradient(to bottom, #C00000 5%, #ff4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00000', endColorstr='#ff4d4d',GradientType=0);
    border-radius: 5px;
}
.bg5
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05,#00B056 ), color-stop(1, #1aff88));
    background: -moz-linear-gradient(top, #00B056 5%, #1aff88 100%);
    background: -webkit-linear-gradient(top, #00B056 5%, #1aff88 100%);
    background: -o-linear-gradient(top, #00B056 5%, #1aff88 100%);
    background: -ms-linear-gradient(top, #00B056 5%, #1aff88 100%);
    background: linear-gradient(to bottom, #00B056 5%, #1aff88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B056', endColorstr='#1aff88',GradientType=0);
    border-radius: 5px;
}


.Selectedbg
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05,#5f2245 ), color-stop(1, #b04482));
    background: -moz-linear-gradient(top, #5f2245 5%, #b04482 100%);
    background: -webkit-linear-gradient(top, #5f2245 5%, #b04482 100%);
    background: -o-linear-gradient(top, #5f2245 5%, #b04482 100%);
    background: -ms-linear-gradient(top, #5f2245 5%, #b04482 100%);
    background: linear-gradient(to bottom, #5f2245 5%, #b04482 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f2245', endColorstr='#b04482',GradientType=0);
    border-radius: 5px;
}



#modal
{
    width: 99%;
    border: 1px solid #CCC;
    box-shadow: 0 1px 5px #CCC;
    border-radius: 5px;
    font-family: Cambria Math;
    margin: 5px auto;
    overflow: hidden;
    height: 610px;
}
#modal header
{
    background: #FFF;
    background-image: -webkit-linear-gradient( top, #25568d, #2b62a1 );
    background-image: -ms-linear-gradient( top, #25568d, #2b62a1 );
    background-image: -moz-linear-gradient( top, #25568d, #2b62a1 );
    background-image: -o-linear-gradient( top, #25568d, #2b62a1 );
    box-shadow: 0 1px 2px #888;
    padding: 8px;
}
#modal header Letterimage
{
    background: url("../use_images/Letter_1.fw.png") no-repeat;
    float: left;
    display: inline-block;
    width: 30px;
}

#modal h1
{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-align: left;
    font-size: 22px;
   
}

.Icon
{
    margin-right: 5px;
}
.Icon_Excel
{
    margin-right: 40px;
}


/*********LOGOUT BUTTON*************/


.Logout_btn
{
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
    padding: 5px;
    text-decoration: none;
    width: 100px;
}

.Logout_btn:hover
{
    background-color: #008CBA;
    color: white;
    text-decoration: none;
}




