@import url("reset.css");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("font-awesome.css");
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video
{
    display: block;
}

mark, rp, rt, ruby, summary, time
{
    display: inline;
}

.clr
{
    clear: both;
    float: none;
}

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #FFF;
    background: url(../images/bg-image.png) no-repeat center center;
    background-size: cover;
}


*
{
    margin: 0;
}

html, body
{
    margin: 0;
    padding: 0;
    /*   height: 100%;*/
}

input, button, textarea, select
{
    font-family: 'Roboto', sans-serif;
}

.container
{
    width: 100%;
    /*background:url(/images/bg-image.png) no-repeat;*/
    padding-bottom: 127px;
}

.content
{
    width: 430px;
    margin: auto;
}

.logo
{
    width: 100%;
}

.logo img
{
    margin: 58px 0 25px 93px;
}

.content_part
{
    width: 100%;
    border-radius: 10px;
    background: #1a2229;
    /*height: 396px;*/
    padding-bottom: 23px !important;
}

.header_content
{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    line-height: 88px;
    font-weight: bold;
}

.mail_box
{
    margin: auto;
    width: 430px;
}

.label
{
    display: inline-block;
    font-size: 14px;
}

.dropdown
{
    position: relative;
    top: 3px;
    border: 1px solid #7b7b7b;
    width: 160px;
    padding: 10px;
    border-radius: 4px;
}

.form-control
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    padding: 6px 9%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 82%;
    margin: 11px 0 25px 0px;
}

