﻿ .dropbtn {
            /*color: #000 !important;
            padding: 16px !important;
            font-size: 18px !important;
            border: none !important;
            cursor: pointer !important;
            width: 170px !important;
            font-weight: 500 !important;
            background-color: #879ac6 !important;
            box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
            border: 2px solid #4D608B !important;
            height: 40px;
            border-radius: 4px;*/


            color: #000;
	font-size: 18px;
	cursor: pointer;
	font-weight: 500;
	background-color: #879ac6;
	border: 2px solid #4D608B;
	padding: 6px 10px;
        }

    .dropbtn:focus {
        outline:none;
    }

            .dropbtn:hover {
                color: #fff!important;
                background-color: #286090!important;
                border-color: #204d74!important;
            }

            .dropbtn a {
                color: black !important;
            }

        .dropdown {
            position: relative;
            display: inline-block;
            padding: 10px;
            text-align: left;
            /*z-index: 105;*/
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 250px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 9990;
            border-radius: 2px;
            border: 1px solid #f9f9f9;
        }

            .dropdown-content a {
                    font-size: 17px;
                color: black;
                padding: 12px 16px;
                text-decoration: none;
                display: block;
            }

        .dropbtn a {
            color: white;
            font-weight: 500;
        }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .sticky {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 99;
        }

        .stickySearch {
            /*position: relative;
            top: 19%;
            width: 100%;
            z-index: 98;*/
        }

        /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
        /*.sticky + .innrContent {
            padding-top: 475px;
        }*/

        .dropdown:nth-last-child(-n+1) {
            /*margin-left: 23em;*/
        }

        .dropdown:first-child {
            /*margin-left: 0%;*/
        }

        .caret {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 2px;
            vertical-align: middle;
            border-top: 4px solid;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }
        /*my styel*/
.tsc-fr {
	float: right;
}
.btn {
	text-align: left;
}

@media (min-width: 769px) and (max-width: 991px) {
.dropbtn {
	padding: 6px 20px;
}
}
.SearchHome .home-control {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #aeaeae;
	border-radius: 5px;
	color: #202020;
	display: block;
	float: left;
	font-size: 17px;
	padding: 7px 10px;
	    width: 109%;
}
.SearchHome .home-button {
	background: none repeat scroll 0 0 #de6400;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 23px;
	font-weight: 300;
	overflow: hidden;
	padding: 4px 25px;
	margin: 29px 35px 0px 0px;
}


.login-name {
    float: right;
}

#navigator1 .dropdown .btn {
    width:170px;
}
    #navigator1 .dropdown:last-child {
      float: left;
    }