.login_button button
{
    background-color: #e74710;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    font-size: 14px;
    padding: 14px 0px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin: 11px 0 25px 0px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.login_button button:hover
{
    background: #f15f2c;
}

.login_button i
{
    margin: 3px 4px 0 0;
}

.notification
{
    width: 100%;
    font-size: 15px;
    color: #e74710;
    text-align: center;
    margin-top: 20px;
}

.notification_text
{
    text-align: left;
}

.forgot_password
{
    width: 100%;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

.forgot_text
{
    text-align: left;
}

.forgot_text a
{
    text-align: left;
    color: #FFF;
}

.login_text a
{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFF;
}

.forgot_text_user
{
    text-align: left;
    font-size: 14px;
    color: #FFF;
    float: right;
}

.forgot_text_user a
{
    text-align: right;
    font-size: 14px;
    color: #FFF;
}

.footer
{
    text-align: center;
    color: #62666a;
    font-size: 14px;
    margin-top: 30px;
}

.email_box
{
    position: relative;
}

.email_box i
{
    position: absolute;
    top: 44px;
    color: #bfbfbf;
    left: 7px;
    font-size: 19px;
}

.paragraph_text
{
    width: 374px;
    margin: auto;
    text-align: center;
    padding-bottom: 32px;
}
/************deshbord page*************/
.header
{
    background: #fff none repeat scroll 0 0;
    height: 142px;
    width: 100%;
}

.header_left
{
    float: left;
    padding: 20px 0 0 20px;
    width: 48%;
}
/*
.header_left a img{
	padding:14px;
}*/
.header_right
{
    color: #888888;
    float: right;
    font-size: 15px;
    padding: 25px 20px 0 0;
    text-align: right;
    width: 47%;
}

.btn-u a
{
    border: #666 1px solid;
    padding: 10px;
    float: right;
    font-size: 14px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.btn-u i
{
    padding: 0px 7px 0 3px;
    font-size: 18px;
}

.btn-u a:hover
{
    background: #E74710;
    color: #fff;
    border: #E74710 1px solid;
}

.wrapper
{
    width: 100%;
}

.clear
{
    clear: both;
    float: none;
}

.nav_text
{
    float: left;
}

.nav_text li
{
    float: left;
    margin: 15px 0 0 0;
}

.nav_text li
{
    border-right: 1px solid #fff;
}

.nav_text li:last-child
{
    border-right: none;
}

.nav_text li a
{
    float: left;
    text-decoration: none;
    color: #FFF;
    padding: 0 10px;
}

.nav_text li a:hover
{
    color: #E74710;
}

.activepage
{
    /*color:#E74710 !important;*/
}

.section
{
    width: 100%;
    float: left;
    background-color: rgba(217,224,231,0.5);
}

.leftcolum
{
    float: left;
    width: 24%;
    background-color: rgba(26,34,41,0.8);
    height: 1611px;
}


.leftnav li
{
    border-bottom: 1px solid #55595e;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    text-align: left;
    width: 23%;
}

.leftnav li:first-child
{
    border-top: #55595e 1px solid;
}

.leftnav li i
{
    text-align: right;
    padding: 2px 10px 0px 0px;
    color: #90959c;
    font-size: 18px;
}
/*.leftnav li a{
	color:#90959c;
	text-decoration:none;
}
*/
.leftnav li a
{
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 5px 11px;
    text-decoration: none;
}

.leftnav li:hover
{
    background-color: rgba(26,34,41,1);
    cursor: pointer;
}


.Selectli
{
    background-color: rgba(26,34,41,1);
    cursor: pointer;
}

.icons
{
    float: right;
}
/* old .rightcolum {
	border-radius:5px;
	background:#fff;	
	float:right;
	width:74%;
	margin:1%;
} */

.rightcolum
{
    border-radius: 5px;
    background: #fff;
    float: right;
    width: 98%;
    margin: 1%;
}

/*
.mainheading
{
    background: #3e4952;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
}*/
/*
.mainheading
{
    background: #3e4952 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    width: 99%;
}

.formdata
{
    padding: 20px;
    color: #646566;
    float: left;
    width: 96%;
}

.form-elements
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
*/

.mainheading
{
    background: #3e4952;
    border-radius: 5px 5px 0 0;
    float: left;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
}

.formdata
{
    padding: 20px;
    color: #646566;
    float: left;
    width: 96%;
}

.form-elements
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.form-elements label
{
    float: left;
    width: 200px;
    margin: 0 15px 0 0;
    text-align: right;
    font-size: 14px;
    padding: 15px 0;
}

.stylesheetimages
{
    float: left;
    width: 382px;
    margin: 15px 0 0 0;
}

.stylesheetimages .fileselect:last-child
{
    margin: 0 0 0 0 !important;
}

.stylesheetimages p
{
    font-size: 11px;
    padding-bottom: 8px;
}

.fileselect
{
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
}

.form-elements .inputtext
{
    float: left;
    width: 382px;
    border: 1px solid #82878c;
    border-radius: 5px;
    padding: 15px 10px;
}

.form-elements .thin
{
    width: 185px;
}

.textarea
{
    float: left;
    width: 382px;
    border: 1px solid #82878c;
    border-radius: 5px;
    padding: 15px 10px;
    height: 80px;
}

.formbuttons
{
    float: left;
    padding: 0 0 0 215px;
    min-width: 300px;
}

.submit-button
{
    background: #e74710;
    border-radius: 3px;
    color: #fff;
    padding: 14px;
    cursor: pointer;
    margin: 0 6px 0 0;
}

.submit-button:hover
{
    background: #ed5a28;
}

.reset-button
{
    background: #818181;
    border-radius: 3px;
    color: #fff;
    padding: 14px;
    cursor: pointer;
}

.reset-button:hover
{
    background: #979696;
}

.formbuttons button i
{
    margin: 2px 0 0 0;
}

.macaddress-info
{
    text-align: center;
    width: 70%;
    font-size: 15px;
    margin: 40px auto;
}



/*************************************/
/* Style information for google maps */
/*************************************/

#map-canvas
{
    float: left;
    min-width: 200px;
    width: 100%;
    height: 300px;
    border: 1px solid #777777;
    border-radius: 5px;
}

#pac-input
{
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}

    #pac-input:focus
    {
        border-color: #4d90fe;
        margin-left: -1px;
        padding-left: 14px; /* Regular padding-left + 1. */
        width: 401px;
    }

.pac-container
{
    font-family: Roboto;
}

.controls
{
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#panel
{
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -180px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
}
/*************************************/
.form_left
{
    float: left;
    width: 47%;
    padding: 10px;
}

.form_right
{
    float: left;
    width: 48%;
    padding: 10px;
}

.form_left label
{
    float: left!important;
    font-size: 14px !important;
    margin: 0 15px 0 0 !important;
    padding: 8px 0 !important;
    text-align: right !important;
    width: 155px !important;
}

.form_right label
{
    float: left!important;
    font-size: 14px !important;
    margin: 0 15px 0 0 !important;
    padding: 8px 0 !important;
    text-align: right !important;
    width: 155px !important;
}

.form_right a
{
    float: left!important;
    font-size: 14px !important;
    margin: 0 15px 0 0 !important;
    padding: 8px 0 !important;
    text-align: right !important;
    width: 155px !important;
}

.form_left input
{
    border: 1px solid #82878c !important;
    border-radius: 5px !important;
    float: left !important;
    padding: 8px 10px !important;
    width: 170px !important;
}

.form_left textarea
{
    border: 1px solid #82878c !important;
    border-radius: 5px !important;
    float: left !important;
    padding: 8px 10px !important;
    width: 170px !important;
    height: 75px !important;
}

.form_left .dropdown
{
    border: 1px solid #7b7b7b !important;
    border-radius: 5px !important;
    float: left !important;
    padding: 8px 10px !important;
    /*position: relative !important;*/
    width: 192px !important;
}

.form_right input
{
    border: 1px solid #82878c !important;
    border-radius: 5px !important;
    float: left !important;
    padding: 8px 10px !important;
    width: 170px !important;
}

.form_right textarea
{
    border: 1px solid #82878c !important;
    border-radius: 5px !important;
    float: left !important;
    padding: 8px 10px !important;
    width: 170px !important;
    height: 75px !important;
}

.form_right .dropdown
{
    border: 1px solid #7b7b7b !important;
    border-radius: 5px !important;
    padding: 8px !important;
    line-height: 30px;
    position: relative !important;
    width: 192px !important;
    overflow: auto;
}

.dropdown
{
    border: 1px solid #7b7b7b !important;
    border-radius: 5px !important;
    padding: 8px 10px !important;
    line-height: 30px;
    position: relative !important;
    width: 192px !important;
    overflow: auto;
}

/*AutoComplete flyout */
.autocomplete_completionListElement
{
    margin: 0px!important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    list-style-type: none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.alphabetical
{
    float: left;
    width: 100%;
}

    .alphabetical ul li
    {
        float: left;
    }

        .alphabetical ul li:first-child a
        {
            border-left: 1px solid #CCCCCC;
        }

        .alphabetical ul li:last-child a
        {
            border-right: 1px solid #CCCCCC;
        }

    .alphabetical ul li
    {
        margin: 0 3px 10px 0;
    }

        .alphabetical ul li a
        {
            background: none repeat scroll 0 0 #FAFAFA;
            border: 1px solid #CCCCCC;
            color: #000000;
            display: block;
            padding: 5px 10px;
            /*text-transform: uppercase;*/
            border-radius: 4px;
        }

            .alphabetical ul li a:hover
            {
                background: none repeat scroll 0 0 #CCCCCC;
            }

            .alphabetical ul li a.active
            {
                background: none repeat scroll 0 0 #CCCCCC !important;
            }

.error_summary
{
    margin-left: 225px;
}

    .error_summary ul li
    {
        color: red;
        list-style: disc;
        padding: 4px 0;
    }

.validationText
{
    color: red;
    float: left;
    padding-left: 17%;
    width: 100%;
}

.float23
{
    float: left;
    padding-left: 37% !important;
    width: 100%;
}

.float0
{
    padding-left: 0% !important;
}

.full
{
    width: 92%;
    float: left;
}

.mr-tp1
{
    margin-top: 27px;
}

.header_right span
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.logo_new
{
    width: 256px;
    height: 93px;
    float: left;
    /*border:4px solid #ff0000;*/
    margin-right: 15px;
    border-radius: 10px;
    text-align: center;
}



.complogo_new
{
    width: 256px;
    height: 93px;
    /*float:left;*/
    border: 4px solid #636161;
    border-radius: 21px;
    text-align: center;
    overflow: hidden;
}

    .complogo_new > img
    {
        height: 100%;
        width: 100%;
         border-radius: 15px;
    }

.logoutimage
{
    float: right;
    position: absolute;
    right: 113px;
}

.companynameText
{
    color: #888888;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    height: 93px;
}


.driveradvance
{
    margin-right: 6px;
    padding: 10px;
}

.TblAdvance
{
    width: 100%;
    border: 0px solid #FFF!important;
}

.titleUL
{
    float: left;
    width: 73%;
}

.mainheading > p
{
    width: 25%;
}

.PickupandDelFrame
{
    border: 1px solid black;
    margin: 20px;
    width: 44%;
    border-radius: 7px;
}

legend
{
    border: 1px solid;
    color: black;
    font-size: larger;
    padding: 5px;
    border-radius: 7px;
}

.HeaderBelow
{
    float: left;
    font-size: larger;
    font-weight: bold;
    margin-bottom: -1px;
    width: 100%;
}

.GridHeader
{
    font-size: medium;
    font-weight: bold;
}

.FatigueLabel
{
    width: 220px!important;
    float: left !important;
    font-size: 14px !important;
    margin: 0 15px 0 0 !important;
    padding: 8px 0 !important;
    text-align: right !important;
}

.motificationmessage
{
    width: 80%!important;
}

.formpost34
{
    padding: 34px !important;
}

.cssPager table td
{
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #000000;
    display: inline;
    padding: 5px 10px;
}

.footer-mid
{
    background: rgba(255, 255, 255, 0.0) none repeat scroll 0 0;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 35%;
}

/*pagging*/

ul.pagging
{
    width: auto;
    float: right;
}

    ul.pagging li
    {
        padding-left: 4px;
        float: left;
        list-style: none;
    }

.prePaggingFirst
{
    background: url(../images/pre_active.gif) 0 0 repeat-x;
    line-height: 32px;
    width: 32px;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(Styles/PIE.htc);
    position: relative;
}

    .prePaggingFirst:hover, .prePaggingFirst.active
    {
        background: #bebebe;
    }

.prePaggingmid
{
    background: url(../images/pre_activeBlue.gif) 0 0 repeat-x;
    line-height: 32px;
    width: 32px;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(Styles/PIE.htc);
    position: relative;
}

    .prePaggingmid:hover, .prePaggingmid.active
    {
        background: #bebebe;
    }

.prePaggingNum
{
    background: #fff;
    line-height: 30px;
    border: solid 1px #bebebe;
    width: 30px;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(Styles/PIE.htc);
    position: relative;
    color: #242424;
}

    .prePaggingNum:hover, .prePaggingNum.active
    {
        border: solid 1px #02a6cf;
    }

.viewProfPad
{
    padding-left: 40px;
}

.marB10
{
    margin-bottom: 10px;
}



ul.pagging
{
    width: auto;
    float: right;
}

    ul.pagging li
    {
        padding-left: 4px;
        float: left;
        list-style: none;
    }

.prePaggingFirst
{
    background: url(../images/pre_active.gif) 0 0 repeat-x;
    line-height: 32px;
    width: 32px;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(Styles/PIE.htc);
    position: relative;
}

    .prePaggingFirst:hover, .prePaggingFirst.active
    {
        background: #bebebe;
    }

.prePaggingmid
{
    background: url(../images/pre_activeBlue.gif) 0 0 repeat-x;
    line-height: 32px;
    width: 32px;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(Styles/PIE.htc);
    position: relative;
}

    .prePaggingmid:hover, .prePaggingmid.active
    {
        background: #bebebe;
    }

.prePaggingNum
{
    background: #fff;
    line-height: 30px;
    border: solid 1px #bebebe;
    width: 30px;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(Styles/PIE.htc);
    position: relative;
    color: #242424;
}

.prePaggingNum:hover, .prePaggingNum.active
{
    border: solid 1px #02a6cf;
}

.viewProfPad
{
    padding-left: 40px;
}

.marB10
{
    margin-bottom: 10px;
}

ul li a img
{
    vertical-align: middle;
}
